summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux_kselftest-kunit-6.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-05-147-32/+99
|\
| * kunit: bail out early in __kunit_test_suites_init() if there are no suites to...Scott Mayhew2024-05-061-0/+3
| * kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPERIvan Orlov2024-05-061-10/+2
| * kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig optionDavid Gow2024-05-062-4/+15
| * kunit: unregister the device on errorWander Lairson Costa2024-05-061-1/+1
| * kunit: Fix race condition in try-catch completionDavid Gow2024-05-061-3/+7
| * kunit: Add tests for faultMickaël Salaün2024-05-061-1/+44
| * kunit: Print last test location on faultMickaël Salaün2024-05-061-3/+7
| * kunit: Fix KUNIT_SUCCESS() calls in iov_iter testsMickaël Salaün2024-05-061-9/+9
| * kunit: Handle test faultsMickaël Salaün2024-05-061-7/+12
| * kunit: Fix timeout messageMickaël Salaün2024-05-061-1/+2
| * kunit: Fix kthread referenceMickaël Salaün2024-05-061-3/+6
| * kunit: Handle thread creation errorMickaël Salaün2024-05-061-0/+1
* | Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-142-0/+26
|\ \
| * | cpumask: Introduce cpumask_first_and_and()Dawei Li2024-04-241-0/+12
| * | watchdog/softlockup: Low-overhead detection of interrupt stormBitao Hu2024-04-121-0/+14
* | | Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-142-19/+43
|\ \ \
| * | | vdso: Fix powerpc build U64_MAX undeclared errorAdrian Hunter2024-04-091-1/+1
| * | | vdso: Make delta calculation overflow safeAdrian Hunter2024-04-081-1/+16
| * | | vdso: Add CONFIG_GENERIC_VDSO_OVERFLOW_PROTECTAdrian Hunter2024-04-081-0/+7
| * | | vdso: Consolidate nanoseconds calculationAdrian Hunter2024-04-081-24/+19
| * | | vdso: Consolidate vdso_calc_delta()Adrian Hunter2024-04-081-1/+8
* | | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-131-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar2024-03-2545-1137/+1782
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/debug: Allow CONFIG_SCHEDSTATS even on !KERNEL_DEBUG kernelsIngo Molnar2024-03-121-1/+1
* | | | | Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-138-393/+644
|\ \ \ \ \
| * | | | | string: Add additional __realloc_size() annotations for "dup" helpersKees Cook2024-05-021-0/+26
| * | | | | kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook2024-05-011-3/+3
| * | | | | kunit/fortify: Add memcpy() testsKees Cook2024-04-301-3/+82
| * | | | | kunit/fortify: Do not spam logs with fortify WARNsKees Cook2024-04-301-1/+8
| * | | | | kunit/fortify: Rename tests to use recommended conventionsKees Cook2024-04-301-40/+40
| * | | | | kunit/fortify: Fix mismatched kvalloc()/vfree() usageKees Cook2024-04-261-8/+8
| * | | | | ubsan: Avoid i386 UBSAN handler crashes with ClangKees Cook2024-04-241-14/+27
| * | | | | ubsan: Remove 1-element array usage in debug reportingKees Cook2024-04-241-1/+1
| * | | | | string_kunit: Move strtomem KUnit test to string_kunit.cKees Cook2024-04-242-53/+54
| * | | | | string.h: Introduce memtostr() and memtostr_pad()Kees Cook2024-04-241-0/+26
| * | | | | string: Convert KUnit test names to standard conventionKees Cook2024-04-191-36/+36
| * | | | | string: Merge strcat KUnit tests into string_kunit.cKees Cook2024-04-194-110/+82
| * | | | | string: Prepare to merge strcat KUnit tests into string_kunit.cKees Cook2024-04-191-6/+6
| * | | | | string: Merge strscpy KUnit tests into string_kunit.cKees Cook2024-04-194-149/+120
| * | | | | string: Prepare to merge strscpy_kunit.c into string_kunit.cKees Cook2024-04-191-25/+26
| * | | | | string_kunit: Add test cases for str*cmp functionsIvan Orlov2024-04-181-0/+155
| | |/ / / | |/| | |
* | | | | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-4/+4
|\ \ \ \ \
| * | | | | sbitmap: use READ_ONCE to access map->wordlinke li2024-04-261-4/+4
| |/ / / /
* | | | | Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-133-0/+265
|\ \ \ \ \
| * | | | | crypto: lib - implement library version of AES in CFB modeArd Biesheuvel2024-05-093-0/+265
| | |_|_|/ | |/| | |
* | | | | Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-05-131-1/+1
|\ \ \ \ \
| * | | | | mm/slub, kunit: Use inverted data to corrupt kmem cacheGuenter Roeck2024-04-041-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'cmpxchg.2024.05.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-132-0/+46
|\ \ \ \ \
| * | | | | lib: Add one-byte emulation functionPaul E. McKenney2024-04-092-0/+46
| |/ / / /