summaryrefslogtreecommitdiffstats
path: root/include/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: Fix event channel callback via INTX/GSIDavid Woodhouse2021-01-131-1/+1
* xen/xenbus: Count pending messages for each watchSeongJae Park2020-12-141-0/+2
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-141-1/+5
* xen/xenbus: Allow watches discard events before queueingSeongJae Park2020-12-141-0/+7
* xen: don't use page->lru for ZONE_DEVICE memoryJuergen Gross2020-12-091-0/+4
* xen: add helpers for caching grant mapping pagesJuergen Gross2020-12-091-0/+13
* Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-251-8/+0
|\
| * xen: remove no longer used functionsJuergen Gross2020-10-231-8/+0
* | Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-201-0/+21
|\|
| * xen/events: add a new "late EOI" evtchn frameworkJuergen Gross2020-10-201-0/+21
* | arm/arm64: xen: Fix to convert percpu address to gfn correctlyMasami Hiramatsu2020-10-071-0/+3
|/
* Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-062-0/+13
|\
| * xen: add helpers to allocate unpopulated memoryRoger Pau Monne2020-09-041-0/+9
| * xen/balloon: add header guardRoger Pau Monne2020-09-041-0/+4
* | 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
|/