summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, memory_hotplug: move movable_node to the hotplug properMichal Hocko2017-07-062-1/+6
* mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko2017-07-064-34/+0
* mm, memory_hotplug: drop artificial restriction on online/offlineMichal Hocko2017-07-061-58/+0
* mm: memcontrol: account slab stats per lruvecJohannes Weiner2017-07-063-27/+7
* mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner2017-07-064-22/+21
* mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner2017-07-061-8/+8
* mm: memcontrol: use the node-native slab memory countersJohannes Weiner2017-07-062-6/+6
* mm: vmstat: move slab statistics from zone to node countersJohannes Weiner2017-07-065-13/+12
* mm/zswap.c: delete an error message for a failed memory allocation in zswap_d...Markus Elfring2017-07-061-3/+2
* mm/zswap.c: improve a size determination in zswap_frontswap_init()Markus Elfring2017-07-061-1/+1
* mm/zswap.c: delete an error message for a failed memory allocation in zswap_p...Markus Elfring2017-07-061-3/+1
* mm/swapfile.c: sort swap entries before freeHuang Ying2017-07-061-0/+16
* mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov2017-07-063-0/+8
* mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-066-12/+38
* mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas2017-07-062-10/+90
* mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas2017-07-061-18/+25
* mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...Catalin Marinas2017-07-061-3/+3
* mm, mempolicy: don't check cpuset seqlock where it doesn't matterVlastimil Babka2017-07-061-16/+0
* mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka2017-07-061-84/+18
* mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka2017-07-064-37/+35
* mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()Vlastimil Babka2017-07-061-15/+7
* mm, page_alloc: fix more premature OOM due to race with cpuset updateVlastimil Babka2017-07-061-13/+38
* mm: rmap: use correct helper when poisoning hugepagesPunit Agrawal2017-07-061-2/+5
* mm/hugetlb: introduce set_huge_swap_pte_at() helperPunit Agrawal2017-07-061-3/+5
* mm/hugetlb: allow architectures to override huge_pte_clear()Punit Agrawal2017-07-061-1/+1
* mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-063-11/+18
* mm, gup: ensure real head page is ref-counted when using hugepagesPunit Agrawal2017-07-061-6/+6
* mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon2017-07-061-3/+0
* mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi2017-07-062-4/+0
* mm/page_alloc.c: mark bad_range() and meminit_pfn_in_nid() as __maybe_unusedMatthias Kaehlcke2017-07-061-6/+8
* mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V2017-07-061-5/+2
* mm: adaptive hash table scalingPavel Tatashin2017-07-061-0/+25
* mm: zero hash tables in allocatorPavel Tatashin2017-07-061-3/+9
* mm/follow_page_mask: add support for hugepage directory entryAneesh Kumar K.V2017-07-062-0/+41
* mm/follow_page_mask: add support for hugetlb pgd entriesAnshuman Khandual2017-07-062-0/+16
* mm/hugetlb: export hugetlb_entry_migration helperAneesh Kumar K.V2017-07-061-4/+4
* mm/follow_page_mask: split follow_page_mask to smaller functions.Aneesh Kumar K.V2017-07-061-57/+91
* mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_atAneesh Kumar K.V2017-07-061-10/+11
* mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD levelAnshuman Khandual2017-07-062-5/+26
* mm, memory_hotplug: remove unused cruft after memory hotplug reworkMichal Hocko2017-07-061-207/+0
* mm, memory_hotplug: fix the section mismatch warningMichal Hocko2017-07-061-1/+1
* mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-061-1/+1
* mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko2017-07-061-3/+24
* mm, memory_hotplug: fix MMOP_ONLINE_KEEP behaviorMichal Hocko2017-07-061-4/+5
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-062-81/+123
* mm, vmstat: skip reporting offline pages in pagetypeinfoMichal Hocko2017-07-061-3/+2
* mm: __first_valid_page skip over offline pagesMichal Hocko2017-07-061-8/+18
* mm, compaction: skip over holes in __reset_isolation_suitableMichal Hocko2017-07-061-3/+2
* mm: consider zone which is not fully populated to have holesMichal Hocko2017-07-063-2/+52
* mm, memory_hotplug: split up register_one_node()Michal Hocko2017-07-061-1/+16