index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-31
kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.
Tetsuo Handa
1
-4
/
+7
2019-05-31
mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versions
Peter Zijlstra
2
-4
/
+5
2019-05-31
sbitmap: fix improper use of smp_mb__before_atomic()
Andrea Parri
1
-1
/
+1
2019-05-25
x86/mm/mem_encrypt: Disable all instrumentation for early SME setup
Gary Hook
1
-0
/
+11
2019-05-21
iov_iter: optimize page_copy_sane()
Eric Dumazet
1
-2
/
+15
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-05-02
lib/Kconfig.debug: fix build error without CONFIG_BLOCK
YueHaibing
1
-0
/
+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-04-03
rhashtable: Still do rehash when we get EEXIST
Herbert Xu
1
-2
/
+6
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-03-13
lib/test_kmod.c: potential double free in error handling
Dan Carpenter
1
-1
/
+1
2019-02-12
seq_buf: Make seq_buf_puts() null-terminate the buffer
Michael Ellerman
1
-1
/
+5
2019-01-13
lib: fix build failure in CONFIG_DEBUG_VIRTUAL test
Christophe Leroy
1
-0
/
+1
2019-01-13
raid6/ppc: Fix build for clang
Joel Stanley
1
-0
/
+15
2018-12-17
lib/rbtree-test: lower default params
Davidlohr Bueso
2
-3
/
+3
2018-12-17
debugobjects: avoid recursive calls with kmemleak
Qian Cai
1
-3
/
+2
2018-12-13
swiotlb: clean up reporting
Kees Cook
1
-11
/
+9
2018-12-13
test_firmware: fix error return getting clobbered
Colin Ian King
1
-0
/
+1
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-12-05
lib/test_kmod.c: fix rmmod double free
Luis Chamberlain
1
-1
/
+0
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-04
test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2018-10-03
scsi: klist: Make it safe to use klists in atomic context
Bart Van Assche
1
-4
/
+6
2018-09-19
rhashtable: add schedule points
Eric Dumazet
1
-0
/
+2
2018-09-15
debugobjects: Make stack check warning more informative
Joel Fernandes (Google)
1
-2
/
+5
2018-09-05
printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
Petr Mladek
1
-3
/
+0
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
lib/test_kmod.c: fix limit check on number of test devices created
Luis R. Rodriguez
1
-1
/
+1
2018-05-30
idr: fix invalid ptr dereference on item delete
Matthew Wilcox
1
-1
/
+3
2018-05-22
radix tree: fix multi-order iteration race
Ross Zwisler
1
-4
/
+2
2018-05-22
lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
Matthew Wilcox
1
-6
/
+15
2018-05-09
errseq: Always report a writeback error once
Matthew Wilcox
1
-14
/
+11
2018-05-01
kobject: don't use WARN for registration failures
Dmitry Vyukov
1
-7
/
+5
2018-04-26
bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
Yonghong Song
1
-5
/
+26
2018-04-19
lib: fix stall in __bitmap_parselist()
Yury Norov
2
-1
/
+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-19
Fix misannotated out-of-line _copy_to_user()
Christophe Leroy
1
-1
/
+1
[next]