summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor2022-10-261-2/+7
* Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULTMasahiro Yamada2022-10-261-0/+1
* Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5Masahiro Yamada2022-10-261-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
* 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
* crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld2022-08-171-3/+3
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-08-172-7/+71
* lib/smp_processor_id: fix imbalanced instrumentation_end() callTetsuo Handa2022-08-171-1/+1
* selftests/livepatch: better synchronize test_klp_callbacks_busyJoe Lawrence2022-08-171-0/+8
* lib/test_hmm: avoid accessing uninitialized pagesMiaohe Lin2022-08-171-2/+8
* test_bpf: fix incorrect netdev featuresJian Shen2022-08-171-2/+2
* kasan: test: Silence GCC 12 warningsKees Cook2022-08-171-0/+10
* fix short copy handling in copy_mc_pipe_to_iter()Al Viro2022-08-171-4/+11
* 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
* iov_iter: fix build issue due to possible type mis-matchLinus Torvalds2022-06-141-2/+2
* nodemask: Fix return values to be unsignedKees Cook2022-06-141-2/+2
* iov_iter: Fix iter_xarray_get_pages{,_alloc}()David Howells2022-06-141-16/+4
* bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu2022-06-141-1/+1
* list: test: Add a test for list_is_head()David Gow2022-06-091-0/+19
* kunit: fix debugfs code to use enum kunit_status, not boolDaniel Latypov2022-06-091-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
* dim: initialize all struct fieldsJesse Brandeburg2022-05-181-22/+22
* hex2bin: fix access beyond string endMikulas Patocka2022-05-091-3/+6
* hex2bin: make the function hex_to_bin constant-timeMikulas Patocka2022-05-091-7/+25
* iov_iter: Introduce nofault flag to disable page faultsAndreas Gruenbacher2022-05-011-5/+15
* iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher2022-05-011-0/+39
* iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2022-05-011-12/+21
* gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2022-05-011-6/+4
* stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver2022-04-131-24/+0
* ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook2022-04-132-35/+0
* lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan2022-04-131-2/+6
* lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang2022-04-131-1/+2
* lib/logic_iomem: correct fallback config referencesJohannes Berg2022-04-131-4/+4
* XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)2022-04-081-0/+2