summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | virtio: balloon: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
| * | | | | virtio_balloon: Treat stats requests as wakeup eventsDavid Stevens2024-05-221-29/+46
| * | | | | virtio_balloon: Give the balloon its own wakeup sourceDavid Stevens2024-05-221-2/+11
| * | | | | virtio-mem: support suspend+resumeDavid Hildenbrand2024-05-221-6/+62
| * | | | | vhost_task: Handle SIGKILL by flushing work and exitingMike Christie2024-05-222-4/+52
| * | | | | vhost: Release worker mutex during flushesMike Christie2024-05-221-14/+30
| * | | | | vhost: Use virtqueue mutex for swapping workerMike Christie2024-05-221-6/+12
| * | | | | vhost_scsi: Handle vhost_vq_work_queue failures for TMFsMike Christie2024-05-221-1/+2
| * | | | | vhost: Remove vhost_vq_flushMike Christie2024-05-222-13/+0
| * | | | | vhost-scsi: Use system wq to flush dev for TMFsMike Christie2024-05-221-20/+19
| * | | | | vhost-scsi: Handle vhost_vq_work_queue failures for cmdsMike Christie2024-05-221-1/+12
| * | | | | vhost-scsi: Handle vhost_vq_work_queue failures for eventsMike Christie2024-05-221-5/+12
| * | | | | vdpa: Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-05-221-1/+1
| * | | | | vp_vdpa: Fix return value check vp_vdpa_request_irqYuxue Liu2024-05-221-1/+4
| * | | | | virtio-mmio: Convert to platform remove callback returning voidUwe Kleine-König2024-05-011-4/+2
* | | | | | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-224-102/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | drm/amd/display: use ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-194-94/+7
| * | | | | drm/amd/display: only use hard-float, not altivec on powerpcMichael Ellerman2024-05-193-12/+4
* | | | | | Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-22214-3497/+10351
|\ \ \ \ \ \
| * | | | | | misc: ntsync: mark driver as "broken" to prevent from buildingGreg Kroah-Hartman2024-05-151-0/+1
| * | | | | | spmi: pmic-arb: Add multi bus supportAbel Vesa2024-05-081-18/+120
| * | | | | | spmi: pmic-arb: Register controller for bus instead of arbiterAbel Vesa2024-05-081-285/+374
| * | | | | | spmi: pmic-arb: Make core resources acquiring a version operationAbel Vesa2024-05-081-43/+71
| * | | | | | spmi: pmic-arb: Make the APID init a version operationAbel Vesa2024-05-081-75/+69
| * | | | | | spmi: pmic-arb: Fix some compile warnings about members not being describedAbel Vesa2024-05-081-0/+5
| * | | | | | spmi: pmic-arb: Replace three IS_ERR() calls by null pointer checks in spmi_p...Markus Elfring2024-05-081-6/+6
| * | | | | | spmi: hisi-spmi-controller: Do not override device identifierVamshi Gajjela2024-05-081-1/+0
| * | | | | | spmi: make spmi_bus_type constRicardo B. Marliere2024-05-081-1/+1
| * | | | | | Merge tag 'extcon-next-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2024-05-089-43/+25
| |\ \ \ \ \ \
| | * | | | | | extcon: adc-jack: Document missing struct membersYang Li2024-05-091-0/+2
| | * | | | | | extcon: realtek: Remove unused of_gpio.hAndy Shevchenko2024-05-091-1/+0
| | * | | | | | extcon: usbc-cros-ec: Convert to platform remove callback returning voidUwe Kleine-König2024-05-091-4/+2
| | * | | | | | extcon: usb-gpio: Convert to platform remove callback returning voidUwe Kleine-König2024-05-091-4/+2
| | * | | | | | extcon: max77843: Convert to platform remove callback returning voidUwe Kleine-König2024-05-091-4/+2
| | * | | | | | extcon: max3355: Convert to platform remove callback returning voidUwe Kleine-König2024-05-091-4/+2
| | * | | | | | extcon: intel-mrfld: Convert to platform remove callback returning voidUwe Kleine-König2024-05-091-4/+2
| | * | | | | | extcon: intel-cht-wc: Convert to platform remove callback returning voidUwe Kleine-König2024-05-091-4/+2
| | * | | | | | extcon: adc-jack: Convert to platform remove callback returning voidUwe Kleine-König2024-05-091-4/+2
| | * | | | | | extcon: intel-mrfld: Don't shadow error from devm_extcon_dev_allocate()Andy Shevchenko2024-05-091-1/+1
| | * | | | | | extcon: max8997: select IRQ_DOMAIN instead of depending on itRandy Dunlap2024-05-091-1/+2
| | * | | | | | extcon: intel-mrfld: Switch to use dev_err_probe()Andy Shevchenko2024-05-091-12/+6
| * | | | | | | Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman2024-05-08236-1271/+2105
| |\ \ \ \ \ \ \
| * | | | | | | | misc: rtsx: do clear express reg every SD_INTRicky Wu2024-05-041-5/+7
| * | | | | | | | tifm: constify the struct tifm_bus_type usageKunwu Chan2024-05-041-1/+1
| * | | | | | | | binder: fix max_thread type inconsistencyCarlos Llamas2024-05-042-2/+2
| * | | | | | | | greybus: Fix use-after-free bug in gb_interface_release due to race condition.Sicong Huang2024-05-041-0/+1
| * | | | | | | | ppdev: Add an error check in register_deviceHuai-Yuan Liu2024-05-041-4/+11
| * | | | | | | | intel_th: pci: Add Lunar Lake supportAlexander Shishkin2024-05-041-0/+5
| * | | | | | | | intel_th: pci: Add Meteor Lake-S CPU supportAlexander Shishkin2024-05-041-0/+5
| * | | | | | | | intel_th: pci: Add Meteor Lake-S supportAlexander Shishkin2024-05-041-0/+5