summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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 Agner2022-01-291-3/+3
* lib/timerqueue: Rely on rbtree semantics for next timerDavidlohr Bueso2022-01-271-19/+12
* rbtree: cache leftmost node internallyDavidlohr Bueso2022-01-271-5/+29
* 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/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/string.c: add multibyte memset functionsMatthew Wilcox2021-08-041-0/+66
* 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-201-1/+3
* seq_buf: Make trace_seq_putmem_hex() support data longer than 8Yun Zhou2021-07-201-1/+3
* iov_iter_fault_in_readable() should do nothing in xarray caseAl Viro2021-07-201-1/+1
* lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang2021-05-221-3/+3
* kobject_uevent: remove warning in init_uevent_argv()Greg Kroah-Hartman2021-05-221-4/+5
* lib/string: Add strscpy_pad() functionTobin C. Harding2021-02-231-7/+40
* lib/genalloc: fix the overflow when size is too bigHuang Shijie2021-01-121-12/+13
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-179/+283
* swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini2020-11-181-1/+5
* Fonts: Replace discarded const qualifierLee Jones2020-11-1011-11/+11
* lib/crc32.c: fix trivial typo in preprocessor conditionTobias Jordan2020-10-291-1/+1
* Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye2020-10-1411-49/+47
* random32: Restore __latent_entropy attribute on net_rand_stateThibaut Sautereau2020-10-141-1/+1
* lib/string.c: implement stpcpyNick Desaulniers2020-10-011-0/+24
* dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie2020-08-211-12/+11
* random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds2020-08-211-1/+1
* random32: update the net random state on interrupt and activityWilly Tarreau2020-08-211-1/+1
* lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn2020-06-301-56/+35
* lib/mpi: Fix 64-bit MIPS build with ClangNathan Chancellor2020-06-201-1/+1
* ubsan: build ubsan.c more conservativelyArnd Bergmann2020-05-271-1/+2
* x86/uaccess, ubsan: Fix UBSAN vs. SMAPPeter Zijlstra2020-05-271-0/+1
* lib/mpi: Fix building for powerpc with clangNathan Chancellor2020-05-101-17/+17
* lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko2020-02-281-2/+6
* lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor2020-02-281-1/+1
* lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva2020-02-141-0/+1
* bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Andy Shevchenko2020-01-291-0/+20
* Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()"Linus Torvalds2020-01-291-1/+2
* devres: allow const resource argumentsArnd Bergmann2020-01-291-1/+2
* kobject: Export kobject_get_unless_zero()Jan Kara2020-01-141-1/+4
* dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet2020-01-041-0/+1
* lib: raid6: fix awk build warningsGreg Kroah-Hartman2019-12-211-1/+1
* lib/genalloc.c: include vmalloc.hOlof Johansson2019-12-051-0/+1
* lib/genalloc.c: use vzalloc_node() to allocate the bitmapHuang Shijie2019-12-051-2/+2
* lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov2019-12-051-8/+12
* dump_stack: avoid the livelock of the dump_lockKevin Hao2019-11-121-1/+6
* kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat2019-10-071-1/+1
* siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld2019-08-252-4/+415
* siphash: add cryptographically secure PRFJason A. Donenfeld2019-08-254-5/+369