summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2021-07-222-24/+31
|\
| * mmc: core: Don't allocate IDA for OF aliasesStephen Boyd2021-07-141-10/+10
| * mmc: core: Use kref in place of struct mmc_blk_data::usageStephen Boyd2021-07-141-14/+21
* | Merge tag 's390-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-07-219-37/+49
|\ \
| * | s390: update defconfigsHeiko Carstens2021-07-203-17/+34
| * | s390/cpumf: fix semicolon.cocci warningskernel test robot2021-07-201-1/+1
| * | s390/boot: fix use of expolines in the DMA codeAlexander Egorenkov2021-07-201-15/+4
| * | s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik2021-07-153-2/+5
| * | s390/defconfig: allow early device mapper disksChristian Borntraeger2021-07-122-2/+4
| * | s390/vdso32: add vdso32.lds to targetsSven Schnelle2021-07-121-0/+1
| |/
* | Merge tag 'spi-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-217-65/+90
|\ \
| * | spi: spi-bcm2835: Fix deadlockAlexandru Tachici2021-07-201-5/+7
| * | spi: cadence: Correct initialisation of runtime PM againMarek Vasut2021-07-191-5/+9
| * | spi: cadence-quadspi: Disable Auto-HW pollingApurva Nandan2021-07-161-13/+14
| * | spi: spi-cadence-quadspi: Fix division by zero warningYoshitaka Ikeda2021-07-161-0/+3
| * | spi: spi-cadence-quadspi: Revert "Fix division by zero warning"Yoshitaka Ikeda2021-07-161-6/+4
| * | spi: spi-cadence-quadspi: Fix division by zero warningYoshitaka Ikeda2021-07-151-4/+6
| * | spi: mediatek: move devm_spi_register_master positionMason Zhang2021-07-141-6/+6
| * | spi: mediatek: fix fifo rx modePeter Hess2021-07-121-3/+13
| * | spi: atmel: Fix CS and initialization bugDan Sneddon2021-07-121-7/+2
| * | spi: stm32: fixes pm_runtime calls in probe/removeAlain Volmat2021-07-071-1/+8
| * | spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delayMarek Vasut2021-07-071-19/+19
| * | spi: stm32h7: fix full duplex irq handler handlingAlain Volmat2021-06-301-6/+9
* | | Merge tag 'regulator-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-07-217-23/+30
|\ \ \
| * | | regulator: hi6421: Fix getting wrong drvdataAxel Lin2021-07-121-9/+13
| * | | regulator: mtk-dvfsrc: Fix wrong dev pointer for devm_regulator_registerAxel Lin2021-07-071-2/+1
| * | | regulator: fixed: Mark regulator-fixed-domain as deprecatedUlf Hansson2021-07-071-0/+2
| * | | regulator: bd9576: Fix testing wrong flag in check_temp_flag_mismatchAxel Lin2021-07-011-2/+2
| * | | regulator: hi6421v600: Fix getting wrong drvdata that causes boot failureAxel Lin2021-06-301-7/+9
| * | | regulator: rt5033: Fix n_voltages settings for BUCK and LDOAxel Lin2021-06-281-2/+2
| * | | regulator: rtmv20: Fix wrong mask for strobe-polarity-highChiYuan Huang2021-06-281-1/+1
* | | | Merge tag 'afs-fixes-20210721' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-214-33/+87
|\ \ \ \
| * | | | afs: Remove redundant assignment to retJiapeng Chong2021-07-211-4/+6
| * | | | afs: Fix setting of writeback_indexDavid Howells2021-07-211-1/+1
| * | | | afs: check function returnTom Rix2021-07-211-5/+11
| * | | | afs: Fix tracepoint string placement with built-in AFSDavid Howells2021-07-212-23/+69
| | |_|/ | |/| |
* | | | seq_file: disallow extremely large seq buffer allocationsEric Sandeen2021-07-201-0/+3
* | | | Linux 5.14-rc2v5.14-rc2Linus Torvalds2021-07-181-1/+1
* | | | Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub...Linus Torvalds2021-07-1836-98/+391
|\ \ \ \
| * | | | perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong2021-07-181-4/+29
| * | | | perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-186-42/+38
| * | | | perf data: Close all files in close_dir()Riccardo Mancini2021-07-181-1/+1
| * | | | perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-181-2/+2
| * | | | perf test bpf: Free obj_bufRiccardo Mancini2021-07-161-0/+2
| * | | | perf trace: Free strings in trace__parse_events_option()Riccardo Mancini2021-07-151-0/+3
| * | | | perf trace: Free syscall tp fields in evsel->privRiccardo Mancini2021-07-151-1/+16
| * | | | perf trace: Free syscall->arg_fmtRiccardo Mancini2021-07-151-1/+15
| * | | | perf trace: Free malloc'd trace fields on exitRiccardo Mancini2021-07-151-1/+10
| * | | | perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-151-3/+5
| * | | | perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini2021-07-151-0/+7