Age | Commit message (Expand) | Author | Files | Lines |
2020-09-06 | Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -0/+13 |
2020-09-04 | xen: add helpers to allocate unpopulated memory | Roger Pau Monne | 1 | -0/+9 |
2020-09-04 | xen/balloon: add header guard | Roger Pau Monne | 1 | -0/+4 |
2020-08-29 | Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+5 |
2020-08-27 | arm/xen: Add misuse warning to virt_to_gfn | Simon Leiner | 1 | -1/+5 |
2020-08-14 | Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+88 |
2020-08-13 | xen: Sync up with the canonical protocol definition in Xen | Oleksandr Andrushchenko | 1 | -3/+88 |
2020-08-07 | Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -5/+4 |
2020-08-04 | xen/arm: introduce phys/dma translations in xen_dma_sync_for_* | Stefano Stabellini | 1 | -4/+2 |
2020-08-04 | swiotlb-xen: remove XEN_PFN_PHYS | Stefano Stabellini | 1 | -1/+0 |
2020-08-04 | swiotlb-xen: add struct device * parameter to xen_dma_sync_for_device | Stefano Stabellini | 1 | -2/+3 |
2020-08-04 | swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpu | Stefano Stabellini | 1 | -2/+3 |
2020-07-02 | xen: netif.h: add a new extra type for XDP | Denis Kirjanov | 1 | -1/+19 |
2020-06-11 | xen: Move xen_setup_callback_vector() definition to include/xen/hvm.h | Vitaly Kuznetsov | 2 | -0/+4 |
2020-06-11 | x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVEC | Thomas Gleixner | 1 | -7/+0 |
2020-06-11 | x86/entry: Switch XEN/PV hypercall entry to IDTENTRY | Thomas Gleixner | 1 | -12/+7 |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-04-07 | xen: Use evtchn_type_t as a type for event channels | Yan Yankovskyi | 3 | -14/+15 |
2020-03-30 | xen/xenbus: remove unused xenbus_map_ring() | Juergen Gross | 1 | -7/+0 |
2020-03-05 | xen/xenbus: fix locking | Juergen Gross | 1 | -1/+2 |
2020-03-05 | xen: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-02-05 | Merge tag 'for-linus-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+2 |
2020-01-29 | xenbus/backend: Protect xenbus callback with lock | SeongJae Park | 1 | -0/+1 |
2020-01-29 | xenbus/backend: Add memory pressure handler callback | SeongJae Park | 1 | -0/+1 |
2019-12-25 | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar | 2 | -20/+10 |
2019-12-20 | xen/interface: re-define FRONT/BACK_RING_ATTACH() | Paul Durrant | 1 | -20/+9 |
2019-12-20 | xenbus: limit when state is forced to closed | Paul Durrant | 1 | -0/+1 |
2019-12-08 | sched/rt, xen: Use CONFIG_PREEMPTION | Thomas Gleixner | 1 | -2/+2 |
2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 1 | -4/+4 |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 1 | -4/+4 |
2019-11-14 | xen/mcelog: add PPIN to record when available | Jan Beulich | 1 | -1/+8 |
2019-11-14 | xen/mcelog: drop __MC_MSR_MCGCAP | Jan Beulich | 1 | -1/+0 |
2019-10-04 | Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -24/+1 |
2019-10-02 | xen/efi: have a common runtime setup function | Juergen Gross | 1 | -24/+1 |
2019-09-11 | swiotlb-xen: simplify cache maintainance | Christoph Hellwig | 2 | -63/+5 |
2019-09-11 | swiotlb-xen: use the same foreign page check everywhere | Christoph Hellwig | 1 | -22/+9 |
2019-09-11 | xen/arm: remove xen_dma_ops | Christoph Hellwig | 1 | -2/+0 |
2019-09-11 | xen/arm: consolidate page-coherent.h | Christoph Hellwig | 1 | -0/+80 |
2019-07-31 | xen: avoid link error on ARM | Arnd Bergmann | 1 | -0/+3 |
2019-07-17 | xen: remove tmem driver | Juergen Gross | 2 | -28/+0 |
2019-07-17 | xen/events: fix binding user event channels to cpus | Juergen Gross | 1 | -1/+2 |
2019-04-01 | block: pass page to xen_biovec_phys_mergeable | Ming Lei | 1 | -1/+3 |
2019-02-18 | x86/xen: dont add memory above max allowed allocation | Juergen Gross | 1 | -0/+4 |
2019-01-24 | arm64/xen: fix xen-swiotlb cache flushing | Christoph Hellwig | 1 | -94/+3 |
2018-12-18 | xen: Introduce shared buffer helpers for page directory... | Oleksandr Andrushchenko | 1 | -0/+89 |
2018-12-13 | xen/pvh: Add memory map pointer to hvm_start_info struct | Maran Wilson | 1 | -1/+62 |
2018-12-13 | xen/pvh: Move Xen specific PVH VM initialization out of common file | Maran Wilson | 1 | -0/+3 |
2018-11-29 | Revert "xen/balloon: Mark unallocated host memory as UNUSABLE" | Igor Druzhinin | 1 | -5/+0 |
2018-11-02 | CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM | Stefano Stabellini | 1 | -5/+7 |