index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-13
driver core: platform: don't oops in platform_shutdown() on unbound devices
Dmitry Baryshkov
1
-1
/
+5
2020-12-13
ntp: Fix prototype in the !CONFIG_GENERIC_CMOS_UPDATE case
Ingo Molnar
1
-0
/
+2
2020-12-12
net: x25: Remove unimplemented X.25-over-LLC code stubs
Xie He
4
-31
/
+7
2020-12-13
power: supply: Fix a typo in warning message
Masanari Iida
1
-1
/
+1
2020-12-13
Documentation: DT: binding documentation for regulator-poweroff
Michael Klein
1
-0
/
+37
2020-12-13
power: reset: new driver regulator-poweroff
Michael Klein
3
-0
/
+90
2020-12-12
inet: frags: batch fqdir destroy works
SeongJae Park
2
-8
/
+40
2020-12-12
nfc: s3fwrn5: let core configure the interrupt trigger
Krzysztof Kozlowski
1
-6
/
+1
2020-12-12
net: dsa: mt7530: enable MTU normalization
DENG Qingfang
1
-0
/
+2
2020-12-12
power: supply: ab8500: Use dev_err_probe() for IIO channels
Linus Walleij
3
-34
/
+24
2020-12-12
power: supply: ab8500_fg: Request all IRQs as threaded
Linus Walleij
1
-36
/
+11
2020-12-12
power: supply: ab8500_charger: Oneshot threaded IRQs
Linus Walleij
1
-1
/
+1
2020-12-12
power: supply: ab8500: Convert to dev_pm_ops
Linus Walleij
4
-48
/
+28
2020-12-12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
6
-9
/
+15
2020-12-12
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-1
/
+0
2020-12-12
power: supply: ab8500: Use local helper
Linus Walleij
3
-67
/
+64
2020-12-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Jakub Kicinski
3
-7
/
+69
2020-12-12
Merge tag 'wireless-drivers-next-2020-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
Jakub Kicinski
276
-10772
/
+6617
2020-12-12
fs/xfs: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-12
xfs: open code updating i_mode in xfs_set_acl
Christoph Hellwig
3
-31
/
+27
2020-12-12
xfs: remove xfs_vn_setattr_nonsize
Christoph Hellwig
2
-20
/
+7
2020-12-12
xfs: kill ialloced in xfs_dialloc()
Gao Xiang
1
-13
/
+9
2020-12-12
xfs: spilt xfs_dialloc() into 2 functions
Dave Chinner
3
-37
/
+48
2020-12-12
xfs: move xfs_dialloc_roll() into xfs_dialloc()
Dave Chinner
3
-93
/
+23
2020-12-12
xfs: move on-disk inode allocation out of xfs_ialloc()
Dave Chinner
3
-159
/
+84
2020-12-12
xfs: introduce xfs_dialloc_roll()
Dave Chinner
3
-30
/
+41
2020-12-12
xfs: convert noroom, okalloc in xfs_dialloc() to bool
Gao Xiang
1
-4
/
+4
2020-12-12
netfilter: nftables: netlink support for several set element expressions
Pablo Neira Ayuso
3
-6
/
+149
2020-12-12
netfilter: nftables: generalize set extension to support for several expressions
Pablo Neira Ayuso
4
-54
/
+195
2020-12-12
block: drop dead assignments in loop_init()
Lukas Bulwahn
1
-6
/
+2
2020-12-12
blk-mq: fix msec comment from micro to milli seconds
Minwoo Im
1
-3
/
+3
2020-12-12
blk-mq: update arg in comment of blk_mq_map_queue
Minwoo Im
1
-1
/
+1
2020-12-12
blk-mq: add helper allocating tagset->tags
Minwoo Im
1
-1
/
+7
2020-12-12
sr: Remove in_interrupt() usage in sr_init_command().
Sebastian Andrzej Siewior
1
-17
/
+0
2020-12-12
sr: Switch the sector size back to 2048 if sr_read_sector() changed it.
Sebastian Andrzej Siewior
1
-0
/
+2
2020-12-12
cdrom: Reset sector_size back it is not 2048.
Sebastian Andrzej Siewior
1
-5
/
+7
2020-12-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-22
/
+74
2020-12-12
Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Jakub Kicinski
33
-227
/
+1041
2020-12-12
Merge tag 'for-linus-5.10c-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
7
-137
/
+182
2020-12-12
Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-2
/
+2
2020-12-12
Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+11
2020-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
6
-40
/
+159
2020-12-12
kbuild: do not use scripts/ld-version.sh for checking spatch version
Masahiro Yamada
2
-12
/
+6
2020-12-12
md: change mddev 'chunk_sectors' from int to unsigned
Mike Snitzer
1
-2
/
+2
2020-12-12
dt-bindings: (hwmon/sbtsi_temp) Add SB-TSI hwmon driver bindings
Kun Yi
1
-0
/
+54
2020-12-12
hwmon: (sbtsi) Add documentation
Kun Yi
2
-0
/
+43
2020-12-12
hwmon: (sbtsi) Add basic support for SB-TSI sensors
Kun Yi
3
-0
/
+261
2020-12-12
io_uring: remove 'twa_signal_ok' deadlock work-around
Jens Axboe
1
-15
/
+6
2020-12-12
kernel: remove checking for TIF_NOTIFY_SIGNAL
Jens Axboe
4
-12
/
+0
2020-12-12
signal: kill JOBCTL_TASK_WORK
Jens Axboe
2
-23
/
+1
[prev]
[next]