summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dyndbg: let query-modname override actual module nameJim Cromie2022-10-261-4/+7
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-261-0/+30
* lib/vdso: Mark do_hres() and do_coarse() as __always_inlineAndrei Vagin2022-09-051-6/+8
* lib/vdso: Let do_coarse() return 0 to simplify the callsiteChristophe Leroy2022-09-051-7/+8
* ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima2022-09-051-3/+9
* lib/list_debug.c: Detect uninitialized listsGuenter Roeck2022-08-251-2/+10
* locking/refcount: Consolidate implementations of refcount_tWill Deacon2022-07-291-1/+1
* locking/refcount: Move saturation warnings out of lineWill Deacon2022-07-291-0/+28
* locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon2022-07-291-237/+1
* locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon2022-07-291-25/+29
* locking/refcount: Ensure integer operands are treated as signedWill Deacon2022-07-291-3/+3
* locking/refcount: Define constants for saturation and max refcount valuesWill Deacon2022-07-291-17/+20
* ida: don't use BUG_ON() for debuggingLinus Torvalds2022-07-121-1/+2
* random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld2022-06-221-2/+1
* siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-06-221-22/+10
* random: replace custom notifier chain with standard oneJason A. Donenfeld2022-06-222-9/+14
* random: remove unused tracepointsJason A. Donenfeld2022-06-221-0/+2
* lib/crypto: sha1: re-roll loops to reduce code sizeJason A. Donenfeld2022-06-221-81/+14
* lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-06-222-68/+0
* crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2022-06-224-0/+854
* nodemask: Fix return values to be unsignedKees Cook2022-06-141-2/+2
* assoc_array: Fix BUG_ON during garbage collectStephen Brennan2022-06-061-0/+8
* 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
* lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan2022-04-151-2/+6
* XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)2022-04-151-0/+2
* XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)2022-04-152-0/+24
* lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel2022-04-151-1/+3
* lib/test: use after free in register_test_dev_kmod()Dan Carpenter2022-04-151-0/+1
* lib/raid6/test: fix multiple definition linking errorDirk Müller2022-04-151-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
* 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-171-3/+3
* lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin2021-11-172-3/+20
* iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueAndreas Gruenbacher2021-11-171-2/+3
* Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn2021-09-261-1/+0
* lib/test_stackinit: Fix static initializer testKees Cook2021-09-221-13/+7
* bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh2021-09-221-1/+8
* bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh2021-09-221-2/+2
* lib/mpi: use kcalloc in mpi_resizeHongbo Li2021-09-151-1/+1
* once: Fix panic when module unloadKefeng Wang2021-09-031-3/+8
* 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: vsprintf: Fix handling of number field widths in vsscanfRichard Fitzgerald2021-07-143-37/+60
* seq_buf: Make trace_seq_putmem_hex() support data longer than 8Yun Zhou2021-07-141-1/+3
* iov_iter_fault_in_readable() should do nothing in xarray caseAl Viro2021-07-141-1/+1
* copy_page_to_iter(): fix ITER_DISCARD caseAl Viro2021-07-141-2/+5