mm, page_alloc: check once if a zone has isolated pageblocks
[cascardo/linux.git] / mm /
2016-05-20 Mel Gormanmm, page_alloc: check once if a zone has isolated pageb...
2016-05-20 Mel Gormanmm, page_alloc: move __GFP_HARDWALL modifications out...
2016-05-20 Mel Gormanmm, page_alloc: remove unnecessary initialisation from...
2016-05-20 Mel Gormanmm, page_alloc: remove unnecessary initialisation in...
2016-05-20 Mel Gormanmm, page_alloc: remove unnecessary local variable in...
2016-05-20 Mel Gormanmm, page_alloc: convert nr_fair_skipped to bool
2016-05-20 Mel Gormanmm, page_alloc: convert alloc_flags to unsigned
2016-05-20 Mel Gormanmm, page_alloc: avoid unnecessary zone lookups during...
2016-05-20 Mel Gormanmm, page_alloc: use __dec_zone_state for order-0 page...
2016-05-20 Mel Gormanmm, page_alloc: inline the fast path of the zonelist...
2016-05-20 Mel Gormanmm, page_alloc: inline zone_statistics
2016-05-20 Mel Gormanmm, page_alloc: reduce branches in zone_statistics
2016-05-20 Mel Gormanmm, page_alloc: use new PageAnonHead helper in the...
2016-05-20 Mel Gormanmm, page_alloc: only check PageCompound for high-order...
2016-05-20 Michal Hockomm, oom_reaper: clear TIF_MEMDIE for all tasks queued...
2016-05-20 Michal Hockooom, oom_reaper: try to reap tasks which skip regular...
2016-05-20 Michal Hockomm, oom: move GFP_NOFS check to out_of_memory
2016-05-20 Vitaly Kuznetsovmemory_hotplug: introduce memhp_default_state= command...
2016-05-20 Vitaly Kuznetsovmemory_hotplug: introduce CONFIG_MEMORY_HOTPLUG_DEFAULT...
2016-05-20 Hugh Dickinshuge pagecache: extend mremap pmd rmap lockout to files
2016-05-20 Hugh Dickinshuge mm: move_huge_pmd does not need new_vma
2016-05-20 Hugh Dickinsmm: /proc/sys/vm/stat_refresh to force vmstat update
2016-05-20 Andres Lagar-Cavillatmpfs: mem_cgroup charge fault to vm_mm not current mm
2016-05-20 Hugh Dickinstmpfs: preliminary minor tidyups
2016-05-20 Hugh Dickinsmm: use __SetPageSwapBacked and dont ClearPageSwapBacked
2016-05-20 Hugh Dickinsmm: update_lru_size do the __mod_zone_page_state
2016-05-20 Hugh Dickinsmm: update_lru_size warn and reset bad lru_size
2016-05-20 Konstantin Khlebnikovmm/mmap: kill hook arch_rebalance_pgtables()
2016-05-20 Joonsoo Kimmm/vmstat: make node_page_state() handles all zones...
2016-05-20 Joonsoo Kimmm/highmem: make nr_free_highpages() handles all highme...
2016-05-20 Joonsoo Kimmm/page_alloc: correct highmem memory statistics
2016-05-20 Joonsoo Kimmm/writeback: correct dirty page calculation for highmem
2016-05-20 Joonsoo Kimpower: add zone range overlapping check
2016-05-20 Joonsoo Kimmm/page_owner: add zone range overlapping check
2016-05-20 Joonsoo Kimmm/vmstat: add zone range overlapping check
2016-05-20 Joonsoo Kimmm/memory_hotplug: add comment to some functions relate...
2016-05-20 Joonsoo Kimmm/hugetlb: add same zone check in pfn_range_valid_giga...
2016-05-20 Andrew Mortonmm: uninline page_mapped()
2016-05-20 Vlastimil Babkamm, compaction: skip blocks where isolation fails in...
2016-05-20 Vlastimil Babkamm, compaction: reduce spurious pcplist drains
2016-05-20 Vlastimil Babkamm, compaction: wrap calculating first and last pfn...
2016-05-20 Konstantin Khlebnikovmm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ON
2016-05-20 Andrew Mortonmm/mempolicy.c:offset_il_node() document and clarify
2016-05-20 Andrew Mortonmm/hugetlb.c: use first_memory_node
2016-05-20 Li Zhangmm/page_alloc: Remove useless parameter of __free_pages...
2016-05-20 Michal Hockomm/memcontrol.c:mem_cgroup_select_victim_node(): clarif...
2016-05-20 Yaowei Baimm/memory_hotplug: is_mem_section_removable() can retur...
2016-05-20 Vaishali Thakkarmm/hugetlb: introduce hugetlb_bad_size()
2016-05-20 Mike Kravetzmm/hugetlb: optimize minimum size (min_size) accounting
2016-05-20 Andrew Mortoninclude/linux/nodemask.h: create next_node_in() helper
2016-05-20 Joonsoo Kimmm: rename _count, field of the struct page, to _refcount
2016-05-20 Joonsoo Kimmm/page_ref: use page_ref helper instead of direct...
2016-05-20 Li Pengmm/slub.c: fix sysfs filename in comment
2016-05-20 Yang Shimm: slab: remove ZONE_DMA_FLAG
2016-05-20 Thomas Garniermm: SLAB freelist randomization
2016-05-20 Vladimir Davydovmm/slub.c: replace kick_all_cpus_sync() with synchroniz...
2016-05-20 Joonsoo Kimmm/slab: lockless decision to grow cache
2016-05-20 Joonsoo Kimmm/slab: refill cpu cache through a new slab without...
2016-05-20 Joonsoo Kimmm/slab: separate cache_grow() to two parts
2016-05-20 Joonsoo Kimmm/slab: make cache_grow() handle the page allocated...
2016-05-20 Joonsoo Kimmm/slab: racy access/modify the slab color
2016-05-20 Joonsoo Kimmm/slab: don't keep free slabs if free_objects exceeds...
2016-05-20 Joonsoo Kimmm/slab: clean-up kmem_cache_node setup
2016-05-20 Joonsoo Kimmm/slab: factor out kmem_cache_node initialization...
2016-05-20 Joonsoo Kimmm/slab: drain the free slab as much as possible
2016-05-20 Joonsoo Kimmm/slab: remove BAD_ALIEN_MAGIC again
2016-05-20 Joonsoo Kimmm/slab: fix the theoretical race by holding proper...
2016-05-19 Linus TorvaldsMerge tag 'trace-v4.7' of git://git./linux/kernel/git...
2016-05-19 Linus TorvaldsMerge branch 'stable-4.7' of git://git.infradead.org...
2016-05-19 Linus TorvaldsMerge tag 'rproc-v4.7' of git://github.com/andersson...
2016-05-19 Linus TorvaldsMerge tag 'rpmsg-v4.7' of git://github.com/andersson...
2016-05-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-05-19 Linus TorvaldsMerge tag 'media/v4.7-1' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2016-05-18 Linus TorvaldsMerge branch 'stable/for-linus-4.7' of git://git./linux...
2016-05-18 Linus TorvaldsMerge tag 'armsoc-drivers' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge tag 'armsoc-defconfig' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge tag 'armsoc-dt64' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge tag 'armsoc-dt' of git://git./linux/kernel/git...
2016-05-18 Linus TorvaldsMerge tag 'armsoc-arm64' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge tag 'armsoc-soc' of git://git./linux/kernel/git...
2016-05-18 Linus TorvaldsMerge tag 'armsoc-cleanups-fixes' of git://git./linux...
2016-05-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge branch 'work.misc' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge branch 'work.iov_iter' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge branch 'work.lookups' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge branch 'sendmsg.cifs' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2016-05-18 James BottomleyMerge branch 'fixes' into misc
2016-05-18 Linus TorvaldsMerge branch 'for-4.7' of git://git./linux/kernel/git...
2016-05-18 Linus TorvaldsMerge tag 'regulator-fix-can-change-voltage' of git...
2016-05-18 Linus TorvaldsMerge tag 'gpio-v4.7-1' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-05-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-05-17 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next
2016-05-17 Linus TorvaldsMerge tag 'dm-4.7-changes' of git://git./linux/kernel...
2016-05-17 Linus TorvaldsMerge branch 'for-4.7/drivers' of git://git.kernel...
2016-05-17 Linus TorvaldsMerge branch 'for-4.7/core' of git://git.kernel.dk...
next