summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-10mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang4-30/+29
2023-06-10mm: page_alloc: move init_on_alloc/free() into mm_init.cKefeng Wang2-5/+6
2023-06-10mm: page_alloc: move mirrored_kernelcore into mm_init.cKefeng Wang2-3/+2
2023-06-10mm/zsmalloc: get rid of PAGE_MASKAlexey Romanov1-6/+6
2023-06-10mm/secretmem: make it on by defaultMike Rapoport (IBM)1-1/+1
2023-06-10Revert "Revert "mm/compaction: fix set skip in fast_find_migrateblock""Mel Gorman1-1/+0
2023-06-10mm: compaction: update pageblock skip when first migration candidate is not a...Mel Gorman1-11/+12
2023-06-10mm: compaction: only force pageblock scan completion when skip hints are obeyedMel Gorman1-2/+3
2023-06-10mm: compaction: ensure rescanning only happens on partially scanned pageblocksMel Gorman1-2/+3
2023-06-10mm: pagemap: restrict pagewalk to the requested rangeYuanchu Xie1-6/+6
2023-06-10mm, oom: do not check 0 mask in out_of_memory()Haifeng Xu1-5/+3
2023-06-10mm: memory-failure: move sysctl register in memory_failure_init()Kefeng Wang1-9/+2
2023-06-10mm: memory_failure: move memory_failure_attr_group under MEMORY_FAILUREKefeng Wang1-5/+4
2023-06-10mm: hugetlb_vmemmap: provide stronger vmemmap allocation guaranteesPasha Tatashin1-6/+5
2023-06-10kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann12-165/+164
2023-06-10kasan: add kasan_tag_mismatch prototypeArnd Bergmann1-0/+3
2023-06-10migrate_pages_batch: simplify retrying and failure counting of large foliosHuang Ying1-76/+36
2023-06-10mm: memory_hotplug: fix format string in warningsRick Wertenbroek1-2/+2
2023-06-10filemap: remove page_endio()Pankaj Raghav2-32/+0
2023-06-10maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()Peng Zhang1-5/+6
2023-06-10mm/gup: add missing gup_must_unshare() check to gup_huge_pgd()Lorenzo Stoakes1-0/+5
2023-06-10dmapool: create/destroy cleanupKeith Busch1-6/+4
2023-06-10fs: hugetlbfs: set vma policy only when needed for allocating folioAckerley Tng1-4/+1
2023-06-10selftests: add selftests for cachestatNhat Pham5-0/+287
2023-06-10cachestat: wire up cachestat for other architecturesNhat Pham16-1/+17
2023-06-10cachestat: implement cachestat syscallNhat Pham8-1/+207
2023-06-10workingset: refactor LRU refault to expose refault recency checkNhat Pham2-48/+103
2023-06-10memcg, oom: remove explicit wakeup in mem_cgroup_oom_synchronize()Haifeng Xu1-8/+1
2023-06-10memcg, oom: remove unnecessary check in mem_cgroup_oom_synchronize()Haifeng Xu1-10/+3
2023-06-10cgroup: remove cgroup_rstat_flush_atomic()Yosry Ahmed2-22/+5
2023-06-10memcg: remove mem_cgroup_flush_stats_atomic()Yosry Ahmed2-24/+5
2023-06-10memcg: calculate root usage from global stateYosry Ahmed1-19/+5
2023-06-10memcg: flush stats non-atomically in mem_cgroup_wb_stats()Yosry Ahmed1-5/+1
2023-06-10writeback: move wb_over_bg_thresh() call outside lock sectionYosry Ahmed1-5/+11
2023-06-10mm/page_alloc: drop the unnecessary pfn_valid() for start pfnBaolin Wang1-1/+1
2023-06-10mm: compaction: optimize compact_memory to comply with the admin-guideWen Yang1-1/+11
2023-06-10memcg: dump memory.stat during cgroup OOM for v1Yosry Ahmed1-25/+35
2023-06-10memcg: use seq_buf_do_printk() with mem_cgroup_print_oom_meminfo()Yosry Ahmed1-13/+14
2023-06-10migrate_pages: avoid blocking for IO in MIGRATE_SYNC_LIGHTDouglas Anderson1-23/+26
2023-06-10mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->cachedRoman Gushchin1-6/+6
2023-06-10mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()Roman Gushchin1-9/+10
2023-05-28Linux 6.4-rc4v6.4-rc4Linus Torvalds1-1/+1
2023-05-28Merge tag 'x86-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2023-05-28Merge tag 'perf-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+12
2023-05-28Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+13
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-10/+50
2023-05-28Merge tag 'irq-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-31/+69
2023-05-28Merge tag 'mips-fixes_6.4_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-16/+26
2023-05-28Merge tag 'powerpc-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+6
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-12/+21