summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-10-26dyndbg: let query-modname override actual module nameJim Cromie1-4/+7
2022-10-26once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet1-0/+30
2022-09-05lib/vdso: Mark do_hres() and do_coarse() as __always_inlineAndrei Vagin1-6/+8
2022-09-05lib/vdso: Let do_coarse() return 0 to simplify the callsiteChristophe Leroy1-7/+8
2022-09-05ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima1-3/+9
2022-08-25lib/list_debug.c: Detect uninitialized listsGuenter Roeck1-2/+10
2022-07-29locking/refcount: Consolidate implementations of refcount_tWill Deacon1-1/+1
2022-07-29locking/refcount: Move saturation warnings out of lineWill Deacon1-0/+28
2022-07-29locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon1-237/+1
2022-07-29locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon1-25/+29
2022-07-29locking/refcount: Ensure integer operands are treated as signedWill Deacon1-3/+3
2022-07-29locking/refcount: Define constants for saturation and max refcount valuesWill Deacon1-17/+20
2022-07-12ida: don't use BUG_ON() for debuggingLinus Torvalds1-1/+2
2022-06-22random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld1-2/+1
2022-06-22siphash: use one source of truth for siphash permutationsJason A. Donenfeld1-22/+10
2022-06-22random: replace custom notifier chain with standard oneJason A. Donenfeld2-9/+14
2022-06-22random: remove unused tracepointsJason A. Donenfeld1-0/+2
2022-06-22lib/crypto: sha1: re-roll loops to reduce code sizeJason A. Donenfeld1-81/+14
2022-06-22lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2-68/+0
2022-06-22crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld4-0/+854
2022-06-14nodemask: Fix return values to be unsignedKees Cook1-2/+2
2022-06-06assoc_array: Fix BUG_ON during garbage collectStephen Brennan1-0/+8
2022-05-18dim: initialize all struct fieldsJesse Brandeburg1-22/+22
2022-05-09hex2bin: fix access beyond string endMikulas Patocka1-3/+6
2022-05-09hex2bin: make the function hex_to_bin constant-timeMikulas Patocka1-7/+25
2022-04-15lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan1-2/+6
2022-04-15XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)1-0/+2
2022-04-15XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)2-0/+24
2022-04-15lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel1-1/+3
2022-04-15lib/test: use after free in register_test_dev_kmod()Dan Carpenter1-0/+1
2022-04-15lib/raid6/test: fix multiple definition linking errorDirk Müller1-1/+0
2022-03-19ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha1-1/+0
2022-02-23lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann1-0/+2
2022-01-27lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov1-0/+1
2021-12-08siphash: use _unaligned version by defaultArnd Bergmann1-6/+6
2021-11-17lib/xz: Validate the value before assigning it to an enum variableLasse Collin1-3/+3
2021-11-17lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin2-3/+20
2021-11-17iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueAndreas Gruenbacher1-2/+3
2021-09-26Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn1-1/+0
2021-09-22lib/test_stackinit: Fix static initializer testKees Cook1-13/+7
2021-09-22bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh1-1/+8
2021-09-22bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh1-2/+2
2021-09-15lib/mpi: use kcalloc in mpi_resizeHongbo Li1-1/+1
2021-09-03once: Fix panic when module unloadKefeng Wang1-3/+8
2021-07-20lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov1-0/+8
2021-07-19seq_buf: Fix overflow in seq_buf_putmem_hex()Yun Zhou1-1/+3
2021-07-14lib: vsprintf: Fix handling of number field widths in vsscanfRichard Fitzgerald3-37/+60
2021-07-14seq_buf: Make trace_seq_putmem_hex() support data longer than 8Yun Zhou1-1/+3
2021-07-14iov_iter_fault_in_readable() should do nothing in xarray caseAl Viro1-1/+1
2021-07-14copy_page_to_iter(): fix ITER_DISCARD caseAl Viro1-2/+5