summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy2022-04-081-15/+21
* lib: uninline simple_strntoull() as wellAlexey Dobriyan2022-04-081-2/+1
* vsprintf: Fix potential unaligned accessAndy Shevchenko2022-04-081-5/+7
* 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
* kunit: Don't crash if no parameters are generatedDavid Gow2022-01-271-8/+10
* lib/mpi: Add the return value check of kcalloc()Zizhuang Deng2022-01-271-0/+2
* lib/logic_iomem: Fix operation on 32-bitJohannes Berg2022-01-271-3/+3
* lib/logic_iomem: Fix 32-bit buildJohannes Berg2022-01-271-6/+7