summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)AuthorLines
8 daysMerge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-17/+61
11 daysxen/xenbus: better handle backend crashJuergen Gross-2/+47
11 daysxenbus: add xenbus_device parameter to xenbus_read_driver_state()Juergen Gross-10/+12
12 daysxen/acpi-processor: fix _CST detection using undersized evaluation bufferDavid Thomson-5/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-5/+4
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-12/+6
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-80/+80
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-119/+108
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2026-02-09Merge tag 'for-linus-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-36/+55
2026-02-02xenbus: Rename helpers to freeze/thaw/restoreJason Andryuk-22/+22
2026-02-02xenbus: Use .freeze/.thaw to handle xenbus devicesJason Andryuk-3/+1
2026-02-02xen/mcelog: simplify MCE_GETCLEAR_FLAGS using xchg()Uros Bizjak-3/+1
2026-02-02xen/balloon: improve accuracy of initial balloon target for dom0Roger Pau Monne-10/+17
2026-02-02Partial revert "x86/xen: fix balloon target initialization for PVH dom0"Roger Pau Monne-4/+18
2026-01-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-0/+1
2026-01-12x86/paravirt: Use common code for paravirt_steal_clock()Juergen Gross-3/+0
2026-01-12arm/paravirt: Use common code for paravirt_steal_clock()Juergen Gross-0/+2
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross-0/+1
2026-01-12xen/virtio: Don't use grant-dma-ops when running as Dom0Teddy Astie-1/+2
2026-01-12xen: privcmd: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+2
2026-01-12xen/events: replace use of system_wq with system_percpu_wqMarco Crivellari-3/+3
2026-01-11scsi: xen: scsiback: Fix potential memory leak in scsiback_remove()Abdun Nihaal-0/+1
2026-01-05ACPI: PCI: IRQ: Fix INTx GSIs signednessLorenzo Pieralisi-6/+7
2025-12-06Merge tag 'for-linus-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-12/+6
2025-12-06Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-42/+41
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+8
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2025-12-05drivers/xen: use min() instead of min_t()David Laight-1/+1
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+2
2025-11-17drivers/xen/xenbus: Replace deprecated strcpy in xenbus_transaction_endThorsten Blum-10/+4
2025-11-17drivers/xen/xenbus: Simplify return statement in join()Thorsten Blum-1/+1
2025-11-16convert xenfsAl Viro-1/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding-4/+8
2025-11-13drivers/xen/xenbus: Fix namespace collision and split() section placement wit...Josh Poimboeuf-2/+2
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-10-29xen: swiotlb: Convert mapping routine to rely on physical addressLeon Romanovsky-8/+12
2025-10-29xen: swiotlb: Switch to physical address mapping callbacksLeon Romanovsky-34/+29
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+20
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+4
2025-09-22xen: take system_transition_mutex on suspendMarek Marczykowski-Górecki-1/+10
2025-09-13mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand-2/+4
2025-09-12xen: swiotlb: Open code map_resource callbackLeon Romanovsky-1/+20
2025-09-09xen/manage: Fix suspend error pathLukas Wunner-1/+2
2025-09-09xen/events: Update virq_to_irq on migrationJason Andryuk-1/+12
2025-09-09xen/events: Return -EEXIST for bound VIRQsJason Andryuk-5/+14
2025-09-09xen/events: Cleanup find_virq() return codesJason Andryuk-3/+4
2025-09-08drivers/xen/gntdev: use xen_pv_domain() instead of cached valueJuergen Gross-24/+18