summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-06-14iov_iter: fix build issue due to possible type mis-matchLinus Torvalds1-2/+2
2022-06-14mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)1-2/+3
2022-06-14nodemask: Fix return values to be unsignedKees Cook1-2/+2
2022-06-14iov_iter: Fix iter_xarray_get_pages{,_alloc}()David Howells1-16/+4
2022-06-14bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu1-1/+1
2022-06-09list: test: Add a test for list_is_head()David Gow1-0/+19
2022-06-09lib/string_helpers: fix not adding strarray to device's resource listPuyou Lu1-0/+3
2022-06-09kunit: fix debugfs code to use enum kunit_status, not boolDaniel Latypov1-1/+1
2022-06-09kunit: fix executor OOM error handling logic on non-UMLDaniel Latypov1-4/+5
2022-06-09kunit: bail out of test filtering logic quicker if OOMDaniel Latypov2-6/+25
2022-06-06assoc_array: Fix BUG_ON during garbage collectStephen Brennan1-0/+8
2022-06-06percpu_ref_init(): clean ->percpu_count_ref on failureAl Viro1-0/+1
2022-05-30random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld1-2/+1
2022-05-30siphash: use one source of truth for siphash permutationsJason A. Donenfeld1-22/+10
2022-05-30random: replace custom notifier chain with standard oneJason A. Donenfeld2-9/+13
2022-05-30random: remove unused tracepointsJason A. Donenfeld1-2/+0
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-27XArray: Disallow sibling entries of nodesMatthew Wilcox (Oracle)1-0/+2
2022-04-13lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan1-2/+6
2022-04-13lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang1-1/+2
2022-04-13ref_tracker: implement use-after-free detectionEric Dumazet1-0/+5
2022-04-13lib/logic_iomem: correct fallback config referencesJohannes Berg1-4/+4
2022-04-08XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)1-0/+2
2022-04-08XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)2-0/+24
2022-04-08lib/test_lockup: fix kernel pointer check for separate address spacesArnd Bergmann1-3/+8
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-2/+2
2022-04-08lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel1-1/+3
2022-04-08lib/test: use after free in register_test_dev_kmod()Dan Carpenter1-0/+1
2022-04-08vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy1-15/+21
2022-04-08vsprintf: Fix potential unaligned accessAndy Shevchenko1-5/+7
2022-04-08kunit: make kunit_test_timeout compatible with commentPeng Liu1-1/+1
2022-04-08lib/raid6/test: fix multiple definition linking errorDirk Müller1-1/+0
2022-03-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+0
2022-02-26kasan: test: prevent cache merging in kmem_cache_double_destroyAndrey Konovalov1-1/+4
2022-02-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2022-02-21lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann1-0/+2
2022-02-21ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha1-1/+0
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-2/+2
2022-01-30kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver1-0/+5
2022-01-27blk-mq: Fix wrong wakeup batch configuration which will cause hangLaibin Qiu1-2/+6
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds6-21/+87
2022-01-22lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver1-0/+13
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka3-6/+33
2022-01-22test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-21/+1
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+22
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+4
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-184/+167
2022-01-20lib: remove redundant assignment to variable retColin Ian King1-2/+0