summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-08-17crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld1-3/+3
2022-08-17crypto: blake2s - remove shash moduleJason A. Donenfeld2-7/+71
2022-08-17lib/smp_processor_id: fix imbalanced instrumentation_end() callTetsuo Handa1-1/+1
2022-08-17selftests/livepatch: better synchronize test_klp_callbacks_busyJoe Lawrence1-0/+8
2022-08-17lib/test_hmm: avoid accessing uninitialized pagesMiaohe Lin1-2/+8
2022-08-17kunit: executor: Fix a memory leak on failure in kunit_filter_testsDavid Gow1-1/+3
2022-08-17test_bpf: fix incorrect netdev featuresJian Shen1-2/+2
2022-08-17lib: overflow: Do not define 64-bit tests on 32-bitKees Cook1-0/+6
2022-08-17kasan: test: Silence GCC 12 warningsKees Cook1-0/+10
2022-08-17fix short copy handling in copy_mc_pipe_to_iter()Al Viro1-4/+11
2022-07-12ida: don't use BUG_ON() for debuggingLinus Torvalds1-1/+2
2022-07-07lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()wuchi1-1/+4
2022-06-22crypto: memneq - move into lib/Jason A. Donenfeld4-0/+181
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-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-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-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2022-05-18percpu_ref_init(): clean ->percpu_count_ref on failureAl Viro1-0/+1
2022-05-09dim: initialize all struct fieldsJesse Brandeburg1-22/+22
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2022-04-27hex2bin: fix access beyond string endMikulas Patocka1-3/+6
2022-04-27hex2bin: make the function hex_to_bin constant-timeMikulas Patocka1-7/+25
2022-04-22XArray: Disallow sibling entries of nodesMatthew Wilcox (Oracle)1-0/+2
2022-04-19lib/strn*,objtool: Enforce user_access_begin() rulesPeter Zijlstra2-2/+2
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-32/+0
2022-04-08lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan1-2/+6
2022-04-05kobject: kobj_type: remove default_attrsGreg Kroah-Hartman1-32/+0
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-04-01Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2-0/+26
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2022-03-31XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)1-0/+2
2022-03-29lib/test: use after free in register_test_dev_kmod()Dan Carpenter1-0/+1
2022-03-28XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)2-0/+24
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-1/+33
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds5-11/+204
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-39/+228
2022-03-24kasan: update function name in commentsPeter Collingbourne1-3/+3
2022-03-24kasan: test: support async (again) and asymm modes for HW_TAGSAndrey Konovalov1-17/+22
2022-03-24kasan: improve vmalloc testsAndrey Konovalov1-6/+188
2022-03-24kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGSAndrey Konovalov1-10/+10
2022-03-24lib/vsprintf: avoid redundant work with 0 sizeWaiman Long1-3/+5