summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-01-082-1/+3
|\
| * crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel2021-01-021-1/+2
| * crypto: arm/chacha-neon - add missing counter incrementArd Biesheuvel2021-01-021-0/+1
* | poll: fix performance regression due to out-of-line __put_user()Linus Torvalds2021-01-081-3/+11
* | Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek2021-01-085-30/+18
* | Merge tag 'gcc-plugins-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-01-081-2/+2
|\ \
| * | gcc-plugins: fix gcc 11 indigestion with plugins...Valdis Klētnieks2021-01-071-2/+2
* | | Merge tag 'spi-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-01-074-21/+104
|\ \ \
| * | | spi: fix the divide by 0 error when calculating xfer waiting timeXu Yilun2021-01-041-1/+5
| * | | spi: Fix the clamping of spi->max_speed_hzTudor Ambarus2020-12-301-2/+3
| * | | spi: altera: fix return value for altera_spi_txrx()Xu Yilun2020-12-291-12/+14
| * | | Merge tag 'v5.11-rc1' into spi-5.11Mark Brown2020-12-2811438-221489/+818527
| |\ \ \ | | | |/ | | |/|
| * | | spi: stm32: FIFO threshold level - fix align packet sizeRoman Guskov2020-12-211-2/+2
| * | | spi: spi-geni-qcom: Print an error when we timeout setting the CSDouglas Anderson2020-12-181-1/+3
| * | | spi: spi-geni-qcom: Don't try to set CS if an xfer is pendingDouglas Anderson2020-12-181-2/+7
| * | | spi: spi-geni-qcom: Fail new xfers if xfer/cancel/abort pendingDouglas Anderson2020-12-181-2/+57
| * | | spi: spi-geni-qcom: Fix geni_spi_isr() NULL dereference in timeout caseDouglas Anderson2020-12-181-0/+14
| * | | Merge remote-tracking branch 'spi/for-5.10' into spi-5.11Mark Brown2020-12-174-8/+16
| |\ \ \
* | \ \ \ Merge tag 'regulator-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-01-076-5/+70
|\ \ \ \ \
| * \ \ \ \ Merge qcom driver fix into regulator-5.11Mark Brown2021-01-042-1/+2
| |\ \ \ \ \
| | * | | | | regulator: qcom-rpmh-regulator: correct hfsmps515 definitionDmitry Baryshkov2021-01-041-1/+1
| | * | | | | dt-bindings: regulator: qcom,rpmh-regulator: add pm8009 revisionDmitry Baryshkov2021-01-041-0/+1
| | | |_|/ / | | |/| | |
| * | | | | regulator: qcom-rpmh: add QCOM_COMMAND_DB dependencyArnd Bergmann2021-01-041-0/+1
| * | | | | Merge tag 'v5.11-rc1' into regulator-5.11Mark Brown2020-12-2812130-230010/+833778
| |\| | | |
| * | | | | regulator: bd718x7: Add enable timesGuido Günther2020-12-211-0/+57
| * | | | | regulator: pf8x00: Use specific compatible strings for devicesMark Brown2020-12-162-4/+10
* | | | | | Merge tag 'regmap-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-01-071-2/+7
|\ \ \ \ \ \
| * | | | | | regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter2021-01-051-3/+1
| * | | | | | regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang2020-12-291-2/+9
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-0618-97/+243
|\ \ \ \ \ \
| * | | | | | btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana2020-12-181-0/+10
| * | | | | | btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana2020-12-181-0/+3
| * | | | | | btrfs: fix race between RO remount and the cleaner taskFilipe Manana2020-12-184-7/+44
| * | | | | | btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana2020-12-181-4/+1
| * | | | | | btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2020-12-182-3/+18
| * | | | | | btrfs: merge critical sections of discard lock in workfnPavel Begunkov2020-12-181-20/+23
| * | | | | | btrfs: fix racy access to discard_ctl dataPavel Begunkov2020-12-181-7/+3
| * | | | | | btrfs: fix async discard stallPavel Begunkov2020-12-181-7/+10
| * | | | | | btrfs: tests: initialize test inodes locationJosef Bacik2020-12-182-11/+8
| * | | | | | btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana2020-12-181-18/+31
| * | | | | | btrfs: qgroup: don't try to wait flushing if we're already holding a transactionQu Wenruo2020-12-181-10/+20
| * | | | | | btrfs: correctly calculate item size used when item key collision happensethanwu2020-12-184-2/+32
| * | | | | | btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana2020-12-187-8/+40
* | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-01-051-3/+65
|\ \ \ \ \ \ \
| * | | | | | | vhost/vsock: add IOTLB API supportStefano Garzarella2020-12-271-3/+65
* | | | | | | | Merge tag 'sound-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-01-057-4/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | ALSA: hda/via: Fix runtime PM for Clevo W35xSSTakashi Iwai2021-01-042-2/+13
| * | | | | | | | ALSA: usb-audio: Add quirk for RC-505Timon Reinold2021-01-031-0/+2
| * | | | | | | | ALSA: hda/hdmi: Fix incorrect mutex unlock in silent_stream_disable()Takashi Iwai2021-01-011-1/+1
| * | | | | | | | ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook 850 G7Kai-Heng Feng2020-12-311-0/+1