summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
11 daysxen/privcmd: fix double free via VMA splittingJuergen Gross1-0/+7
11 daysBuffer overflow in drivers/xen/sys-hypervisor.cJuergen Gross1-2/+6
13 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+16
2026-04-16Merge tag 'for-linus-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+20
2026-04-14Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-11/+12
2026-04-14Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2026-04-10xen/grant-table: guard gnttab_suspend/resume with CONFIG_HIBERNATE_CALLBACKSPengpeng Hou1-1/+2
2026-04-10xen/swiotlb: fix stale reference to swiotlb_unmap_page()Kexin Sun1-1/+1
2026-04-10xen/manage: unwind partial shutdown watcher setup on errorGuoHan Zhao1-3/+17
2026-04-09Merge branch 'acpi-driver'Rafael J. Wysocki1-11/+12
2026-04-07ACPI: PAD: xen: Convert to a platform driverRafael J. Wysocki1-11/+12
2026-04-04PCI: use generic driver_override infrastructureDanilo Krummrich1-2/+4
2026-03-26xen/privcmd: unregister xenstore notifier on module exitGuoHan Zhao1-0/+3
2026-03-20xen/privcmd: add boot control for restricted usage in domUJuergen Gross1-0/+13
2026-03-20xen/privcmd: restrict usage in unprivileged domUJuergen Gross1-3/+57
2026-03-14dma-mapping: Separate DMA sync issuing and completion waitingBarry Song1-8/+16
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-17/+61
2026-03-04xen/xenbus: better handle backend crashJuergen Gross2-2/+47
2026-03-04xenbus: add xenbus_device parameter to xenbus_read_driver_state()Juergen Gross4-10/+12
2026-03-03xen/acpi-processor: fix _CST detection using undersized evaluation bufferDavid Thomson1-5/+2
2026-03-01scsi: target: Use driver completion preference by defaultMike Christie1-0/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook4-5/+4
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds4-12/+6
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds30-80/+80
2026-02-21treewide: 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