summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | xz: fix comments and coding styleLasse Collin2024-09-022-11/+12
| * | | | | | | | | xz: switch from public domain to BSD Zero Clause License (0BSD)Lasse Collin2024-09-0210-42/+22
| * | | | | | | | | kcov: don't instrument lib/find_bit.cAndrey Konovalov2024-09-021-0/+1
| * | | | | | | | | lib: test_objpool: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-09-021-1/+2
| * | | | | | | | | mul_u64_u64_div_u64: basic sanity testNicolas Pitre2024-09-024-1/+118
| * | | | | | | | | mul_u64_u64_div_u64: make it precise alwaysNicolas Pitre2024-09-021-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-101-3/+3
| * | | | | | | | | lib: zstd: fix null-deref in ZSTD_createCDict_advanced2()Sergey Senozhatsky2024-09-101-0/+2
| * | | | | | | | | lib: lz4hc: export LZ4_resetStreamHC symbolSergey Senozhatsky2024-09-101-0/+1
| * | | | | | | | | lib: zstd: export API needed for dictionary supportSergey Senozhatsky2024-09-102-0/+85
| * | | | | | | | | maple_tree: cleanup function descriptionsWei Yang2024-09-101-58/+47
| * | | | | | | | | maple_tree: dump error message based on formatWei Yang2024-09-101-2/+8
| * | | | | | | | | maple_tree: arange64 node is not a leaf nodeWei Yang2024-09-101-5/+1
| * | | | | | | | | printf: remove %pGt supportMatthew Wilcox (Oracle)2024-09-042-47/+0
| * | | | | | | | | maple_tree: make write helper functions voidSidhartha Kumar2024-09-021-31/+16
| * | | | | | | | | maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()Sidhartha Kumar2024-09-021-5/+13
| * | | | | | | | | maple_tree: remove repeated sanity checks from write helper functionsSidhartha Kumar2024-09-021-15/+2
| * | | | | | | | | maple_tree: remove node allocations from various write helper functionsSidhartha Kumar2024-09-021-27/+0
| * | | | | | | | | maple_tree: have mas_store() allocate nodes if neededSidhartha Kumar2024-09-021-2/+17
| * | | | | | | | | maple_tree: remove mas_wr_modify()Sidhartha Kumar2024-09-021-38/+0
| * | | | | | | | | maple_tree: simplify mas_commit_b_node()Sidhartha Kumar2024-09-021-57/+7
| * | | | | | | | | maple_tree: convert mas_insert() to preallocate nodesSidhartha Kumar2024-09-021-12/+10
| * | | | | | | | | maple_tree: use store type in mas_wr_store_entry()Sidhartha Kumar2024-09-021-38/+52
| * | | | | | | | | maple_tree: print store type in mas_dump()Sidhartha Kumar2024-09-021-0/+34
| * | | | | | | | | maple_tree: use mas_store_gfp() in mtree_store_range()Sidhartha Kumar2024-09-021-10/+1
| * | | | | | | | | maple_tree: preallocate nodes in mas_erase()Sidhartha Kumar2024-09-021-2/+6
| * | | | | | | | | maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar2024-09-021-13/+24
| * | | | | | | | | maple_tree: introduce mas_wr_store_type()Sidhartha Kumar2024-09-021-60/+157
| * | | | | | | | | maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()Sidhartha Kumar2024-09-021-48/+48
| * | | | | | | | | maple_tree: introduce mas_wr_prealloc_setup()Sidhartha Kumar2024-09-021-2/+8
| * | | | | | | | | maple_tree: fix comment typo with corresponding maple_statusWei Yang2024-09-021-1/+1
| * | | | | | | | | maple_tree: fix comment typo of ma_rootWei Yang2024-09-021-1/+1
| * | | | | | | | | maple_tree: add test to replicate low memory race conditionsSidhartha Kumar2024-09-021-0/+13
| * | | | | | | | | maple_tree: reset mas->index and mas->last on write retriesSidhartha Kumar2024-09-021-4/+12
| * | | | | | | | | lib: test_hmm: use min() to improve dmirror_exclusive()Thorsten Blum2024-09-021-4/+1
| * | | | | | | | | mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich2024-09-021-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
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib/string_helpers: rework overflow-dependent codeJustin Stitt2024-08-151-0/+3
| * | | | | | | | | fortify: use if_changed_dep to record header dependency in *.cmd filesMasahiro Yamada2024-08-151-6/+6
| * | | | | | | | | fortify: move test_fortify.sh to lib/test_fortify/Masahiro Yamada2024-08-152-2/+68
| * | | | | | | | | fortify: refactor test_fortify Makefile to fix some build problemsMasahiro Yamada2024-08-154-39/+31
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-09-181-0/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kunit, slub: add test_kfree_rcu() and test_leak_destroy()Vlastimil Babka2024-08-271-0/+31
| | |_|/ / / / / / | |/| | | | | | |