summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: add comment to some functions related to memory hotplugJoonsoo Kim2016-05-202-1/+3
* mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Joonsoo Kim2016-05-201-3/+6
* mm: uninline page_mapped()Andrew Morton2016-05-202-20/+24
* mm/highmem: simplify is_highmem()Chanho Min2016-05-201-4/+1Star
* mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka2016-05-201-9/+80
* mm, compaction: reduce spurious pcplist drainsVlastimil Babka2016-05-201-11/+9Star
* mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka2016-05-201-14/+19
* mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov2016-05-201-1/+1
* mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton2016-05-201-9/+11
* mm/hugetlb.c: use first_memory_nodeAndrew Morton2016-05-201-2/+2
* mm/page_alloc: Remove useless parameter of __free_pages_boot_coreLi Zhang2016-05-201-6/+5Star
* mm/memcontrol.c:mem_cgroup_select_victim_node(): clarify commentMichal Hocko2016-05-201-4/+3Star
* mm/mempolicy.c: vma_migratable() can return boolYaowei Bai2016-05-201-5/+5
* mm/vmalloc.c: is_vmalloc_addr() can return boolYaowei Bai2016-05-201-2/+2
* mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai2016-05-202-6/+6
* mm/hugetlb: is_vm_hugetlb_page() can return boolYaowei Bai2016-05-201-3/+3
* x86: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-201-0/+1
* tile: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-201-1/+6
* powerpc: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-201-2/+4
* metag: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-201-0/+1
* arm64: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-201-0/+1
* mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar2016-05-202-1/+14
* mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz2016-05-201-2/+4
* include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-2011-59/+54Star
* include/linux: apply __malloc attributeRasmus Villemoes2016-05-206-26/+27
* compiler.h: add support for malloc attributeRasmus Villemoes2016-05-202-0/+5
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-2017-54/+58
* mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-204-4/+4
* mm/slub.c: fix sysfs filename in commentLi Peng2016-05-201-5/+5
* mm: slab: remove ZONE_DMA_FLAGYang Shi2016-05-202-27/+1Star
* mm: SLAB freelist randomizationThomas Garnier2016-05-203-2/+178
* mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cach...Vladimir Davydov2016-05-201-1/+1
* mm/slab: lockless decision to grow cacheJoonsoo Kim2016-05-201-3/+18
* mm/slab: refill cpu cache through a new slab without holding a node lockJoonsoo Kim2016-05-201-32/+36
* mm/slab: separate cache_grow() to two partsJoonsoo Kim2016-05-201-22/+52
* mm/slab: make cache_grow() handle the page allocated on arbitrary nodeJoonsoo Kim2016-05-201-39/+21Star
* mm/slab: racy access/modify the slab colorJoonsoo Kim2016-05-201-13/+13
* mm/slab: don't keep free slabs if free_objects exceeds free_limitJoonsoo Kim2016-05-201-9/+14
* mm/slab: clean-up kmem_cache_node setupJoonsoo Kim2016-05-201-100/+68Star
* mm/slab: factor out kmem_cache_node initialization codeJoonsoo Kim2016-05-201-29/+45
* mm/slab: drain the free slab as much as possibleJoonsoo Kim2016-05-201-9/+3Star
* mm/slab: remove BAD_ALIEN_MAGIC againJoonsoo Kim2016-05-201-4/+2Star
* mm/slab: fix the theoretical race by holding proper lockJoonsoo Kim2016-05-201-23/+45
* kernel/padata.c: hide unused functionsArnd Bergmann2016-05-201-37/+37
* kernel/padata.c: removed unused codeRichard Cochran2016-05-202-69/+0Star
* ocfs2: clean up an unneeded goto in ocfs2_put_slot()Guozhonghua2016-05-201-5/+1Star
* ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()Jun Piao2016-05-201-3/+2Star
* ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_recpiaojun2016-05-201-2/+1Star
* ocfs2: fix comment in struct ocfs2_extended_slotGuozhonghua2016-05-201-1/+1
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-206-109/+60Star