summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-21io_uring: don't re-setup vecs/iter in io_resumit_prep() is already thereJens Axboe1-6/+10
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov1-0/+2
2020-09-21clk: tegra: Fix missing prototype for tegra210_clk_register_emc()Thierry Reding1-0/+2
2020-09-21clk: tegra: Always program PLL_E when enabledThierry Reding1-3/+0
2020-09-21clk: tegra: Capitalization fixesThierry Reding1-2/+2
2020-09-21btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn1-6/+5
2020-09-21Revert "ALSA: hda - Fix silent audio output and corrupted input on MSI X570-A...Takashi Iwai1-1/+0
2020-09-21i2c: i801: Exclude device from suspend direct complete optimizationJean Delvare1-0/+1
2020-09-21dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy1-0/+2
2020-09-21ALSA: usb-audio: Add delay quirk for H570e USB headsetsJoakim Tjernlund1-3/+4
2020-09-21ALSA: hda/realtek: Enable front panel headset LED on Lenovo ThinkStation P520Kai-Heng Feng1-0/+7
2020-09-21ALSA: hda/realtek - Couldn't detect Mic if booting with headset pluggedHui Wang1-1/+5
2020-09-21ALSA: asihpi: fix iounmap in error handlerTom Rix1-2/+2
2020-09-21Merge branch 'bnxt_en-Bug-fixes'David S. Miller2-21/+43
2020-09-21bnxt_en: Fix wrong flag value passed to HWRM_PORT_QSTATS_EXT fw call.Michael Chan1-1/+1
2020-09-21bnxt_en: Fix HWRM_FUNC_QSTATS_EXT firmware call.Michael Chan1-0/+1
2020-09-21bnxt_en: Return -EOPNOTSUPP for ETHTOOL_GREGS on VFs.Vasundhara Volam1-0/+3
2020-09-21bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan1-11/+20
2020-09-21bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer1-6/+13
2020-09-21bnxt_en: Use memcpy to copy VPD field info.Vasundhara Volam1-3/+5
2020-09-21Linux 5.9-rc6Linus Torvalds1-1/+1
2020-09-21Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2020-09-21Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2020-09-21Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-12/+37
2020-09-21Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-09-21Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-1/+24
2020-09-21Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+40
2020-09-21Merge tag 'kvm-s390-master-5.9-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-0/+20
2020-09-21Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini3-6/+14
2020-09-21Revert "KVM: Check the allocation of pv cpu mask"Vitaly Kuznetsov1-19/+3
2020-09-21net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski2-9/+8
2020-09-21net: mvneta: recycle the page in case of out-of-orderLorenzo Bianconi1-1/+5
2020-09-21rhashtable: fix indentation of a continue statementColin Ian King1-1/+1
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-6/+104
2020-09-20Merge tag 'usb-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-17/+64
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-25/+33
2020-09-20Merge tag 'edac_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2020-09-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-8/+28
2020-09-20mm: fix wake_page_function() comment typosLinus Torvalds1-2/+2
2020-09-20iio: adc: ad7124: Fix typo in device nameMircea Caprioru1-2/+2
2020-09-20Merge tag 'kbuild-fixes-v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-35/+39
2020-09-20dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang1-6/+6
2020-09-20dm: Call proper helper to determine dax supportJan Kara3-5/+31
2020-09-20dm/dax: Fix table reference countsDan Williams1-2/+3
2020-09-20kconfig: qconf: revive help message in the info viewMasahiro Yamada1-3/+8
2020-09-20kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada2-31/+30
2020-09-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-50/+102
2020-09-19Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-17/+29
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt4-0/+71
2020-09-19riscv: Fix Kendryte K210 device treeDamien Le Moal1-2/+4