aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-48/+3
2025-01-21Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+11
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-45/+15
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-01-19Merge branch 'vsnprintf'Linus Torvalds1-333/+241
2025-01-19rhashtable: Fix rhashtable_try_insert testHerbert Xu1-5/+7
2025-01-16pldmfw: enable selected component updateKonrad Knitter1-0/+8
2025-01-16lockref: use bool for false/true returnsChristoph Hellwig1-16/+14
2025-01-16lockref: improve the lockref_get_not_zero descriptionChristoph Hellwig1-1/+1
2025-01-16lockref: remove lockref_put_not_zeroChristoph Hellwig1-28/+0
2025-01-15alloc_tag: skip pgalloc_tag_swap if profiling is disabledSuren Baghdasaryan1-0/+3
2025-01-15kunit: Introduce autorun optionStanislav Kinsburskii4-5/+36
2025-01-14kobject: Remove unused functionsDr. David Alan Gilbert1-24/+0
2025-01-13maple_tree: only root node could be deficientWei Yang1-1/+1
2025-01-13maple_tree: add a test check deficient nodeWei Yang1-0/+28
2025-01-13maple_tree: simplify split calculationWei Yang1-17/+6
2025-01-13maple_tree: we don't set offset to MAPLE_NODE_SLOTS on errorWei Yang1-5/+2
2025-01-13maple_tree: not possible to be a root node after loopWei Yang1-4/+1
2025-01-13maple_tree: index has been checked to be smaller than pivotWei Yang1-7/+6
2025-01-13maple_tree: use mas_next_slot() directlyWei Yang1-24/+1
2025-01-13vsnprintf: fix the number base for non-numeric formatsLinus Torvalds1-1/+2
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman2-5/+37
2025-01-12lib/inflate.c: remove dead codeAriel Otilibili1-2/+0
2025-01-12iov_iter: remove setting of page->indexMatthew Wilcox (Oracle)1-3/+0
2025-01-12lib/math: add int_sqrt test suiteLuis Felipe Hernandez4-0/+83
2025-01-12lib/rhashtable: fix the typo for preemptiblePratyush Mittal1-1/+1
2025-01-12fault-inject: use prandom where cryptographically secure randomness is not ne...Akinobu Mita1-2/+26
2025-01-12xarray: port tests to kunitTamir Duberstein3-281/+410
2025-01-12xarray: extract helper from __xa_{insert,cmpxchg}Tamir Duberstein1-20/+19
2025-01-12xarray: extract xa_zero_to_nullTamir Duberstein1-8/+9
2025-01-12lib/test_min_heap: use inline min heap variants to reduce attack vectorKuan-Wei Chiu2-16/+15
2025-01-10Merge tag 'v6.13-rc6' into drm-nextDave Airlie2-5/+37
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-01-08misc:minor basic kunit testsVimal Agrawal1-0/+11
2025-01-06bpf/tests: Add 32 bits only long conditional jump testsChristophe Leroy1-6/+58
2025-01-06vsnprintf: fix up kerneldoc for argument name changesLinus Torvalds1-3/+3
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+36
2025-01-02lib: test_objpool: Use kthread_run_on_cpu()Frederic Weisbecker1-14/+5
2024-12-30maple_tree: reload mas before the second call for mas_empty_areaYang Erkun1-0/+1
2024-12-28crypto: lib/aesgcm - Reduce stack usage in libaesgcm_initHerbert Xu1-1/+1
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)1-45/+0
2024-12-26fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google)1-3/+3
2024-12-26fprobe: Use ftrace_regs in fprobe entry handlerMasami Hiramatsu (Google)1-2/+2
2024-12-23vsprintf: don't make the 'binary' version pack small integer argumentsLinus Torvalds1-23/+6
2024-12-23vsnprintf: collapse the number format state into one single stateLinus Torvalds1-71/+66
2024-12-23vsnprintf: mark the indirect width and precision cases unlikelyLinus Torvalds1-4/+4
2024-12-23vsnprintf: inline skip_atoi() againLinus Torvalds1-2/+1
2024-12-23vsprintf: deal with format specifiers with a lookup tableLinus Torvalds1-79/+54
2024-12-23vsprintf: deal with format flags with a simple lookup tableLinus Torvalds1-20/+21
2024-12-23vsprintf: associate the format state with the format pointerLinus Torvalds1-135/+157