aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2026-04-23xen/privcmd: fix double free via VMA splittingJuergen Gross1-0/+7
2026-04-23Buffer overflow in drivers/xen/sys-hypervisor.cJuergen Gross1-2/+6
2026-04-21Merge 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/kernel/git/mszyprowski/linuxLinus Torvalds1-8/+16
2026-04-15Merge tag 'for-linus-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-5/+20
2026-04-13Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-11/+12
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus 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-13dma-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/kernel/git/xen/tipLinus 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-02-28scsi: 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-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds4-12/+6
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21Convert '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-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-02-09Merge tag 'for-linus-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus 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/scsiLinus 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-11scsi: 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/kernel/git/xen/tipLinus Torvalds2-12/+6
2025-12-06Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds2-42/+41
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-4/+8
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-12-05drivers/xen: use min() instead of min_t()David Laight1-1/+1
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2025-11-17drivers/xen/xenbus: Replace deprecated strcpy in xenbus_transaction_endThorsten Blum1-10/+4