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-29
maple_tree: use percpu sheaves for maple_node_cache
Vlastimil Babka
1
-2
/
+7
2025-09-29
maple_tree: Drop bulk insert support
Liam R. Howlett
2
-403
/
+4
2025-09-29
maple_tree: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-2
/
+2
2025-09-28
lib/genalloc: fix device leak in of_gen_pool_get()
Johan Hovold
1
-1
/
+4
2025-09-28
panic: remove CONFIG_PANIC_ON_OOPS_VALUE
Johannes Berg
1
-6
/
+0
2025-09-24
kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI
Kees Cook
1
-1
/
+1
2025-09-22
lib/decompress: use designated initializers for struct compress_format
Thorsten Blum
1
-11
/
+10
2025-09-22
rust: add find_bit_benchmark_rust module.
Burak Emir
3
-0
/
+118
2025-09-21
alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
Suren Baghdasaryan
1
-1
/
+3
2025-09-21
alloc_tag: prevent enabling memory profiling if it was shut down
Suren Baghdasaryan
1
-1
/
+15
2025-09-21
alloc_tag: use release_pages() in the cleanup path
Suren Baghdasaryan
1
-5
/
+5
2025-09-21
kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
Sabyrzhan Tasbolatov
1
-0
/
+12
2025-09-19
Merge 6.17-rc6 into kbuild-next
Nathan Chancellor
4
-13
/
+13
2025-09-17
lib/crypto: tests: Add tests and benchmark for sha256_finup_2x()
Eric Biggers
1
-0
/
+184
2025-09-17
lib/crypto: x86/sha256: Add support for 2-way interleaved hashing
Eric Biggers
2
-0
/
+407
2025-09-17
lib/crypto: arm64/sha256: Add support for 2-way interleaved hashing
Eric Biggers
2
-6
/
+315
2025-09-17
lib/crypto: sha256: Add support for 2-way interleaved hashing
Eric Biggers
1
-5
/
+66
2025-09-16
raid6: riscv: replace one load with a move to speed up the caculation
Chunyan Zhang
1
-30
/
+30
2025-09-16
raid6: riscv: Clean up unused header file inclusion
Chunyan Zhang
2
-5
/
+0
2025-09-16
kunit: Extend kconfig help text for KUNIT_UML_PCI
Thomas Weißschuh
1
-0
/
+4
2025-09-15
kunit: Enable PCI on UML without triggering WARN()
Thomas Weißschuh
1
-0
/
+7
2025-09-13
btree: simplify merge logic by using btree_last() return value
Guan-Chun Wu
1
-2
/
+2
2025-09-13
panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
Jinchao Wang
1
-1
/
+1
2025-09-13
lib/sys_info: handle sys_info_mask==0 case
Feng Tang
1
-1
/
+2
2025-09-13
alloc_tag: use str_on_off() helper
Kuan-Wei Chiu
1
-1
/
+2
2025-09-13
test_firmware: use str_true_false() helper
Kuan-Wei Chiu
1
-3
/
+4
2025-09-13
lib/fault-inject-usercopy.c: use PTR_ERR_OR_ZERO() to simplify code
Xichao Zhao
1
-3
/
+1
2025-09-13
lib/digsig: remove unnecessary memset
Liao Yuanhong
1
-1
/
+0
2025-09-13
ref_tracker: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-3
/
+3
2025-09-13
maple_tree: fix MAPLE_PARENT_RANGE32 and parent pointer docs
Sidhartha Kumar
1
-6
/
+6
2025-09-13
lib/test_hmm: drop redundant conversion to bool
Xichao Zhao
1
-1
/
+1
2025-09-13
lib/test_maple_tree.c: remove redundant semicolons
Liao Yuanhong
1
-1
/
+1
2025-09-13
lib/test_kho: fixes for error handling
Mike Rapoport (Microsoft)
1
-19
/
+33
2025-09-13
xarray: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-1
/
+1
2025-09-13
mm/slub: allow to set node and align in k[v]realloc
Vitaly Wool
1
-2
/
+2
2025-09-09
iov_iter: remove iov_iter_is_aligned
Keith Busch
1
-95
/
+0
2025-09-09
lib: test_objpool: Avoid direct access to hrtimer clockbase
Thomas Weißschuh
1
-1
/
+1
2025-09-08
KUnit: ffs: Validate all the __attribute_const__ annotations
Kees Cook
1
-0
/
+40
2025-09-08
bitops: Add __attribute_const__ to generic ffs()-family implementations
Kees Cook
1
-4
/
+4
2025-09-08
KUnit: Introduce ffs()-family tests
Kees Cook
3
-0
/
+541
2025-09-06
lib/crypto: tests: Enable Curve25519 test when CRYPTO_SELFTESTS
Eric Biggers
1
-1
/
+1
2025-09-06
lib/crypto: curve25519: Consolidate into single module
Eric Biggers
9
-72
/
+4645
2025-09-06
lib/crypto: curve25519: Move a couple functions out-of-line
Eric Biggers
1
-1
/
+33
2025-09-06
lib/crypto: tests: Add Curve25519 benchmark
Eric Biggers
1
-1
/
+32
2025-09-06
lib/crypto: tests: Migrate Curve25519 self-test to KUnit
Eric Biggers
5
-35
/
+52
2025-09-04
vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSO
Thomas Weißschuh
1
-2
/
+2
2025-09-04
vdso: Drop Kconfig GENERIC_VDSO_TIME_NS
Thomas Weißschuh
1
-6
/
+0
2025-09-04
vdso: Drop Kconfig GENERIC_VDSO_DATA_STORE
Thomas Weißschuh
3
-8
/
+1
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
[prev]
[next]