Age | Commit message (Expand) | Author |
2022-08-14 | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-08-12 | xen/pciback: Fix comment typo | Jason Wang |
2022-08-12 | xen/xenbus: fix return type in xenbus_file_read() | Dan Carpenter |
2022-08-12 | x86/xen: Add support for HVMOP_set_evtchn_upcall_vector | Jane Malalane |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-08-04 | Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-08-01 | Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-08-01 | xen: don't require virtio with grants for non-PV guests | Juergen Gross |
2022-08-01 | xen: Fix spelling mistake | Zhang Jiaming |
2022-08-01 | xen/manage: Use orderly_reboot() to reboot | Ross Lagerwall |
2022-07-11 | xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE | Demi Marie Obenour |
2022-07-07 | genirq: Add and use an irq_data_update_affinity helper | Samuel Holland |
2022-07-03 | mm: shrinkers: provide shrinkers with names | Roman Gushchin |
2022-06-23 | xen/gntdev: Avoid blocking in unmap_grant_pages() | Demi Marie Obenour |
2022-06-21 | x86/xen: Remove undefined behavior in setup_features() | Julien Grall |
2022-06-07 | xen: unexport __init-annotated xen_xlate_map_ballooned_pages() | Masahiro Yamada |
2022-06-06 | xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devices | Oleksandr Tyshchenko |
2022-06-06 | xen/grant-dma-iommu: Introduce stub IOMMU driver | Oleksandr Tyshchenko |
2022-06-06 | xen/virtio: Enable restricted memory access using Xen grant mappings | Juergen Gross |
2022-06-06 | xen/grant-dma-ops: Add option to restrict memory access under Xen | Juergen Gross |
2022-06-06 | xen/grants: support allocating consecutive grants | Juergen Gross |
2022-06-04 | Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-06-01 | xen: replace xen_remap() with memremap() | Juergen Gross |
2022-05-27 | xen: switch gnttab_end_foreign_access() to take a struct page pointer | Juergen Gross |
2022-05-25 | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/... | Linus Torvalds |
2022-05-19 | xen: add support for initializing xenstore later as HVM domain | Luca Miccio |
2022-05-19 | xen/xenbus: eliminate xenbus_grant_ring() | Juergen Gross |
2022-05-19 | xen/xenbus: add xenbus_setup_ring() service function | Juergen Gross |
2022-05-19 | xen/shbuf: switch xen-front-pgdir-shbuf to use INVALID_GRANT_REF | Juergen Gross |
2022-05-19 | xen/dmabuf: switch gntdev-dmabuf to use INVALID_GRANT_REF | Juergen Gross |
2022-05-19 | xen/grant-table: never put a reserved grant on the free list | Juergen Gross |
2022-05-19 | xen: update grant_table.h | Juergen Gross |
2022-05-19 | xen/scsiback: use new command result macros | Juergen Gross |
2022-05-11 | swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on arm | Christoph Hellwig |
2022-04-20 | xen: Convert kmap() to kmap_local_page() | Alaa Mohamed |
2022-04-18 | swiotlb: merge swiotlb-xen initialization into swiotlb | Christoph Hellwig |
2022-04-18 | swiotlb: make the swiotlb_init interface more useful | Christoph Hellwig |
2022-04-18 | swiotlb: simplify swiotlb_max_segment | Christoph Hellwig |
2022-04-07 | xen/balloon: don't use PV mode extra memory for zone device allocations | Juergen Gross |
2022-03-25 | xen: don't hang when resuming PCI device | Jakub Kądziołka |
2022-03-15 | xen/grant-table: remove readonly parameter from functions | Juergen Gross |
2022-03-15 | xen/grant-table: remove gnttab_*transfer*() functions | Juergen Gross |
2022-03-10 | drivers/xen: use helper macro __ATTR_RW | zhanglianjie |
2022-03-10 | xen: use time_is_before_eq_jiffies() instead of open coding it | Wang Qing |
2022-03-07 | xen/gnttab: fix gnttab_end_foreign_access() without page specified | Juergen Gross |
2022-03-07 | xen/pvcalls: use alloc/free_pages_exact() | Juergen Gross |
2022-03-07 | xen: remove gnttab_query_foreign_access() | Juergen Gross |
2022-03-07 | xen/gntalloc: don't use gnttab_query_foreign_access() | Juergen Gross |
2022-03-07 | xen/grant-table: add gnttab_try_end_foreign_access() | Juergen Gross |
2022-03-07 | xen/xenbus: don't let xenbus_grant_ring() remove grants in error case | Juergen Gross |