summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2024-03-19Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-17xen/events: increment refcnt only if event channel is refcountedJuergen Gross
2024-03-17xen/evtchn: avoid WARN() when unbinding an event channelJuergen Gross
2024-03-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne
2024-03-13xen/grant-dma-iommu: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-02-13xen/events: close evtchn after mapping cleanupMaximilian Heyne
2024-02-13xen/gntalloc: Replace UAPI 1-element arrayKees Cook
2024-02-13xen: balloon: make balloon_subsys constRicardo B. Marliere
2024-02-13xen: pcpu: make xen_pcpu_subsys constRicardo B. Marliere
2024-02-13xen/privcmd: Use memdup_array_user() in alloc_ioreq()Markus Elfring
2024-02-12xen/xenbus: document will_handle argument for xenbus_watch_path()SeongJae Park
2024-01-31x86/traps: Add sysvec_install() to install a system interrupt handlerXin Li
2024-01-17Merge tag 'for-linus-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-01-10xen/gntdev: Fix the abuse of underlying struct page in DMA-buf importOleksandr Tyshchenko
2024-01-09xen/xenbus: client: fix kernel-doc commentsRandy Dunlap
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-11-28xen/events: fix error code in xen_bind_pirq_msi_to_irq()Dan Carpenter
2023-11-17xen: privcmd: Replace zero-length array with flex-array member and use __coun...Gustavo A. R. Silva
2023-11-17swiotlb-xen: provide the "max_mapping_size" methodKeith Busch
2023-11-15xen/events: remove some info_for_irq() calls in pirq handlingJuergen Gross
2023-11-15xen/events: modify internal [un]bind interfacesJuergen Gross
2023-11-15xen/events: drop xen_allocate_irqs_dynamic()Juergen Gross
2023-11-14xen/events: remove some simple helpers from events_base.cJuergen Gross
2023-11-14xen/events: reduce externally visible helper functionsJuergen Gross
2023-11-13xen/events: remove unused functionsJuergen Gross
2023-11-13xen/events: fix delayed eoi list handlingJuergen Gross
2023-11-13xen/shbuf: eliminate 17 kernel-doc warningsRandy Dunlap
2023-11-13acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0Roger Pau Monne
2023-11-13xen/events: avoid using info_for_irq() in xen_send_IPI_one()Juergen Gross
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-11-01Merge tag 'for-linus-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-16xen-pciback: Consider INTx disabled when MSI/MSI-X is enabledMarek Marczykowski-Górecki
2023-10-16xen: privcmd: Add support for ioeventfdViresh Kumar
2023-10-16xen: evtchn: Allow shared registration of IRQ handersViresh Kumar
2023-10-16xen: Make struct privcmd_irqfd's layout architecture independentViresh Kumar
2023-10-16xen/xenbus: Add __counted_by for struct read_buffer and use struct_size()Gustavo A. R. Silva
2023-10-16xenbus: fix error exit in xenbus_init()Juergen Gross
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie
2023-10-11xen: Remove now superfluous sentinel element from ctl_table arrayJoel Granados
2023-10-09locking/atomic, xen: Use sync_try_cmpxchg() instead of sync_cmpxchg()Uros Bizjak
2023-10-09xen/events: replace evtchn_rwlock with RCUJuergen Gross
2023-10-04xenbus/backend: dynamically allocate the xen-backend shrinkerQi Zheng
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-08-22xen: privcmd: Add support for irqfdViresh Kumar