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-01-21
Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-48
/
+3
2025-01-21
Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-11
/
+11
2025-01-20
Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-45
/
+15
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2025-01-19
Merge branch 'vsnprintf'
Linus Torvalds
1
-333
/
+241
2025-01-19
rhashtable: Fix rhashtable_try_insert test
Herbert Xu
1
-5
/
+7
2025-01-16
pldmfw: enable selected component update
Konrad Knitter
1
-0
/
+8
2025-01-16
lockref: use bool for false/true returns
Christoph Hellwig
1
-16
/
+14
2025-01-16
lockref: improve the lockref_get_not_zero description
Christoph Hellwig
1
-1
/
+1
2025-01-16
lockref: remove lockref_put_not_zero
Christoph Hellwig
1
-28
/
+0
2025-01-15
alloc_tag: skip pgalloc_tag_swap if profiling is disabled
Suren Baghdasaryan
1
-0
/
+3
2025-01-15
kunit: Introduce autorun option
Stanislav Kinsburskii
4
-5
/
+36
2025-01-14
kobject: Remove unused functions
Dr. David Alan Gilbert
1
-24
/
+0
2025-01-13
maple_tree: only root node could be deficient
Wei Yang
1
-1
/
+1
2025-01-13
maple_tree: add a test check deficient node
Wei Yang
1
-0
/
+28
2025-01-13
maple_tree: simplify split calculation
Wei Yang
1
-17
/
+6
2025-01-13
maple_tree: we don't set offset to MAPLE_NODE_SLOTS on error
Wei Yang
1
-5
/
+2
2025-01-13
maple_tree: not possible to be a root node after loop
Wei Yang
1
-4
/
+1
2025-01-13
maple_tree: index has been checked to be smaller than pivot
Wei Yang
1
-7
/
+6
2025-01-13
maple_tree: use mas_next_slot() directly
Wei Yang
1
-24
/
+1
2025-01-13
vsnprintf: fix the number base for non-numeric formats
Linus Torvalds
1
-1
/
+2
2025-01-13
Merge 6.13-rc4 into char-misc-next
Greg Kroah-Hartman
2
-5
/
+37
2025-01-12
lib/inflate.c: remove dead code
Ariel Otilibili
1
-2
/
+0
2025-01-12
iov_iter: remove setting of page->index
Matthew Wilcox (Oracle)
1
-3
/
+0
2025-01-12
lib/math: add int_sqrt test suite
Luis Felipe Hernandez
4
-0
/
+83
2025-01-12
lib/rhashtable: fix the typo for preemptible
Pratyush Mittal
1
-1
/
+1
2025-01-12
fault-inject: use prandom where cryptographically secure randomness is not ne...
Akinobu Mita
1
-2
/
+26
2025-01-12
xarray: port tests to kunit
Tamir Duberstein
3
-281
/
+410
2025-01-12
xarray: extract helper from __xa_{insert,cmpxchg}
Tamir Duberstein
1
-20
/
+19
2025-01-12
xarray: extract xa_zero_to_null
Tamir Duberstein
1
-8
/
+9
2025-01-12
lib/test_min_heap: use inline min heap variants to reduce attack vector
Kuan-Wei Chiu
2
-16
/
+15
2025-01-10
Merge tag 'v6.13-rc6' into drm-next
Dave Airlie
2
-5
/
+37
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2025-01-08
misc:minor basic kunit tests
Vimal Agrawal
1
-0
/
+11
2025-01-06
bpf/tests: Add 32 bits only long conditional jump tests
Christophe Leroy
1
-6
/
+58
2025-01-06
vsnprintf: fix up kerneldoc for argument name changes
Linus Torvalds
1
-3
/
+3
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+36
2025-01-02
lib: test_objpool: Use kthread_run_on_cpu()
Frederic Weisbecker
1
-14
/
+5
2024-12-30
maple_tree: reload mas before the second call for mas_empty_area
Yang Erkun
1
-0
/
+1
2024-12-28
crypto: lib/aesgcm - Reduce stack usage in libaesgcm_init
Herbert Xu
1
-1
/
+1
2024-12-26
fprobe: Rewrite fprobe on function-graph tracer
Masami Hiramatsu (Google)
1
-45
/
+0
2024-12-26
fprobe: Use ftrace_regs in fprobe exit handler
Masami Hiramatsu (Google)
1
-3
/
+3
2024-12-26
fprobe: Use ftrace_regs in fprobe entry handler
Masami Hiramatsu (Google)
1
-2
/
+2
2024-12-23
vsprintf: don't make the 'binary' version pack small integer arguments
Linus Torvalds
1
-23
/
+6
2024-12-23
vsnprintf: collapse the number format state into one single state
Linus Torvalds
1
-71
/
+66
2024-12-23
vsnprintf: mark the indirect width and precision cases unlikely
Linus Torvalds
1
-4
/
+4
2024-12-23
vsnprintf: inline skip_atoi() again
Linus Torvalds
1
-2
/
+1
2024-12-23
vsprintf: deal with format specifiers with a lookup table
Linus Torvalds
1
-79
/
+54
2024-12-23
vsprintf: deal with format flags with a simple lookup table
Linus Torvalds
1
-20
/
+21
2024-12-23
vsprintf: associate the format state with the format pointer
Linus Torvalds
1
-135
/
+157
[prev]
[next]