summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/xz: Validate the value before assigning it to an enum variableLasse Collin2021-11-181-3/+3
* lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin2021-11-182-3/+20
* iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueAndreas Gruenbacher2021-11-181-2/+3
* treewide: Change list_sort to use const pointersSami Tolvanen2021-09-302-12/+8
* Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn2021-09-261-1/+0
* lib/test_stackinit: Fix static initializer testKees Cook2021-09-181-13/+7
* bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh2021-09-181-1/+8
* bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh2021-09-181-2/+2
* lib/mpi: use kcalloc in mpi_resizeHongbo Li2021-09-151-1/+1
* net: kcov: don't select SKB_EXTENSIONS when there is no NETRandy Dunlap2021-09-121-1/+1
* once: Fix panic when module unloadKefeng Wang2021-09-031-3/+8
* net: add kcov handle to skb extensionsAleksandr Nogikh2021-07-281-0/+1
* lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov2021-07-201-0/+8
* seq_buf: Fix overflow in seq_buf_putmem_hex()Yun Zhou2021-07-191-1/+3
* lib/math/rational.c: fix divide by zeroTrent Piepho2021-07-141-5/+11