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.12.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-01-04
dma-debug: add a schedule point in debug_dma_dump_mappings()
Eric Dumazet
1
-0
/
+1
2019-12-21
lib: raid6: fix awk build warnings
Greg Kroah-Hartman
1
-1
/
+1
2019-12-05
lib/genalloc.c: include vmalloc.h
Olof Johansson
1
-0
/
+1
2019-12-05
lib/genalloc.c: use vzalloc_node() to allocate the bitmap
Huang Shijie
1
-2
/
+2
2019-12-05
lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk
Alexey Skidanov
1
-8
/
+12
2019-11-12
dump_stack: avoid the livelock of the dump_lock
Kevin Hao
1
-1
/
+6
2019-10-07
kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K
Nicolas Boichat
1
-1
/
+1
2019-08-25
siphash: implement HalfSipHash1-3 for hash tables
Jason A. Donenfeld
2
-4
/
+415
2019-08-25
siphash: add cryptographically secure PRF
Jason A. Donenfeld
4
-5
/
+369
2019-08-04
lib/strscpy: Shut up KASAN false-positives in strscpy()
Andrey Ryabinin
1
-1
/
+1
2019-08-04
lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE
Christophe Leroy
1
-4
/
+5
2019-08-04
rslib: Fix handling of of caller provided syndrome
Ferdinand Blomqvist
1
-2
/
+12
2019-08-04
rslib: Fix decoding of shortened codes
Ferdinand Blomqvist
1
-2
/
+2
2019-07-10
lib/mpi: Fix karactx leak in mpi_powm
Herbert Xu
1
-4
/
+2
2019-05-31
mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versions
Peter Zijlstra
2
-4
/
+5
2019-05-10
ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings
Andrey Ryabinin
1
-26
/
+23
2019-05-08
kasan: prevent compiler from optimizing away memset in tests
Andrey Konovalov
1
-0
/
+1
2019-05-08
kasan: remove redundant initialization of variable 'real_size'
Colin Ian King
1
-1
/
+1
2019-04-20
lib/div64.c: off by one in shift
Stanislaw Gruszka
1
-2
/
+2
2019-04-17
lib/string.c: implement a basic bcmp
Nick Desaulniers
1
-0
/
+20
2019-04-05
ARM: 8833/1: Ensure that NEON code always compiles with Clang
Nathan Chancellor
1
-1
/
+1
2019-04-05
kprobes: Prohibit probing on bsearch()
Andrea Righi
1
-0
/
+2
2019-04-05
lib/int_sqrt: optimize initial value compute
Peter Zijlstra
1
-4
/
+2
2019-03-27
lib/int_sqrt: optimize small argument
Peter Zijlstra
1
-0
/
+3
2019-03-23
assoc_array: Fix shortcut creation
David Howells
1
-3
/
+5
2019-02-12
seq_buf: Make seq_buf_puts() null-terminate the buffer
Michael Ellerman
1
-1
/
+5
2018-12-21
lib/interval_tree_test.c: allow users to limit scope of endpoint
Davidlohr Bueso
1
-10
/
+13
2018-12-21
lib/rbtree-test: lower default params
Davidlohr Bueso
2
-3
/
+3
2018-12-21
lib/rbtree_test.c: make input module parameters
Davidlohr Bueso
1
-21
/
+34
2018-12-21
lib/interval_tree_test.c: allow full tree search
Davidlohr Bueso
1
-5
/
+10
2018-12-21
lib/interval_tree_test.c: make test options module parameters
Davidlohr Bueso
1
-17
/
+40
2018-12-17
debugobjects: avoid recursive calls with kmemleak
Qian Cai
1
-1
/
+2
2018-12-13
swiotlb: clean up reporting
Kees Cook
1
-11
/
+9
2018-12-08
kobject: Replace strncpy with memcpy
Guenter Roeck
1
-1
/
+1
2018-12-08
test_hexdump: use memcpy instead of strncpy
Linus Torvalds
1
-1
/
+1
2018-11-27
lib/raid6: Fix arm64 test build
Jeremy Linton
1
-2
/
+2
2018-11-21
lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
Arnd Bergmann
1
-2
/
+1
2018-11-13
locking/lockdep: Fix debug_locks off performance problem
Waiman Long
1
-1
/
+1
2018-11-10
test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2018-10-18
rhashtable: add schedule points
Eric Dumazet
1
-1
/
+4
2018-10-04
scsi: klist: Make it safe to use klists in atomic context
Bart Van Assche
1
-4
/
+6
2018-09-15
debugobjects: Make stack check warning more informative
Joel Fernandes (Google)
1
-2
/
+5
2018-08-17
ioremap: Update pgtable free interfaces with addr
Chintan Pandya
1
-2
/
+2
2018-07-25
lib/rhashtable: consider param->min_size when setting initial table size
Davidlohr Bueso
1
-6
/
+11
2018-07-03
lib/vsprintf: Remove atomic-unsafe support for %pCr
Geert Uytterhoeven
1
-3
/
+0
2018-05-30
bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
Yonghong Song
1
-5
/
+26
2018-05-02
kobject: don't use WARN for registration failures
Dmitry Vyukov
1
-7
/
+5
2018-03-31
rhashtable: Fix rhlist duplicates insertion
Paul Blakey
1
-1
/
+3
2018-03-28
mm/vmalloc: add interfaces to free unmapped page table
Toshi Kani
1
-2
/
+4
2018-03-03
lib/mpi: Fix umul_ppmm() for MIPS64r6
James Hogan
1
-1
/
+17
[next]