aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-04-24cpumask: Introduce cpumask_first_and_and()Gravatar Dawei Li 1-0/+12
2024-04-24ubsan: Remove 1-element array usage in debug reportingGravatar Kees Cook 1-1/+1
2024-04-24string_kunit: Move strtomem KUnit test to string_kunit.cGravatar Kees Cook 2-53/+54
2024-04-24string.h: Introduce memtostr() and memtostr_pad()Gravatar Kees Cook 1-0/+26
2024-04-19Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+16
2024-04-19string: Convert KUnit test names to standard conventionGravatar Kees Cook 1-36/+36
2024-04-19string: Merge strcat KUnit tests into string_kunit.cGravatar Kees Cook 4-110/+82
2024-04-19string: Prepare to merge strcat KUnit tests into string_kunit.cGravatar Kees Cook 1-6/+6
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cGravatar Kees Cook 4-149/+120
2024-04-19string: Prepare to merge strscpy_kunit.c into string_kunit.cGravatar Kees Cook 1-25/+26
2024-04-19Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-9/+13
2024-04-18string_kunit: Add test cases for str*cmp functionsGravatar Ivan Orlov 1-0/+155
2024-04-18bootconfig: Fix the kerneldoc of _xbc_exit()Gravatar Masami Hiramatsu (Google) 1-1/+2
2024-04-16bpf, tests: Fix typos in commentsGravatar Chen Pei 1-1/+1
2024-04-15ubsan: Add awareness of signed integer overflow trapsGravatar Kees Cook 1-2/+16
2024-04-15net: dqs: make struct dql more cache efficientGravatar Breno Leitao 1-4/+9
2024-04-14bootconfig: use memblock_free_late to free xbc memory to buddyGravatar Qiang Zhang 1-8/+11
2024-04-12watchdog/softlockup: Low-overhead detection of interrupt stormGravatar Bitao Hu 1-0/+14
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-5/+6
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-2/+3
2024-04-10Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2024-04-09lib: Add one-byte emulation functionGravatar Paul E. McKenney 2-0/+46
2024-04-09vdso: Fix powerpc build U64_MAX undeclared errorGravatar Adrian Hunter 1-1/+1
2024-04-08vdso: Make delta calculation overflow safeGravatar Adrian Hunter 1-1/+16
2024-04-08vdso: Add CONFIG_GENERIC_VDSO_OVERFLOW_PROTECTGravatar Adrian Hunter 1-0/+7
2024-04-08vdso: Consolidate nanoseconds calculationGravatar Adrian Hunter 1-24/+19
2024-04-08vdso: Consolidate vdso_calc_delta()Gravatar Adrian Hunter 1-1/+8
2024-04-08lib: checksum: hide unused expected_csum_ipv6_magic[]Gravatar Arnd Bergmann 1-2/+3
2024-04-05stackdepot: rename pool_index to pool_index_plus_1Gravatar Peter Collingbourne 1-2/+2
2024-04-05bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definitionGravatar Andrii Nakryiko 1-2/+3
2024-04-04mm/slub, kunit: Use inverted data to corrupt kmem cacheGravatar Guenter Roeck 1-1/+1
2024-04-03ubsan: fix unused variable warning in test moduleGravatar Arnd Bergmann 1-1/+1
2024-04-01lib/bitmap: add compile-time test for __assign_bit() optimizationGravatar Alexander Lobakin 1-8/+10
2024-04-01bitmap: introduce generic optimized bitmap_size()Gravatar Alexander Lobakin 1-2/+0
2024-04-01lib/test_bitmap: use pr_info() for non-error messagesGravatar Alexander Potapenko 1-5/+5
2024-04-01lib/test_bitmap: add tests for bitmap_{read,write}()Gravatar Alexander Potapenko 1-7/+172
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchGravatar Ingo Molnar 45-1137/+1782
2024-03-23Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-15/+21
2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberGravatar Kees Cook 1-0/+19
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+9
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-13/+11
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2024-03-18Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST"Gravatar Guenter Roeck 2-15/+0
2024-03-18ubsan: Disable signed integer overflow sanitizer on GCC < 8Gravatar Kees Cook 1-0/+2
2024-03-16Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 1-5/+10
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Gravatar Samuel Thibault 1-6/+9
2024-03-15Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+2
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-23/+12
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 12-96/+42