summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-05nilfs2: convert metadata aops from writepage to writepagesMatthew Wilcox (Oracle)
2024-11-05nilfs2: convert nilfs_recovery_copy_block() to take a folioMatthew Wilcox (Oracle)
2024-11-05nilfs2: convert nilfs_page_count_clean_buffers() to take a folioMatthew Wilcox (Oracle)
2024-11-05nilfs2: remove nilfs_writepageMatthew Wilcox (Oracle)
2024-11-05nilfs2: convert checkpoint file to be folio-basedRyusuke Konishi
2024-11-05nilfs2: remove nilfs_palloc_block_get_entry()Ryusuke Konishi
2024-11-05nilfs2: convert DAT file to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert inode file to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert persistent object allocator to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert segment usage file to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert common metadata file code to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert segment buffer to be folio-basedRyusuke Konishi
2024-11-05MAINTAINERS: add entry for min heap library codeKuan-Wei Chiu
2024-11-05Documentation/core-api: add min heap API introductionKuan-Wei Chiu
2024-11-05bcachefs: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05bcachefs: clean up duplicate min_heap_callbacks declarationsKuan-Wei Chiu
2024-11-05bcache: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05dm vdo: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05perf/core: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05lib/test_min_heap: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05lib min_heap: avoid indirect function call by providing default swapKuan-Wei Chiu
2024-11-05lib min_heap: optimize min heap by prescaling counters for better performanceKuan-Wei Chiu
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu
2024-11-05percpu: cast percpu pointer in PERCPU_PTR() via unsigned longUros Bizjak
2024-11-05percpu: introduce PERCPU_PTR() macroUros Bizjak
2024-11-05percpu: merge VERIFY_PERCPU_PTR() into its only userUros Bizjak
2024-11-05perf tools: update expected diff for lib/list_sort.cKuan-Wei Chiu
2024-11-05tools/lib/list_sort: remove unnecessary header includesKuan-Wei Chiu
2024-11-05lib/list_sort: remove unnecessary header includesKuan-Wei Chiu
2024-11-05ipc: fix memleak if msg_init_ns failed in create_ipc_nsMa Wupeng
2024-11-05scripts/spelling.txt: add typo "exprienced" and "rewritting"WangYuli
2024-11-05perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macrosUros Bizjak
2024-11-05scripts/decode_stacktrace.sh: remove trailing spaceBreno Leitao
2024-11-05lib/Makefile: make union-find compilation conditional on CONFIG_CPUSETSKuan-Wei Chiu
2024-11-05tools: fix -Wunused-result in linux.cShuah Khan
2024-11-05lib/crc16_kunit.c: add KUnit tests for crc16Vinicius Peixoto
2024-11-05scatterlist: fix a typoSui Jingfeng
2024-11-05reboot: move reboot_notifier_list to kernel/reboot.cThomas Weißschuh
2024-11-05resource: correct reallocate_resource() documentationIlpo Järvinen
2024-11-05list: test: check the size of every lists for list_cut_position*()I Hsin Cheng
2024-11-05lib/Kconfig.debug: move int_pow test option to runtime testing sectionKuan-Wei Chiu
2024-11-05drm: replace strcpy() with strscpy()Yafang Shao
2024-11-05mm/util: deduplicate code in {kstrdup,kstrndup,kmemdup_nul}Yafang Shao
2024-11-05mm/util: fix possible race condition in kstrdup()Yafang Shao
2024-11-05bpftool: ensure task comm is always NUL-terminatedYafang Shao
2024-11-05security: replace memcpy() with get_task_comm()Yafang Shao
2024-11-05auditsc: replace memcpy() with strscpy()Yafang Shao
2024-11-05get rid of __get_task_comm()Yafang Shao
2024-11-05ipc/msg: replace one-element array with flexible array memberThorsten Blum
2024-11-05scripts/spelling.txt: add more spellings correctionsYu Jiaoliang