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-06-11
drm/ast: fix missing break in switch statement for format->cpp[0] case 4
Colin Ian King
1
-0
/
+1
2020-06-11
printk/kdb: Redirect printk messages into kdb in any context
Petr Mladek
2
-13
/
+8
2020-06-11
locking/atomics: Flip fallbacks and instrumentation
Peter Zijlstra
28
-82
/
+2403
2020-06-11
asm-generic/atomic: Use __always_inline for fallback wrappers
Marco Elver
21
-188
/
+192
2020-06-10
mailbox: qcom: Add ipq6018 apcs compatible
Sivaprakash Murugesan
1
-0
/
+5
2020-06-10
mailbox: qcom: Add clock driver name in apcs mailbox driver data
Sivaprakash Murugesan
1
-18
/
+38
2020-06-10
riscv: set the permission of vdso_data to read-only
Vincent Chen
1
-2
/
+14
2020-06-10
riscv: use vDSO common flow to reduce the latency of the time-related functions
Vincent Chen
16
-69
/
+199
2020-06-10
kernel: set USER_DS in kthread_use_mm
Christoph Hellwig
5
-17
/
+8
2020-06-10
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
12
-41
/
+40
2020-06-10
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
1
-1
/
+1
2020-06-10
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
18
-85
/
+66
2020-06-10
stacktrace: cleanup inconsistent variable type
Walter Wu
1
-1
/
+1
2020-06-10
lib: test get_count_order/long in test_bitops.c
Wei Yang
2
-7
/
+56
2020-06-10
mm: add comments on pglist_data zones
Ben Widawsky
1
-1
/
+13
2020-06-10
ocfs2: fix spelling mistake and grammar
Keyur Patel
1
-1
/
+1
2020-06-10
mm/debug_vm_pgtable: fix kernel crash by checking for THP support
Aneesh Kumar K.V
1
-0
/
+6
2020-06-10
lib: fix bitmap_parse() on 64-bit big endian archs
Alexander Gordeev
1
-2
/
+7
2020-06-10
checkpatch: correct check for kernel parameters doc
Tim Froidcoeur
1
-2
/
+2
2020-06-10
nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()
Ryusuke Konishi
1
-0
/
+2
2020-06-10
lib/lz4/lz4_decompress.c: document deliberate use of `&'
Joe Perches
1
-0
/
+3
2020-06-10
kcov: check kcov_softirq in kcov_remote_stop()
Andrey Konovalov
1
-8
/
+18
2020-06-10
scripts/spelling: add a few more typos
SeongJae Park
1
-0
/
+9
2020-06-10
khugepaged: selftests: fix timeout condition in wait_for_scan()
Dan Carpenter
1
-1
/
+1
2020-06-11
Merge tag 'drm-intel-next-fixes-2020-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
3
-9
/
+52
2020-06-10
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-26
/
+38
2020-06-10
docs: networkng: convert sja1105's devlink info to RTS
Jakub Kicinski
3
-27
/
+50
2020-06-10
io_uring: check file O_NONBLOCK state for accept
Jiufei Xue
1
-0
/
+3
2020-06-10
Merge branch 'chcr-Fixing-issues-in-dma-mapping-and-driver-removal'
David S. Miller
1
-22
/
+59
2020-06-10
Crypto/chcr: Checking cra_refcnt before unregistering the algorithms
Ayush Sawal
1
-4
/
+14
2020-06-10
Crypto/chcr: Calculate src and dst sg lengths separately for dma map
Ayush Sawal
1
-18
/
+45
2020-06-10
io_uring: avoid unnecessary io_wq_work copy for fast poll feature
Xiaoguang Wang
1
-4
/
+9
2020-06-10
io_uring: avoid whole io_wq_work copy for requests completed inline
Xiaoguang Wang
2
-9
/
+36
2020-06-10
docs: networkng: fix lists and table in sja1105
Jakub Kicinski
1
-2
/
+4
2020-06-10
docs: networking: fix extra spaces in ethtool-netlink
Jakub Kicinski
1
-6
/
+6
2020-06-10
net: cadence: macb: disable NAPI on error
Corentin Labbe
1
-1
/
+4
2020-06-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-5
/
+2
2020-06-10
mptcp: don't leak msk in token container
Paolo Abeni
1
-0
/
+1
2020-06-10
Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
7
-13
/
+14
2020-06-10
Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
5
-58
/
+28
2020-06-10
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
9
-118
/
+131
2020-06-10
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-4
/
+6
2020-06-10
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux
Linus Torvalds
18
-719
/
+161
2020-06-10
arch/powerpc/mm/pgtable.c: another missed conversion
Andrew Morton
1
-1
/
+1
2020-06-10
Merge tag 'docs-5.8-2' of git://git.lwn.net/linux
Linus Torvalds
41
-82
/
+90
2020-06-10
Merge tag 'acpi-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
5
-8
/
+13
2020-06-10
Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
18
-79
/
+511
2020-06-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
38
-873
/
+3397
2020-06-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
36
-143
/
+2722
2020-06-10
mptcp: fix races between shutdown and recvmsg
Paolo Abeni
1
-21
/
+24
[prev]
[next]