| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2023-11-03 | 1 | -1/+1 |
|\ |
|
| * | powerpc: Use shared font data | Dr. David Alan Gilbert | 2023-10-01 | 1 | -1/+1 |
* | | Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 2023-11-03 | 1 | -15/+13 |
|\ \ |
|
| * | | seq_buf: Export seq_buf_puts() | Christophe JAILLET | 2023-11-02 | 1 | -0/+1 |
| * | | seq_buf: Export seq_buf_putc() | Christophe JAILLET | 2023-11-02 | 1 | -0/+1 |
| * | | seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str() | Kees Cook | 2023-10-28 | 1 | -3/+1 |
| * | | tracing: Move readpos from seq_buf to trace_seq | Matthew Wilcox (Oracle) | 2023-10-20 | 1 | -12/+10 |
* | | | Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2023-11-03 | 1 | -13/+12 |
|\ \ \ |
|
| * | | | vsprintf: uninline simple_strntoull(), reorder arguments | Alexey Dobriyan | 2023-11-01 | 1 | -13/+12 |
* | | | | Merge tag 'bitmap-for-6.7' of https://github.com/norov/linux | Linus Torvalds | 2023-11-03 | 5 | -684/+549 |
|\ \ \ \ |
|
| * | | | | bitmap: move bitmap_*_region() functions to bitmap.h | Yury Norov | 2023-10-17 | 1 | -64/+0 |
| * | | | | bitmap: drop _reg_op() function | Yury Norov | 2023-10-15 | 1 | -76/+0 |
| * | | | | bitmap: replace _reg_op(REG_OP_ISFREE) with find_next_bit() | Yury Norov | 2023-10-15 | 1 | -1/+1 |
| * | | | | bitmap: replace _reg_op(REG_OP_RELEASE) with bitmap_clear() | Yury Norov | 2023-10-15 | 1 | -1/+1 |
| * | | | | bitmap: replace _reg_op(REG_OP_ALLOC) with bitmap_set() | Yury Norov | 2023-10-15 | 1 | -1/+4 |
| * | | | | bitmap: fix opencoded bitmap_allocate_region() | Yury Norov | 2023-10-15 | 1 | -4/+2 |
| * | | | | bitmap: add test for bitmap_*_region() functions | Yury Norov | 2023-10-15 | 1 | -0/+24 |
| * | | | | bitmap: align __reg_op() wrappers with modern coding style | Yury Norov | 2023-10-15 | 1 | -7/+5 |
| * | | | | lib/bitmap: split-out string-related operations to a separate files | Yury Norov | 2023-10-15 | 3 | -513/+511 |
| * | | | | bitmap: Remove dead code, i.e. bitmap_copy_le() | Andy Shevchenko | 2023-10-15 | 1 | -23/+0 |
| * | | | | bitmap: Fix a typo ("identify map") | Jonathan Neuschäfer | 2023-10-15 | 1 | -2/+2 |
| * | | | | cpumask: kernel-doc cleanups and additions | Randy Dunlap | 2023-10-15 | 1 | -5/+12 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-11-03 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | treewide: mark stuff as __ro_after_init | Alexey Dobriyan | 2023-10-18 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-11-03 | 1 | -0/+79 |
|\ \ \ \ |
|
| * | | | | percpu_counter: extend _limited_add() to negative amounts | Hugh Dickins | 2023-10-18 | 1 | -14/+40 |
| * | | | | shmem,percpu_counter: add _limited_add(fbc, limit, amount) | Hugh Dickins | 2023-10-18 | 1 | -0/+53 |
* | | | | | Merge tag 'linux_kselftest-kunit-6.7-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2023-11-02 | 10 | -139/+728 |
|\ \ \ \ \ |
|
| * | | | | | kunit: test: Fix the possible memory leak in executor_test | Jinjie Ruan | 2023-09-28 | 1 | -14/+22 |
| * | | | | | kunit: Fix possible memory leak in kunit_filter_suites() | Jinjie Ruan | 2023-09-28 | 1 | -4/+13 |
| * | | | | | kunit: Fix the wrong kfree of copy for kunit_filter_suites() | Jinjie Ruan | 2023-09-28 | 1 | -1/+1 |
| * | | | | | kunit: Fix missed memory release in kunit_free_suite_set() | Jinjie Ruan | 2023-09-28 | 1 | -1/+3 |
| * | | | | | kunit: Reset test status on each param iteration | Michal Wajdeczko | 2023-09-18 | 2 | -4/+7 |
| * | | | | | kunit: string-stream: Test performance of string_stream | Richard Fitzgerald | 2023-09-18 | 1 | -0/+54 |
| * | | | | | kunit: Use string_stream for test log | Richard Fitzgerald | 2023-09-18 | 3 | -61/+75 |
| * | | | | | kunit: string-stream: Add tests for freeing resource-managed string_stream | Richard Fitzgerald | 2023-09-18 | 2 | -5/+145 |
| * | | | | | kunit: string-stream: Decouple string_stream from kunit | Richard Fitzgerald | 2023-09-18 | 4 | -24/+53 |
| * | | | | | kunit: string-stream: Add kunit_alloc_string_stream() | Richard Fitzgerald | 2023-09-18 | 4 | -18/+29 |
| * | | | | | kunit: Don't use a managed alloc in is_literal() | Richard Fitzgerald | 2023-09-18 | 1 | -8/+6 |
| * | | | | | kunit: string-stream-test: Add cases for string_stream newline appending | Richard Fitzgerald | 2023-09-18 | 1 | -0/+93 |
| * | | | | | kunit: string-stream: Add option to make all lines end with newline | Richard Fitzgerald | 2023-09-18 | 2 | -7/+28 |
| * | | | | | kunit: string-stream: Improve testing of string_stream | Richard Fitzgerald | 2023-09-18 | 1 | -16/+217 |
| * | | | | | kunit: string-stream: Don't create a fragment for empty strings | Richard Fitzgerald | 2023-09-18 | 1 | -2/+8 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac... | Linus Torvalds | 2023-11-02 | 4 | -1/+984 |
|\ \ \ \ \ |
|
| * | | | | | kprobes: unused header files removed | wuqiang.matt | 2023-10-24 | 1 | -6/+0 |
| * | | | | | lib: objpool test module added | wuqiang.matt | 2023-10-18 | 3 | -0/+709 |
| * | | | | | lib: objpool added: ring-array based lockless MPMC | wuqiang.matt | 2023-10-18 | 2 | -1/+281 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-11-02 | 6 | -24/+3 |
|\ \ \ \ \ |
|
| * | | | | | lib/raid6: Drop IA64 support | Ard Biesheuvel | 2023-09-11 | 3 | -15/+2 |
| * | | | | | arch: Remove Itanium (IA-64) architecture | Ard Biesheuvel | 2023-09-11 | 3 | -9/+1 |