index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
assoc_array: Fix shortcut creation
David Howells
2019-03-23
1
-3
/
+5
*
lib/test_kmod.c: potential double free in error handling
Dan Carpenter
2019-03-13
1
-1
/
+1
*
seq_buf: Make seq_buf_puts() null-terminate the buffer
Michael Ellerman
2019-02-12
1
-1
/
+5
*
lib: fix build failure in CONFIG_DEBUG_VIRTUAL test
Christophe Leroy
2019-01-13
1
-0
/
+1
*
raid6/ppc: Fix build for clang
Joel Stanley
2019-01-13
1
-0
/
+15
*
lib/rbtree-test: lower default params
Davidlohr Bueso
2018-12-17
2
-3
/
+3
*
debugobjects: avoid recursive calls with kmemleak
Qian Cai
2018-12-17
1
-3
/
+2
*
swiotlb: clean up reporting
Kees Cook
2018-12-13
1
-11
/
+9
*
test_firmware: fix error return getting clobbered
Colin Ian King
2018-12-13
1
-0
/
+1
*
kobject: Replace strncpy with memcpy
Guenter Roeck
2018-12-08
1
-1
/
+1
*
test_hexdump: use memcpy instead of strncpy
Linus Torvalds
2018-12-08
1
-1
/
+1
*
lib/test_kmod.c: fix rmmod double free
Luis Chamberlain
2018-12-05
1
-1
/
+0
*
lib/raid6: Fix arm64 test build
Jeremy Linton
2018-11-27
1
-2
/
+2
*
lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
Arnd Bergmann
2018-11-21
1
-2
/
+1
*
locking/lockdep: Fix debug_locks off performance problem
Waiman Long
2018-11-13
1
-1
/
+1
*
test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches
Thadeu Lima de Souza Cascardo
2018-11-04
1
-1
/
+1
*
scsi: klist: Make it safe to use klists in atomic context
Bart Van Assche
2018-10-03
1
-4
/
+6
*
rhashtable: add schedule points
Eric Dumazet
2018-09-19
1
-0
/
+2
*
debugobjects: Make stack check warning more informative
Joel Fernandes (Google)
2018-09-15
1
-2
/
+5
*
printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
Petr Mladek
2018-09-05
1
-3
/
+0
*
ioremap: Update pgtable free interfaces with addr
Chintan Pandya
2018-08-17
1
-2
/
+2
*
lib/rhashtable: consider param->min_size when setting initial table size
Davidlohr Bueso
2018-07-25
1
-6
/
+11
*
lib/vsprintf: Remove atomic-unsafe support for %pCr
Geert Uytterhoeven
2018-07-03
1
-3
/
+0
*
lib/test_kmod.c: fix limit check on number of test devices created
Luis R. Rodriguez
2018-05-30
1
-1
/
+1
*
idr: fix invalid ptr dereference on item delete
Matthew Wilcox
2018-05-30
1
-1
/
+3
*
radix tree: fix multi-order iteration race
Ross Zwisler
2018-05-22
1
-4
/
+2
*
lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
Matthew Wilcox
2018-05-22
1
-6
/
+15
*
errseq: Always report a writeback error once
Matthew Wilcox
2018-05-09
1
-14
/
+11
*
kobject: don't use WARN for registration failures
Dmitry Vyukov
2018-05-01
1
-7
/
+5
*
bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
Yonghong Song
2018-04-26
1
-5
/
+26
*
lib: fix stall in __bitmap_parselist()
Yury Norov
2018-04-19
2
-1
/
+5
*
rhashtable: Fix rhlist duplicates insertion
Paul Blakey
2018-03-31
1
-1
/
+3
*
mm/vmalloc: add interfaces to free unmapped page table
Toshi Kani
2018-03-28
1
-2
/
+4
*
Fix misannotated out-of-line _copy_to_user()
Christophe Leroy
2018-03-19
1
-1
/
+1
*
lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
Kees Cook
2018-03-15
1
-0
/
+2
*
lib/mpi: Fix umul_ppmm() for MIPS64r6
James Hogan
2018-03-03
1
-1
/
+17
*
509: fix printing uninitialized stack memory when OID is empty
Eric Biggers
2018-02-25
1
-2
/
+6
*
kmemcheck: rip it out
Levin, Alexander (Sasha Levin)
2018-02-22
2
-98
/
+2
*
swiotlb: suppress warning when __GFP_NOWARN is set
Christian König
2018-02-22
1
-6
/
+9
*
lib/ubsan: add type mismatch handler for new GCC/Clang
Andrey Ryabinin
2018-02-16
2
-10
/
+52
*
lib/ubsan.c: s/missaligned/misaligned/
Andrew Morton
2018-02-16
1
-2
/
+2
*
kasan: rework Kconfig settings
Arnd Bergmann
2018-02-16
2
-1
/
+12
*
test_firmware: fix missing unlock on error in config_num_requests_store()
Wei Yongjun
2018-02-03
1
-0
/
+1
*
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
2018-01-31
1
-4
/
+7
*
x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'
Josh Poimboeuf
2017-12-25
1
-1
/
+1
*
dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...
Randy Dunlap
2017-12-14
1
-0
/
+4
*
lib/genalloc.c: make the avail variable an atomic_long_t
Stephen Bates
2017-12-14
1
-5
/
+5
*
ASN.1: check for error from ASN1_OP_END__ACT actions
Eric Biggers
2017-12-14
1
-0
/
+2
*
ASN.1: fix out-of-bounds read when parsing indefinite length item
Eric Biggers
2017-12-14
1
-21
/
+26
*
lib/mpi: call cond_resched() from mpi_powm() loop
Eric Biggers
2017-11-30
1
-0
/
+2
[next]