aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/akpm/mmLinus Torvalds1-0/+4
2025-03-21xen: 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/kernel/git/xen/tipLinus 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/kernel/git/xen/tipLinus 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-21Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2024-11-18Merge tag 'for-linus-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus 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
2024-10-18xen: Remove dependency between pciback and privcmdJiqian Chen4-7/+35
2024-10-16xen/events: Switch to irq_get_nr_irqs()Bart Van Assche1-1/+1
2024-10-02xen: Fix config option reference in XEN_PRIVCMD definitionLukas Bulwahn1-1/+1
2024-09-27Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds6-8/+168
2024-09-27[tree-wide] finally take no_llseek outAl Viro3-3/+0
2024-09-25xen/pciback: fix cast to restricted pci_ers_result_t and pci_power_tMin-Hua Chen2-2/+2
2024-09-25xen/privcmd: Add new syscall to get gsi from devJiqian Chen3-3/+68
2024-09-25xen/pvh: Setup gsi for passthrough deviceJiqian Chen2-0/+70
2024-09-25xen/pci: Add a function to reset device for xenJiqian Chen2-3/+28
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2024-09-17xen/swiotlb: fix allocated sizeJuergen Gross1-2/+2
2024-09-17xen/swiotlb: add alignment check for dma buffersJuergen Gross1-0/+6
2024-09-13xen/pci: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-9/+5
2024-09-12xen/xenbus: Convert to use ERR_CAST()Shen Lichuan1-3/+3
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig1-2/+2
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-5/+5
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-3/+3
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+7