summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: test_objpool: make global variables staticwuqiang.matt2023-11-101-3/+3
* Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-11-071-2/+7
|\
| * closures: Fix race in closure_sync()Kent Overstreet2023-10-301-0/+3
| * closures: Better memory barriersKent Overstreet2023-10-301-2/+4
* | Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-11-043-0/+193
|\ \
| * | lib/fw_table: Remove acpi_parse_entries_array() exportDan Williams2023-11-021-1/+0
| * | acpi: Move common tables helper functions to common libDave Jiang2023-10-273-0/+194
* | | Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-031-1/+1
|\ \ \
| * | | powerpc: Use shared font dataDr. David Alan Gilbert2023-10-011-1/+1
* | | | Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-11-031-15/+13
|\ \ \ \
| * | | | seq_buf: Export seq_buf_puts()Christophe JAILLET2023-11-021-0/+1
| * | | | seq_buf: Export seq_buf_putc()Christophe JAILLET2023-11-021-0/+1
| * | | | seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook2023-10-281-3/+1
| * | | | tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2023-10-201-12/+10
| | |/ / | |/| |
* | | | Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-11-031-13/+12
|\ \ \ \
| * | | | vsprintf: uninline simple_strntoull(), reorder argumentsAlexey Dobriyan2023-11-011-13/+12
* | | | | Merge tag 'bitmap-for-6.7' of https://github.com/norov/linuxLinus Torvalds2023-11-035-684/+549
|\ \ \ \ \
| * | | | | bitmap: move bitmap_*_region() functions to bitmap.hYury Norov2023-10-161-64/+0
| * | | | | bitmap: drop _reg_op() functionYury Norov2023-10-141-76/+0
| * | | | | bitmap: replace _reg_op(REG_OP_ISFREE) with find_next_bit()Yury Norov2023-10-141-1/+1
| * | | | | bitmap: replace _reg_op(REG_OP_RELEASE) with bitmap_clear()Yury Norov2023-10-141-1/+1
| * | | | | bitmap: replace _reg_op(REG_OP_ALLOC) with bitmap_set()Yury Norov2023-10-141-1/+4
| * | | | | bitmap: fix opencoded bitmap_allocate_region()Yury Norov2023-10-141-4/+2
| * | | | | bitmap: add test for bitmap_*_region() functionsYury Norov2023-10-141-0/+24
| * | | | | bitmap: align __reg_op() wrappers with modern coding styleYury Norov2023-10-141-7/+5
| * | | | | lib/bitmap: split-out string-related operations to a separate filesYury Norov2023-10-143-513/+511
| * | | | | bitmap: Remove dead code, i.e. bitmap_copy_le()Andy Shevchenko2023-10-141-23/+0
| * | | | | bitmap: Fix a typo ("identify map")Jonathan Neuschäfer2023-10-141-2/+2
| * | | | | cpumask: kernel-doc cleanups and additionsRandy Dunlap2023-10-141-5/+12
| | |/ / / | |/| | |
* | | | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+1
|\ \ \ \ \
| * | | | | treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-1/+1
| |/ / / /
* | | | | 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
| | |_|_|/ / | |/| | | |