Age | Commit message (Expand) | Author | Files | Lines |
2020-08-12 | mm/page_alloc: remove a wrapper for alloc_migration_target() | Joonsoo Kim | 2 | -12/+6 |
2020-08-12 | mm/mempolicy: use a standard migration target allocation callback | Joonsoo Kim | 3 | -28/+12 |
2020-08-12 | mm/migrate: introduce a standard migration target allocation function | Joonsoo Kim | 5 | -18/+41 |
2020-08-12 | mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit... | Joonsoo Kim | 1 | -0/+5 |
2020-08-12 | mm/hugetlb: unify migration callbacks | Joonsoo Kim | 3 | -41/+15 |
2020-08-12 | mm/migrate: move migration helper from .h to .c | Joonsoo Kim | 1 | -0/+29 |
2020-08-12 | mm/page_isolation: prefer the node of the source page | Joonsoo Kim | 1 | -1/+3 |
2020-08-12 | uaccess: add force_uaccess_{begin,end} helpers | Christoph Hellwig | 1 | -12/+10 |
2020-08-12 | mm/zsmalloc.c: fix duplicated words | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/zpool.c: delete duplicated word and fix grammar | Randy Dunlap | 1 | -4/+4 |
2020-08-12 | mm/vmscan.c: delete or fix duplicated words | Randy Dunlap | 1 | -2/+2 |
2020-08-12 | mm/usercopy.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/slab_common.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/shmem.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/page_alloc.c: delete or fix duplicated words | Randy Dunlap | 1 | -3/+3 |
2020-08-12 | mm/nommu.c: delete duplicated words | Randy Dunlap | 1 | -2/+2 |
2020-08-12 | mm/migrate.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/memory.c: delete duplicated words | Randy Dunlap | 1 | -2/+2 |
2020-08-12 | mm/memcontrol.c: delete duplicated words | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/hugetlb.c: delete duplicated words | Randy Dunlap | 1 | -2/+2 |
2020-08-12 | mm/hmm.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/filemap.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/compaction.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm, memory_hotplug: update pcp lists everytime onlining a memory block | Charan Teja Reddy | 1 | -2/+1 |
2020-08-12 | mm/memory_hotplug: fix unpaired mem_hotplug_begin/done | Jia He | 1 | -3/+2 |
2020-08-12 | mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid() | Jia He | 1 | -0/+10 |
2020-08-12 | mm: mmu_notifier: fix and extend kerneldoc | Krzysztof Kozlowski | 1 | -4/+5 |
2020-08-12 | cma: don't quit at first error when activating reserved areas | Mike Kravetz | 1 | -14/+9 |
2020-08-12 | mm: hugetlb: fix the name of hugetlb CMA | Barry Song | 1 | -1/+3 |
2020-08-12 | mm: cma: fix the name of CMA areas | Barry Song | 2 | -9/+10 |
2020-08-12 | mm/cma.c: fix NULL pointer dereference when cma could not be activated | Jianqun Xu | 1 | -1/+1 |
2020-08-12 | mm/vmstat: add events for THP migration without split | Anshuman Khandual | 2 | -8/+47 |
2020-08-12 | mm: thp: remove debug_cow switch | Yang Shi | 1 | -21/+0 |
2020-08-12 | mm/migrate: optimize migrate_vma_setup() for holes | Ralph Campbell | 1 | -2/+14 |
2020-08-12 | hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem | Mike Kravetz | 2 | -9/+8 |
2020-08-12 | mm, oom: show process exiting information in __oom_kill_process() | Yafang Shao | 1 | -0/+2 |
2020-08-12 | mm, oom: make the calculation of oom badness more accurate | Yafang Shao | 1 | -12/+10 |
2020-08-12 | mm/mempolicy.c: check parameters first in kernel_get_mempolicy | Wenchao Hao | 1 | -2/+2 |
2020-08-12 | mm: mempolicy: fix kerneldoc of numa_map_to_online_node() | Krzysztof Kozlowski | 1 | -1/+1 |
2020-08-12 | mm/compaction: correct the comments of compact_defer_shift | Alex Shi | 1 | -1/+1 |
2020-08-12 | mm: use unsigned types for fragmentation score | Nitin Gupta | 2 | -10/+10 |
2020-08-12 | mm: fix compile error due to COMPACTION_HPAGE_ORDER | Nitin Gupta | 1 | -1/+1 |
2020-08-12 | mm: proactive compaction | Nitin Gupta | 3 | -5/+197 |
2020-08-12 | mm/vmscan: restore active/inactive ratio for anonymous LRU | Joonsoo Kim | 1 | -1/+1 |
2020-08-12 | mm/swap: implement workingset detection for anonymous LRU | Joonsoo Kim | 4 | -19/+37 |
2020-08-12 | mm/swapcache: support to handle the shadow entries | Joonsoo Kim | 4 | -8/+56 |
2020-08-12 | mm/workingset: prepare the workingset detection infrastructure for anon LRU | Joonsoo Kim | 4 | -16/+32 |
2020-08-12 | mm/vmscan: protect the workingset on anonymous LRU | Joonsoo Kim | 8 | -19/+17 |
2020-08-12 | mm/vmscan: make active/inactive ratio as 1:1 for anon lru | Joonsoo Kim | 1 | -1/+1 |
2020-08-12 | mm/hugetlb: add mempolicy check in the reservation routine | Muchun Song | 2 | -5/+19 |