index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'linux_kselftest-kunit-6.10-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2024-05-14
7
-32
/
+99
|
\
|
*
kunit: bail out early in __kunit_test_suites_init() if there are no suites to...
Scott Mayhew
2024-05-06
1
-0
/
+3
|
*
kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPER
Ivan Orlov
2024-05-06
1
-10
/
+2
|
*
kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig option
David Gow
2024-05-06
2
-4
/
+15
|
*
kunit: unregister the device on error
Wander Lairson Costa
2024-05-06
1
-1
/
+1
|
*
kunit: Fix race condition in try-catch completion
David Gow
2024-05-06
1
-3
/
+7
|
*
kunit: Add tests for fault
Mickaël Salaün
2024-05-06
1
-1
/
+44
|
*
kunit: Print last test location on fault
Mickaël Salaün
2024-05-06
1
-3
/
+7
|
*
kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
Mickaël Salaün
2024-05-06
1
-9
/
+9
|
*
kunit: Handle test faults
Mickaël Salaün
2024-05-06
1
-7
/
+12
|
*
kunit: Fix timeout message
Mickaël Salaün
2024-05-06
1
-1
/
+2
|
*
kunit: Fix kthread reference
Mickaël Salaün
2024-05-06
1
-3
/
+6
|
*
kunit: Handle thread creation error
Mickaël Salaün
2024-05-06
1
-0
/
+1
*
|
Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-05-14
2
-0
/
+26
|
\
\
|
*
|
cpumask: Introduce cpumask_first_and_and()
Dawei Li
2024-04-24
1
-0
/
+12
|
*
|
watchdog/softlockup: Low-overhead detection of interrupt storm
Bitao Hu
2024-04-12
1
-0
/
+14
*
|
|
Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-05-14
2
-19
/
+43
|
\
\
\
|
*
|
|
vdso: Fix powerpc build U64_MAX undeclared error
Adrian Hunter
2024-04-09
1
-1
/
+1
|
*
|
|
vdso: Make delta calculation overflow safe
Adrian Hunter
2024-04-08
1
-1
/
+16
|
*
|
|
vdso: Add CONFIG_GENERIC_VDSO_OVERFLOW_PROTECT
Adrian Hunter
2024-04-08
1
-0
/
+7
|
*
|
|
vdso: Consolidate nanoseconds calculation
Adrian Hunter
2024-04-08
1
-24
/
+19
|
*
|
|
vdso: Consolidate vdso_calc_delta()
Adrian Hunter
2024-04-08
1
-1
/
+8
*
|
|
|
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-05-13
1
-1
/
+1
|
\
\
\
\
|
*
\
\
\
Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branch
Ingo Molnar
2024-03-25
45
-1137
/
+1782
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
sched/debug: Allow CONFIG_SCHEDSTATS even on !KERNEL_DEBUG kernels
Ingo Molnar
2024-03-12
1
-1
/
+1
*
|
|
|
|
Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-13
8
-393
/
+644
|
\
\
\
\
\
|
*
|
|
|
|
string: Add additional __realloc_size() annotations for "dup" helpers
Kees Cook
2024-05-02
1
-0
/
+26
|
*
|
|
|
|
kunit/fortify: Fix replaced failure path to unbreak __alloc_size
Kees Cook
2024-05-01
1
-3
/
+3
|
*
|
|
|
|
kunit/fortify: Add memcpy() tests
Kees Cook
2024-04-30
1
-3
/
+82
|
*
|
|
|
|
kunit/fortify: Do not spam logs with fortify WARNs
Kees Cook
2024-04-30
1
-1
/
+8
|
*
|
|
|
|
kunit/fortify: Rename tests to use recommended conventions
Kees Cook
2024-04-30
1
-40
/
+40
|
*
|
|
|
|
kunit/fortify: Fix mismatched kvalloc()/vfree() usage
Kees Cook
2024-04-26
1
-8
/
+8
|
*
|
|
|
|
ubsan: Avoid i386 UBSAN handler crashes with Clang
Kees Cook
2024-04-24
1
-14
/
+27
|
*
|
|
|
|
ubsan: Remove 1-element array usage in debug reporting
Kees Cook
2024-04-24
1
-1
/
+1
|
*
|
|
|
|
string_kunit: Move strtomem KUnit test to string_kunit.c
Kees Cook
2024-04-24
2
-53
/
+54
|
*
|
|
|
|
string.h: Introduce memtostr() and memtostr_pad()
Kees Cook
2024-04-24
1
-0
/
+26
|
*
|
|
|
|
string: Convert KUnit test names to standard convention
Kees Cook
2024-04-19
1
-36
/
+36
|
*
|
|
|
|
string: Merge strcat KUnit tests into string_kunit.c
Kees Cook
2024-04-19
4
-110
/
+82
|
*
|
|
|
|
string: Prepare to merge strcat KUnit tests into string_kunit.c
Kees Cook
2024-04-19
1
-6
/
+6
|
*
|
|
|
|
string: Merge strscpy KUnit tests into string_kunit.c
Kees Cook
2024-04-19
4
-149
/
+120
|
*
|
|
|
|
string: Prepare to merge strscpy_kunit.c into string_kunit.c
Kees Cook
2024-04-19
1
-25
/
+26
|
*
|
|
|
|
string_kunit: Add test cases for str*cmp functions
Ivan Orlov
2024-04-18
1
-0
/
+155
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-13
1
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
sbitmap: use READ_ONCE to access map->word
linke li
2024-04-26
1
-4
/
+4
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-05-13
3
-0
/
+265
|
\
\
\
\
\
|
*
|
|
|
|
crypto: lib - implement library version of AES in CFB mode
Ard Biesheuvel
2024-05-09
3
-0
/
+265
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2024-05-13
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
mm/slub, kunit: Use inverted data to corrupt kmem cache
Guenter Roeck
2024-04-04
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'cmpxchg.2024.05.11a' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-05-13
2
-0
/
+46
|
\
\
\
\
\
|
*
|
|
|
|
lib: Add one-byte emulation function
Paul E. McKenney
2024-04-09
2
-0
/
+46
|
|
/
/
/
/
[next]