summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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-021-7/+10
|\
| * xenbus/backend: dynamically allocate the xen-backend shrinkerQi Zheng2023-10-041-7/+10
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-11-021-0/+3
|\ \
| * | scsi: target: Have drivers report if they support direct submissionsMike Christie2023-10-131-0/+3
* | | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-011-1/+0
|\ \ \
| * | | xen: Remove now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-1/+0
| |/ /
* | | Merge tag 'for-linus-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-019-37/+437
|\ \ \
| * | | xen-pciback: Consider INTx disabled when MSI/MSI-X is enabledMarek Marczykowski-Górecki2023-10-163-25/+23
| * | | xen: privcmd: Add support for ioeventfdViresh Kumar2023-10-162-6/+407
| * | | xen: evtchn: Allow shared registration of IRQ handersViresh Kumar2023-10-162-2/+3
| * | | xen: Make struct privcmd_irqfd's layout architecture independentViresh Kumar2023-10-161-1/+1
| * | | xen/xenbus: Add __counted_by for struct read_buffer and use struct_size()Gustavo A. R. Silva2023-10-161-2/+2
| * | | xenbus: fix error exit in xenbus_init()Juergen Gross2023-10-161-1/+1
* | | | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-302-20/+16
|\ \ \ \ | |/ / / |/| | |
| * | | locking/atomic, xen: Use sync_try_cmpxchg() instead of sync_cmpxchg()Uros Bizjak2023-10-092-20/+16
| | |/ | |/|
* / | xen/events: replace evtchn_rwlock with RCUJuergen Gross2023-10-091-41/+46
|/ /
* / xen: simplify evtchn_do_upcall() call mazeJuergen Gross2023-09-192-20/+3
|/
* Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-08-291-1/+1
|\
| * swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik2023-08-011-1/+1