index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-04
vdso: Drop kconfig GENERIC_COMPAT_VDSO
Thomas Weißschuh
1
-5
/
+0
2025-09-04
vdso: Drop kconfig GENERIC_VDSO_32
Thomas Weißschuh
1
-7
/
+0
2025-09-04
vdso/gettimeofday: Remove !CONFIG_TIME_NS stubs
Thomas Weißschuh
1
-25
/
+0
2025-09-04
vdso/datastore: Gate time data behind CONFIG_GENERIC_GETTIMEOFDAY
Thomas Weißschuh
1
-3
/
+3
2025-08-31
Merge tag 'hardening-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2025-08-29
lib/crypto: tests: Add KUnit tests for BLAKE2s
Eric Biggers
4
-0
/
+383
2025-08-29
lib/crypto: blake2s: Consolidate into single C translation unit
Eric Biggers
11
-92
/
+47
2025-08-29
lib/crypto: blake2s: Move generic code into blake2s.c
Eric Biggers
3
-112
/
+94
2025-08-29
lib/crypto: blake2s: Always enable arch-optimized BLAKE2s code
Eric Biggers
2
-2
/
+2
2025-08-29
lib/crypto: blake2s: Remove obsolete self-test
Eric Biggers
3
-662
/
+0
2025-08-29
lib/crypto: x86/blake2s: Reduce size of BLAKE2S_SIGMA2
Eric Biggers
1
-14
/
+14
2025-08-29
lib/crypto: chacha: Consolidate into single module
Eric Biggers
24
-265
/
+122
2025-08-29
lib/crypto: chacha: Rename libchacha.c to chacha.c
Eric Biggers
2
-0
/
+1
2025-08-29
lib/crypto: chacha: Rename chacha.c to chacha-block-generic.c
Eric Biggers
2
-2
/
+2
2025-08-29
lib/crypto: chacha: Remove unused function chacha_is_arch_optimized()
Eric Biggers
7
-43
/
+0
2025-08-29
lib/crypto: riscv/poly1305: Import OpenSSL/CRYPTOGAMS implementation
Zhihang Shao
4
-1
/
+877
2025-08-29
lib/crypto: poly1305: Consolidate into single module
Eric Biggers
26
-415
/
+290
2025-08-29
lib/crypto: poly1305: Remove unused function poly1305_is_arch_optimized()
Eric Biggers
5
-32
/
+0
2025-08-28
KMSAN: Remove tautological checks
Nathan Chancellor
1
-10
/
+1
2025-08-28
objtool: Drop noinstr hack for KCSAN_WEAK_MEMORY
Nathan Chancellor
1
-6
/
+0
2025-08-28
lib/Kconfig.debug: Drop CLANG_VERSION check from DEBUG_INFO_DWARF_TOOLCHAIN_D...
Nathan Chancellor
1
-1
/
+1
2025-08-27
lib/crypto: Drop inline from all *_mod_init_arch() functions
Eric Biggers
18
-18
/
+18
2025-08-27
lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5
Eric Biggers
4
-0
/
+236
2025-08-26
kunit: Add example parameterized test with direct dynamic parameter array setup
Marie Zhussupova
1
-0
/
+104
2025-08-26
kunit: Add example parameterized test with shared resource management using t...
Marie Zhussupova
1
-0
/
+113
2025-08-26
kunit: Enable direct registration of parameter arrays to a KUnit test
Marie Zhussupova
1
-0
/
+32
2025-08-26
kunit: Pass parameterized test context to generate_params()
Marie Zhussupova
1
-2
/
+3
2025-08-26
kunit: Introduce param_init/exit for parameterized test context management
Marie Zhussupova
1
-1
/
+26
2025-08-26
kunit: Add parent kunit for parameterized test context
Marie Zhussupova
1
-14
/
+20
2025-08-26
lib/crypto: sparc/md5: Migrate optimized code into library
Eric Biggers
4
-0
/
+120
2025-08-26
lib/crypto: powerpc/md5: Migrate optimized code into library
Eric Biggers
4
-0
/
+249
2025-08-26
lib/crypto: mips/md5: Migrate optimized code into library
Eric Biggers
2
-0
/
+66
2025-08-26
lib/crypto: md5: Add MD5 and HMAC-MD5 library functions
Eric Biggers
3
-0
/
+342
2025-08-26
lib/crypto: sha512: Use underlying functions instead of crypto_simd_usable()
Eric Biggers
4
-12
/
+6
2025-08-26
lib/crypto: sha256: Use underlying functions instead of crypto_simd_usable()
Eric Biggers
4
-16
/
+15
2025-08-25
ubsan: Fix incorrect hand-side used in handle
Junhui Pei
1
-3
/
+3
2025-08-21
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-9
/
+9
2025-08-16
lib/lzo: add unlikely hints to overrun checks
David Sterba
2
-4
/
+4
2025-08-15
lib/crc: Drop inline from all *_mod_init_arch() functions
Eric Biggers
11
-11
/
+11
2025-08-15
kunit: Always descend into kunit directory during build
Thomas Weißschuh
2
-5
/
+1
2025-08-14
lib/crypto: ensure generated *.S files are removed on make clean
Tal Zussman
1
-4
/
+4
2025-08-14
lib/crypto: sha: Update Kconfig help for SHA1 and SHA256
Eric Biggers
1
-5
/
+5
2025-08-14
Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2025-08-11
ref_tracker: use %p instead of %px in debugfs dentry name
Jeff Layton
1
-1
/
+1
2025-08-11
lib/crc: Use underlying functions instead of crypto_simd_usable()
Eric Biggers
8
-24
/
+20
2025-08-11
lib/crc: crc_kunit: Test CRC computation in interrupt contexts
Eric Biggers
1
-9
/
+53
2025-08-11
kunit, lib/crypto: Move run_irq_test() to common header
Eric Biggers
1
-119
/
+4
2025-08-09
Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linux
Linus Torvalds
1
-29
/
+45
2025-08-07
lib/sbitmap: make sbitmap_get_shallow() internal
Yu Kuai
1
-2
/
+16
2025-08-07
lib/sbitmap: convert shallow_depth from one word to the whole sbitmap
Yu Kuai
1
-27
/
+29
[prev]
[next]