summaryrefslogtreecommitdiffstats
path: root/include/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-291-1/+5
|\
| * arm/xen: Add misuse warning to virt_to_gfnSimon Leiner2020-08-271-1/+5
* | Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-141-3/+88
|\|
| * xen: Sync up with the canonical protocol definition in XenOleksandr Andrushchenko2020-08-131-3/+88
* | Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-072-5/+4
|\|
| * xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Stefano Stabellini2020-08-041-4/+2
| * swiotlb-xen: remove XEN_PFN_PHYSStefano Stabellini2020-08-041-1/+0
| * swiotlb-xen: add struct device * parameter to xen_dma_sync_for_deviceStefano Stabellini2020-08-041-2/+3
| * swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpuStefano Stabellini2020-08-041-2/+3
* | xen: netif.h: add a new extra type for XDPDenis Kirjanov2020-07-011-1/+19
|/
* xen: Move xen_setup_callback_vector() definition to include/xen/hvm.hVitaly Kuznetsov2020-06-112-0/+4
* x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner2020-06-111-7/+0
* x86/entry: Switch XEN/PV hypercall entry to IDTENTRYThomas Gleixner2020-06-111-12/+7
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi2020-04-073-14/+15
* xen/xenbus: remove unused xenbus_map_ring()Juergen Gross2020-03-301-7/+0
* xen/xenbus: fix lockingJuergen Gross2020-03-051-1/+2
* xen: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-051-1/+1
* Merge tag 'for-linus-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-051-0/+2
|\
| * xenbus/backend: Protect xenbus callback with lockSeongJae Park2020-01-291-0/+1
| * xenbus/backend: Add memory pressure handler callbackSeongJae Park2020-01-291-0/+1
* | Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-252-20/+10
|\|
| * xen/interface: re-define FRONT/BACK_RING_ATTACH()Paul Durrant2019-12-201-20/+9
| * xenbus: limit when state is forced to closedPaul Durrant2019-12-201-0/+1
* | sched/rt, xen: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+4
|\
| * dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
* | xen/mcelog: add PPIN to record when availableJan Beulich2019-11-141-1/+8
* | xen/mcelog: drop __MC_MSR_MCGCAPJan Beulich2019-11-141-1/+0
|/
* Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-041-24/+1
|\
| * xen/efi: have a common runtime setup functionJuergen Gross2019-10-021-24/+1
* | swiotlb-xen: simplify cache maintainanceChristoph Hellwig2019-09-112-63/+5
* | swiotlb-xen: use the same foreign page check everywhereChristoph Hellwig2019-09-111-22/+9
* | xen/arm: remove xen_dma_opsChristoph Hellwig2019-09-111-2/+0
* | xen/arm: consolidate page-coherent.hChristoph Hellwig2019-09-111-0/+80
|/
* xen: avoid link error on ARMArnd Bergmann2019-07-311-0/+3
* xen: remove tmem driverJuergen Gross2019-07-172-28/+0
* xen/events: fix binding user event channels to cpusJuergen Gross2019-07-171-1/+2
* block: pass page to xen_biovec_phys_mergeableMing Lei2019-04-011-1/+3
* x86/xen: dont add memory above max allowed allocationJuergen Gross2019-02-181-0/+4
* arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig2019-01-231-94/+3
* xen: Introduce shared buffer helpers for page directory...Oleksandr Andrushchenko2018-12-181-0/+89
* xen/pvh: Add memory map pointer to hvm_start_info structMaran Wilson2018-12-131-1/+62
* xen/pvh: Move Xen specific PVH VM initialization out of common fileMaran Wilson2018-12-131-0/+3
* Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-11-291-5/+0
* CONFIG_XEN_PV breaks xen_create_contiguous_region on ARMStefano Stabellini2018-11-021-5/+7
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-233-51/+90
|\
| * x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.cJuergen Gross2018-09-032-51/+88
| * x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrellaJuergen Gross2018-09-031-0/+2