index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-19
panic: generalize panic_print's function to show sys info
Feng Tang
2
-1
/
+33
2025-07-18
vdso/gettimeofday: Add support for auxiliary clocks
Thomas Weißschuh
1
-1
/
+48
2025-07-18
vdso/gettimeofday: Introduce vdso_get_timestamp()
Thomas Weißschuh
1
-19
/
+24
2025-07-18
vdso/gettimeofday: Introduce vdso_set_timespec()
Thomas Weißschuh
1
-18
/
+14
2025-07-18
vdso/gettimeofday: Introduce vdso_clockid_valid()
Thomas Weißschuh
1
-4
/
+8
2025-07-18
vdso/gettimeofday: Return bool from clock_gettime() helpers
Thomas Weißschuh
1
-34
/
+36
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+4
2025-07-16
kunit: test: Export kunit_attach_mm()
Tiffany Yang
1
-2
/
+2
2025-07-14
kunit/fortify: Add back "volatile" for sizeof() constants
Kees Cook
1
-2
/
+2
2025-07-14
lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1
Eric Biggers
4
-0
/
+262
2025-07-14
lib/crypto: tests: Add KUnit tests for Poly1305
Eric Biggers
4
-0
/
+361
2025-07-14
lib/crypto: tests: Add KUnit tests for SHA-384 and SHA-512
Eric Biggers
6
-0
/
+723
2025-07-14
lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256
Eric Biggers
8
-0
/
+590
2025-07-14
lib/crypto: tests: Add hash-test-template.h and gen-hash-testvecs.py
Eric Biggers
1
-0
/
+683
2025-07-14
lib/crypto: x86/sha1: Migrate optimized code into library
Eric Biggers
6
-0
/
+1625
2025-07-14
lib/crypto: sparc/sha1: Migrate optimized code into library
Eric Biggers
4
-0
/
+117
2025-07-14
lib/crypto: s390/sha1: Migrate optimized code into library
Eric Biggers
2
-0
/
+29
2025-07-14
lib/crypto: powerpc/sha1: Migrate optimized code into library
Eric Biggers
5
-0
/
+554
2025-07-14
lib/crypto: mips/sha1: Migrate optimized code into library
Eric Biggers
2
-0
/
+82
2025-07-14
lib/crypto: arm64/sha1: Migrate optimized code into library
Eric Biggers
4
-0
/
+171
2025-07-14
lib/crypto: arm/sha1: Migrate optimized code into library
Eric Biggers
6
-0
/
+1315
2025-07-14
lib/crypto: sha1: Add HMAC support
Eric Biggers
1
-3
/
+105
2025-07-14
lib/crypto: sha1: Add SHA-1 library functions
Eric Biggers
3
-7
/
+124
2025-07-14
lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
1
-3
/
+3
2025-07-14
lib/crypto: sha2: Add hmac_sha*_init_usingrawkey()
Eric Biggers
2
-34
/
+74
2025-07-14
lib/crypto: arm/poly1305: Remove unneeded empty weak function
Eric Biggers
2
-6
/
+1
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
10
-56
/
+90
2025-07-13
lib/test_vmalloc.c: introduce xfail for failing tests
Raghavendra K T
1
-15
/
+21
2025-07-13
maple tree: add some comments
Dev Jain
1
-1
/
+7
2025-07-12
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which
Andrew Morton
2
-0
/
+4
2025-07-11
lib/crypto: x86/poly1305: Fix performance regression on short messages
Eric Biggers
1
-0
/
+8
2025-07-11
lib/crypto: x86/poly1305: Fix register corruption in no-SIMD contexts
Eric Biggers
1
-1
/
+39
2025-07-11
lib/crypto: arm64/poly1305: Fix register corruption in no-SIMD contexts
Eric Biggers
1
-1
/
+2
2025-07-11
lib/crypto: arm/poly1305: Fix register corruption in no-SIMD contexts
Eric Biggers
1
-1
/
+2
2025-07-10
kunit: fix longest symbol length test
Sergio González Collado
2
-2
/
+2
2025-07-10
lib/smp_processor_id: Make migration check unconditional of SMP
Sebastian Andrzej Siewior
1
-2
/
+0
2025-07-09
lib: test_objagg: split test_hints_case() into two functions
Arnd Bergmann
1
-32
/
+45
2025-07-09
lib/raid6: replace custom zero page with ZERO_PAGE
Herbert Xu
8
-27
/
+24
2025-07-09
mul_u64_u64_div_u64: fix the division-by-zero behavior
Nicolas Pitre
1
-6
/
+7
2025-07-09
maple_tree: add testing for restoring maple state to active
Liam R. Howlett
1
-0
/
+32
2025-07-09
maple_tree: fix status setup on restore to active
Liam R. Howlett
1
-7
/
+18
2025-07-09
lib/test_vmalloc.c: restrict default test mask to avoid test warnings
Uladzislau Rezki (Sony)
1
-1
/
+1
2025-07-09
lib/test_vmalloc.c: use late_initcall() if built-in for init ordering
Uladzislau Rezki (Sony)
1
-0
/
+4
2025-07-09
maple tree: use goto label to simplify code
Dev Jain
1
-5
/
+2
2025-07-09
mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU
Hao Ge
1
-0
/
+2
2025-07-09
alloc_tag: keep codetag iterator active between read()
David Wang
1
-19
/
+10
2025-07-09
alloc_tag: add sequence number for module and iterator
David Wang
1
-3
/
+14
2025-07-09
lib/test_hmm: reduce stack usage
Arnd Bergmann
1
-7
/
+7
2025-07-09
xarray: add a BUG_ON() to ensure caller is not sibling
Dev Jain
1
-0
/
+3
2025-07-09
maple_tree: fix mt_destroy_walk() on root leaf node
Wei Yang
1
-0
/
+1
[prev]
[next]