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
2020-11-18
random32: make prandom_u32() output unpredictable
George Spelvin
1
-179
/
+283
2020-11-10
lib/crc32test: remove extra local_irq_disable/enable
Vasily Gorbik
1
-4
/
+0
2020-11-10
Fonts: Replace discarded const qualifier
Lee Jones
11
-11
/
+11
2020-11-05
sgl_alloc_order: fix memory leak
Douglas Gilbert
1
-1
/
+1
2020-10-30
lib/crc32.c: fix trivial typo in preprocessor condition
Tobias Jordan
1
-1
/
+1
2020-10-14
Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts
Peilin Ye
11
-49
/
+47
2020-10-07
random32: Restore __latent_entropy attribute on net_rand_state
Thibaut Sautereau
1
-1
/
+1
2020-10-01
lib/string.c: implement stpcpy
Nick Desaulniers
1
-0
/
+24
2020-08-21
test_kmod: avoid potential double free in trigger_config_run_type()
Tiezhu Yang
1
-1
/
+1
2020-08-19
dyndbg: fix a BUG_ON in ddebug_describe_flags
Jim Cromie
1
-12
/
+11
2020-08-07
random32: remove net_rand_state from the latent entropy gcc plugin
Linus Torvalds
1
-1
/
+1
2020-08-07
random32: update the net random state on interrupt and activity
Willy Tarreau
1
-1
/
+1
2020-06-25
lib/zlib: remove outdated and incorrect pre-increment optimization
Jann Horn
1
-56
/
+35
2020-06-22
lib/mpi: Fix 64-bit MIPS build with Clang
Nathan Chancellor
1
-1
/
+1
2020-06-22
lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...
Christophe Leroy
2
-14
/
+14
2020-06-22
make 'user_access_begin()' do 'access_ok()'
Linus Torvalds
2
-8
/
+10
2020-05-27
ubsan: build ubsan.c more conservatively
Arnd Bergmann
1
-1
/
+2
2020-05-27
x86/uaccess, ubsan: Fix UBSAN vs. SMAP
Peter Zijlstra
1
-0
/
+1
2020-05-10
lib: devres: add a helper function for ioremap_uc
Tuowen Zhao
1
-0
/
+19
2020-05-10
lib/mpi: Fix building for powerpc with clang
Nathan Chancellor
1
-17
/
+17
2020-04-23
lib/raid6: use vdupq_n_u8 to avoid endianness warnings
ndesaulniers@google.com
2
-8
/
+4
2020-04-17
uapi: rename ext2_swab() to swab() and share globally in swab.h
Yury Norov
1
-14
/
+2
2020-02-28
lib/stackdepot.c: fix global out-of-bounds in stack_slabs
Alexander Potapenko
1
-2
/
+6
2020-02-24
lib/scatterlist.c: adjust indentation in __sg_alloc_table
Nathan Chancellor
1
-1
/
+1
2020-02-11
lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()
Gustavo A. R. Silva
1
-0
/
+1
2020-01-27
Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()"
Linus Torvalds
1
-1
/
+2
2020-01-27
devres: allow const resource arguments
Arnd Bergmann
1
-1
/
+2
2019-12-17
idr: Fix idr_get_next_ul race with idr_remove
Matthew Wilcox (Oracle)
1
-20
/
+11
2019-12-17
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-12-05
idr: Fix idr_alloc_u32 on 32-bit systems
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-12-01
lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebuf
Rasmus Villemoes
1
-4
/
+6
2019-11-24
idr: Fix idr_get_next race with idr_remove
Matthew Wilcox (Oracle)
1
-2
/
+13
2019-11-20
crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
Eric Biggers
1
-3
/
+3
2019-11-12
dump_stack: avoid the livelock of the dump_lock
Kevin Hao
1
-1
/
+6
2019-10-29
lib: textsearch: fix escapes in example code
Randy Dunlap
1
-2
/
+2
2019-10-07
kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K
Nicolas Boichat
1
-1
/
+1
2019-09-06
lib: logic_pio: Add logic_pio_unregister_range()
John Garry
1
-0
/
+14
2019-09-06
lib: logic_pio: Avoid possible overlap for unregistering regions
John Garry
1
-5
/
+5
2019-09-06
lib: logic_pio: Fix RCU usage
John Garry
1
-14
/
+35
2019-08-16
test_firmware: fix a memory leak bug
Wenwen Wang
1
-1
/
+4
2019-08-06
lib/test_string.c: avoid masking memset16/32/64 failures
Peter Rosin
1
-3
/
+3
2019-08-06
lib/test_overflow.c: avoid tainting the kernel and fix wrap size
Kees Cook
1
-5
/
+6
2019-07-26
lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE
Christophe Leroy
1
-4
/
+5
2019-07-26
rslib: Fix handling of of caller provided syndrome
Ferdinand Blomqvist
1
-2
/
+12
2019-07-26
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-06-11
test_firmware: Use correct snprintf() limit
Dan Carpenter
1
-7
/
+7
[next]