aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-13driver core: platform: don't oops in platform_shutdown() on unbound devicesDmitry Baryshkov1-1/+5
2020-12-13ntp: Fix prototype in the !CONFIG_GENERIC_CMOS_UPDATE caseIngo Molnar1-0/+2
2020-12-12net: x25: Remove unimplemented X.25-over-LLC code stubsXie He4-31/+7
2020-12-13power: supply: Fix a typo in warning messageMasanari Iida1-1/+1
2020-12-13Documentation: DT: binding documentation for regulator-poweroffMichael Klein1-0/+37
2020-12-13power: reset: new driver regulator-poweroffMichael Klein3-0/+90
2020-12-12inet: frags: batch fqdir destroy worksSeongJae Park2-8/+40
2020-12-12nfc: s3fwrn5: let core configure the interrupt triggerKrzysztof Kozlowski1-6/+1
2020-12-12net: dsa: mt7530: enable MTU normalizationDENG Qingfang1-0/+2
2020-12-12power: supply: ab8500: Use dev_err_probe() for IIO channelsLinus Walleij3-34/+24
2020-12-12power: supply: ab8500_fg: Request all IRQs as threadedLinus Walleij1-36/+11
2020-12-12power: supply: ab8500_charger: Oneshot threaded IRQsLinus Walleij1-1/+1
2020-12-12power: supply: ab8500: Convert to dev_pm_opsLinus Walleij4-48/+28
2020-12-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-9/+15
2020-12-12Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+0
2020-12-12power: supply: ab8500: Use local helperLinus Walleij3-67/+64
2020-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextJakub Kicinski3-7/+69
2020-12-12Merge tag 'wireless-drivers-next-2020-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski276-10772/+6617
2020-12-12fs/xfs: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-12xfs: open code updating i_mode in xfs_set_aclChristoph Hellwig3-31/+27
2020-12-12xfs: remove xfs_vn_setattr_nonsizeChristoph Hellwig2-20/+7
2020-12-12xfs: kill ialloced in xfs_dialloc()Gao Xiang1-13/+9
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner3-37/+48
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner3-93/+23
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner3-159/+84
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner3-30/+41
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang1-4/+4
2020-12-12netfilter: nftables: netlink support for several set element expressionsPablo Neira Ayuso3-6/+149
2020-12-12netfilter: nftables: generalize set extension to support for several expressionsPablo Neira Ayuso4-54/+195
2020-12-12block: drop dead assignments in loop_init()Lukas Bulwahn1-6/+2
2020-12-12blk-mq: fix msec comment from micro to milli secondsMinwoo Im1-3/+3
2020-12-12blk-mq: update arg in comment of blk_mq_map_queueMinwoo Im1-1/+1
2020-12-12blk-mq: add helper allocating tagset->tagsMinwoo Im1-1/+7
2020-12-12sr: Remove in_interrupt() usage in sr_init_command().Sebastian Andrzej Siewior1-17/+0
2020-12-12sr: Switch the sector size back to 2048 if sr_read_sector() changed it.Sebastian Andrzej Siewior1-0/+2
2020-12-12cdrom: Reset sector_size back it is not 2048.Sebastian Andrzej Siewior1-5/+7
2020-12-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-22/+74
2020-12-12Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski33-227/+1041
2020-12-12Merge tag 'for-linus-5.10c-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds7-137/+182
2020-12-12Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-2/+2
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+11
2020-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-40/+159
2020-12-12kbuild: do not use scripts/ld-version.sh for checking spatch versionMasahiro Yamada2-12/+6
2020-12-12md: change mddev 'chunk_sectors' from int to unsignedMike Snitzer1-2/+2
2020-12-12dt-bindings: (hwmon/sbtsi_temp) Add SB-TSI hwmon driver bindingsKun Yi1-0/+54
2020-12-12hwmon: (sbtsi) Add documentationKun Yi2-0/+43
2020-12-12hwmon: (sbtsi) Add basic support for SB-TSI sensorsKun Yi3-0/+261
2020-12-12io_uring: remove 'twa_signal_ok' deadlock work-aroundJens Axboe1-15/+6
2020-12-12kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe4-12/+0
2020-12-12signal: kill JOBCTL_TASK_WORKJens Axboe2-23/+1