summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-03-11lib/mpi: Fix buffer overrun when SG is too longHerbert Xu
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen
2023-02-06netlink: prevent potential spectre v1 gadgetsEric Dumazet
2023-02-06lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik
2023-01-18mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny
2023-01-18test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao
2023-01-18lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita
2023-01-18lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui
2022-12-08Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabledLee Jones
2022-12-08parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller
2022-12-08xtensa: increase size of gcc stack frame checkGuenter Roeck
2022-12-08parisc: Increase size of gcc stack frame checkHelge Deller
2022-12-08error-injection: Add prompt for function error injectionSteven Rostedt (Google)
2022-12-08lib/vdso: use "grep -E" instead of "egrep"Greg Kroah-Hartman
2022-10-26dyndbg: let query-modname override actual module nameJim Cromie
2022-10-26once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-09-05lib/vdso: Mark do_hres() and do_coarse() as __always_inlineAndrei Vagin
2022-09-05lib/vdso: Let do_coarse() return 0 to simplify the callsiteChristophe Leroy
2022-09-05ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima
2022-08-25lib/list_debug.c: Detect uninitialized listsGuenter Roeck
2022-07-29locking/refcount: Consolidate implementations of refcount_tWill Deacon
2022-07-29locking/refcount: Move saturation warnings out of lineWill Deacon
2022-07-29locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon
2022-07-29locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon
2022-07-29locking/refcount: Ensure integer operands are treated as signedWill Deacon
2022-07-29locking/refcount: Define constants for saturation and max refcount valuesWill Deacon
2022-07-12ida: don't use BUG_ON() for debuggingLinus Torvalds
2022-06-22random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld
2022-06-22siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2022-06-22random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-06-22random: remove unused tracepointsJason A. Donenfeld
2022-06-22lib/crypto: sha1: re-roll loops to reduce code sizeJason A. Donenfeld
2022-06-22lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld
2022-06-22crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld
2022-06-14nodemask: Fix return values to be unsignedKees Cook
2022-06-06assoc_array: Fix BUG_ON during garbage collectStephen Brennan
2022-05-18dim: initialize all struct fieldsJesse Brandeburg
2022-05-09hex2bin: fix access beyond string endMikulas Patocka
2022-05-09hex2bin: make the function hex_to_bin constant-timeMikulas Patocka
2022-04-15lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan
2022-04-15XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)
2022-04-15XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)
2022-04-15lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel
2022-04-15lib/test: use after free in register_test_dev_kmod()Dan Carpenter
2022-04-15lib/raid6/test: fix multiple definition linking errorDirk Müller
2022-03-19ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha
2022-02-23lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann
2022-01-27lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov
2021-12-08siphash: use _unaligned version by defaultArnd Bergmann
2021-11-17lib/xz: Validate the value before assigning it to an enum variableLasse Collin