summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'for-linus-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-12/+6
2025-12-06Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-42/+41
2025-12-06Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-12-05drivers/xen: use min() instead of min_t()David Laight1-1/+1
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+2
2025-11-17drivers/xen/xenbus: Replace deprecated strcpy in xenbus_transaction_endThorsten Blum1-10/+4
2025-11-17drivers/xen/xenbus: Simplify return statement in join()Thorsten Blum1-1/+1
2025-11-16convert xenfsAl Viro1-1/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding1-4/+8
2025-11-13drivers/xen/xenbus: Fix namespace collision and split() section placement wit...Josh Poimboeuf1-2/+2
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-29xen: swiotlb: Convert mapping routine to rely on physical addressLeon Romanovsky1-8/+12
2025-10-29xen: swiotlb: Switch to physical address mapping callbacksLeon Romanovsky1-34/+29
2025-10-04Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+20
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+4
2025-09-22xen: take system_transition_mutex on suspendMarek Marczykowski-Górecki1-1/+10
2025-09-14mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand2-2/+4
2025-09-12xen: swiotlb: Open code map_resource callbackLeon Romanovsky1-1/+20
2025-09-09xen/manage: Fix suspend error pathLukas Wunner1-1/+2
2025-09-09xen/events: Update virq_to_irq on migrationJason Andryuk1-1/+12
2025-09-09xen/events: Return -EEXIST for bound VIRQsJason Andryuk1-5/+14
2025-09-09xen/events: Cleanup find_virq() return codesJason Andryuk1-3/+4
2025-09-08drivers/xen/gntdev: use xen_pv_domain() instead of cached valueJuergen Gross3-24/+18
2025-09-08xen: replace XENFEAT_auto_translated_physmap with xen_pv_domain()Juergen Gross6-17/+15
2025-08-20drivers/xen/xenbus: remove quirk for Xen 3.xJuergen Gross1-23/+0
2025-07-14xen/gntdev: remove struct gntdev_copy_batch from stackJuergen Gross2-21/+54
2025-07-14xen: fix UAF in dmabuf_exp_from_pages()Al Viro1-18/+10
2025-07-14xen: Remove some deadcode (x)Dr. David Alan Gilbert3-31/+0
2025-07-14xen-pciback: Replace scnprintf() with sysfs_emit_at()Ryan Chung1-6/+6
2025-07-14xen/xenbus: fix W=1 build warning in xenbus_va_dev_error functionPeng Jiang1-0/+2
2025-05-23xen/x86: fix initial memory balloon targetRoger Pau Monne1-5/+8
2025-05-23xen: swiotlb: Wire up map_resource callbackJohn Ernberg1-0/+1
2025-05-07xenbus: Use kref to track req lifetimeJason Andryuk4-8/+23
2025-05-07xenbus: Allow PVH dom0 a non-local xenstoreJason Andryuk1-6/+8
2025-05-07xen: swiotlb: Use swiotlb bouncing if kmalloc allocation demands itJohn Ernberg1-0/+1
2025-04-07x86/xen: fix balloon target initialization for PVH dom0Roger Pau Monne1-10/+24
2025-04-07xen: Change xen-acpi-processor dom0 dependencyJason Andryuk1-1/+1
2025-04-07xenbus: add module descriptionArnd Bergmann1-0/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+4
2025-03-22xen: balloon: update the NR_BALLOON_PAGES stateNico Pache1-0/+4
2025-03-21xen/pci: Do not register devices with segments >= 0x10000Roger Pau Monne1-0/+32
2025-03-14xen/pciback: Remove unused pcistub_get_pci_devDr. David Alan Gilbert2-22/+0
2025-03-14xenfs/xensyms: respect hypervisor's "next" indicationJan Beulich1-2/+2
2025-03-14xen: Add support for XenServer 6.1 platform deviceFrediano Ziglio1-0/+4
2025-02-14Merge tag 'for-linus-6.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+13
2025-02-13Xen/swiotlb: mark xen_swiotlb_fixup() __initJan Beulich1-1/+1
2025-02-13xen/swiotlb: relax alignment requirementsJuergen Gross1-8/+12
2025-01-29Merge tag 'for-linus-6.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+14