index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-26
/
+18
2020-12-16
Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
19
-77
/
+82
2020-12-16
Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-13
/
+46
2020-12-16
lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() static
Jason Yan
1
-1
/
+1
2020-12-16
fault-injection: handle EI_ETYPE_TRUE
Barnabás Pőcze
1
-0
/
+2
2020-12-16
lib/ubsan.c: mark type_check_kinds with static keyword
Zou Wei
1
-1
/
+1
2020-12-16
ubsan: expand tests and reporting
Kees Cook
1
-8
/
+66
2020-12-16
ubsan: remove UBSAN_MISC in favor of individual options
Kees Cook
1
-26
/
+56
2020-12-16
ubsan: enable for all*config builds
Kees Cook
1
-2
/
+1
2020-12-16
ubsan: disable UBSAN_TRAP for all*config
Kees Cook
1
-0
/
+1
2020-12-16
ubsan: disable object-size sanitizer under GCC
Kees Cook
1
-0
/
+3
2020-12-16
ubsan: move cc-option tests into Kconfig
Kees Cook
1
-3
/
+58
2020-12-16
ubsan: remove redundant -Wno-maybe-uninitialized
Kees Cook
1
-4
/
+0
2020-12-16
lib/lz4: explicitly support in-place decompression
Gao Xiang
2
-1
/
+6
2020-12-16
lib: cleanup kstrto*() usage
Alexey Dobriyan
2
-22
/
+13
2020-12-16
lib/string: remove unnecessary #undefs
Nick Desaulniers
1
-4
/
+0
2020-12-16
lib/cmdline_kunit: add a new test suite for cmdline API
Andy Shevchenko
3
-0
/
+112
2020-12-16
lib/cmdline: allow NULL to be an output for get_option()
Andy Shevchenko
1
-3
/
+9
2020-12-16
lib/cmdline: fix get_option() for strings starting with hyphen
Andy Shevchenko
1
-1
/
+7
2020-12-16
lib/test_lockup.c: minimum fix to get it compiled on PREEMPT_RT
Sebastian Andrzej Siewior
1
-0
/
+16
2020-12-16
lib/stackdepot.c: use array_size() helper in jhash2()
Gustavo A. R. Silva
1
-2
/
+2
2020-12-16
lib/stackdepot.c: use flex_array_size() helper in memcpy()
Gustavo A. R. Silva
1
-1
/
+1
2020-12-16
lib/stackdepot.c: replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+2
2020-12-16
lib/test_free_pages.c: add basic progress indicators
Geert Uytterhoeven
1
-0
/
+5
2020-12-16
kernel.h: split out mathematical helpers
Andy Shevchenko
7
-7
/
+16
2020-12-16
Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-0
/
+11
2020-12-16
Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+7
2020-12-16
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-15
/
+36
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-0
/
+76
2020-12-15
lib/test_kasan.c: add workqueue test case
Walter Wu
1
-0
/
+29
2020-12-15
locking/selftests: add testcases for fs_reclaim
Daniel Vetter
1
-0
/
+47
2020-12-15
Merge branches 'acpi-resources' and 'acpi-docs'
Rafael J. Wysocki
1
-0
/
+11
2020-12-15
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+22
2020-12-15
Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-0
/
+25
2020-12-15
Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-17
/
+34
2020-12-15
Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-9
/
+0
2020-12-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
7
-159
/
+68
2020-12-14
Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
13
-0
/
+13
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+5
2020-12-12
selftest/fpu: avoid clang warning
Arnd Bergmann
1
-1
/
+2
2020-12-09
dyndbg: fix use before null check
Jim Cromie
1
-2
/
+7
2020-12-09
Merge branch 'locking/rwsem'
Peter Zijlstra
1
-2
/
+17
2020-12-08
sbitmap: simplify wrap check
Pavel Begunkov
1
-3
/
+5
2020-12-08
sbitmap: replace CAS with atomic and
Pavel Begunkov
1
-5
/
+3
2020-12-08
sbitmap: remove swap_lock
Pavel Begunkov
1
-11
/
+3
2020-12-08
sbitmap: optimise sbitmap_deferred_clear()
Pavel Begunkov
1
-12
/
+12
2020-12-06
zlib: export S390 symbols for zlib modules
Randy Dunlap
1
-0
/
+3
2020-12-04
crypto: lib/blake2s - Move selftest prototype into header file
Herbert Xu
2
-3
/
+1
2020-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+9
2020-12-03
lib/syscall: fix syscall registers retrieval on 32-bit platforms
Willy Tarreau
1
-2
/
+9
[next]