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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2022-10-24
lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
Nathan Chancellor
2022-10-24
Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
Masahiro Yamada
2022-10-24
Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
Masahiro Yamada
2022-10-24
dyndbg: drop EXPORTed dynamic_debug_exec_queries
Jim Cromie
2022-10-24
dyndbg: let query-modname override actual module name
Jim Cromie
2022-10-24
dyndbg: fix static_branch manipulation
Jim Cromie
2022-10-24
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
2022-09-28
Makefile.debug: re-enable debug info for .S files
Nick Desaulniers
2022-09-05
crypto: lib - remove unneeded selection of XOR_BLOCKS
Eric Biggers
2022-08-31
ratelimit: Fix data-races in ___ratelimit().
Kuniyuki Iwashima
2022-08-25
lib/list_debug.c: Detect uninitialized lists
Guenter Roeck
2022-08-17
crypto: lib/blake2s - reduce stack frame usage in self test
Jason A. Donenfeld
2022-08-17
crypto: blake2s - remove shash module
Jason A. Donenfeld
2022-08-17
lib/smp_processor_id: fix imbalanced instrumentation_end() call
Tetsuo Handa
2022-08-17
lib/bitmap: fix off-by-one in bitmap_to_arr64()
Alexander Lobakin
2022-08-17
selftests/livepatch: better synchronize test_klp_callbacks_busy
Joe Lawrence
2022-08-17
lib/test_hmm: avoid accessing uninitialized pages
Miaohe Lin
2022-08-17
kunit: executor: Fix a memory leak on failure in kunit_filter_tests
David Gow
2022-08-17
test_bpf: fix incorrect netdev features
Jian Shen
2022-08-17
lib: overflow: Do not define 64-bit tests on 32-bit
Kees Cook
2022-08-17
kasan: test: Silence GCC 12 warnings
Kees Cook
2022-08-17
fix short copy handling in copy_mc_pipe_to_iter()
Al Viro
2022-07-14
ubsan: disable UBSAN_DIV_ZERO for clang
Nick Desaulniers
2022-07-10
ida: don't use BUG_ON() for debugging
Linus Torvalds
2022-07-03
lockref: remove unused 'lockref_get_or_lock()' function
Linus Torvalds
2022-07-01
Merge tag 'block-5.19-2022-07-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-06-25
lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()
wuchi
2022-06-19
Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-06-17
Merge tag 'v5.19-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2022-06-12
Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-06-12
crypto: memneq - move into lib/
Jason A. Donenfeld
2022-06-11
iov_iter: fix build issue due to possible type mis-match
Linus Torvalds
2022-06-10
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2022-06-10
iov_iter: Fix iter_xarray_get_pages{,_alloc}()
David Howells
2022-06-10
random: remove rng_has_arch_random()
Jason A. Donenfeld
2022-06-09
mm/huge_memory: Fix xarray node memory leak
Matthew Wilcox (Oracle)
2022-06-07
crc-itu-t: fix typo in CRC ITU-T polynomial comment
Roger Knecht
2022-06-06
objtool: Fix obsolete reference to CONFIG_X86_SMAP
Josh Poimboeuf
2022-06-04
Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-06-03
Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...
Linus Torvalds
2022-06-03
nodemask: Fix return values to be unsigned
Kees Cook
2022-06-03
bitmap: Fix return values to be unsigned
Kees Cook
2022-06-03
lib/bitmap: add test for bitmap_{from,to}_arr64
Yury Norov
2022-06-03
lib: add bitmap_{from,to}_arr64
Yury Norov
2022-06-03
lib/bitmap.c make bitmap_print_bitmask_to_buf parseable
Mauro Carvalho Chehab
2022-06-01
assoc_array: Fix BUG_ON during garbage collect
Stephen Brennan
2022-05-29
Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-05-28
Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE"
Jason A. Donenfeld
2022-05-27
Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
[next]