summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* | xen: privcmd: Add support for irqfdViresh Kumar2023-08-222-2/+287
* | xen/xenbus: Avoid a lockdep warning when adding a watchPetr Pavlu2023-08-221-2/+2
* | xen: Fix one kernel-doc commentYang Li2023-08-211-1/+1
* | xen: xenbus: Use helper function IS_ERR_OR_NULL()Li Zetao2023-08-211-1/+1
* | xen: Switch to use kmemdup() helperRuan Jinjie2023-08-211-5/+2
* | xen-pciback: Remove unused function declarationsYue Haibing2023-08-212-5/+0
|/
* xen: speed up grant-table reclaimDemi Marie Obenour2023-07-271-11/+29
* xen/evtchn: Introduce new IOCTL to bind static evtchnRahul Singh2023-07-262-20/+31
* xenbus: check xen_domain in xenbus_probe_initcallStefano Stabellini2023-07-251-0/+3
* Merge tag 'for-linus-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-131-0/+2
|\
| * xen/virtio: Fix NULL deref when a bridge of PCI root bus has no parentPetr Pavlu2023-07-041-0/+2
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \
| * | mm: ptep_get() conversionRyan Roberts2023-06-191-1/+1
| |/
* | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-271-2/+2
|\ \ | |/ |/|
| * xen/pvcalls: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-081-2/+2
* | Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-271-5/+4
|\ \ | |/ |/|
| * xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()Dan Carpenter2023-05-241-5/+4
* | Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-273-37/+42
|\|
| * xen/pvcalls: don't call bind_evtchn_to_irqhandler() under lockJuergen Gross2023-04-241-20/+26
| * xen/scsiback: don't call scsiback_free_translation_entry() under lockJuergen Gross2023-04-241-13/+14
| * xen/pciback: don't call pcistub_device_put() under lockJuergen Gross2023-04-241-4/+2
* | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-271-19/+1
|\ \
| * | xen: simplify sysctl registration for balloonLuis Chamberlain2023-04-131-19/+1
| |/
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-261-30/+0
|\ \
| * | scsi: xen-scsiback: Remove default fabric ops calloutsDmitry Bogdanov2023-03-161-30/+0
* | | ACPI: processor: Fix evaluating _PDC method when running as Xen dom0Roger Pau Monne2023-03-221-0/+20
| |/ |/|
* | Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-171-5/+5
|\ \ | |/ |/|
| * xen: remove unnecessary (void*) conversionsYu Zhe2023-03-161-5/+5
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-243-7/+7
|\ \
| * | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-273-7/+7
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-234-6/+6
|\ \ \