summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* mm/pgtable: notes on pte_offset_map[_lock]()Hugh Dickins2023-08-181-0/+44
* mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()Hugh Dickins2023-08-181-110/+15
* mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()Hugh Dickins2023-08-181-94/+76
* mm/khugepaged: retract_page_tables() without mmap or vma lockHugh Dickins2023-08-181-103/+69
* mm/pgtable: add pte_free_defer() for pgtable as pageHugh Dickins2023-08-181-0/+20
* mm/pgtable: add PAE safety to __pte_offset_map()Hugh Dickins2023-08-181-0/+29
* mm/pgtable: add rcu_read_lock() and rcu_read_unlock()sHugh Dickins2023-08-181-2/+2
* mm/memory: pass folio into do_page_mkwrite()Sidhartha Kumar2023-08-181-4/+3
* mm: memory-failure: fix race window when trying to get hugetlb folioMiaohe Lin2023-08-181-4/+16
* mm: memory-failure: fetch compound head after extra page refcnt is heldMiaohe Lin2023-08-181-2/+1
* mm: memory-failure: minor cleanup for comments and codestyleMiaohe Lin2023-08-181-6/+6
* mm: memory-failure: remove unneeded header filesMiaohe Lin2023-08-181-3/+0
* mm: memory-failure: use local variable huge to check hugetlb pageMiaohe Lin2023-08-181-2/+2
* mm: memory-failure: don't account hwpoison_filter() filtered pagesMiaohe Lin2023-08-181-1/+2
* mm: memory-failure: ensure moving HWPoison flag to the raw error pagesMiaohe Lin2023-08-181-0/+2
* mm: memory-failure: remove unneeded PageHuge() checkMiaohe Lin2023-08-181-3/+0
* mm/memory_hotplug: document the signal_pending() check in offline_pages()David Hildenbrand2023-08-181-0/+5
* mm/mm_init.c: mark check_for_memory() as __initHaifeng Xu2023-08-181-1/+1
* zsmalloc: remove obj_tagged()Sergey Senozhatsky2023-08-181-22/+7
* mm: userfaultfd: support UFFDIO_POISON for hugetlbfsAxel Rasmussen2023-08-182-2/+20
* mm: userfaultfd: add new UFFDIO_POISON ioctl: fixHugh Dickins2023-08-181-0/+4
* mm: userfaultfd: add new UFFDIO_POISON ioctlAxel Rasmussen2023-08-181-1/+47
* mm: userfaultfd: extract file size check out into a helperAxel Rasmussen2023-08-181-18/+20
* mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen2023-08-186-23/+36
* mm/memcg: minor cleanup for MEM_CGROUP_ID_MAXMiaohe Lin2023-08-181-0/+1
* mm/memory: convert do_read_fault() to use foliosSidhartha Kumar2023-08-181-2/+4
* mm/memory: convert do_shared_fault() to foliosSidhartha Kumar2023-08-181-4/+7
* mm/memory: convert wp_page_shared() to use foliosSidhartha Kumar2023-08-181-11/+11
* mm/memory: convert do_page_mkwrite() to use foliosSidhartha Kumar2023-08-181-5/+5
* mm: hugetlb_vmemmap: fix a race between vmemmap pmd splitMuchun Song2023-08-181-20/+14
* mm/sparse: remove redundant judgments from macro for_each_present_section_nrliuq2023-08-181-2/+1
* mm: compaction: skip the memory hole rapidly when isolating free pagesBaolin Wang2023-08-181-1/+33
* mm: compaction: use the correct type of list for free pagesBaolin Wang2023-08-181-2/+2
* mm: fix some kernel-doc commentsYang Li2023-08-181-1/+2
* mm: correct stale comment of function check_pteKemeng Shi2023-08-181-5/+7
* mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-1/+4
* mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells2023-08-188-19/+22
* rmap: pass the folio to __page_check_anon_rmap()Matthew Wilcox (Oracle)2023-08-181-4/+4
* mm: cma: print cma name as well in cma_alloc debugPintu Kumar2023-08-181-2/+2
* memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin2023-08-181-3/+3
* mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu2023-08-181-24/+33
* memcg: drop kmem.limit_in_bytesMichal Hocko2023-08-181-10/+0
* mm: page_alloc: avoid false page outside zone error infoMiaohe Lin2023-08-181-3/+2
* ksm: consider KSM-placed zeropages when calculating KSM profitxu xin2023-08-181-2/+2
* ksm: add ksm zero pages for each processxu xin2023-08-183-3/+4
* ksm: count all zero pages placed by KSMxu xin2023-08-183-1/+18
* ksm: support unsharing KSM-placed zero pagesxu xin2023-08-181-3/+8
* mm/migrate_device: try to handle swapcache pagesMika Penttilä2023-08-181-6/+15
* mm/page_alloc: use write_seqlock_irqsave() instead write_seqlock() + local_ir...Sebastian Andrzej Siewior2023-08-181-9/+6
* zsmalloc: remove zs_compact_controlMinchan Kim2023-08-181-28/+9