summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: sprd: fix reference leak in sprd_spi_removeZhang Qilong2020-11-111-0/+1
* spi: imx: fix reference leak in two imx operationsZhang Qilong2020-11-101-0/+2
* spi: atmel-quadspi: Disable clock in probe error pathLukas Wunner2020-11-101-1/+1
* spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in bcm63xx_h...Qinglang Miao2020-11-091-1/+3
* spi: tegra114: fix reference leak in tegra spi opsZhang Qilong2020-11-091-0/+2
* spi: tegra20-sflash: fix reference leak in tegra_sflash_resumeZhang Qilong2020-11-091-0/+1
* spi: tegra20-slink: fix reference leak in slink ops of tegra20Zhang Qilong2020-11-091-0/+2
* spi: mt7621: fix missing clk_disable_unprepare() on error in mt7621_spi_probeQinglang Miao2020-11-091-0/+2
* spi: spi-ti-qspi: fix reference leak in ti_qspi_setupZhang Qilong2020-11-091-0/+1
* spi: stm32-qspi: fix reference leak in stm32 qspi operationsZhang Qilong2020-11-091-2/+6
* spi: stm32: fix reference leak in stm32_spi_resumeZhang Qilong2020-11-061-0/+1
* spi: spi-mem: fix reference leak in spi_mem_access_startZhang Qilong2020-11-041-0/+1
* spi: spi-mem: Fix passing zero to 'PTR_ERR' warningYueHaibing2020-11-021-1/+1
* spi: img-spfi: fix reference leak in img_spfi_resumeZhang Qilong2020-11-021-1/+3
* spi: atmel: Downgrade to dev_dbg when dma_request_chan() failsTudor Ambarus2020-10-301-3/+3
* spi: fix a typo inside a kernel-doc markupMauro Carvalho Chehab2020-10-281-3/+3
* spi: spi-sun6i: enable autosuspend featureAlexander Kochetkov2020-10-261-1/+4
* spi: rockchip: enable autosuspend featureAlexander Kochetkov2020-10-261-0/+4
* spi: spi-sun6i: implement DMA-based transfer modeAlexander Kochetkov2020-10-261-18/+176
* Merge existing fixes from spi/for-5.10Mark Brown2020-10-261-8/+15
|\
| * spi: imx: fix runtime pm support for !CONFIG_PMSascha Hauer2020-10-231-8/+15
* | Linux 5.10-rc1v5.10-rc1Linus Torvalds2020-10-251-2/+2
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-25117-196/+196
* | kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes2020-10-251-3/+3
* | mm: remove kzfree() compatibility definitionEric Biggers2020-10-256-8/+6
* | checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches2020-10-251-5/+7
* | Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-253-1/+116
|\ \
| * | selftests/timens: Add a test for futex()Andrei Vagin2020-10-202-1/+111
| * | futex: Adjust absolute futex timeouts with per time namespace offsetAndrei Vagin2020-10-201-0/+5
* | | Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-252-5/+12
|\ \ \
| * | | sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-142-4/+11
| * | | sched: Replace zero-length array with flexible-arrayzhuguangqing2020-10-141-1/+1
* | | | Merge tag 'perf-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-251-1/+1
|\ \ \ \
| * | | | perf: correct SNOOPX field offsetAl Grant2020-10-191-1/+1
* | | | | Merge tag 'locking-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-10-251-1/+1
|\ \ \ \ \
| * | | | | locking/seqlocks: Fix kernel-doc warningsMauro Carvalho Chehab2020-10-141-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'ntb-5.10' of git://github.com/jonmason/ntbLinus Torvalds2020-10-253-5/+3
|\ \ \ \ \
| * | | | | NTB: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva2020-08-241-4/+1
| * | | | | ntb: intel: Fix memleak in intel_ntb_pci_probeDinghao Liu2020-08-241-1/+1
| * | | | | NTB: hw: amd: fix an issue about leak system resourcesKaige Li2020-08-231-0/+1
* | | | | | Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-251-1/+10
|\ \ \ \ \ \
| * | | | | | i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri...Hans de Goede2020-10-251-1/+10
* | | | | | | Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-10-258-15/+213
|\ \ \ \ \ \ \
| * | | | | | | cifs: update internal module version numberSteve French2020-10-231-1/+1
| * | | | | | | smb3: add some missing definitions from MS-FSCCSteve French2020-10-232-0/+28
| * | | | | | | smb3: remove two unused variablesSteve French2020-10-231-5/+0
| * | | | | | | smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-236-14/+189
* | | | | | | | Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-257-19/+111
|\ \ \ \ \ \ \ \
| * | | | | | | | ata: pata_ns87415.c: Document support on parisc with superio chipHelge Deller2020-10-231-2/+1
| * | | | | | | | parisc: Add wrapper syscalls to fix O_NONBLOCK flag usageHelge Deller2020-10-232-7/+78