summaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-252-3/+3
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-032-3/+3
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-2/+7
|\ \
| * | mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...David Hildenbrand2024-07-041-2/+7
| |/
* | Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/...Linus Torvalds2024-07-191-11/+20
|\ \
| * | swiotlb: reduce swiotlb pool lookupsMichael Kelley2024-07-101-11/+20
| |/
* | xen: privcmd: Fix possible access to a freed kirqfd instanceViresh Kumar2024-07-021-1/+9
* | xen: privcmd: Switch from mutex to spinlock for irqfdsViresh Kumar2024-07-021-10/+15
* | xen: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-024-0/+4
* | xen/manage: Constify struct shutdown_handlerChristophe JAILLET2024-07-011-1/+1
|/
* Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-242-21/+29
|\
| * drivers/xen: Improve the late XenStore init protocolHenry Wang2024-05-231-13/+23
| * xen/xenbus: Use *-y instead of *-objs in MakefileAndy Shevchenko2024-05-171-8/+6
* | Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-201-1/+1
|\ \
| * | swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()Michael Kelley2024-05-071-1/+1
| |/
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-192-2/+2
|\ \
| * | change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan2024-04-262-2/+2
| |/
* / net: change proto and proto_ops accept typeJens Axboe2024-05-141-1/+5
|/
* Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-194-15/+21
|\
| * xen/events: increment refcnt only if event channel is refcountedJuergen Gross2024-03-171-9/+13
| * xen/evtchn: avoid WARN() when unbinding an event channelJuergen Gross2024-03-171-0/+6
| * x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne2024-03-131-2/+0
| * xen/grant-dma-iommu: Convert to platform remove callback returning voidUwe Kleine-König2024-03-131-4/+2
* | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-1/+1
|\ \ | |/ |/|
| * x86/traps: Add sysvec_install() to install a system interrupt handlerXin Li2024-01-311-1/+1
* | xen/events: close evtchn after mapping cleanupMaximilian Heyne2024-02-131-2/+6
* | xen/gntalloc: Replace UAPI 1-element arrayKees Cook2024-02-131-1/+1
* | xen: balloon: make balloon_subsys constRicardo B. Marliere2024-02-131-1/+1
* | xen: pcpu: make xen_pcpu_subsys constRicardo B. Marliere2024-02-131-1/+1
* | xen/privcmd: Use memdup_array_user() in alloc_ioreq()Markus Elfring2024-02-131-10/+5
* | xen/xenbus: document will_handle argument for xenbus_watch_path()SeongJae Park2024-02-121-6/+9
|/
* Merge tag 'for-linus-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-172-50/+59
|\
| * xen/gntdev: Fix the abuse of underlying struct page in DMA-buf importOleksandr Tyshchenko2024-01-101-25/+25
| * xen/xenbus: client: fix kernel-doc commentsRandy Dunlap2024-01-091-25/+34
* | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-1/+1
|\ \ | |/ |/|
| * eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-1/+1
* | xen/events: fix error code in xen_bind_pirq_msi_to_irq()Dan Carpenter2023-11-281-1/+3
* | xen: privcmd: Replace zero-length array with flex-array member and use __coun...Gustavo A. R. Silva2023-11-171-1/+1
* | swiotlb-xen: provide the "max_mapping_size" methodKeith Busch2023-11-171-0/+1
* | xen/events: remove some info_for_irq() calls in pirq handlingJuergen Gross2023-11-151-49/+68
* | xen/events: modify internal [un]bind interfacesJuergen Gross2023-11-151-135/+124
* | xen/events: drop xen_allocate_irqs_dynamic()Juergen Gross2023-11-151-30/+44
* | xen/events: remove some simple helpers from events_base.cJuergen Gross2023-11-141-59/+38
* | xen/events: reduce externally visible helper functionsJuergen Gross2023-11-143-9/+13
* | xen/events: remove unused functionsJuergen Gross2023-11-131-30/+0
* | xen/events: fix delayed eoi list handlingJuergen Gross2023-11-131-1/+3
* | xen/shbuf: eliminate 17 kernel-doc warningsRandy Dunlap2023-11-131-17/+17
* | acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0Roger Pau Monne2023-11-131-0/+22
* | xen/events: avoid using info_for_irq() in xen_send_IPI_one()Juergen Gross2023-11-131-4/+8
|/
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-031-7/+10
|\