aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2022-10-31Merge tag 'v5.19.17' into v5.19/standard/baseBruce Ashfield
2022-10-24lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor
2022-10-24Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULTMasahiro Yamada
2022-10-24Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5Masahiro Yamada
2022-10-24dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie
2022-10-24dyndbg: let query-modname override actual module nameJim Cromie
2022-10-24dyndbg: fix static_branch manipulationJim Cromie
2022-10-24once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-10-06Merge tag 'v5.19.12' into v5.19/standard/baseBruce Ashfield
2022-09-28Makefile.debug: re-enable debug info for .S filesNick Desaulniers
2022-09-09Merge tag 'v5.19.7' into v5.19/standard/baseBruce Ashfield
2022-09-09Merge tag 'v5.19.6' into v5.19/standard/baseBruce Ashfield
2022-09-05crypto: lib - remove unneeded selection of XOR_BLOCKSEric Biggers
2022-08-31ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima
2022-08-30Merge tag 'v5.19.4' into v5.19/standard/baseBruce Ashfield
2022-08-25lib/list_debug.c: Detect uninitialized listsGuenter Roeck
2022-08-22Merge tag 'v5.19.2' into v5.19/standard/baseBruce Ashfield
2022-08-17crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld
2022-08-17crypto: blake2s - remove shash moduleJason A. Donenfeld
2022-08-17lib/smp_processor_id: fix imbalanced instrumentation_end() callTetsuo Handa
2022-08-17lib/bitmap: fix off-by-one in bitmap_to_arr64()Alexander Lobakin
2022-08-17selftests/livepatch: better synchronize test_klp_callbacks_busyJoe Lawrence
2022-08-17lib/test_hmm: avoid accessing uninitialized pagesMiaohe Lin
2022-08-17kunit: executor: Fix a memory leak on failure in kunit_filter_testsDavid Gow
2022-08-17test_bpf: fix incorrect netdev featuresJian Shen
2022-08-17lib: overflow: Do not define 64-bit tests on 32-bitKees Cook
2022-08-17kasan: test: Silence GCC 12 warningsKees Cook
2022-08-17fix short copy handling in copy_mc_pipe_to_iter()Al Viro
2022-08-01lib/build_OID_registry: fix reproducibility issuesBruce Ashfield
2022-07-14ubsan: disable UBSAN_DIV_ZERO for clangNick Desaulniers
2022-07-10ida: don't use BUG_ON() for debuggingLinus Torvalds
2022-07-03lockref: remove unused 'lockref_get_or_lock()' functionLinus Torvalds
2022-07-01Merge tag 'block-5.19-2022-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-25lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()wuchi
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-06-17Merge tag 'v5.19-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-06-12Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-06-12crypto: memneq - move into lib/Jason A. Donenfeld
2022-06-11iov_iter: fix build issue due to possible type mis-matchLinus Torvalds
2022-06-10Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-06-10iov_iter: Fix iter_xarray_get_pages{,_alloc}()David Howells
2022-06-10random: remove rng_has_arch_random()Jason A. Donenfeld
2022-06-09mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)
2022-06-07crc-itu-t: fix typo in CRC ITU-T polynomial commentRoger Knecht
2022-06-06objtool: Fix obsolete reference to CONFIG_X86_SMAPJosh Poimboeuf
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-06-03Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds
2022-06-03nodemask: Fix return values to be unsignedKees Cook
2022-06-03bitmap: Fix return values to be unsignedKees Cook