Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | lib/buildid: implement sleepable build_id_parse() API | Andrii Nakryiko | 2024-09-11 | 1 | -19/+35 | |
| * | | | | | | | | | | lib/buildid: rename build_id_parse() into build_id_parse_nofault() | Andrii Nakryiko | 2024-09-11 | 1 | -3/+22 | |
| * | | | | | | | | | | lib/buildid: remove single-page limit for PHDR search | Andrii Nakryiko | 2024-09-11 | 1 | -6/+8 | |
| * | | | | | | | | | | lib/buildid: take into account e_phoff when fetching program headers | Andrii Nakryiko | 2024-09-11 | 1 | -19/+16 | |
| * | | | | | | | | | | lib/buildid: add single folio-based file reader abstraction | Andrii Nakryiko | 2024-09-11 | 1 | -53/+210 | |
| * | | | | | | | | | | lib/buildid: harden build ID parsing logic | Andrii Nakryiko | 2024-09-11 | 1 | -32/+44 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2024-09-21 | 29 | -163/+477 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | list: test: increase coverage of list_test_list_replace*() | I Hsin Cheng | 2024-09-17 | 1 | -0/+4 | |
| * | | | | | | | | | | list: test: fix tests for list_cut_position() | I Hsin Cheng | 2024-09-17 | 1 | -0/+6 | |
| * | | | | | | | | | | lib: glob.c: added null check for character class | Alok Swaminathan | 2024-09-09 | 1 | -0/+2 | |
| * | | | | | | | | | | lib: fix the NULL vs IS_ERR() bug for debugfs_create_dir() | Yang Ruibin | 2024-09-01 | 1 | -1/+1 | |
| * | | | | | | | | | | dimlib: use *-y instead of *-objs in Makefile | Andy Shevchenko | 2024-09-01 | 1 | -1/+1 | |
| * | | | | | | | | | | lib/percpu_counter: add missing __percpu qualifier to a cast | Uros Bizjak | 2024-09-01 | 1 | -1/+1 | |
| * | | | | | | | | | | lib/bcd: optimize _bin2bcd() for improved performance | Kuan-Wei Chiu | 2024-09-01 | 1 | -1/+3 | |
| * | | | | | | | | | | fault-inject: improve build for CONFIG_FAULT_INJECTION=n | Jani Nikula | 2024-09-01 | 1 | -0/+1 | |
| * | | | | | | | | | | lib/rhashtable: cleanup fallback check in bucket_table_alloc() | Davidlohr Bueso | 2024-09-01 | 1 | -1/+1 | |
| * | | | | | | | | | | lockdep: upper limit LOCKDEP_CHAINS_BITS | J. R. Okajima | 2024-09-01 | 1 | -1/+1 | |
| * | | | | | | | | | | lib: checksum: use ARRAY_SIZE() to improve assert_setup_correct() | Thorsten Blum | 2024-09-01 | 1 | -6/+3 | |
| * | | | | | | | | | | lib/lru_cache: fix spelling mistake "colision"->"collision" | Deshan Zhang | 2024-09-01 | 1 | -5/+5 | |
| * | | | | | | | | | | closures: use seq_putc() in debug_show() | Markus Elfring | 2024-09-01 | 1 | -1/+1 | |
| * | | | | | | | | | | dyndbg: use seq_putc() in ddebug_proc_show() | Markus Elfring | 2024-09-01 | 1 | -2/+2 | |
| * | | | | | | | | | | xz: remove XZ_EXTERN and extern from functions | Lasse Collin | 2024-09-01 | 6 | -30/+22 | |
| * | | | | | | | | | | xz: adjust arch-specific options for better kernel compression | Lasse Collin | 2024-09-01 | 1 | -2/+12 | |
| * | | | | | | | | | | xz: add RISC-V BCJ filter | Lasse Collin | 2024-09-01 | 4 | -3/+114 | |
| * | | | | | | | | | | xz: Add ARM64 BCJ filter | Lasse Collin | 2024-09-01 | 3 | -3/+61 | |
| * | | | | | | | | | | xz: optimize for-loop conditions in the BCJ decoders | Lasse Collin | 2024-09-01 | 1 | -5/+18 | |
| * | | | | | | | | | | xz: cleanup CRC32 edits from 2018 | Lasse Collin | 2024-09-01 | 2 | -5/+1 | |
| * | | | | | | | | | | xz: fix comments and coding style | Lasse Collin | 2024-09-01 | 2 | -11/+12 | |
| * | | | | | | | | | | xz: switch from public domain to BSD Zero Clause License (0BSD) | Lasse Collin | 2024-09-01 | 10 | -42/+22 | |
| * | | | | | | | | | | kcov: don't instrument lib/find_bit.c | Andrey Konovalov | 2024-09-01 | 1 | -0/+1 | |
| * | | | | | | | | | | lib: test_objpool: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 2024-09-01 | 1 | -1/+2 | |
| * | | | | | | | | | | mul_u64_u64_div_u64: basic sanity test | Nicolas Pitre | 2024-09-01 | 4 | -1/+118 | |
| * | | | | | | | | | | mul_u64_u64_div_u64: make it precise always | Nicolas Pitre | 2024-09-01 | 1 | -43/+65 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-09-21 | 10 | -432/+517 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | resource, kunit: add test case for region_intersects() | Huang Ying | 2024-09-17 | 1 | -0/+1 | |
| * | | | | | | | | | | maple_tree: mark three functions as __maybe_unused | Liam R. Howlett | 2024-09-09 | 1 | -3/+3 | |
| * | | | | | | | | | | lib: zstd: fix null-deref in ZSTD_createCDict_advanced2() | Sergey Senozhatsky | 2024-09-09 | 1 | -0/+2 | |
| * | | | | | | | | | | lib: lz4hc: export LZ4_resetStreamHC symbol | Sergey Senozhatsky | 2024-09-09 | 1 | -0/+1 | |
| * | | | | | | | | | | lib: zstd: export API needed for dictionary support | Sergey Senozhatsky | 2024-09-09 | 2 | -0/+85 | |
| * | | | | | | | | | | maple_tree: cleanup function descriptions | Wei Yang | 2024-09-09 | 1 | -58/+47 | |
| * | | | | | | | | | | maple_tree: dump error message based on format | Wei Yang | 2024-09-09 | 1 | -2/+8 | |
| * | | | | | | | | | | maple_tree: arange64 node is not a leaf node | Wei Yang | 2024-09-09 | 1 | -5/+1 | |
| * | | | | | | | | | | printf: remove %pGt support | Matthew Wilcox (Oracle) | 2024-09-03 | 2 | -47/+0 | |
| * | | | | | | | | | | maple_tree: make write helper functions void | Sidhartha Kumar | 2024-09-01 | 1 | -31/+16 | |
| * | | | | | | | | | | maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc() | Sidhartha Kumar | 2024-09-01 | 1 | -5/+13 | |
| * | | | | | | | | | | maple_tree: remove repeated sanity checks from write helper functions | Sidhartha Kumar | 2024-09-01 | 1 | -15/+2 | |
| * | | | | | | | | | | maple_tree: remove node allocations from various write helper functions | Sidhartha Kumar | 2024-09-01 | 1 | -27/+0 | |
| * | | | | | | | | | | maple_tree: have mas_store() allocate nodes if needed | Sidhartha Kumar | 2024-09-01 | 1 | -2/+17 | |
| * | | | | | | | | | | maple_tree: remove mas_wr_modify() | Sidhartha Kumar | 2024-09-01 | 1 | -38/+0 | |
| * | | | | | | | | | | maple_tree: simplify mas_commit_b_node() | Sidhartha Kumar | 2024-09-01 | 1 | -57/+7 |