summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu2022-05-302-3/+1
* 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
* ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook2022-04-131-11/+0
* lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan2022-04-131-2/+6
* XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)2022-04-081-0/+2
* XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)2022-04-082-0/+24
* lib/test_lockup: fix kernel pointer check for separate address spacesArnd Bergmann2022-04-081-3/+8
* uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-04-081-2/+2
* lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel2022-04-081-1/+3
* lib/test: use after free in register_test_dev_kmod()Dan Carpenter2022-04-081-0/+1
* kunit: make kunit_test_timeout compatible with commentPeng Liu2022-04-081-1/+1
* lib/raid6/test: fix multiple definition linking errorDirk Müller2022-04-081-1/+0
* ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha2022-03-191-1/+0
* lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann2022-02-231-0/+2
* lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov2022-01-271-0/+1
* mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple2022-01-271-0/+24
* lib/mpi: Add the return value check of kcalloc()Zizhuang Deng2022-01-271-0/+2
* siphash: use _unaligned version by defaultArnd Bergmann2021-12-081-6/+6