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
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
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-06-11
test_firmware: Use correct snprintf() limit
Dan Carpenter
1
-7
/
+7
2019-06-04
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-1
/
+1
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-22
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-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-03
rhashtable: Still do rehash when we get EEXIST
Herbert Xu
1
-2
/
+6
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
lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamically
Bart Van Assche
1
-8
/
+15
2019-02-12
seq_buf: Make seq_buf_puts() null-terminate the buffer
Michael Ellerman
1
-1
/
+5
2019-01-22
fix int_sqrt64() for very large numbers
Florian La Roche
1
-1
/
+1
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
debugobjects: avoid recursive calls with kmemleak
Qian Cai
1
-3
/
+2
2018-12-13
test_firmware: fix error return getting clobbered
Colin Ian King
1
-0
/
+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-10-15
test_ida: Fix lockdep warning
Matthew Wilcox
1
-2
/
+2
2018-10-12
Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtd
Greg Kroah-Hartman
2
-5
/
+13
2018-10-12
lib/bch: fix possible stack overrun
Arnd Bergmann
2
-5
/
+13
2018-10-10
Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-1
/
+1
2018-10-05
vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointers
Steven Rostedt (VMware)
1
-1
/
+1
2018-10-02
lib/xz: Put CRC32_POLY_LE in xz_private.h
Joel Stanley
2
-1
/
+4
2018-09-04
lib/Kconfig.debug: fix three typos in help text
Thibaut Sautereau
1
-2
/
+2
2018-09-02
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2018-08-30
notifier: Remove notifier header file wherever not used
Mukesh Ojha
1
-1
/
+0
2018-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+0
2018-08-26
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
5
-109
/
+238
2018-08-23
lib/fonts: convert comments to utf-8
Arnd Bergmann
4
-512
/
+512
2018-08-22
lib/rhashtable: guarantee initial hashtable allocation
Davidlohr Bueso
1
-3
/
+11
2018-08-22
lib/rhashtable: simplify bucket_table_alloc()
Davidlohr Bueso
1
-5
/
+2
2018-08-22
lib/test_hexdump.c: fix failure on big endian cpu
Christophe Leroy
1
-5
/
+23
2018-08-22
lib/Kconfig: remove 'default n' for tests
Andy Shevchenko
2
-18
/
+0
2018-08-22
lib: add crc64 calculation routines
Coly Li
5
-0
/
+145
2018-08-22
lib/test_debug_virtual.c: make struct pointer foo static
Colin Ian King
1
-1
/
+1
2018-08-22
lib/bitmap.c: drop unnecessary 0 check for u32 array operations
Andy Shevchenko
1
-8
/
+1
2018-08-21
ida: Change ida_get_new_above to return the id
Matthew Wilcox
1
-18
/
+12
2018-08-21
ida: Remove old API
Matthew Wilcox
2
-50
/
+7
2018-08-21
test_ida: check_ida_destroy and check_ida_alloc
Matthew Wilcox
1
-0
/
+54
[next]