summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kobject: Fix slab-out-of-bounds in fill_kobj_path()Wang Hai2023-11-081-2/+10
* kobject: Add sanity check for kset->kobj.ktype in kset_register()Zhen Lei2023-09-231-0/+5
* crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()Mark O'Donovan2023-09-231-2/+6
* lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin2023-09-232-29/+0
* lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernelsHelge Deller2023-08-301-26/+6
* test_firmware: prevent race conditions by a correct implementation of lockingMirsad Goran Todorovac2023-08-301-9/+28
* lib/mpi: Eliminate unused umul_ppmm definitions for MIPSNathan Chancellor2023-08-301-35/+1
* test_firmware: return ENOMEM instead of ENOSPC on failed memory allocationMirsad Goran Todorovac2023-08-161-4/+4
* test_firmware: fix a memory leak with reqs bufferMirsad Goran Todorovac2023-08-111-0/+10
* debugobjects: Recheck debug_objects_enabled before reportingTetsuo Handa2023-08-111-0/+9
* lib/ts_bm: reset initial match offset for every block of textJeremy Sowden2023-08-111-1/+3
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()Ben Hutchings2023-06-141-1/+1
* lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor2023-06-091-1/+1
* lib: cpu_rmap: Avoid use after free on rmap->obj array entriesEli Cohen2023-05-301-1/+4
* lib/mpi: Fix buffer overrun when SG is too longHerbert Xu2023-03-111-1/+2
* uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-251-0/+7
* test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao2023-01-181-0/+1
* lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita2023-01-181-1/+1
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2023-01-181-0/+30
* dyndbg: let query-modname override actual module nameJim Cromie2022-10-261-4/+7
* ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima2022-09-051-3/+9
* ida: don't use BUG_ON() for debuggingLinus Torvalds2022-07-121-1/+3
* swiotlb: skip swiotlb_bounce when orig_addr is zeroLiu Shixin2022-07-021-1/+2
* random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld2022-06-251-3/+2
* siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-06-251-22/+10
* random: replace custom notifier chain with standard oneJason A. Donenfeld2022-06-251-5/+8
* random: remove unused tracepointsJason A. Donenfeld2022-06-251-0/+2
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2022-06-251-3/+3
* lib/crypto: sha1: re-roll loops to reduce code sizeJason A. Donenfeld2022-06-251-81/+14
* lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-06-252-68/+0
* crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2022-06-255-0/+857
* crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2022-06-251-1/+1
* nodemask: Fix return values to be unsignedKees Cook2022-06-141-2/+2
* dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka2022-06-141-1/+1
* assoc_array: Fix BUG_ON during garbage collectStephen Brennan2022-06-061-0/+8
* Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-05-251-5/+8
* swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-05-251-1/+2
* hex2bin: fix access beyond string endMikulas Patocka2022-05-121-3/+6
* hex2bin: make the function hex_to_bin constant-timeMikulas Patocka2022-05-121-7/+25
* lib/test: use after free in register_test_dev_kmod()Dan Carpenter2022-04-201-0/+1
* lib/raid6/test: fix multiple definition linking errorDirk Müller2022-04-201-1/+0
* ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha2022-03-231-1/+0
* lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann2022-02-231-0/+2
* ARM: 8800/1: use choice for kernel unwindersStefan Agner2021-12-221-3/+3
* 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-261-3/+3
* lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin2021-11-262-3/+20
* bpf: add also cbpf long jump test cases with heavy expansionDaniel Borkmann2021-10-171-0/+63
* lib/timerqueue: Rely on rbtree semantics for next timerDavidlohr Bueso2021-10-091-18/+12