]> Git Repo - linux.git/history - mm
mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
[linux.git] / mm /
2022-09-27 Yu Zhaomm: x86, arm64: add arch_has_hw_pte_young()
2022-09-27 Yang Yangmm/page_io: count submission time as thrashing delay...
2022-09-27 Yang Yangdelayacct: support re-entrance detection of thrashing...
2022-09-27 Baolin Wangmm: migrate: do not retry 10 times for the subpages...
2022-09-27 Huang Yingmigrate_pages(): fix failure counting for retry
2022-09-27 Huang Yingmigrate_pages(): fix failure counting for THP splitting
2022-09-27 Huang Yingmigrate_pages(): fix failure counting for THP on -ENOSYS
2022-09-27 Huang Yingmigrate_pages(): fix failure counting for THP subpages...
2022-09-27 Huang Yingmigrate_pages(): fix THP failure counting for -ENOMEM
2022-09-27 Huang Yingmigrate_pages(): remove unnecessary list_safe_reset_next()
2022-09-27 Huang Yingmigrate: fix syscall move_pages() return value for...
2022-09-27 Yang Yangfilemap: make the accounting of thrashing more consistent
2022-09-27 Peter Xumm/swap: cache swap migration A/D bits support
2022-09-27 Peter Xumm/swap: cache maximum swapfile size when init swap
2022-09-27 Peter Xumm: remember young/dirty bit for page migrations
2022-09-27 Peter Xumm/thp: carry over dirty bit when thp splits on pmd
2022-09-27 Peter Xumm/swap: add swp_offset_pfn() to fetch PFN from swap...
2022-09-27 Miaohe Linmm, hwpoison: cleanup some obsolete comments
2022-09-27 Miaohe Linmm, hwpoison: check PageTable() explicitly in hwpoison_...
2022-09-27 Miaohe Linmm, hwpoison: avoid unneeded page_mapped_in_vma() overh...
2022-09-27 Miaohe Linmm, hwpoison: use num_poisoned_pages_sub() to decrease...
2022-09-27 Miaohe Linmm, hwpoison: use __PageMovable() to detect non-lru...
2022-09-27 Miaohe Linmm, hwpoison: use ClearPageHWPoison() in memory_failure()
2022-09-27 Yang Shimm: MADV_COLLAPSE: refetch vm_end after reacquiring...
2022-09-26 Andrew MortonMerge branch 'mm-hotfixes-stable' into mm-stable
2022-09-26 Zi Yanmm/page_isolation: fix isolate_single_pageblock() isola...
2022-09-26 Shuai Xuemm,hwpoison: check mm when killing accessing process
2022-09-26 Doug Bergermm/hugetlb: correct demote page offset logic
2022-09-26 Maurizio Lombardimm: prevent page_frag_alloc() from corrupting the memory
2022-09-26 Sergei Antonovmm: bring back update_mmu_cache() to finish_fault()
2022-09-26 Christoph Hellwigfrontswap: don't call ->init if no ops are registered
2022-09-26 Naoya Horiguchimm/huge_memory: use pfn_to_online_page() in split_huge_...
2022-09-26 Minchan Kimmm: fix madivse_pageout mishandling on non-LRU page
2022-09-26 Yang Shimm: gup: fix the fast GUP race against THP collapse
2022-09-12 David Hildenbrandmm: fix PageAnonExclusive clearing racing with concurre...
2022-09-12 Christophe JAILLETmm/mremap_pages: save a few cycles in get_dev_pagemap()
2022-09-12 Kefeng Wangmm: remove BUG_ON() in __isolate_free_page()
2022-09-12 Liu Shixinmm/kmemleak: make create_object return void
2022-09-12 Miaohe Linhugetlb: remove meaningless BUG_ON(huge_pte_none())
2022-09-12 Miaohe Linhugetlb: add comment for subtle SetHPageVmemmapOptimized()
2022-09-12 Miaohe Linhugetlb: kill hugetlbfs_pagecache_page()
2022-09-12 Miaohe Linhugetlb: pass NULL to kobj_to_hstate() if nid is unused
2022-09-12 Miaohe Linhugetlb: use helper {huge_pte|pmd}_lock()
2022-09-12 Miaohe Linhugetlb: use sizeof() to get the array size
2022-09-12 Miaohe Linhugetlb: use LIST_HEAD() to define a list head
2022-09-12 Miaohe Linhugetlb: Use helper macro SZ_1K
2022-09-12 Miaohe Linhugetlb: make hugetlb_cma_check() static
2022-09-12 Song Liumm/vmalloc: extend find_vmap_lowest_match_check with...
2022-09-12 Alistair Popplemm/migrate_device.c: fix a misleading and outdated...
2022-09-12 zezuomm/page_alloc.c: delete a redundant parameter of rmqueu...
2022-09-12 Kaixu Xiamm/damon: get the hotness from damon_hot_score() in...
2022-09-12 Kaixu Xiamm/damon/vaddr: remove comparison between mm and last_m...
2022-09-12 Kaixu Xiamm/damon: simplify the parameter passing for 'check_acc...
2022-09-12 Kefeng Wangmm: fix null-ptr-deref in kswapd_is_running()
2022-09-12 Kefeng Wangmm: kill is_memblock_offlined()
2022-09-12 Vishal Moola (Oracle)filemap: remove find_get_pages_contig()
2022-09-12 Vishal Moola (Oracle)filemap: add filemap_get_folios_contig()
2022-09-12 ye xingchenmm: backing-dev: Remove the unneeded result variable
2022-09-12 Li Zhepage_ext: introduce boot parameter 'early_page_ext'
2022-09-12 Shakeel Buttmm: page_counter: remove unneeded atomic ops for low/min
2022-09-12 David Heidelbergmm: remove EXPERIMENTAL flag for zswap
2022-09-12 Alistair Popplemm/gup.c: refactor check_and_migrate_movable_pages()
2022-09-12 Alistair Popplemm/gup.c: don't pass gup_flags to check_and_migrate_mov...
2022-09-12 Bui Quang Minhmm: skip retry when new limit is not below old one...
2022-09-12 Rolf Eike Beermm: pagewalk: add api documentation for walk_page_range...
2022-09-12 Yang Shimm: memcg: export workingset refault stats for cgroup v1
2022-09-12 Kassey Limm/page_owner.c: add llseek for page_owner
2022-09-12 Baolin Wangmm/damon: replace pmd_huge() with pmd_trans_huge()...
2022-09-12 Baolin Wangmm/damon: validate if the pmd entry is present before...
2022-09-12 Yin Fengweimm: release private data before split THP
2022-09-12 Qi Zhengmm: thp: remove redundant pgtable check in set_huge_zer...
2022-09-12 Kefeng Wangmm: memory-failure: kill __soft_offline_page()
2022-09-12 Kefeng Wangmm: memory-failure: kill soft_offline_free_page()
2022-09-12 Muchun Songmm: hugetlb_vmemmap: simplify reset_struct_pages()
2022-09-12 Miaohe Linmm, hwpoison: avoid trying to unpoison reserved page
2022-09-12 Miaohe Linmm, hwpoison: kill procs if unmap fails
2022-09-12 Miaohe Linmm, hwpoison: fix possible use-after-free in mf_dax_kil...
2022-09-12 Miaohe Linmm, hwpoison: fix extra put_page() in soft_offline_page()
2022-09-12 Miaohe Linmm, hwpoison: fix page refcnt leaking in unpoison_memory()
2022-09-12 Miaohe Linmm, hwpoison: fix page refcnt leaking in try_memory_fai...
2022-09-12 Charan Teja Kallamm: fix use-after free of page_ext after race with...
2022-09-12 Matthew Wilcoxmm/vmalloc.c: support HIGHMEM pages in vmap_pages_range...
2022-09-12 xupandamm: memcontrol: fix a typo in comment
2022-09-12 Kefeng Wangmm: kill find_min_pfn_with_active_regions()
2022-09-12 Alexey Romanovzsmalloc: zs_object_copy: replace email link to doc
2022-09-12 Miaohe Linmm/hugetlb: make detecting shared pte more reliable
2022-09-12 Miaohe Linmm/hugetlb: fix sysfs group leak in hugetlb_unregister_...
2022-09-12 Miaohe Linmm: hugetlb_vmemmap: add missing smp_wmb() before set_p...
2022-09-12 Miaohe Linmm/hugetlb: fix missing call to restore_reserve_on_error()
2022-09-12 Miaohe Linmm/hugetlb: fix WARN_ON(!kobj) in sysfs_create_group()
2022-09-12 Miaohe Linmm/hugetlb: fix incorrect update of max_huge_pages
2022-09-12 Huang Yingmemory tiering: rate limit NUMA migration throughput
2022-09-12 Huang Yingmemory tiering: hot page selection with hint page fault...
2022-09-12 Kefeng Wangmm/util.c: add warning if __vm_enough_memory fails
2022-09-12 Alistair Popplemm/gup.c: simplify and fix check_and_migrate_movable_pa...
2022-09-12 Miaohe Linhugetlb_cgroup: use helper for_each_hstate and hstate_index
2022-09-12 Miaohe Linhugetlb_cgroup: use helper macro NUMA_NO_NODE
2022-09-12 Miaohe Linhugetlb_cgroup: hugetlbfs: use helper macro SZ_1{K...
2022-09-12 Miaohe Linhugetlb_cgroup: remove unneeded nr_pages > 0 check
2022-09-12 Imran Khankfence: add sysfs interface to disable kfence for selec...
next
This page took 0.112426 seconds and 7 git commands to generate.