summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-05-19mm: uninline page_mapped()Andrew Morton
2016-05-19mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka
2016-05-19mm, compaction: reduce spurious pcplist drainsVlastimil Babka
2016-05-19mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka
2016-05-19mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov
2016-05-19mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton
2016-05-19mm/hugetlb.c: use first_memory_nodeAndrew Morton
2016-05-19mm/page_alloc: Remove useless parameter of __free_pages_boot_coreLi Zhang
2016-05-19mm/memcontrol.c:mem_cgroup_select_victim_node(): clarify commentMichal Hocko
2016-05-19mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai
2016-05-19mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar
2016-05-19mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-05-19mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim
2016-05-19mm/slub.c: fix sysfs filename in commentLi Peng
2016-05-19mm: slab: remove ZONE_DMA_FLAGYang Shi
2016-05-19mm: SLAB freelist randomizationThomas Garnier
2016-05-19mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cach...Vladimir Davydov
2016-05-19mm/slab: lockless decision to grow cacheJoonsoo Kim
2016-05-19mm/slab: refill cpu cache through a new slab without holding a node lockJoonsoo Kim
2016-05-19mm/slab: separate cache_grow() to two partsJoonsoo Kim
2016-05-19mm/slab: make cache_grow() handle the page allocated on arbitrary nodeJoonsoo Kim
2016-05-19mm/slab: racy access/modify the slab colorJoonsoo Kim
2016-05-19mm/slab: don't keep free slabs if free_objects exceeds free_limitJoonsoo Kim
2016-05-19mm/slab: clean-up kmem_cache_node setupJoonsoo Kim
2016-05-19mm/slab: factor out kmem_cache_node initialization codeJoonsoo Kim
2016-05-19mm/slab: drain the free slab as much as possibleJoonsoo Kim
2016-05-19mm/slab: remove BAD_ALIEN_MAGIC againJoonsoo Kim
2016-05-19mm/slab: fix the theoretical race by holding proper lockJoonsoo Kim
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-05-12mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli
2016-05-12ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar
2016-05-09zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky
2016-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-05-05mm: fix kcompactd hang during memory offliningVlastimil Babka
2016-05-05mm/zswap: provide unique zpool nameDan Streetman
2016-05-05mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins
2016-05-05mm: update min_free_kbytes from khugepaged after core initializationJason Baron
2016-05-05huge pagecache: mmap_sem is unlocked when truncation splits pmdHugh Dickins
2016-05-05mm: thp: correct split_huge_pages file permissionYang Shi
2016-05-05writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran
2016-05-02parallel lookups machinery, part 2Al Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig