summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2024-06-12drivers/xen: Improve the late XenStore init protocolHenry Wang1-13/+23
2024-04-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne1-2/+0
2024-03-27xen/events: increment refcnt only if event channel is refcountedJuergen Gross1-9/+13
2024-03-27xen/evtchn: avoid WARN() when unbinding an event channelJuergen Gross1-0/+6
2024-03-01xen/events: fix error code in xen_bind_pirq_msi_to_irq()Dan Carpenter1-1/+3
2024-03-01xen/events: close evtchn after mapping cleanupMaximilian Heyne1-2/+6
2024-03-01xen/events: modify internal [un]bind interfacesJuergen Gross1-135/+124
2024-03-01xen/events: drop xen_allocate_irqs_dynamic()Juergen Gross1-30/+44
2024-03-01xen/events: remove some simple helpers from events_base.cJuergen Gross1-59/+38
2024-03-01xen/events: reduce externally visible helper functionsJuergen Gross3-9/+13
2024-03-01xen: evtchn: Allow shared registration of IRQ handersViresh Kumar2-2/+3
2024-02-05xen/gntdev: Fix the abuse of underlying struct page in DMA-buf importOleksandr Tyshchenko1-25/+25
2023-12-03swiotlb-xen: provide the "max_mapping_size" methodKeith Busch1-0/+1
2023-11-28acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0Roger Pau Monne1-0/+22
2023-11-28xen/events: fix delayed eoi list handlingJuergen Gross1-1/+3
2023-11-28xen/events: avoid using info_for_irq() in xen_send_IPI_one()Juergen Gross1-4/+8
2023-11-20xen-pciback: Consider INTx disabled when MSI/MSI-X is enabledMarek Marczykowski-Górecki3-25/+23
2023-11-20xen: Make struct privcmd_irqfd's layout architecture independentViresh Kumar1-1/+1
2023-11-20xenbus: fix error exit in xenbus_init()Juergen Gross1-1/+1
2023-10-09xen/events: replace evtchn_rwlock with RCUJuergen Gross1-41/+46
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross2-20/+3
2023-08-30Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds1-1/+1
2023-08-22xen: privcmd: Add support for irqfdViresh Kumar2-2/+287
2023-08-22xen/xenbus: Avoid a lockdep warning when adding a watchPetr Pavlu1-2/+2
2023-08-21xen: Fix one kernel-doc commentYang Li1-1/+1
2023-08-21xen: xenbus: Use helper function IS_ERR_OR_NULL()Li Zetao1-1/+1
2023-08-21xen: Switch to use kmemdup() helperRuan Jinjie1-5/+2
2023-08-21xen-pciback: Remove unused function declarationsYue Haibing2-5/+0
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik1-1/+1
2023-07-27xen: speed up grant-table reclaimDemi Marie Obenour1-11/+29
2023-07-26xen/evtchn: Introduce new IOCTL to bind static evtchnRahul Singh2-20/+31
2023-07-25xenbus: check xen_domain in xenbus_probe_initcallStefano Stabellini1-0/+3
2023-07-13Merge tag 'for-linus-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2023-07-04xen/virtio: Fix NULL deref when a bridge of PCI root bus has no parentPetr Pavlu1-0/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-28Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-06-20mm: ptep_get() conversionRyan Roberts1-1/+1
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+4
2023-05-24xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()Dan Carpenter1-5/+4
2023-05-09xen/pvcalls: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-2/+2
2023-04-28Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-37/+42
2023-04-28Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-19/+1
2023-04-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-30/+0
2023-04-24xen/pvcalls: don't call bind_evtchn_to_irqhandler() under lockJuergen Gross1-20/+26
2023-04-24xen/scsiback: don't call scsiback_free_translation_entry() under lockJuergen Gross1-13/+14
2023-04-24xen/pciback: don't call pcistub_device_put() under lockJuergen Gross1-4/+2
2023-04-13xen: simplify sysctl registration for balloonLuis Chamberlain1-19/+1
2023-03-22ACPI: processor: Fix evaluating _PDC method when running as Xen dom0Roger Pau Monne1-0/+20
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2023-03-17scsi: xen-scsiback: Remove default fabric ops calloutsDmitry Bogdanov1-30/+0