index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-24
2
-1
/
+25
|
\
|
*
vsprintf: don't obfuscate NULL and error pointers
Ilya Dryomov
2020-05-19
2
-1
/
+25
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
2
-9
/
+18
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-05-15
1
-0
/
+12
|
|
\
|
|
*
bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier
Daniel Borkmann
2020-05-15
1
-0
/
+12
|
*
|
ubsan: disable UBSAN_ALIGNMENT under COMPILE_TEST
Kees Cook
2020-05-07
1
-9
/
+6
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-06
2
-18
/
+18
|
\
|
|
*
Merge tag 'linux-kselftest-kunit-5.7-rc4' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-04-30
1
-1
/
+1
|
|
\
|
|
*
kunit: Add missing newline in summary message
Marco Elver
2020-04-23
1
-1
/
+1
|
*
|
lib/mpi: Fix building for powerpc with clang
Nathan Chancellor
2020-04-24
1
-17
/
+17
*
|
|
netlink: factor out policy range helpers
Johannes Berg
2020-04-30
1
-21
/
+74
*
|
|
netlink: remove NLA_EXACT_LEN_WARN
Johannes Berg
2020-04-30
1
-6
/
+10
*
|
|
netlink: allow NLA_MSECS to have range validation
Johannes Berg
2020-04-30
1
-0
/
+2
*
|
|
netlink: extend policy range validation
Johannes Berg
2020-04-30
1
-21
/
+92
*
|
|
netlink: limit recursion depth in policy validation
Johannes Berg
2020-04-30
1
-12
/
+34
*
|
|
netlink: remove type-unsafe validation_data pointer
Johannes Berg
2020-04-30
1
-10
/
+10
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-04-16
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-04-09
1
-0
/
+2
|
|
\
|
|
*
kbuild, btf: Fix dependencies for DEBUG_INFO_BTF
Slava Bacherikov
2020-04-03
1
-0
/
+2
*
|
|
Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2020-04-11
5
-30
/
+3
|
\
\
\
|
*
|
|
x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2
Jason A. Donenfeld
2020-04-09
4
-19
/
+0
|
*
|
|
x86: remove always-defined CONFIG_AS_SSSE3
Masahiro Yamada
2020-04-09
3
-10
/
+2
|
*
|
|
lib/raid6/test: fix build on distros whose /bin/sh is not bash
Masahiro Yamada
2020-04-09
1
-3
/
+3
|
|
/
/
*
|
|
Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-04-08
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mm/memremap_pages: Introduce memremap_compat_align()
Dan Williams
2020-02-20
1
-0
/
+3
*
|
|
lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"
Qiujun Huang
2020-04-07
1
-1
/
+1
*
|
|
ubsan: include bug type in report header
Kees Cook
2020-04-07
1
-21
/
+15
*
|
|
ubsan: check panic_on_warn
Kees Cook
2020-04-07
1
-0
/
+11
*
|
|
ubsan: split "bounds" checker from other options
Kees Cook
2020-04-07
1
-5
/
+24
*
|
|
ubsan: add trap instrumentation option
Kees Cook
2020-04-07
2
-4
/
+20
*
|
|
lib/dynamic_debug.c: use address-of operator on section symbols
Nathan Chancellor
2020-04-07
1
-1
/
+1
*
|
|
lib/test_kmod.c: remove a NULL test
Dan Carpenter
2020-04-07
1
-1
/
+1
*
|
|
lib/rbtree: fix coding style of assignments
chenqiwu
2020-04-07
1
-2
/
+2
*
|
|
lib/test_bitmap.c: make use of EXP2_IN_BITS
Andy Shevchenko
2020-04-07
1
-0
/
+2
*
|
|
kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
Alexander Potapenko
2020-04-07
1
-0
/
+24
*
|
|
lib/stackdepot.c: build with -fno-builtin
Alexander Potapenko
2020-04-07
1
-0
/
+4
*
|
|
lib/stackdepot.c: check depot_index before accessing the stack slab
Alexander Potapenko
2020-04-07
1
-2
/
+13
*
|
|
lib: test_stackinit.c: XFAIL switch variable init tests
Kees Cook
2020-04-07
2
-10
/
+19
*
|
|
lib/scatterlist: fix sg_copy_buffer() kerneldoc
Geert Uytterhoeven
2020-04-07
1
-1
/
+1
*
|
|
lib/ts_kmp.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-04-07
1
-1
/
+1
*
|
|
lib/ts_fsm.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-04-07
1
-1
/
+1
*
|
|
lib/ts_bm.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-04-07
1
-1
/
+1
*
|
|
lib/bch.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-04-07
1
-1
/
+1
*
|
|
lib/test_lockup.c: add parameters for locking generic vfs locks
Konstantin Khlebnikov
2020-04-07
1
-0
/
+45
*
|
|
lib/test_lockup.c: fix spelling mistake "iteraions" -> "iterations"
Colin Ian King
2020-04-07
1
-1
/
+1
*
|
|
lib/test_lockup: test module to generate lockups
Konstantin Khlebnikov
2020-04-07
3
-0
/
+567
*
|
|
compiler: remove CONFIG_OPTIMIZE_INLINING entirely
Masahiro Yamada
2020-04-07
1
-12
/
+0
*
|
|
Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2020-04-05
1
-9
/
+26
|
\
\
\
|
*
|
|
tools/bootconfig: Show line and column in parse error
Masami Hiramatsu
2020-03-03
1
-9
/
+26
*
|
|
|
Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-04-03
2
-8
/
+27
|
\
\
\
\
[next]