summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
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-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
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-22xen: update pvcalls_front_accept prototypeStefano Stabellini2-3/+13
2025-01-22Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+0
2025-01-20xen: pcpu: remove unnecessary __ref annotationSergio Miguéns Iglesias1-1/+1
2025-01-15x86/apic: Convert to IRQCHIP_MOVE_DEFERREDThomas Gleixner1-6/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-20Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-19Merge tag 'for-linus-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+7
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-23/+5
2024-11-13xen: Fix the issue of resource not being properly released in xenbus_dev_probe()Qiu-ji Chen1-1/+7
2024-11-03assorted variants of irqfd setup: convert to CLASS(fd)Al Viro1-13/+4
2024-11-03privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget()Al Viro1-10/+1