summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-0/+79
|\ \ \ \ \ \
| * | | | | | percpu_counter: extend _limited_add() to negative amountsHugh Dickins2023-10-181-14/+40
| * | | | | | shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins2023-10-181-0/+53
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'linux_kselftest-kunit-6.7-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-11-0110-139/+728
|\ \ \ \ \ \
| * | | | | | kunit: test: Fix the possible memory leak in executor_testJinjie Ruan2023-09-281-14/+22
| * | | | | | kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan2023-09-281-4/+13
| * | | | | | kunit: Fix the wrong kfree of copy for kunit_filter_suites()Jinjie Ruan2023-09-281-1/+1
| * | | | | | kunit: Fix missed memory release in kunit_free_suite_set()Jinjie Ruan2023-09-281-1/+3
| * | | | | | kunit: Reset test status on each param iterationMichal Wajdeczko2023-09-182-4/+7
| * | | | | | kunit: string-stream: Test performance of string_streamRichard Fitzgerald2023-09-181-0/+54
| * | | | | | kunit: Use string_stream for test logRichard Fitzgerald2023-09-183-61/+75
| * | | | | | kunit: string-stream: Add tests for freeing resource-managed string_streamRichard Fitzgerald2023-09-182-5/+145
| * | | | | | kunit: string-stream: Decouple string_stream from kunitRichard Fitzgerald2023-09-184-24/+53
| * | | | | | kunit: string-stream: Add kunit_alloc_string_stream()Richard Fitzgerald2023-09-184-18/+29
| * | | | | | kunit: Don't use a managed alloc in is_literal()Richard Fitzgerald2023-09-181-8/+6
| * | | | | | kunit: string-stream-test: Add cases for string_stream newline appendingRichard Fitzgerald2023-09-181-0/+93
| * | | | | | kunit: string-stream: Add option to make all lines end with newlineRichard Fitzgerald2023-09-182-7/+28
| * | | | | | kunit: string-stream: Improve testing of string_streamRichard Fitzgerald2023-09-181-16/+217
| * | | | | | kunit: string-stream: Don't create a fragment for empty stringsRichard Fitzgerald2023-09-181-2/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-11-014-1/+984
|\ \ \ \ \ \
| * | | | | | kprobes: unused header files removedwuqiang.matt2023-10-241-6/+0
| * | | | | | lib: objpool test module addedwuqiang.matt2023-10-183-0/+709
| * | | | | | lib: objpool added: ring-array based lockless MPMCwuqiang.matt2023-10-182-1/+281
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-016-24/+3
|\ \ \ \ \ \
| * | | | | | lib/raid6: Drop IA64 supportArd Biesheuvel2023-09-113-15/+2
| * | | | | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-113-9/+1
* | | | | | | Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-0/+52
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'qcom-drivers-for-6.7' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2023-10-181-0/+52
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | lib/ucs2_string: Add UCS-2 strscpy functionMaximilian Luz2023-09-131-0/+52
| | |/ / / / /
* | | | | | | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-312-0/+393
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-262-12/+25
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | netlink: add variable-length / auto integersJakub Kicinski2023-10-201-0/+22
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-054-76/+240
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2023-09-171-0/+371
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan2023-09-151-0/+371
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-4/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | kobject: Replace strlcpy with strscpyAzeem Shaikh2023-09-221-4/+4
| |/ / / / /
* | | | | | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-301-3/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar2023-10-077-97/+283
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov2023-09-151-3/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-301-1/+1
|\ \ \ \ \ \
| * | | | | | locking/atomics: Use atomic_try_cmpxchg_release() to micro-optimize rcuref_pu...Uros Bizjak2023-10-101-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-10-307-7/+299
|\ \ \ \ \ \
| * | | | | | lib/generic-radix-tree.c: Add peek_prev()Kent Overstreet2023-10-191-0/+59
| * | | | | | lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet2023-10-191-3/+14
| * | | | | | closures: Add a missing includeKent Overstreet2023-10-191-0/+1
| * | | | | | bcache: move closures to lib/Kent Overstreet2023-10-194-0/+218
| * | | | | | lib: Export errnameKent Overstreet2023-09-111-0/+1
| * | | | | | lib/string_helpers: string_get_size() now returns characters wroteKent Overstreet2023-09-111-4/+6
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-10-304-1/+192
|\ \ \ \ \ \