Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | 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 | |
| * | | | | | | | | | maple_tree: convert mas_insert() to preallocate nodes | Sidhartha Kumar | 2024-09-01 | 1 | -12/+10 | |
| * | | | | | | | | | maple_tree: use store type in mas_wr_store_entry() | Sidhartha Kumar | 2024-09-01 | 1 | -38/+52 | |
| * | | | | | | | | | maple_tree: print store type in mas_dump() | Sidhartha Kumar | 2024-09-01 | 1 | -0/+34 | |
| * | | | | | | | | | maple_tree: use mas_store_gfp() in mtree_store_range() | Sidhartha Kumar | 2024-09-01 | 1 | -10/+1 | |
| * | | | | | | | | | maple_tree: preallocate nodes in mas_erase() | Sidhartha Kumar | 2024-09-01 | 1 | -2/+6 | |
| * | | | | | | | | | maple_tree: remove mas_destroy() from mas_nomem() | Sidhartha Kumar | 2024-09-01 | 1 | -13/+24 | |
| * | | | | | | | | | maple_tree: introduce mas_wr_store_type() | Sidhartha Kumar | 2024-09-01 | 1 | -60/+157 | |
| * | | | | | | | | | maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup() | Sidhartha Kumar | 2024-09-01 | 1 | -48/+48 | |
| * | | | | | | | | | maple_tree: introduce mas_wr_prealloc_setup() | Sidhartha Kumar | 2024-09-01 | 1 | -2/+8 | |
| * | | | | | | | | | maple_tree: fix comment typo with corresponding maple_status | Wei Yang | 2024-09-01 | 1 | -1/+1 | |
| * | | | | | | | | | maple_tree: fix comment typo of ma_root | Wei Yang | 2024-09-01 | 1 | -1/+1 | |
| * | | | | | | | | | maple_tree: add test to replicate low memory race conditions | Sidhartha Kumar | 2024-09-01 | 1 | -0/+13 | |
| * | | | | | | | | | maple_tree: reset mas->index and mas->last on write retries | Sidhartha Kumar | 2024-09-01 | 1 | -4/+12 | |
| * | | | | | | | | | lib: test_hmm: use min() to improve dmirror_exclusive() | Thorsten Blum | 2024-09-01 | 1 | -4/+1 | |
| * | | | | | | | | | mm: kvmalloc: align kvrealloc() with krealloc() | Danilo Krummrich | 2024-09-01 | 1 | -2/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2024-09-18 | 2 | -11/+17 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | random: vDSO: minimize and simplify header includes | Christophe Leroy | 2024-09-13 | 1 | -5/+8 | |
| * | | | | | | | | | random: vDSO: avoid call to out of line memset() | Christophe Leroy | 2024-09-13 | 1 | -5/+7 | |
| * | | | | | | | | | random: vDSO: add missing c-getrandom-y in Makefile | Christophe Leroy | 2024-09-13 | 1 | -0/+1 | |
| * | | | | | | | | | random: vDSO: don't use 64-bit atomics on 32-bit architectures | Christophe Leroy | 2024-09-13 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2024-09-18 | 6 | -39/+100 | |
|\ \ \ \ \ \ \ \ \ |