summaryrefslogtreecommitdiffstats
path: root/include/xen
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'for-linus-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-123-0/+22
|\
| * xen/unpopulated-alloc: Add mechanism to use Xen resourceOleksandr Tyshchenko2022-01-061-0/+2
| * xen/balloon: Bring alloc(free)_xenballooned_pages helpers backOleksandr Tyshchenko2022-01-062-0/+17
| * xen/x86: obtain upper 32 bits of video frame buffer address for Dom0Jan Beulich2022-01-061-0/+3
* | Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman2022-01-031-0/+1
|\|
| * xen/console: harden hvc_xen against event channel stormsJuergen Gross2021-12-161-0/+1
* | usb: Add Xen pvUSB protocol descriptionJuergen Gross2021-12-131-0/+405
|/
* xen: add "not_essential" flag to struct xenbus_driverJuergen Gross2021-11-231-0/+1
* xen/balloon: rename alloc/free_xenballooned_pagesJuergen Gross2021-11-042-9/+0
* xen: allow pv-only hypercalls only with CONFIG_XEN_PVJuergen Gross2021-11-021-15/+0
* xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko2021-11-021-0/+28
* xen: fix wrong SPDX headers of Xen related headersJuergen Gross2021-11-0235-410/+36
* xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich2021-10-051-9/+6
* swiotlb-xen: this is PV-only on x86Jan Beulich2021-09-201-12/+0
* xen: sync include/xen/interface/io/ring.h with Xen's newest versionJuergen Gross2021-07-051-122/+156
* xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.hStefano Stabellini2021-05-141-1/+14
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-073-30/+0
|\
| * treewide: remove editor modelines and cruftMasahiro Yamada2021-05-073-30/+0
* | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-041-1/+2
|\ \ | |/ |/|
| * xen-swiotlb: split xen_swiotlb_initChristoph Hellwig2021-03-171-1/+2
* | xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini2021-04-233-0/+22
* | xen: Remove support for PV ACPI cpu/memory hotplugBoris Ostrovsky2021-04-231-35/+0
|/
* 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