summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-21mm: page_is_guard(): return false when page_ext arrays are not allocated yetYang Shi1-0/+3
2016-05-21mm: make faultaround produce old ptesKirill A. Shutemov1-1/+1
2016-05-21mm: use phys_addr_t for reserve_bootmem_region() argumentsStefan Bader1-1/+1
2016-05-21userfaultfd: don't pin the user memory in userfaultfd_file_create()Oleg Nesterov1-1/+6
2016-05-21mm: thp: microoptimize compound_mapcount()Andrea Arcangeli1-2/+1
2016-05-21mm: use unsigned long constant for page flagsYu Zhao1-9/+9
2016-05-21mm fix commmets: if SPARSEMEM, pgdata doesn't have page_extWeijie Yang1-1/+1
2016-05-21include/linux/hugetlb.h: use bool instead of int for hugepage_migration_suppo...Chen Gang1-3/+3
2016-05-21include/linux/hugetlb*.h: clean up codeChen Gang2-7/+1
2016-05-21mm: tighten fault_in_pages_writeable()Eric Dumazet1-15/+9
2016-05-21mm/vmalloc: keep a separate lazy-free listChris Wilson1-1/+2
2016-05-21mm,oom: speed up select_bad_process() loopTetsuo Handa1-0/+1
2016-05-21oom: consider multi-threaded tasks in task_will_free_memMichal Hocko1-2/+13
2016-05-21mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko2-0/+7
2016-05-21mm, oom_reaper: hide oom reaped tasks from OOM killer more carefullyMichal Hocko1-0/+1
2016-05-21mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko2-0/+7
2016-05-21mm, oom: rework oom detectionMichal Hocko1-0/+1
2016-05-21mm, compaction: abstract compaction feedback to helpersMichal Hocko1-0/+79
2016-05-21mm, compaction: update compaction_result orderingMichal Hocko1-10/+16
2016-05-21mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko2-1/+10
2016-05-21mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko2-3/+6
2016-05-21mm, compaction: change COMPACT_ constants into enumMichal Hocko1-18/+27
2016-05-21mm: vmscan: reduce size of inactive file listRik van Riel1-25/+0
2016-05-20Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-1/+509
2016-05-20Merge tag 'fbdev-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds1-59/+0
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+8
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds33-172/+219
2016-05-20cpuset: use static key better and convert to new APIVlastimil Babka1-14/+28
2016-05-20mm, page_alloc: inline pageblock lookup in page free fast pathsMel Gorman1-7/+0
2016-05-20mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman1-7/+11
2016-05-20mm, page_alloc: simplify last cpupid resetMel Gorman1-4/+1
2016-05-20mm, page_alloc: convert alloc_flags to unsignedMel Gorman2-4/+5
2016-05-20mm, page_alloc: inline the fast path of the zonelist iteratorMel Gorman1-2/+11
2016-05-20mm, page_alloc: inline zone_statisticsMel Gorman1-2/+0
2016-05-20mm, page_alloc: use new PageAnonHead helper in the free page fast pathMel Gorman1-1/+6
2016-05-20oom, oom_reaper: try to reap tasks which skip regular OOM killer pathMichal Hocko1-0/+8
2016-05-20arch: fix has_transparent_hugepage()Hugh Dickins1-0/+8
2016-05-20huge mm: move_huge_pmd does not need new_vmaHugh Dickins1-3/+1
2016-05-20mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins1-0/+4
2016-05-20tmpfs: preliminary minor tidyupsHugh Dickins1-0/+6
2016-05-20mm: update_lru_size do the __mod_zone_page_stateHugh Dickins2-12/+18
2016-05-20mm: update_lru_size warn and reset bad lru_sizeHugh Dickins1-1/+1
2016-05-20mm: uninline page_mapped()Andrew Morton1-20/+1
2016-05-20mm/highmem: simplify is_highmem()Chanho Min1-4/+1
2016-05-20mm/mempolicy.c: vma_migratable() can return boolYaowei Bai1-5/+5
2016-05-20mm/vmalloc.c: is_vmalloc_addr() can return boolYaowei Bai1-2/+2
2016-05-20mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai1-3/+3
2016-05-20mm/hugetlb: is_vm_hugetlb_page() can return boolYaowei Bai1-3/+3
2016-05-20mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar1-0/+1
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton1-1/+10