summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-20mm/highmem: make nr_free_highpages() handles all highmem zones by itselfJoonsoo Kim
2016-05-20mm/page_alloc: correct highmem memory statisticsJoonsoo Kim
2016-05-20mm/writeback: correct dirty page calculation for highmemJoonsoo Kim
2016-05-20power: add zone range overlapping checkJoonsoo Kim
2016-05-20mm/page_owner: add zone range overlapping checkJoonsoo Kim
2016-05-20mm/vmstat: add zone range overlapping checkJoonsoo Kim
2016-05-20mm/memory_hotplug: add comment to some functions related to memory hotplugJoonsoo Kim
2016-05-20mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Joonsoo Kim
2016-05-20mm: uninline page_mapped()Andrew Morton
2016-05-20mm/highmem: simplify is_highmem()Chanho Min
2016-05-20mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka
2016-05-20mm, compaction: reduce spurious pcplist drainsVlastimil Babka
2016-05-20mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka
2016-05-20mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov
2016-05-20mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton
2016-05-20mm/hugetlb.c: use first_memory_nodeAndrew Morton
2016-05-20mm/page_alloc: Remove useless parameter of __free_pages_boot_coreLi Zhang
2016-05-20mm/memcontrol.c:mem_cgroup_select_victim_node(): clarify commentMichal Hocko
2016-05-20mm/mempolicy.c: vma_migratable() can return boolYaowei Bai
2016-05-20mm/vmalloc.c: is_vmalloc_addr() can return boolYaowei Bai
2016-05-20mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai
2016-05-20mm/hugetlb: is_vm_hugetlb_page() can return boolYaowei Bai
2016-05-20x86: mm: use hugetlb_bad_size()Vaishali Thakkar
2016-05-20tile: mm: use hugetlb_bad_size()Vaishali Thakkar
2016-05-20powerpc: mm: use hugetlb_bad_size()Vaishali Thakkar
2016-05-20metag: mm: use hugetlb_bad_size()Vaishali Thakkar
2016-05-20arm64: mm: use hugetlb_bad_size()Vaishali Thakkar
2016-05-20mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar
2016-05-20mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton
2016-05-20include/linux: apply __malloc attributeRasmus Villemoes
2016-05-20compiler.h: add support for malloc attributeRasmus Villemoes
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-05-20mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim
2016-05-20mm/slub.c: fix sysfs filename in commentLi Peng
2016-05-20mm: slab: remove ZONE_DMA_FLAGYang Shi
2016-05-20mm: SLAB freelist randomizationThomas Garnier
2016-05-20mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cach...Vladimir Davydov
2016-05-20mm/slab: lockless decision to grow cacheJoonsoo Kim
2016-05-20mm/slab: refill cpu cache through a new slab without holding a node lockJoonsoo Kim
2016-05-20mm/slab: separate cache_grow() to two partsJoonsoo Kim
2016-05-20mm/slab: make cache_grow() handle the page allocated on arbitrary nodeJoonsoo Kim
2016-05-20mm/slab: racy access/modify the slab colorJoonsoo Kim
2016-05-20mm/slab: don't keep free slabs if free_objects exceeds free_limitJoonsoo Kim
2016-05-20mm/slab: clean-up kmem_cache_node setupJoonsoo Kim
2016-05-20mm/slab: factor out kmem_cache_node initialization codeJoonsoo Kim
2016-05-20mm/slab: drain the free slab as much as possibleJoonsoo Kim
2016-05-20mm/slab: remove BAD_ALIEN_MAGIC againJoonsoo Kim
2016-05-20mm/slab: fix the theoretical race by holding proper lockJoonsoo Kim
2016-05-20kernel/padata.c: hide unused functionsArnd Bergmann