summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | xz: remove XZ_EXTERN and extern from functionsLasse Collin2024-09-016-30/+22
| * | | | | | | | | xz: adjust arch-specific options for better kernel compressionLasse Collin2024-09-011-2/+12
| * | | | | | | | | xz: add RISC-V BCJ filterLasse Collin2024-09-014-3/+114
| * | | | | | | | | xz: Add ARM64 BCJ filterLasse Collin2024-09-013-3/+61
| * | | | | | | | | xz: optimize for-loop conditions in the BCJ decodersLasse Collin2024-09-011-5/+18
| * | | | | | | | | xz: cleanup CRC32 edits from 2018Lasse Collin2024-09-012-5/+1
| * | | | | | | | | xz: fix comments and coding styleLasse Collin2024-09-012-11/+12
| * | | | | | | | | xz: switch from public domain to BSD Zero Clause License (0BSD)Lasse Collin2024-09-0110-42/+22
| * | | | | | | | | kcov: don't instrument lib/find_bit.cAndrey Konovalov2024-09-011-0/+1
| * | | | | | | | | lib: test_objpool: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-09-011-1/+2
| * | | | | | | | | mul_u64_u64_div_u64: basic sanity testNicolas Pitre2024-09-014-1/+118
| * | | | | | | | | mul_u64_u64_div_u64: make it precise alwaysNicolas Pitre2024-09-011-43/+65
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-2110-432/+517
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | resource, kunit: add test case for region_intersects()Huang Ying2024-09-171-0/+1
| * | | | | | | | | maple_tree: mark three functions as __maybe_unusedLiam R. Howlett2024-09-091-3/+3
| * | | | | | | | | lib: zstd: fix null-deref in ZSTD_createCDict_advanced2()Sergey Senozhatsky2024-09-091-0/+2
| * | | | | | | | | lib: lz4hc: export LZ4_resetStreamHC symbolSergey Senozhatsky2024-09-091-0/+1
| * | | | | | | | | lib: zstd: export API needed for dictionary supportSergey Senozhatsky2024-09-092-0/+85
| * | | | | | | | | maple_tree: cleanup function descriptionsWei Yang2024-09-091-58/+47
| * | | | | | | | | maple_tree: dump error message based on formatWei Yang2024-09-091-2/+8
| * | | | | | | | | maple_tree: arange64 node is not a leaf nodeWei Yang2024-09-091-5/+1
| * | | | | | | | | printf: remove %pGt supportMatthew Wilcox (Oracle)2024-09-032-47/+0
| * | | | | | | | | maple_tree: make write helper functions voidSidhartha Kumar2024-09-011-31/+16
| * | | | | | | | | maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()Sidhartha Kumar2024-09-011-5/+13
| * | | | | | | | | maple_tree: remove repeated sanity checks from write helper functionsSidhartha Kumar2024-09-011-15/+2
| * | | | | | | | | maple_tree: remove node allocations from various write helper functionsSidhartha Kumar2024-09-011-27/+0
| * | | | | | | | | maple_tree: have mas_store() allocate nodes if neededSidhartha Kumar2024-09-011-2/+17
| * | | | | | | | | maple_tree: remove mas_wr_modify()Sidhartha Kumar2024-09-011-38/+0
| * | | | | | | | | maple_tree: simplify mas_commit_b_node()Sidhartha Kumar2024-09-011-57/+7
| * | | | | | | | | maple_tree: convert mas_insert() to preallocate nodesSidhartha Kumar2024-09-011-12/+10
| * | | | | | | | | maple_tree: use store type in mas_wr_store_entry()Sidhartha Kumar2024-09-011-38/+52
| * | | | | | | | | maple_tree: print store type in mas_dump()Sidhartha Kumar2024-09-011-0/+34
| * | | | | | | | | maple_tree: use mas_store_gfp() in mtree_store_range()Sidhartha Kumar2024-09-011-10/+1
| * | | | | | | | | maple_tree: preallocate nodes in mas_erase()Sidhartha Kumar2024-09-011-2/+6
| * | | | | | | | | maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar2024-09-011-13/+24
| * | | | | | | | | maple_tree: introduce mas_wr_store_type()Sidhartha Kumar2024-09-011-60/+157
| * | | | | | | | | maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()Sidhartha Kumar2024-09-011-48/+48
| * | | | | | | | | maple_tree: introduce mas_wr_prealloc_setup()Sidhartha Kumar2024-09-011-2/+8
| * | | | | | | | | maple_tree: fix comment typo with corresponding maple_statusWei Yang2024-09-011-1/+1
| * | | | | | | | | maple_tree: fix comment typo of ma_rootWei Yang2024-09-011-1/+1
| * | | | | | | | | maple_tree: add test to replicate low memory race conditionsSidhartha Kumar2024-09-011-0/+13
| * | | | | | | | | maple_tree: reset mas->index and mas->last on write retriesSidhartha Kumar2024-09-011-4/+12
| * | | | | | | | | lib: test_hmm: use min() to improve dmirror_exclusive()Thorsten Blum2024-09-011-4/+1
| * | | | | | | | | mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich2024-09-011-2/+1
| |/ / / / / / / /
* | | | | | | | | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-182-11/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | random: vDSO: minimize and simplify header includesChristophe Leroy2024-09-131-5/+8
| * | | | | | | | | random: vDSO: avoid call to out of line memset()Christophe Leroy2024-09-131-5/+7
| * | | | | | | | | random: vDSO: add missing c-getrandom-y in MakefileChristophe Leroy2024-09-131-0/+1
| * | | | | | | | | random: vDSO: don't use 64-bit atomics on 32-bit architecturesChristophe Leroy2024-09-131-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-186-39/+100
|\ \ \ \ \ \ \ \ \