Age | Commit message (Expand) | Author |
2020-08-12 | mm: mmu_notifier: fix and extend kerneldoc | Krzysztof Kozlowski |
2020-08-12 | cma: don't quit at first error when activating reserved areas | Mike Kravetz |
2020-08-12 | mm: hugetlb: fix the name of hugetlb CMA | Barry Song |
2020-08-12 | mm: cma: fix the name of CMA areas | Barry Song |
2020-08-12 | mm/cma.c: fix NULL pointer dereference when cma could not be activated | Jianqun Xu |
2020-08-12 | mm/vmstat: add events for THP migration without split | Anshuman Khandual |
2020-08-12 | mm: thp: remove debug_cow switch | Yang Shi |
2020-08-12 | mm/migrate: optimize migrate_vma_setup() for holes | Ralph Campbell |
2020-08-12 | hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem | Mike Kravetz |
2020-08-12 | mm, oom: show process exiting information in __oom_kill_process() | Yafang Shao |
2020-08-12 | mm, oom: make the calculation of oom badness more accurate | Yafang Shao |
2020-08-12 | mm/mempolicy.c: check parameters first in kernel_get_mempolicy | Wenchao Hao |
2020-08-12 | mm: mempolicy: fix kerneldoc of numa_map_to_online_node() | Krzysztof Kozlowski |
2020-08-12 | mm/compaction: correct the comments of compact_defer_shift | Alex Shi |
2020-08-12 | mm: use unsigned types for fragmentation score | Nitin Gupta |
2020-08-12 | mm: fix compile error due to COMPACTION_HPAGE_ORDER | Nitin Gupta |
2020-08-12 | mm: proactive compaction | Nitin Gupta |
2020-08-12 | mm/vmscan: restore active/inactive ratio for anonymous LRU | Joonsoo Kim |
2020-08-12 | mm/swap: implement workingset detection for anonymous LRU | Joonsoo Kim |
2020-08-12 | mm/swapcache: support to handle the shadow entries | Joonsoo Kim |
2020-08-12 | mm/workingset: prepare the workingset detection infrastructure for anon LRU | Joonsoo Kim |
2020-08-12 | mm/vmscan: protect the workingset on anonymous LRU | Joonsoo Kim |
2020-08-12 | mm/vmscan: make active/inactive ratio as 1:1 for anon lru | Joonsoo Kim |
2020-08-12 | mm/hugetlb: add mempolicy check in the reservation routine | Muchun Song |
2020-08-12 | mm: memcg: charge memcg percpu memory to the parent cgroup | Roman Gushchin |
2020-08-12 | mm: memcg/percpu: per-memcg percpu memory statistics | Roman Gushchin |
2020-08-12 | mm: memcg/percpu: account percpu memory to memory cgroups | Roman Gushchin |
2020-08-12 | percpu: return number of released bytes from pcpu_free_area() | Roman Gushchin |
2020-08-09 | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-08-07 | mm: vmscan: consistent update to pgrefill | Shakeel Butt |
2020-08-07 | mm/vmscan.c: fix typo | dylan-meiners |
2020-08-07 | khugepaged: khugepaged_test_exit() check mmget_still_valid() | Hugh Dickins |
2020-08-07 | khugepaged: retract_page_tables() remember to test exit | Hugh Dickins |
2020-08-07 | khugepaged: collapse_pte_mapped_thp() protect the pmd lock | Hugh Dickins |
2020-08-07 | khugepaged: collapse_pte_mapped_thp() flush the right range | Hugh Dickins |
2020-08-07 | mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possible | Peter Xu |
2020-08-07 | mm: thp: replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-08-07 | mm/page_alloc: fix memalloc_nocma_{save/restore} APIs | Joonsoo Kim |
2020-08-07 | mm/page_alloc.c: skip setting nodemask when we are in interrupt | Muchun Song |
2020-08-07 | mm/page_alloc: fallbacks at most has 3 elements | Wei Yang |
2020-08-07 | mm/page_alloc: silence a KASAN false positive | Qian Cai |
2020-08-07 | mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_m... | Wei Yang |
2020-08-07 | mm/page_alloc.c: simplify pageblock bitmap access | Wei Yang |
2020-08-07 | mm/page_alloc.c: extract the common part in pfn_to_bitidx() | Wei Yang |
2020-08-07 | mm/shuffle: remove dynamic reconfiguration | David Hildenbrand |
2020-08-07 | mm/memory_hotplug: document why shuffle_zone() is relevant | David Hildenbrand |
2020-08-07 | mm/page_alloc: remove nr_free_pagecache_pages() | David Hildenbrand |
2020-08-07 | mm: remove vm_total_pages | David Hildenbrand |
2020-08-07 | mm, page_alloc: skip ->waternark_boost for atomic order-0 allocations | Charan Teja Reddy |