summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-28dmaengine: fsl-dpaa2-qdma: Use list_move_tail instead of list_del/list_add_tailBaokun Li1-5/+3
2021-07-28dmaengine: xilinx_dma: Use list_move_tail instead of list_del/list_add_tailBaokun Li1-2/+1
2021-07-27Merge tag 'bus_remove_return_void-5.15' into nextVinod Koul565-5583/+6855
2021-07-21bus: Make remove callback return voidUwe Kleine-König86-243/+93
2021-07-21s390/scm: Make struct scm_driver::remove return voidUwe Kleine-König3-5/+6
2021-07-21s390/ccwgroup: Drop if with an always false conditionUwe Kleine-König1-2/+0
2021-07-21s390/cio: Make struct css_driver::remove return voidUwe Kleine-König6-14/+10
2021-07-21PCI: endpoint: Make struct pci_epf_driver::remove return voidUwe Kleine-König2-4/+3
2021-07-21dmaengine: idxd: remove fault processing codeDave Jiang1-91/+4
2021-07-21dmaengine: idxd: move dsa_drv support to compatible modeDave Jiang9-48/+146
2021-07-21dmaengine: dsa: move dsa_bus_type out of idxd driver to standaloneDave Jiang6-73/+103
2021-07-21dmaengine: idxd: create user driver for wq 'device'Dave Jiang4-14/+61
2021-07-21dmaengine: idxd: create dmaengine driver for wq 'device'Dave Jiang4-35/+92
2021-07-21dmaengine: idxd: create idxd_device sub-driverDave Jiang3-0/+23
2021-07-21dmaengine: idxd: add type to driver in order to allow device matchingDave Jiang3-1/+21
2021-07-21dmanegine: idxd: open code the dsa_drv registrationDave Jiang3-17/+8
2021-07-21dmaengine: idxd: idxd: move remove() bits for idxd 'struct device' to device.cDave Jiang3-19/+24
2021-07-21dmaengine: idxd: move probe() bits for idxd 'struct device' to device.cDave Jiang3-38/+40
2021-07-21dmaengine: idxd: fix bus_probe() and bus_remove() for dsa_busDave Jiang2-63/+69
2021-07-21dmaengine: idxd: remove iax_bus_type prototypeDave Jiang1-1/+0
2021-07-21dmaengine: idxd: remove bus shutdownDave Jiang1-6/+0
2021-07-21dmaengine: idxd: move wq_disable() to device.cDave Jiang3-37/+39
2021-07-21dmaengine: idxd: move wq_enable() to device.cDave Jiang3-123/+126
2021-07-21dmaengine: idxd: remove IDXD_DEV_CONF_READYDave Jiang4-19/+2
2021-07-21dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_devDave Jiang6-185/+251
2021-07-21dmaengine: idxd: add driver nameDave Jiang3-3/+3
2021-07-21dmaengine: idxd: add driver register helperDave Jiang3-5/+26
2021-07-21Merge branch 'fixes' into nextVinod Koul3-17/+99
2021-07-20dmaengine: idxd: fix sequence for pci driver remove() and shutdown()Dave Jiang2-11/+17
2021-07-20dmaengine: idxd: fix submission race windowDave Jiang3-18/+101
2021-07-20dmaengine: idxd: fix sequence for pci driver remove() and shutdown()Dave Jiang2-11/+17
2021-07-20dmaengine: idxd: fix desc->vector that isn't being updatedDave Jiang1-2/+1
2021-07-19Linux 5.14-rc2Linus Torvalds1-1/+1
2021-07-18Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub...Linus Torvalds36-98/+391
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-37/+174
2021-07-18Merge tag 'iomap-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-20/+13
2021-07-18Merge tag 'kbuild-fixes-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-15/+19
2021-07-18Documentation: Fix intiramfs script nameRobert Richter2-5/+5
2021-07-18Kbuild: lto: fix module versionings mismatch in GNU make 3.XLecopzer Chen1-1/+1
2021-07-18kbuild: do not suppress Kconfig prompts for silent buildMasahiro Yamada1-4/+5
2021-07-18scripts/setlocalversion: fix a bug when LOCALVERSION is emptyMikulas Patocka1-5/+8
2021-07-18perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong1-4/+29
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong6-42/+38
2021-07-18perf data: Close all files in close_dir()Riccardo Mancini1-1/+1
2021-07-18perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini1-2/+2
2021-07-18Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds30-215/+418
2021-07-17Revert "mm/slub: use stackdepot to save stack trace in objects"Linus Torvalds2-50/+30
2021-07-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds11-101/+115
2021-07-17Merge tag '5.14-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-20/+124
2021-07-17Merge tag 'linux-kselftest-kunit-fixes-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds7-22/+24