Age | Commit message (Expand) | Author | Files | Lines |
2022-05-11 | swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on arm | Christoph Hellwig | 3 | -33/+0 |
2022-04-18 | swiotlb: merge swiotlb-xen initialization into swiotlb | Christoph Hellwig | 2 | -3/+6 |
2022-03-16 | xen/grant-table: remove readonly parameter from functions | Juergen Gross | 1 | -3/+2 |
2022-03-16 | xen/grant-table: remove gnttab_*transfer*() functions | Juergen Gross | 1 | -8/+0 |
2022-03-07 | xen/gnttab: fix gnttab_end_foreign_access() without page specified | Juergen Gross | 1 | -1/+6 |
2022-03-07 | xen: remove gnttab_query_foreign_access() | Juergen Gross | 1 | -2/+0 |
2022-03-07 | xen/grant-table: add gnttab_try_end_foreign_access() | Juergen Gross | 1 | -0/+12 |
2022-02-03 | xen: xenbus_dev.h: delete incorrect file name | Randy Dunlap | 1 | -2/+0 |
2022-01-13 | Merge tag 'for-linus-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -0/+22 |
2022-01-06 | xen/unpopulated-alloc: Add mechanism to use Xen resource | Oleksandr Tyshchenko | 1 | -0/+2 |
2022-01-06 | xen/balloon: Bring alloc(free)_xenballooned_pages helpers back | Oleksandr Tyshchenko | 2 | -0/+17 |
2022-01-06 | xen/x86: obtain upper 32 bits of video frame buffer address for Dom0 | Jan Beulich | 1 | -0/+3 |
2022-01-03 | Merge 5.16-rc8 into usb-next | Greg Kroah-Hartman | 1 | -0/+1 |
2021-12-16 | xen/console: harden hvc_xen against event channel storms | Juergen Gross | 1 | -0/+1 |
2021-12-13 | usb: Add Xen pvUSB protocol description | Juergen Gross | 1 | -0/+405 |
2021-11-23 | xen: add "not_essential" flag to struct xenbus_driver | Juergen Gross | 1 | -0/+1 |
2021-11-04 | xen/balloon: rename alloc/free_xenballooned_pages | Juergen Gross | 2 | -9/+0 |
2021-11-02 | xen: allow pv-only hypercalls only with CONFIG_XEN_PV | Juergen Gross | 1 | -15/+0 |
2021-11-02 | xen-pciback: allow compiling on other archs than x86 | Oleksandr Andrushchenko | 1 | -0/+28 |
2021-11-02 | xen: fix wrong SPDX headers of Xen related headers | Juergen Gross | 35 | -410/+36 |
2021-10-05 | xen/privcmd: drop "pages" parameter from xen_remap_pfn() | Jan Beulich | 1 | -9/+6 |
2021-09-20 | swiotlb-xen: this is PV-only on x86 | Jan Beulich | 1 | -12/+0 |
2021-07-05 | xen: sync include/xen/interface/io/ring.h with Xen's newest version | Juergen Gross | 1 | -122/+156 |
2021-05-14 | xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.h | Stefano Stabellini | 1 | -1/+14 |
2021-05-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -30/+0 |
2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 3 | -30/+0 |
2021-05-04 | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+2 |
2021-04-23 | xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mapped | Stefano Stabellini | 3 | -0/+22 |
2021-04-23 | xen: Remove support for PV ACPI cpu/memory hotplug | Boris Ostrovsky | 1 | -35/+0 |
2021-03-17 | xen-swiotlb: split xen_swiotlb_init | Christoph Hellwig | 1 | -1/+2 |
2021-03-11 | Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF} | Jan Beulich | 2 | -1/+7 |
2021-02-23 | xen/events: add per-xenbus device event statistics and settings | Juergen Gross | 1 | -0/+7 |
2021-02-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+3 |
2021-02-22 | Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2021-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -3/+4 |
2021-02-15 | Xen/gntdev: correct error checking in gntdev_map_grant_pages() | Jan Beulich | 1 | -0/+1 |
2021-02-12 | Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 1 | -1/+1 |
2021-02-12 | xen/events: link interdomain events to associated xenbus device | Juergen Gross | 1 | -3/+4 |
2021-02-11 | arm/xen: Don't probe xenbus as part of an early initcall | Julien Grall | 1 | -2/+0 |
2021-02-04 | xen: add wc_sec_hi to struct shared_info | David Woodhouse | 1 | -1/+3 |
2021-01-13 | xen: Fix event channel callback via INTX/GSI | David Woodhouse | 1 | -1/+1 |
2020-12-14 | xen/xenbus: Count pending messages for each watch | SeongJae Park | 1 | -0/+2 |
2020-12-14 | xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() | SeongJae Park | 1 | -1/+5 |
2020-12-14 | xen/xenbus: Allow watches discard events before queueing | SeongJae Park | 1 | -0/+7 |
2020-12-09 | xen: don't use page->lru for ZONE_DEVICE memory | Juergen Gross | 1 | -0/+4 |
2020-12-09 | xen: add helpers for caching grant mapping pages | Juergen Gross | 1 | -0/+13 |
2020-10-25 | Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -8/+0 |
2020-10-23 | xen: remove no longer used functions | Juergen Gross | 1 | -8/+0 |
2020-10-20 | Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+21 |
2020-10-20 | xen/events: add a new "late EOI" evtchn framework | Juergen Gross | 1 | -0/+21 |