summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov
2012-12-11mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes
2012-12-11mm: show migration types in show_memRabin Vincent
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar
2012-12-11mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar
2012-12-11mm: migrate: Account a transhuge page properly when rate limitingMel Gorman
2012-12-11mm: numa: Account for failed allocations and isolations as migration failuresMel Gorman
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case buil...Mel Gorman
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman
2012-12-11mm: numa: Use a two-stage filter to restrict pages being migrated for unlikel...Mel Gorman
2012-12-11mm: numa: migrate: Set last_nid on newly allocated pageHillf Danton
2012-12-11mm: numa: split_huge_page: Transfer last_nid on tail pageHillf Danton
2012-12-11mm: numa: Introduce last_nid to the page frameMel Gorman
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman
2012-12-11mm: numa: Rate limit the amount of memory that is migrated between nodesMel Gorman
2012-12-11mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingAndrea Arcangeli
2012-12-11mm: numa: Migrate pages handled during a pmd_numa hinting faultMel Gorman
2012-12-11mm: numa: Migrate on reference policyMel Gorman
2012-12-11mm: numa: Add pte updates, hinting and migration statsMel Gorman
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra
2012-12-11mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for nowMel Gorman
2012-12-11mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman
2012-12-11mm: mempolicy: Add MPOL_MF_LAZYLee Schermerhorn
2012-12-11mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman
2012-12-11mm: migrate: Drop the misplaced pages reference count if the target node is fullMel Gorman
2012-12-11mm: migrate: Introduce migrate_misplaced_page()Peter Zijlstra
2012-12-11mm: mempolicy: Check for misplaced pageLee Schermerhorn
2012-12-11mm: mempolicy: Add MPOL_NOOPLee Schermerhorn
2012-12-11mm: mempolicy: Make MPOL_LOCAL a real policyPeter Zijlstra
2012-12-11mm: numa: Create basic numa page hinting infrastructureMel Gorman
2012-12-11mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pteAndrea Arcangeli
2012-12-11mm: numa: Support NUMA hinting page faults from gup/gup_fastAndrea Arcangeli
2012-12-11mm: compaction: Add scanned and isolated counters for compactionMel Gorman
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman
2012-12-11mm: compaction: Move migration fail/success stats to migrate.cMel Gorman
2012-12-11mm: Optimize the TLB flush of sys_mprotect() and change_protection() usersIngo Molnar
2012-12-11mm: Count the number of pages affected in change_protection()Peter Zijlstra
2012-12-11mm: Check if PTE is already allocated during page faultMel Gorman
2012-12-11mm: Only flush the TLB when clearing an accessible pteRik van Riel
2012-12-11mm,generic: only flush the local TLB in ptep_set_access_flagsRik van Riel
2012-12-11mm/sl[aou]b: Common alignment codeChristoph Lameter
2012-12-11slab: Use the new create_boot_cache function to simplify bootstrapChristoph Lameter
2012-12-11slub: Use statically allocated kmem_cache boot structure for bootstrapChristoph Lameter
2012-12-11mm, sl[au]b: create common functions for boot slab creationChristoph Lameter
2012-12-11slab: Simplify bootstrapChristoph Lameter
2012-12-11slub: Use correct cpu_slab on dead cpuChristoph Lameter