summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* printf: fix errname.c listArnd Bergmann2023-03-111-8/+14
* lib/mpi: Fix buffer overrun when SG is too longHerbert Xu2023-03-111-1/+2
* uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-251-0/+7
* netlink: prevent potential spectre v1 gadgetsEric Dumazet2023-02-011-0/+3
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-02-011-2/+1
* ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang2023-02-011-9/+1
* lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik2023-02-011-1/+0
* mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny2023-01-141-14/+0
* net: switch to storing KCOV handle directly in sk_buffMarco Elver2023-01-141-1/+0
* test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao2023-01-141-0/+1
* lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita2023-01-141-1/+1
* lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui2023-01-141-2/+2
* lib/debugobjects: fix stat count and optimize debug_objects_mem_initwuchi2023-01-141-0/+10
* iov_iter: add helper to save iov_iter stateJens Axboe2023-01-041-19/+33
* Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabledLee Jones2022-12-081-0/+1
* parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller2022-12-081-2/+3
* xtensa: increase size of gcc stack frame checkGuenter Roeck2022-12-081-1/+1
* parisc: Increase size of gcc stack frame checkHelge Deller2022-12-081-1/+1
* error-injection: Add prompt for function error injectionSteven Rostedt (Google)2022-12-081-1/+7
* lib/vdso: use "grep -E" instead of "egrep"Greg Kroah-Hartman2022-12-021-1/+1
* dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie2022-10-261-29/+0
* dyndbg: let query-modname override actual module nameJim Cromie2022-10-261-4/+7
* dyndbg: fix static_branch manipulationJim Cromie2022-10-261-2/+3
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-261-0/+30
* lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()Christophe Leroy2022-09-051-8/+8
* crypto: lib - remove unneeded selection of XOR_BLOCKSEric Biggers2022-09-051-1/+0
* ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima2022-08-311-3/+9
* lib/list_debug.c: Detect uninitialized listsGuenter Roeck2022-08-251-2/+10
* lib/smp_processor_id: fix imbalanced instrumentation_end() callTetsuo Handa2022-08-211-1/+1
* selftests/livepatch: better synchronize test_klp_callbacks_busyJoe Lawrence2022-08-211-0/+8
* lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()Bartosz Golaszewski2022-08-211-0/+33
* lib: bitmap: order includes alphabeticallyBartosz Golaszewski2022-08-211-4/+5
* test_bpf: fix incorrect netdev featuresJian Shen2022-08-211-2/+2
* lockdep: Allow tuning tracing capacity constants.Tetsuo Handa2022-08-211-0/+40
* ida: don't use BUG_ON() for debuggingLinus Torvalds2022-07-121-1/+2
* crypto: memneq - move into lib/Jason A. Donenfeld2022-06-224-0/+173
* nodemask: Fix return values to be unsignedKees Cook2022-06-141-2/+2
* bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu2022-06-141-1/+1
* lib/crypto: add prompts back to crypto librariesJustin M. Forbes2022-06-062-5/+14
* assoc_array: Fix BUG_ON during garbage collectStephen Brennan2022-06-061-0/+8
* percpu_ref_init(): clean ->percpu_count_ref on failureAl Viro2022-06-061-0/+1
* random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld2022-05-301-2/+1
* siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-05-301-22/+10
* random: replace custom notifier chain with standard oneJason A. Donenfeld2022-05-302-9/+14
* random: remove unused tracepointsJason A. Donenfeld2022-05-301-2/+1
* lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-05-301-2/+2
* lib/crypto: sha1: re-roll loops to reduce code sizeJason A. Donenfeld2022-05-301-81/+14
* lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-05-302-68/+0
* lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-05-304-29/+15
* crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2022-05-301-40/+8