summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mm: numa: Rate limit the amount of memory that is migrated between nodesMel Gorman2012-12-111-1/+29
| * | | | | mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingAndrea Arcangeli2012-12-111-0/+5
| * | | | | mm: numa: Migrate pages handled during a pmd_numa hinting faultMel Gorman2012-12-112-22/+54
| * | | | | mm: numa: Migrate on reference policyMel Gorman2012-12-111-2/+36
| * | | | | mm: numa: Add pte updates, hinting and migration statsMel Gorman2012-12-115-1/+27
| * | | | | mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-112-2/+17
| * | | | | mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for nowMel Gorman2012-12-111-5/+4
| * | | | | mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman2012-12-113-142/+81
| * | | | | mm: mempolicy: Add MPOL_MF_LAZYLee Schermerhorn2012-12-111-15/+170
| * | | | | mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman2012-12-112-8/+55
| * | | | | mm: migrate: Drop the misplaced pages reference count if the target node is fullMel Gorman2012-12-111-7/+10
| * | | | | mm: migrate: Introduce migrate_misplaced_page()Peter Zijlstra2012-12-111-2/+106
| * | | | | mm: mempolicy: Check for misplaced pageLee Schermerhorn2012-12-111-0/+76
| * | | | | mm: mempolicy: Add MPOL_NOOPLee Schermerhorn2012-12-111-5/+6
| * | | | | mm: mempolicy: Make MPOL_LOCAL a real policyPeter Zijlstra2012-12-111-3/+6
| * | | | | mm: numa: Create basic numa page hinting infrastructureMel Gorman2012-12-112-3/+131
| * | | | | mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pteAndrea Arcangeli2012-12-111-0/+2
| * | | | | mm: numa: Support NUMA hinting page faults from gup/gup_fastAndrea Arcangeli2012-12-111-0/+17
| * | | | | mm: compaction: Add scanned and isolated counters for compactionMel Gorman2012-12-112-0/+11
| * | | | | mm: migrate: Add a tracepoint for migrate_pagesMel Gorman2012-12-116-8/+20
| * | | | | mm: compaction: Move migration fail/success stats to migrate.cMel Gorman2012-12-113-7/+10
| * | | | | mm: Optimize the TLB flush of sys_mprotect() and change_protection() usersIngo Molnar2012-12-111-1/+3
| * | | | | mm: Count the number of pages affected in change_protection()Peter Zijlstra2012-12-112-16/+52
| * | | | | mm: Check if PTE is already allocated during page faultMel Gorman2012-12-112-2/+4
| * | | | | mm: Only flush the TLB when clearing an accessible pteRik van Riel2012-12-111-1/+2
| * | | | | mm,generic: only flush the local TLB in ptep_set_access_flagsRik van Riel2012-12-111-3/+3
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-1322-282/+818
|\ \ \ \ \ \
| * | | | | | mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()Lin Feng2012-12-121-6/+0
| * | | | | | mm/memory.c: remove unused code from do_wp_page()Dominik Dingel2012-12-121-6/+1
| * | | | | | asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov2012-12-121-7/+0
| * | | | | | mm/hugetlb.c: fix warning on freeing hwpoisoned hugepageNaoya Horiguchi2012-12-121-1/+7
| * | | | | | hwpoison, hugetlbfs: fix RSS-counter warningNaoya Horiguchi2012-12-121-5/+7
| * | | | | | hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepageNaoya Horiguchi2012-12-121-1/+3
| * | | | | | mm: protect against concurrent vma expansionMichel Lespinasse2012-12-121-0/+28
| * | | | | | memcg: do not check for mm in __mem_cgroup_count_vm_eventMichal Hocko2012-12-121-3/+0
| * | | | | | tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)Hugh Dickins2012-12-121-1/+91
| * | | | | | mm: provide more accurate estimation of pages occupied by memmapJiang Liu2012-12-121-2/+24
| * | | | | | mm: introduce new field "managed_pages" to struct zoneJiang Liu2012-12-125-16/+87
| * | | | | | mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes2012-12-121-1/+0
| * | | | | | mm, oom: cleanup pagefault oom handlerDavid Rientjes2012-12-121-42/+7
| * | | | | | memory_hotplug: allow online/offline memory to result movable nodeLai Jiangshan2012-12-121-0/+16
| * | | | | | numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan2012-12-122-0/+11
| * | | | | | mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes2012-12-121-2/+4
| * | | | | | mm: WARN_ON_ONCE if f_op->mmap() change vma's start addressJoonsoo Kim2012-12-121-0/+4
| * | | | | | hotplug: update nodemasks managementLai Jiangshan2012-12-121-15/+72
| * | | | | | page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan2012-12-121-18/+22
| * | | | | | vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-2/+2
| * | | | | | vmstat: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-2/+2
| * | | | | | hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-12/+12
| * | | | | | mempolicy: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-6/+6
OpenPOWER on IntegriCloud