summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds7-28/+201
5 daysMerge tag 'linux_kselftest-kunit-6.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds7-32/+99
5 daysMerge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+26
5 daysMerge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-19/+43
5 daysMerge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
6 daysMerge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-393/+644
6 daysMerge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-4/+4
6 daysMerge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+265
6 daysMerge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-1/+1
6 daysMerge tag 'cmpxchg.2024.05.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+46
9 daysMerge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds3-17/+49
10 dayscrypto: lib - implement library version of AES in CFB modeArd Biesheuvel3-0/+265
10 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
11 dayslib: Allow for the DIM library to be modularFlorian Fainelli3-3/+6
13 dayskunit: bail out early in __kunit_test_suites_init() if there are no suites to...Scott Mayhew1-0/+3
13 dayskunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPERIvan Orlov1-10/+2
13 dayskunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig optionDavid Gow2-4/+15
13 dayskunit: unregister the device on errorWander Lairson Costa1-1/+1
13 dayskunit: Fix race condition in try-catch completionDavid Gow1-3/+7
13 dayskunit: Add tests for faultMickaël Salaün1-1/+44
13 dayskunit: Print last test location on faultMickaël Salaün1-3/+7
13 dayskunit: Fix KUNIT_SUCCESS() calls in iov_iter testsMickaël Salaün1-9/+9
13 dayskunit: Handle test faultsMickaël Salaün1-7/+12
13 dayskunit: Fix timeout messageMickaël Salaün1-1/+2
13 dayskunit: Fix kthread referenceMickaël Salaün1-3/+6
13 dayskunit: Handle thread creation errorMickaël Salaün1-0/+1
13 daysXArray: set the marks correctly when splitting an entryMatthew Wilcox (Oracle)2-5/+32
13 dayslib/test_xarray.c: fix error assumptions on check_xa_multi_store_adv_add()Luis Chamberlain1-4/+9
13 daysmaple_tree: fix mas_empty_area_rev() null pointer dereferenceLiam R. Howlett1-8/+8
14 daysMerge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+6
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-3/+4
2024-05-02string: Add additional __realloc_size() annotations for "dup" helpersKees Cook1-0/+26
2024-05-02kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook1-3/+3
2024-04-30kunit/fortify: Add memcpy() testsKees Cook1-3/+82
2024-04-30kunit/fortify: Do not spam logs with fortify WARNsKees Cook1-1/+8
2024-04-30kunit/fortify: Rename tests to use recommended conventionsKees Cook1-40/+40
2024-04-30dyndbg: fix old BUG_ON in >control parserJim Cromie1-1/+5
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2024-04-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+3
2024-04-27kunit/fortify: Fix mismatched kvalloc()/vfree() usageKees Cook1-8/+8
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+2
2024-04-26Fix a potential infinite loop in extract_user_to_sg()David Howells1-1/+1
2024-04-26sbitmap: use READ_ONCE to access map->wordlinke li1-4/+4
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-11/+29
2024-04-25stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin1-2/+2
2024-04-25ubsan: Avoid i386 UBSAN handler crashes with ClangKees Cook1-14/+27
2024-04-24cpumask: Introduce cpumask_first_and_and()Dawei Li1-0/+12
2024-04-24ubsan: Remove 1-element array usage in debug reportingKees Cook1-1/+1
2024-04-24string_kunit: Move strtomem KUnit test to string_kunit.cKees Cook2-53/+54