summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2015-02-12slub: make dead caches discard free slabs immediatelyVladimir Davydov
2015-02-12slub: fix kmem_cache_shrink return valueVladimir Davydov
2015-02-12slub: never fail to shrink cacheVladimir Davydov
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov
2015-02-12slab: use css id for naming per memcg cachesVladimir Davydov
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov
2015-02-12list_lru: get rid of ->active_nodesVladimir Davydov
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov
2015-02-12memcg: rename some cache id related variablesVladimir Davydov
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov
2015-02-12mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman
2015-02-12mm: numa: add paranoid check around pte_protnone_numaMel Gorman
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-11mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-02-11mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-02-11vmstat: Reduce time interval to stat update on idle cpuChristoph Lameter
2015-02-11mm/page_owner.c: remove unnecessary stack_trace fieldSergei Rogachev
2015-02-11mm: incorporate read-only pages into transparent huge pagesEbru Akagunduz
2015-02-11vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko
2015-02-11mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka
2015-02-11mm: always steal split buddies in fallback allocationsVlastimil Babka
2015-02-11mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka
2015-02-11mincore: apply page table walker on do_mincore()Naoya Horiguchi
2015-02-11mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi
2015-02-11mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi
2015-02-11memcg: cleanup preparation for page table walkNaoya Horiguchi
2015-02-11pagewalk: add walk_page_vma()Naoya Horiguchi
2015-02-11pagewalk: improve vma handlingNaoya Horiguchi
2015-02-11mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli
2015-02-11mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli
2015-02-11mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli
2015-02-11mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka
2015-02-11mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V
2015-02-11mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim
2015-02-11mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim
2015-02-11mm/compaction: print current range where compaction workJoonsoo Kim
2015-02-11mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov