summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | lib/buildid: implement sleepable build_id_parse() APIAndrii Nakryiko2024-09-111-19/+35
| * | | | | | | | | | lib/buildid: rename build_id_parse() into build_id_parse_nofault()Andrii Nakryiko2024-09-111-3/+22
| * | | | | | | | | | lib/buildid: remove single-page limit for PHDR searchAndrii Nakryiko2024-09-111-6/+8
| * | | | | | | | | | lib/buildid: take into account e_phoff when fetching program headersAndrii Nakryiko2024-09-111-19/+16
| * | | | | | | | | | lib/buildid: add single folio-based file reader abstractionAndrii Nakryiko2024-09-111-53/+210
| * | | | | | | | | | lib/buildid: harden build ID parsing logicAndrii Nakryiko2024-09-111-32/+44
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-2129-163/+477
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | list: test: increase coverage of list_test_list_replace*()I Hsin Cheng2024-09-171-0/+4
| * | | | | | | | | | list: test: fix tests for list_cut_position()I Hsin Cheng2024-09-171-0/+6
| * | | | | | | | | | lib: glob.c: added null check for character classAlok Swaminathan2024-09-091-0/+2
| * | | | | | | | | | lib: fix the NULL vs IS_ERR() bug for debugfs_create_dir()Yang Ruibin2024-09-011-1/+1
| * | | | | | | | | | dimlib: use *-y instead of *-objs in MakefileAndy Shevchenko2024-09-011-1/+1
| * | | | | | | | | | lib/percpu_counter: add missing __percpu qualifier to a castUros Bizjak2024-09-011-1/+1
| * | | | | | | | | | lib/bcd: optimize _bin2bcd() for improved performanceKuan-Wei Chiu2024-09-011-1/+3
| * | | | | | | | | | fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula2024-09-011-0/+1
| * | | | | | | | | | lib/rhashtable: cleanup fallback check in bucket_table_alloc()Davidlohr Bueso2024-09-011-1/+1
| * | | | | | | | | | lockdep: upper limit LOCKDEP_CHAINS_BITSJ. R. Okajima2024-09-011-1/+1
| * | | | | | | | | | lib: checksum: use ARRAY_SIZE() to improve assert_setup_correct()Thorsten Blum2024-09-011-6/+3
| * | | | | | | | | | lib/lru_cache: fix spelling mistake "colision"->"collision"Deshan Zhang2024-09-011-5/+5
| * | | | | | | | | | closures: use seq_putc() in debug_show()Markus Elfring2024-09-011-1/+1
| * | | | | | | | | | dyndbg: use seq_putc() in ddebug_proc_show()Markus Elfring2024-09-011-2/+2
| * | | | | | | | | | 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