cascardo/linux.git
2016-05-20 Vitaly Kuznetsovmemory_hotplug: introduce CONFIG_MEMORY_HOTPLUG_DEFAULT...
2016-05-20 Hugh Dickinsarch: fix has_transparent_hugepage()
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... tmpfs: 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... mm/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 Chanho Minmm/highmem: simplify is_highmem()
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... mm/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/mempolicy.c: vma_migratable() can return bool
2016-05-20 Yaowei Baimm/vmalloc.c: is_vmalloc_addr() can return bool
2016-05-20 Yaowei Baimm/memory_hotplug: is_mem_section_removable() can retur...
2016-05-20 Yaowei Baimm/hugetlb: is_vm_hugetlb_page() can return bool
2016-05-20 Vaishali Thakkarx86: mm: use hugetlb_bad_size()
2016-05-20 Vaishali Thakkartile: mm: use hugetlb_bad_size()
2016-05-20 Vaishali Thakkarpowerpc: mm: use hugetlb_bad_size()
2016-05-20 Vaishali Thakkarmetag: mm: use hugetlb_bad_size()
2016-05-20 Vaishali Thakkararm64: mm: use hugetlb_bad_size()
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 Rasmus Villemoesinclude/linux: apply __malloc attribute
2016-05-20 Rasmus Villemoescompiler.h: add support for malloc attribute
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-20 Arnd Bergmannkernel/padata.c: hide unused functions
2016-05-20 Richard Cochrankernel/padata.c: removed unused code
2016-05-20 Guozhonghuaocfs2: clean up an unneeded goto in ocfs2_put_slot()
2016-05-20 Jun Piaoocfs2: clean up unused parameter 'count' in o2hb_read_b...
2016-05-20 piaojunocfs2: clean up an unused variable 'wants_rotate' in...
2016-05-20 Guozhonghuaocfs2: fix comment in struct ocfs2_extended_slot
2016-05-20 Du, Changbindebugobjects: insulate non-fixup logic related to stati...
2016-05-20 Du, ChangbinDocumentation: update debugobjects doc
2016-05-20 Du, Changbinpercpu_counter: update debugobjects fixup callbacks...
2016-05-20 Du, Changbinrcu: update debugobjects fixup callbacks return type
2016-05-20 Du, Changbintimer: update debugobjects fixup callbacks return type
2016-05-20 Du, Changbinworkqueue: update debugobjects fixup callbacks return...
2016-05-20 Du, Changbindebugobjects: correct the usage of fixup call results
2016-05-20 Du, Changbindebugobjects: make fixup functions return bool instead...
2016-05-20 Vineet Guptascripts/bloat-o-meter: print percent change
2016-05-20 Kees Cookscripts/spelling.txt: add "fimware" misspelling
2016-05-20 Konstantin... scripts/decode_stacktrace.sh: handle symbols in modules
2016-05-20 Deepa Dinamanitime: remove timespec_add_safe()
2016-05-20 Deepa Dinamanifs: poll/select/recvmmsg: use timespec64 for timeout...
2016-05-20 Deepa Dinamanitime: add missing implementation for timespec64_add_safe()
2016-05-20 Jan Karafsnotify: avoid spurious EMFILE errors from inotify_init()
2016-05-20 Linus TorvaldsMerge tag 'please-pull-misc-4.7' of git://git./linux...
2016-05-20 Linus TorvaldsMerge tag 'docs-for-linus' of git://git.lwn.net/linux
2016-05-20 Linus TorvaldsMerge branch 'i2c/for-4.7' of git://git./linux/kernel...
2016-05-20 Linus TorvaldsMerge tag 'md/4.7-rc1' of git://git./linux/kernel/git...
2016-05-20 Linus TorvaldsMerge tag 'iommu-updates-v4.7' of git://git./linux...
2016-05-19 Linus TorvaldsMerge tag 'sound-4.7-rc1' of git://git./linux/kernel...
2016-05-19 Linus TorvaldsMerge tag 'pci-v4.7-changes' of git://git./linux/kernel...
2016-05-19 Linus TorvaldsMerge tag 'pinctrl-v4.7-1' of git://git./linux/kernel...
2016-05-19 Linus TorvaldsMerge tag 'dmaengine-4.7-rc1' of git://git.infradead...
2016-05-19 Linus TorvaldsMerge tag 'localmodconfig-v4.7' of git://git./linux...
2016-05-19 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2016-05-19 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2016-05-19 Linus TorvaldsMerge tag 'arc-4.7-rc1' of git://git./linux/kernel...
2016-05-19 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2016-05-19 Russell KingMerge branches 'amba', 'devel-stable', 'kexec-for-next...
2016-05-19 Michael EllermanMerge branch 'next' of git://git./linux/kernel/git...
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...
next