index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2018-12-28
debugobjects: call debug_objects_mem_init eariler
Qian Cai
-5
/
+3
2018-12-28
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
Andrey Konovalov
-22
/
+76
2018-12-27
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-9
/
+52
2018-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-38
/
+1391
2018-12-27
Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-0
/
+16
2018-12-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2018-12-26
Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
-1
/
+1
2018-12-22
seq_buf: Use size_t for len in seq_buf_puts()
Michael Ellerman
-1
/
+1
2018-12-22
seq_buf: Make seq_buf_puts() null-terminate the buffer
Michael Ellerman
-1
/
+5
2018-12-22
treewide: surround Kconfig file paths with double quotes
Masahiro Yamada
-2
/
+2
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-50
/
+117
2018-12-20
sbitmap: add helpers for add/del wait queue handling
Jens Axboe
-4
/
+26
2018-12-20
lib/raid6: add option to skip algo benchmarking
Daniel Verkamp
-0
/
+13
2018-12-20
lib/raid6: sort algos in rough performance order
Daniel Verkamp
-38
/
+38
2018-12-20
lib/raid6: check for assembler SSSE3 support
Daniel Verkamp
-0
/
+3
2018-12-20
raid6/ppc: Fix build for clang
Joel Stanley
-0
/
+15
2018-12-19
Fonts: New Terminus large console font
Amanoel Dawod
-0
/
+2087
2018-12-18
test_rhashtable: remove semaphore usage
Arnd Bergmann
-13
/
+19
2018-12-18
printk: Add caller information to printk() output.
Tetsuo Handa
-0
/
+17
2018-12-17
lib: fix build failure in CONFIG_DEBUG_VIRTUAL test
Christophe Leroy
-0
/
+1
2018-12-13
XArray: Fix xa_alloc when id exceeds max
Matthew Wilcox
-5
/
+36
2018-12-13
iov_iter: introduce hash_and_copy_to_iter helper
Sagi Grimberg
-0
/
+16
2018-12-13
iov_iter: pass void csum pointer to csum_and_copy_to_iter
Sagi Grimberg
-1
/
+2
2018-12-11
sbitmap: flush deferred clears for resize and shallow gets
Jens Axboe
-43
/
+51
2018-12-10
lib/vsprintf: Print time and date in human readable format via %pt
Andy Shevchenko
-3
/
+158
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-6
/
+40
2018-12-09
sbitmap: silence bogus lockdep IRQ warning
Jens Axboe
-0
/
+8
2018-12-06
arch: switch the default on ARCH_HAS_SG_CHAIN
Christoph Hellwig
-2
/
+2
2018-12-06
XArray tests: Check iterating over multiorder entries
Matthew Wilcox
-0
/
+31
2018-12-06
XArray tests: Handle larger indices more elegantly
Matthew Wilcox
-43
/
+48
2018-12-06
radix tree: Don't return retry entries from lookup
Matthew Wilcox
-2
/
+2
2018-12-06
kref/kobject: Improve documentation
Ezequiel Garcia
-1
/
+1
2018-12-04
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
-88
/
+148
2018-12-04
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
-1
/
+1
2018-12-03
Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...
David S. Miller
-16
/
+7
2018-12-03
rhashtable: detect when object movement between tables might have invalidated...
NeilBrown
-3
/
+5
2018-12-03
Merge 4.20-rc5 into driver-core-next
Greg Kroah-Hartman
-92
/
+151
2018-11-30
debugobjects: avoid recursive calls with kmemleak
Qian Cai
-3
/
+2
2018-11-30
lib/test_kmod.c: fix rmmod double free
Luis Chamberlain
-1
/
+0
2018-11-30
sbitmap: optimize wakeup check
Jens Axboe
-0
/
+28
2018-11-30
sbitmap: ammortize cost of clearing bits
Jens Axboe
-8
/
+73
2018-11-30
test_hexdump: use memcpy instead of strncpy
Linus Torvalds
-1
/
+1
2018-11-30
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-1
/
+37
2018-11-30
s390: use common bust_spinlocks()
Sergey Senozhatsky
-3
/
+3
2018-11-29
sbitmap: don't loop for find_next_zero_bit() for !round_robin
Jens Axboe
-8
/
+13
2018-11-29
lib: cordic: Move cordic macros and defines to header file
Priit Laes
-16
/
+7
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-82
/
+107
2018-11-27
iov_iter: reduce code duplication
Al Viro
-27
/
+27
2018-11-27
percpu-refcount: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
-1
/
+1
2018-11-25
iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed ones
Al Viro
-1
/
+37
[prev]
[next]