summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-12-11userfaultfd: replace lru_cache functions with folio_add functionsVishal Moola (Oracle)
2022-12-11filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)
2022-12-11mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen
2022-12-11LoongArch: add sparse memory vmemmap supportFeiyang Chen
2022-12-11kmsan: allow using __msan_instrument_asm_store() inside runtimeAlexander Potapenko
2022-12-11mm/fadvise: use LLONG_MAX instead of -1 for eofBrian Foster
2022-12-11filemap: skip write and wait if end offset precedes startBrian Foster
2022-12-11zsmalloc: implement writeback mechanism for zsmallocNhat Pham
2022-12-11zsmalloc: add zpool_ops field to zs_pool to store evict handlersNhat Pham
2022-12-11zsmalloc: add a LRU to zs_pool to keep track of zspages in LRU orderNhat Pham
2022-12-11zsmalloc: consolidate zs_pool's migrate_lock and size_class's locksNhat Pham
2022-12-11zpool: clean out dead codeJohannes Weiner
2022-12-11zswap: fix writeback lock ordering for zsmallocJohannes Weiner
2022-12-11mm/madvise: fix madvise_pageout for private file mappingsPavankumar Kondeti
2022-12-11mm/khugepaged: add tracepoint to collapse_file()Gautam Menghani
2022-12-11mm/gup: remove FOLL_MIGRATIONDavid Hildenbrand
2022-12-11mm/ksm: convert break_ksm() to use walk_page_range_vma()David Hildenbrand
2022-12-11mm/pagewalk: add walk_page_range_vma()David Hildenbrand
2022-12-11mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHAREDavid Hildenbrand
2022-12-11mm: remove VM_FAULT_WRITEDavid Hildenbrand
2022-12-11mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITEDavid Hildenbrand
2022-12-11mm/pagewalk: don't trigger test_walk() in walk_page_vma()David Hildenbrand
2022-12-09Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-12-09memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-09mm/gup: fix gup_pud_range() for daxJohn Starks
2022-12-09mmap: fix do_brk_flags() modifying obviously incorrect VMAsLiam Howlett
2022-12-09tmpfs: fix data loss from failed fallocateHugh Dickins
2022-12-09mm: do not BUG_ON missing brk mapping, because userspace can unmap itJason A. Donenfeld
2022-11-30mm/memory-failure.c: cleanup in unpoison_memoryMa Wupeng
2022-11-30mm/thp: re-apply mkdirty for small pages after splitPeter Xu
2022-11-30mm: vmscan: use sysfs_emit() to instead of scnprintf()Xu Panda
2022-11-30zswap: do not allocate from atomic poolSergey Senozhatsky
2022-11-30mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira
2022-11-30mm: add /sys/class/bdi/<bdi>/min_ratio_fine knobStefan Roesch
2022-11-30mm: add bdi_set_min_ratio_no_scale() functionStefan Roesch
2022-11-30mm: add /sys/class/bdi/<bdi>/max_ratio_fine knobStefan Roesch
2022-11-30mm: add bdi_set_max_ratio_no_scale() functionStefan Roesch
2022-11-30mm: add /sys/class/bdi/<bdi>/min_bytes knobStefan Roesch
2022-11-30mm: add bdi_set_min_bytes() functionStefan Roesch
2022-11-30mm: split off __bdi_set_min_ratio() functionStefan Roesch
2022-11-30mm: add bdi_get_min_bytes() functionStefan Roesch
2022-11-30mm: add knob /sys/class/bdi/<bdi>/max_bytesStefan Roesch
2022-11-30mm: add bdi_set_max_bytes() functionStefan Roesch
2022-11-30mm: split off __bdi_set_max_ratio() functionStefan Roesch
2022-11-30mm: add bdi_get_max_bytes() functionStefan Roesch
2022-11-30mm: use part per 1000000 for bdi ratiosStefan Roesch
2022-11-30mm: add knob /sys/class/bdi/<bdi>/strict_limitStefan Roesch
2022-11-30mm: add bdi_set_strict_limit() functionStefan Roesch
2022-11-30Revert "kmsan: unpoison @tlb in arch_tlb_gather_mmu()"Alexander Potapenko
2022-11-30folio-compat: remove try_to_release_page()Vishal Moola (Oracle)