| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) | 2020-08-15 | 17 | -52/+50 |
* | mm: add thp_size | Matthew Wilcox (Oracle) | 2020-08-15 | 3 | -4/+4 |
* | mm: store compound_nr as well as compound_order | Matthew Wilcox (Oracle) | 2020-08-15 | 1 | -2/+3 |
* | Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp... | Baoquan He | 2020-08-15 | 1 | -6/+6 |
* | mm: memcontrol: fix warning when allocating the root cgroup | Johannes Weiner | 2020-08-13 | 1 | -6/+0 |
* | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 2020-08-12 | 3 | -61/+44 |
* | mm: clean up the last pieces of page fault accountings | Peter Xu | 2020-08-12 | 2 | -20/+10 |
* | mm: do page fault accounting in handle_mm_fault | Peter Xu | 2020-08-12 | 4 | -5/+69 |
* | mm/gup: use a standard migration target allocation callback | Joonsoo Kim | 2020-08-12 | 1 | -48/+6 |
* | mm/hugetlb: make hugetlb migration callback CMA aware | Joonsoo Kim | 2020-08-12 | 2 | -7/+10 |
* | mm/gup: restrict CMA region by using allocation scope API | Joonsoo Kim | 2020-08-12 | 1 | -9/+8 |
* | mm/page_alloc: remove a wrapper for alloc_migration_target() | Joonsoo Kim | 2020-08-12 | 2 | -12/+6 |
* | mm/mempolicy: use a standard migration target allocation callback | Joonsoo Kim | 2020-08-12 | 3 | -28/+12 |
* | mm/migrate: introduce a standard migration target allocation function | Joonsoo Kim | 2020-08-12 | 5 | -18/+41 |
* | mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit... | Joonsoo Kim | 2020-08-12 | 1 | -0/+5 |
* | mm/hugetlb: unify migration callbacks | Joonsoo Kim | 2020-08-12 | 3 | -41/+15 |
* | mm/migrate: move migration helper from .h to .c | Joonsoo Kim | 2020-08-12 | 1 | -0/+29 |
* | mm/page_isolation: prefer the node of the source page | Joonsoo Kim | 2020-08-12 | 1 | -1/+3 |
* | uaccess: add force_uaccess_{begin,end} helpers | Christoph Hellwig | 2020-08-12 | 1 | -12/+10 |
* | mm/zsmalloc.c: fix duplicated words | Randy Dunlap | 2020-08-12 | 1 | -1/+1 |
* | mm/zpool.c: delete duplicated word and fix grammar | Randy Dunlap | 2020-08-12 | 1 | -4/+4 |
* | mm/vmscan.c: delete or fix duplicated words | Randy Dunlap | 2020-08-12 | 1 | -2/+2 |
* | mm/usercopy.c: delete duplicated word | Randy Dunlap | 2020-08-12 | 1 | -1/+1 |
* | mm/slab_common.c: delete duplicated word | Randy Dunlap | 2020-08-12 | 1 | -1/+1 |
* | mm/shmem.c: delete duplicated word | Randy Dunlap | 2020-08-12 | 1 | -1/+1 |
* | mm/page_alloc.c: delete or fix duplicated words | Randy Dunlap | 2020-08-12 | 1 | -3/+3 |
* | mm/nommu.c: delete duplicated words | Randy Dunlap | 2020-08-12 | 1 | -2/+2 |
* | mm/migrate.c: delete duplicated word | Randy Dunlap | 2020-08-12 | 1 | -1/+1 |
* | mm/memory.c: delete duplicated words | Randy Dunlap | 2020-08-12 | 1 | -2/+2 |
* | mm/memcontrol.c: delete duplicated words | Randy Dunlap | 2020-08-12 | 1 | -1/+1 |
* | mm/hugetlb.c: delete duplicated words | Randy Dunlap | 2020-08-12 | 1 | -2/+2 |
* | mm/hmm.c: delete duplicated word | Randy Dunlap | 2020-08-12 | 1 | -1/+1 |
* | mm/filemap.c: delete duplicated word | Randy Dunlap | 2020-08-12 | 1 | -1/+1 |
* | mm/compaction.c: delete duplicated word | Randy Dunlap | 2020-08-12 | 1 | -1/+1 |
* | mm, memory_hotplug: update pcp lists everytime onlining a memory block | Charan Teja Reddy | 2020-08-12 | 1 | -2/+1 |
* | mm/memory_hotplug: fix unpaired mem_hotplug_begin/done | Jia He | 2020-08-12 | 1 | -3/+2 |
* | mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid() | Jia He | 2020-08-12 | 1 | -0/+10 |
* | mm: mmu_notifier: fix and extend kerneldoc | Krzysztof Kozlowski | 2020-08-12 | 1 | -4/+5 |
* | cma: don't quit at first error when activating reserved areas | Mike Kravetz | 2020-08-12 | 1 | -14/+9 |
* | mm: hugetlb: fix the name of hugetlb CMA | Barry Song | 2020-08-12 | 1 | -1/+3 |
* | mm: cma: fix the name of CMA areas | Barry Song | 2020-08-12 | 2 | -9/+10 |
* | mm/cma.c: fix NULL pointer dereference when cma could not be activated | Jianqun Xu | 2020-08-12 | 1 | -1/+1 |
* | mm/vmstat: add events for THP migration without split | Anshuman Khandual | 2020-08-12 | 2 | -8/+47 |
* | mm: thp: remove debug_cow switch | Yang Shi | 2020-08-12 | 1 | -21/+0 |
* | mm/migrate: optimize migrate_vma_setup() for holes | Ralph Campbell | 2020-08-12 | 1 | -2/+14 |
* | hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem | Mike Kravetz | 2020-08-12 | 2 | -9/+8 |
* | mm, oom: show process exiting information in __oom_kill_process() | Yafang Shao | 2020-08-12 | 1 | -0/+2 |
* | mm, oom: make the calculation of oom badness more accurate | Yafang Shao | 2020-08-12 | 1 | -12/+10 |
* | mm/mempolicy.c: check parameters first in kernel_get_mempolicy | Wenchao Hao | 2020-08-12 | 1 | -2/+2 |
* | mm: mempolicy: fix kerneldoc of numa_map_to_online_node() | Krzysztof Kozlowski | 2020-08-12 | 1 | -1/+1 |