index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
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-05-12
crypto: lib/chacha - strongly type the ChaCha state
Eric Biggers
4
-44
/
+52
2025-05-11
lib/oid_registry.c: remove unused sprint_OID
Dr. David Alan Gilbert
1
-24
/
+1
2025-05-11
lib/test_kmod: do not hardcode/depend on any filesystem
Herton R. Krzesinski
2
-36
/
+34
2025-05-11
scatterlist: inline sg_next()
Caleb Sander Mateos
1
-23
/
+0
2025-05-11
errseq: eliminate special limitation for macro MAX_ERRNO
Zijun Hu
1
-6
/
+7
2025-05-11
kstrtox: add support for enabled and disabled in kstrtobool()
Mario Limonciello
1
-0
/
+4
2025-05-11
lib/rbtree.c: fix the example typo
Chisheng Chen
1
-4
/
+4
2025-05-11
lib/test_vmalloc.c: allow built-in execution
Uladzislau Rezki (Sony)
2
-4
/
+4
2025-05-11
lib/test_vmalloc.c: replace RWSEM to SRCU for setup
Uladzislau Rezki (Sony)
1
-10
/
+7
2025-05-11
maple_tree: reorder mas->store_type case statements
Sidhartha Kumar
1
-26
/
+25
2025-05-11
maple_tree: add sufficient height
Sidhartha Kumar
1
-3
/
+16
2025-05-11
maple_tree: break on convergence in mas_spanning_rebalance()
Sidhartha Kumar
1
-3
/
+13
2025-05-11
maple_tree: use vacant nodes to reduce worst case allocations
Sidhartha Kumar
1
-4
/
+9
2025-05-11
maple_tree: use height and depth consistently
Sidhartha Kumar
1
-40
/
+44
2025-05-11
maple_tree: convert mas_prealloc_calc() to take in a maple write state
Sidhartha Kumar
1
-8
/
+8
2025-05-11
xarray: make xa_alloc_cyclic() return 0 on all success cases
Przemek Kitszel
1
-2
/
+15
2025-05-11
iov_iter: convert iov_iter_extract_xarray_pages() to use folios
Matthew Wilcox (Oracle)
1
-8
/
+8
2025-05-11
iov_iter: convert iter_xarray_populate_pages() to use folios
Matthew Wilcox (Oracle)
1
-7
/
+7
2025-05-08
ratelimit: Drop redundant accesses to burst
Paul E. McKenney
1
-2
/
+2
2025-05-08
ratelimit: Use nolock_ret restructuring to collapse common case code
Paul E. McKenney
1
-10
/
+3
2025-05-08
ratelimit: Use nolock_ret label to collapse lock-failure code
Paul E. McKenney
1
-14
/
+4
2025-05-08
ratelimit: Use nolock_ret label to save a couple of lines of code
Paul E. McKenney
1
-5
/
+3
2025-05-08
ratelimit: Simplify common-case exit path
Paul E. McKenney
1
-9
/
+5
2025-05-08
ratelimit: Warn if ->interval or ->burst are negative
Petr Mladek
1
-0
/
+1
2025-05-08
ratelimit: Avoid atomic decrement under lock if already rate-limited
Paul E. McKenney
1
-5
/
+8
2025-05-08
ratelimit: Avoid atomic decrement if already rate-limited
Paul E. McKenney
1
-1
/
+3
2025-05-08
ratelimit: Don't flush misses counter if RATELIMIT_MSG_ON_RELEASE
Paul E. McKenney
1
-3
/
+3
2025-05-08
ratelimit: Force re-initialization when rate-limiting re-enabled
Paul E. McKenney
1
-1
/
+14
2025-05-08
ratelimit: Allow zero ->burst to disable ratelimiting
Paul E. McKenney
1
-2
/
+6
2025-05-08
ratelimit: Reduce ___ratelimit() false-positive rate limiting
Petr Mladek
1
-13
/
+38
2025-05-08
ratelimit: Avoid jiffies=0 special case
Paul E. McKenney
1
-1
/
+3
2025-05-08
ratelimit: Count misses due to lock contention
Paul E. McKenney
1
-1
/
+3
2025-05-08
ratelimit: Convert the ->missed field to atomic_t
Paul E. McKenney
1
-1
/
+1
2025-05-08
ratelimit: Create functions to handle ratelimit_state internals
Paul E. McKenney
1
-4
/
+4
2025-05-08
lib/tests: randstruct: Add deep function pointer layout test
Kees Cook
1
-14
/
+65
2025-05-08
lib/tests: Add randstruct KUnit test
Kees Cook
3
-0
/
+292
2025-05-08
kbuild: Switch from -Wvla to -Wvla-larger-than=1
Kees Cook
1
-1
/
+0
2025-05-08
kunit/overflow: Add tests for STACK_FLEX_ARRAY_SIZE() helper
Gustavo A. R. Silva
1
-0
/
+4
2025-05-07
KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2
Mostafa Saleh
2
-2
/
+13
2025-05-07
ubsan: Remove regs from report_ubsan_failure()
Mostafa Saleh
1
-1
/
+1
2025-05-06
crypto: lib/poly1305 - Build main library on LIB_POLY1305 and split generic c...
Herbert Xu
3
-11
/
+30
2025-05-06
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
10
-16
/
+39
2025-05-06
BackMerge tag 'v6.15-rc5' into drm-next
Dave Airlie
10
-16
/
+39
2025-05-05
devres: Export devm_ioremap_resource_wc()
Rob Herring (Arm)
1
-0
/
+1
2025-05-05
crypto: lib/sha256 - Use generic block helper
Herbert Xu
1
-61
/
+10
2025-05-05
crypto: lib/sha256 - Add helpers for block-based shash
Herbert Xu
2
-23
/
+17
2025-05-05
crypto: lib/sha256 - improve function prototypes
Eric Biggers
1
-4
/
+4
2025-05-05
crypto: sparc/sha256 - implement library instead of shash
Eric Biggers
1
-0
/
+3
2025-05-05
crypto: sha256 - support arch-optimized lib and expose through shash
Eric Biggers
4
-109
/
+246
2025-05-05
crypto: lib/poly1305 - Use block-only interface
Herbert Xu
1
-13
/
+26
[prev]
[next]