summaryrefslogtreecommitdiffstats
path: root/security (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-13mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim1-1/+1
2015-02-13slub: make dead caches discard free slabs immediatelyVladimir Davydov5-11/+43
2015-02-13slub: fix kmem_cache_shrink return valueVladimir Davydov1-1/+5
2015-02-13slub: never fail to shrink cacheVladimir Davydov1-27/+31
2015-02-13memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov3-9/+79
2015-02-13list_lru: add helpers to isolate itemsVladimir Davydov8-26/+50
2015-02-13memcg: free memcg_caches slot on css offlineVladimir Davydov3-22/+65
2015-02-13slab: use css id for naming per memcg cachesVladimir Davydov1-3/+3
2015-02-13cgroup: release css->id after css_freeVladimir Davydov1-3/+7
2015-02-13slab: link memcg caches of the same kind into a listVladimir Davydov5-33/+41
2015-02-13slab: embed memcg_cache_params to kmem_cacheVladimir Davydov7-103/+111
2015-02-13fs: shrinker: always scan at least one object of each typeVladimir Davydov1-3/+6
2015-02-13fs: make shrinker memcg awareVladimir Davydov1-3/+3
2015-02-13list_lru: introduce per-memcg listsVladimir Davydov4-36/+424
2015-02-13list_lru: organize all list_lrus to listVladimir Davydov3-0/+45
2015-02-13list_lru: get rid of ->active_nodesVladimir Davydov2-10/+5
2015-02-13memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov3-17/+33
2015-02-13memcg: rename some cache id related variablesVladimir Davydov3-14/+13
2015-02-13vmscan: per memory cgroup slab shrinkersVladimir Davydov7-50/+80
2015-02-13fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov3-12/+13
2015-02-13list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov9-43/+51
2015-02-13mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman2-6/+12
2015-02-13mm: numa: add paranoid check around pte_protnone_numaMel Gorman2-0/+6
2015-02-13x86: mm: restore original pte_special checkMel Gorman1-7/+1
2015-02-13mm: numa: do not trap faults on the huge zero pageMel Gorman4-4/+27
2015-02-13mm: remove remaining references to NUMA hinting bits and helpersMel Gorman8-283/+7
2015-02-13mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman8-38/+21
2015-02-13ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman2-13/+15
2015-02-13mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman11-57/+40
2015-02-13mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman3-0/+52
2015-02-13mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman3-11/+2
2015-02-12mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-12mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-12vmstat: Reduce time interval to stat update on idle cpuChristoph Lameter1-2/+2
2015-02-12mm/page_owner.c: remove unnecessary stack_trace fieldSergei Rogachev2-13/+15
2015-02-12Documentation/filesystems/proc.txt: describe /proc/<pid>/map_filesCyrill Gorcunov1-0/+23
2015-02-12mm: incorporate read-only pages into transparent huge pagesEbru Akagunduz1-13/+42
2015-02-12vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko1-1/+1
2015-02-12mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka1-4/+14
2015-02-12mm: always steal split buddies in fallback allocationsVlastimil Babka1-33/+29
2015-02-12mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2-10/+9
2015-02-12mincore: apply page table walker on do_mincore()Naoya Horiguchi2-126/+60
2015-02-12mm: /proc/pid/clear_refs: avoid split_huge_page()Kirill A. Shutemov1-3/+44
2015-02-12mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi3-8/+19
2015-02-12mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi1-136/+92
2015-02-12arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()Naoya Horiguchi1-4/+2
2015-02-12memcg: cleanup preparation for page table walkNaoya Horiguchi1-33/+16
2015-02-12numa_maps: remove numa_maps->vmaNaoya Horiguchi1-16/+13
2015-02-12numa_maps: fix typo in gather_hugetbl_statsNaoya Horiguchi1-3/+3
2015-02-12pagemap: use walk->vma instead of calling find_vma()Naoya Horiguchi1-54/+14