summaryrefslogtreecommitdiffstats
path: root/include/xen
Commit message (Expand)AuthorAgeFilesLines
* Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich2021-03-102-1/+7
* xen/events: add per-xenbus device event statistics and settingsJuergen Gross2021-02-231-0/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-1/+3
|\
| * Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-02-121-1/+1
| |\
| * | xen: add wc_sec_hi to struct shared_infoDavid Woodhouse2021-02-041-1/+3
* | | Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-211-0/+1
|\ \ \
| * | | Xen/gntdev: correct error checking in gntdev_map_grant_pages()Jan Beulich2021-02-151-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2021-02-201-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | xen/events: link interdomain events to associated xenbus deviceJuergen Gross2021-02-111-3/+4
| | |/ | |/|
* / | arm/xen: Don't probe xenbus as part of an early initcallJulien Grall2021-02-111-2/+0
|/ /
* / 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
|/