summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook4-5/+4
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds4-12/+6
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds30-80/+80
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook33-119/+108
2026-02-11Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2026-02-10Merge tag 'for-linus-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-36/+55
2026-02-02xenbus: Rename helpers to freeze/thaw/restoreJason Andryuk3-22/+22
2026-02-02xenbus: Use .freeze/.thaw to handle xenbus devicesJason Andryuk1-3/+1
2026-02-02xen/mcelog: simplify MCE_GETCLEAR_FLAGS using xchg()Uros Bizjak1-3/+1
2026-02-02xen/balloon: improve accuracy of initial balloon target for dom0Roger Pau Monne1-10/+17
2026-02-02Partial revert "x86/xen: fix balloon target initialization for PVH dom0"Roger Pau Monne2-4/+18
2026-01-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2026-01-12x86/paravirt: Use common code for paravirt_steal_clock()Juergen Gross1-3/+0
2026-01-12arm/paravirt: Use common code for paravirt_steal_clock()Juergen Gross1-0/+2
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross1-0/+1
2026-01-12xen/virtio: Don't use grant-dma-ops when running as Dom0Teddy Astie1-1/+2
2026-01-12xen: privcmd: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+2
2026-01-12xen/events: replace use of system_wq with system_percpu_wqMarco Crivellari1-3/+3
2026-01-12scsi: xen: scsiback: Fix potential memory leak in scsiback_remove()Abdun Nihaal1-0/+1
2026-01-05ACPI: PCI: IRQ: Fix INTx GSIs signednessLorenzo Pieralisi1-6/+7
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