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
2022-08-17
crypto: lib/blake2s - reduce stack frame usage in self test
Jason A. Donenfeld
1
-3
/
+3
2022-08-17
crypto: blake2s - remove shash module
Jason A. Donenfeld
2
-7
/
+71
2022-08-17
lib/smp_processor_id: fix imbalanced instrumentation_end() call
Tetsuo Handa
1
-1
/
+1
2022-08-17
selftests/livepatch: better synchronize test_klp_callbacks_busy
Joe Lawrence
1
-0
/
+8
2022-08-17
lib/test_hmm: avoid accessing uninitialized pages
Miaohe Lin
1
-2
/
+8
2022-08-17
kunit: executor: Fix a memory leak on failure in kunit_filter_tests
David Gow
1
-1
/
+3
2022-08-17
test_bpf: fix incorrect netdev features
Jian Shen
1
-2
/
+2
2022-08-17
lib: overflow: Do not define 64-bit tests on 32-bit
Kees Cook
1
-0
/
+6
2022-08-17
kasan: test: Silence GCC 12 warnings
Kees Cook
1
-0
/
+10
2022-08-17
fix short copy handling in copy_mc_pipe_to_iter()
Al Viro
1
-4
/
+11
2022-07-12
ida: don't use BUG_ON() for debugging
Linus Torvalds
1
-1
/
+2
2022-07-07
lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()
wuchi
1
-1
/
+4
2022-06-22
crypto: memneq - move into lib/
Jason A. Donenfeld
4
-0
/
+181
2022-06-14
iov_iter: fix build issue due to possible type mis-match
Linus Torvalds
1
-2
/
+2
2022-06-14
mm/huge_memory: Fix xarray node memory leak
Matthew Wilcox (Oracle)
1
-2
/
+3
2022-06-14
nodemask: Fix return values to be unsigned
Kees Cook
1
-2
/
+2
2022-06-14
iov_iter: Fix iter_xarray_get_pages{,_alloc}()
David Howells
1
-16
/
+4
2022-06-14
bootconfig: Make the bootconfig.o as a normal object file
Masami Hiramatsu
1
-1
/
+1
2022-06-09
lib/string_helpers: fix not adding strarray to device's resource list
Puyou Lu
1
-0
/
+3
2022-06-09
kunit: fix debugfs code to use enum kunit_status, not bool
Daniel Latypov
1
-1
/
+1
2022-06-09
kunit: fix executor OOM error handling logic on non-UML
Daniel Latypov
1
-4
/
+5
2022-06-09
kunit: bail out of test filtering logic quicker if OOM
Daniel Latypov
2
-6
/
+25
2022-06-06
assoc_array: Fix BUG_ON during garbage collect
Stephen Brennan
1
-0
/
+8
2022-05-30
random: remove ratelimiting for in-kernel unseeded randomness
Jason A. Donenfeld
1
-2
/
+1
2022-05-30
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
1
-22
/
+10
2022-05-18
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+1
2022-05-18
percpu_ref_init(): clean ->percpu_count_ref on failure
Al Viro
1
-0
/
+1
2022-05-09
dim: initialize all struct fields
Jesse Brandeburg
1
-22
/
+22
2022-05-01
Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2022-04-27
hex2bin: fix access beyond string end
Mikulas Patocka
1
-3
/
+6
2022-04-27
hex2bin: make the function hex_to_bin constant-time
Mikulas Patocka
1
-7
/
+25
2022-04-22
XArray: Disallow sibling entries of nodes
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-04-19
lib/strn*,objtool: Enforce user_access_begin() rules
Peter Zijlstra
2
-2
/
+2
2022-04-10
Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-32
/
+0
2022-04-08
lz4: fix LZ4_decompress_safe_partial read out of bound
Guo Xuenan
1
-2
/
+6
2022-04-05
kobject: kobj_type: remove default_attrs
Greg Kroah-Hartman
1
-32
/
+0
2022-04-01
Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2022-04-01
Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarray
Linus Torvalds
2
-0
/
+26
2022-03-31
Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
2022-03-31
XArray: Update the LRU list in xas_split()
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-03-29
lib/test: use after free in register_test_dev_kmod()
Dan Carpenter
1
-0
/
+1
2022-03-28
XArray: Fix xas_create_range() when multi-order entry present
Matthew Wilcox (Oracle)
2
-0
/
+24
2022-03-26
Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-1
/
+33
2022-03-26
Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-11
/
+204
2022-03-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-39
/
+228
2022-03-24
kasan: update function name in comments
Peter Collingbourne
1
-3
/
+3
2022-03-24
kasan: test: support async (again) and asymm modes for HW_TAGS
Andrey Konovalov
1
-17
/
+22
2022-03-24
kasan: improve vmalloc tests
Andrey Konovalov
1
-6
/
+188
2022-03-24
kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
Andrey Konovalov
1
-10
/
+10
2022-03-24
lib/vsprintf: avoid redundant work with 0 size
Waiman Long
1
-3
/
+5
[next]