summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/ts_bm: reset initial match offset for every block of textJeremy Sowden2023-07-271-1/+3
* test_firmware: fix a memory leak with reqs bufferMirsad Goran Todorovac2023-06-211-0/+10
* lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()Ben Hutchings2023-06-141-1/+1
* test_firmware: fix the memory leak of the allocated firmware bufferMirsad Goran Todorovac2023-06-091-1/+18
* lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor2023-06-091-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2023-06-091-1/+1
* debugobjects: Don't wake up kswapd from fill_pool()Tetsuo Handa2023-05-301-1/+1
* lib: cpu_rmap: Avoid use after free on rmap->obj array entriesEli Cohen2023-05-301-1/+4
* linux/dim: Do nothing if no time delta between samplesRoy Novich2023-05-303-4/+7
* debugobject: Ensure pool refill (again)Thomas Gleixner2023-05-171-1/+15
* debugobject: Prevent init race with static objectsThomas Gleixner2023-05-171-59/+66
* 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
* netlink: prevent potential spectre v1 gadgetsEric Dumazet2023-02-061-0/+3
* lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik2023-02-061-1/+0
* mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny2023-01-181-14/+0
* 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
* lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui2023-01-181-2/+2
* Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabledLee Jones2022-12-081-0/+1
* parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller2022-12-081-2/+3
* xtensa: increase size of gcc stack frame checkGuenter Roeck2022-12-081-1/+1
* parisc: Increase size of gcc stack frame checkHelge Deller2022-12-081-1/+1
* error-injection: Add prompt for function error injectionSteven Rostedt (Google)2022-12-081-1/+7
* lib/vdso: use "grep -E" instead of "egrep"Greg Kroah-Hartman2022-12-081-1/+1
* 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