aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+5
2020-08-27arm/xen: Add misuse warning to virt_to_gfnSimon Leiner1-1/+5
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+88
2020-08-13xen: Sync up with the canonical protocol definition in XenOleksandr Andrushchenko1-3/+88
2020-08-07Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-5/+4
2020-08-04xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Stefano Stabellini1-4/+2
2020-08-04swiotlb-xen: remove XEN_PFN_PHYSStefano Stabellini1-1/+0
2020-08-04swiotlb-xen: add struct device * parameter to xen_dma_sync_for_deviceStefano Stabellini1-2/+3
2020-08-04swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpuStefano Stabellini1-2/+3
2020-07-01xen: netif.h: add a new extra type for XDPDenis Kirjanov1-1/+19
2020-06-11xen: Move xen_setup_callback_vector() definition to include/xen/hvm.hVitaly Kuznetsov2-0/+4
2020-06-11x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner1-7/+0
2020-06-11x86/entry: Switch XEN/PV hypercall entry to IDTENTRYThomas Gleixner1-12/+7
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-04-07xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi3-14/+15
2020-03-30xen/xenbus: remove unused xenbus_map_ring()Juergen Gross1-7/+0
2020-03-05xen/xenbus: fix lockingJuergen Gross1-1/+2
2020-03-05xen: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-05Merge tag 'for-linus-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+2
2020-01-29xenbus/backend: Protect xenbus callback with lockSeongJae Park1-0/+1
2020-01-29xenbus/backend: Add memory pressure handler callbackSeongJae Park1-0/+1
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2-20/+10
2019-12-20xen/interface: re-define FRONT/BACK_RING_ATTACH()Paul Durrant1-20/+9
2019-12-20xenbus: limit when state is forced to closedPaul Durrant1-0/+1
2019-12-08sched/rt, xen: Use CONFIG_PREEMPTIONThomas Gleixner1-2/+2
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-4/+4
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-4/+4
2019-11-14xen/mcelog: add PPIN to record when availableJan Beulich1-1/+8
2019-11-14xen/mcelog: drop __MC_MSR_MCGCAPJan Beulich1-1/+0
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-24/+1
2019-10-02xen/efi: have a common runtime setup functionJuergen Gross1-24/+1
2019-09-11swiotlb-xen: simplify cache maintainanceChristoph Hellwig2-63/+5
2019-09-11swiotlb-xen: use the same foreign page check everywhereChristoph Hellwig1-22/+9
2019-09-11xen/arm: remove xen_dma_opsChristoph Hellwig1-2/+0
2019-09-11xen/arm: consolidate page-coherent.hChristoph Hellwig1-0/+80
2019-07-31xen: avoid link error on ARMArnd Bergmann1-0/+3
2019-07-17xen: remove tmem driverJuergen Gross2-28/+0
2019-07-17xen/events: fix binding user event channels to cpusJuergen Gross1-1/+2
2019-04-01block: pass page to xen_biovec_phys_mergeableMing Lei1-1/+3
2019-02-18x86/xen: dont add memory above max allowed allocationJuergen Gross1-0/+4
2019-01-23arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig1-94/+3
2018-12-18xen: Introduce shared buffer helpers for page directory...Oleksandr Andrushchenko1-0/+89
2018-12-13xen/pvh: Add memory map pointer to hvm_start_info structMaran Wilson1-1/+62
2018-12-13xen/pvh: Move Xen specific PVH VM initialization out of common fileMaran Wilson1-0/+3
2018-11-29Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin1-5/+0
2018-11-02CONFIG_XEN_PV breaks xen_create_contiguous_region on ARMStefano Stabellini1-5/+7
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-51/+90
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-3/+4
2018-09-26xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig1-0/+4