cascardo/linux.git
2016-10-08 John Stultzproc: relax /proc/<tid>/timerslack_ns capability requir...
2016-10-08 Joe Perchesmeminfo: break apart a very long seq_printf with #ifdefs
2016-10-08 Joe Perchesseq/proc: modify seq_put_decimal_[u]ll to take a const...
2016-10-08 Alexey Dobriyanproc: faster /proc/*/status
2016-10-08 Alexey Dobriyanproc: much faster /proc/vmstat
2016-10-08 Vineet Guptaatomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_P...
2016-10-08 Vineet Guptaia64: implement atomic64_dec_if_positive
2016-10-08 zijun_hulinux/mm.h: canonicalize macro PAGE_ALIGNED() definition
2016-10-08 zhong jiangmm: remove unnecessary condition in remove_inode_hugepages
2016-10-08 Michal Hockomm: warn about allocations which stall for too long
2016-10-08 Michal Hockomm: consolidate warn_alloc_failed users
2016-10-08 Wei Fangvfs,mm: fix a dead loop in truncate_inode_pages_range()
2016-10-08 Yisheng Xiearm64 Kconfig: select gigantic page
2016-10-08 Yisheng Xiemm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGE
2016-10-08 Michal Hockooom: print nodemask in the oom report
2016-10-08 Kirill A. Shutemovmm: clarify why we avoid page_mapcount() for slab pages...
2016-10-08 Andrea Arcangelimm: vma_merge: correct false positive from __vma_unlink...
2016-10-08 Andrea Arcangelimm: vma_adjust: minor comment correction
2016-10-08 Andrea Arcangelimm: vma_adjust: remove superfluous check for next not...
2016-10-08 Andrea Arcangelimm: vma_merge: fix vm_page_prot SMP race condition...
2016-10-08 Andrea Arcangelimm: vma_adjust: remove superfluous confusing update...
2016-10-08 Andrea Arcangelimm: vm_page_prot: update with WRITE_ONCE/READ_ONCE
2016-10-08 zhong jiangmm,ksm: add __GFP_HIGH to the allocation in alloc_stabl...
2016-10-08 Yisheng Xiemm/page_isolation: fix typo: "paes" -> "pages"
2016-10-08 Gerald Schaefermm/hugetlb: improve locking in dissolve_free_huge_pages()
2016-10-08 Gerald Schaefermm/hugetlb: check for reserved hugepages during memory...
2016-10-08 Gerald Schaefermm/hugetlb: fix memory offline with hugepage size ...
2016-10-08 Wanlong Gaomm: nobootmem: move the comment of free_all_bootmem
2016-10-08 Rasmus Villemoesmm/shmem.c: constify anon_ops
2016-10-08 Johannes Weinermm: memcontrol: consolidate cgroup socket tracking
2016-10-08 Baoyou Xiemm: move phys_mem_access_prot_allowed() declaration...
2016-10-08 Andrew Mortonmm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()
2016-10-08 Tetsuo Handamm: don't emit warning from pagefault_out_of_memory()
2016-10-08 Vlastimil Babkamm, compaction: restrict fragindex to costly orders
2016-10-08 Vlastimil Babkamm, compaction: ignore fragindex from compaction_zoneli...
2016-10-08 Vlastimil Babkamm, page_alloc: pull no_progress_loops update to should...
2016-10-08 Vlastimil Babkamm, compaction: make full priority ignore pageblock...
2016-10-08 Vlastimil Babkamm, compaction: restrict full priority to non-costly...
2016-10-08 Vlastimil Babkamm, compaction: more reliably increase direct compactio...
2016-10-08 Vlastimil BabkaRevert "mm, oom: prevent premature OOM killer invocatio...
2016-10-08 Huang Yingmm: remove page_file_index
2016-10-08 Huang Yingmm, swap: use offset of swap entry as key of swap cache
2016-10-08 Dan Williamsmm: fix cache mode tracking in vm_insert_mixed()
2016-10-08 Reza Arbabmemory-hotplug: fix store_mem_state() return value
2016-10-08 James Morsemm/memcontrol.c: make the walk_page_range() limit obvious
2016-10-08 Aaron Luthp: reduce usage of huge zero page's atomic counter
2016-10-08 James Morsefs/proc/task_mmu.c: make the task_mmu walk_page_range...
2016-10-08 Tim Chencpu: fix node state for whether it contains CPU
2016-10-08 Toshi Kaniext2/4, xfs: call thp_get_unmapped_area() for pmd mappings
2016-10-08 Toshi Kanithp, dax: add thp_get_unmapped_area for pmd mappings
2016-10-08 Simon Guoselftests: expanding more mlock selftest
2016-10-08 Simon Guoselftest: move seek_to_smaps_entry() out of mlock2...
2016-10-08 Simon Guoselftests/vm: add test for mlock() when areas are inter...
2016-10-08 Simon Guoselftest: split mlock2_ funcs into separate mlock2.h
2016-10-08 Simon Guomm: mlock: avoid increase mm->locked_vm on mlock()...
2016-10-08 Simon Guomm: mlock: check against vma for actual mlock() size
2016-10-08 Michal Hockooom: warn if we go OOM for higher order and compaction...
2016-10-08 Huang Yingmm: don't use radix tree writeback tags for pages in...
2016-10-08 zijun_humm/bootmem.c: replace kzalloc() by kzalloc_node()
2016-10-08 zijun_humm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS...
2016-10-08 Srikar Dronamrajupowerpc: implement arch_reserved_kernel_pages
2016-10-08 Srikar Dronamrajumm/memblock.c: expose total reserved memory
2016-10-08 Srikar Dronamrajumm: introduce arch_reserved_kernel_pages()
2016-10-08 Aneesh Kumar K.Vmm: use zonelist name instead of using hardcoded index
2016-10-08 Michal Hockooom, oom_reaper: allow to reap mm shared by the kthreads
2016-10-08 Michal Hockomm: make sure that kthreads will not refault oom reaped...
2016-10-08 Tetsuo Handamm, oom: enforce exit_oom_victim on current task
2016-10-08 Michal Hockooom, suspend: fix oom_killer_disable vs. pm suspend...
2016-10-08 Michal Hockomm, oom: get rid of signal_struct::oom_victims
2016-10-08 Michal Hockokernel, oom: fix potential pgd_lock deadlock from __mmdrop
2016-10-08 Michal Hockooom: keep mm of the killed task available
2016-10-08 Tetsuo Handamm,oom_reaper: do not attempt to reap a task twice
2016-10-08 Tetsuo Handamm,oom_reaper: reduce find_lock_task_mm() usage
2016-10-08 Huang Yingmm, swap: add swap_cluster_list
2016-10-08 Alexey Dobriyanmm: unrig VMA cache hit ratio
2016-10-08 James Morsemm: pagewalk: fix the comment for test_walk
2016-10-08 Bart Van Asschedo_generic_file_read(): fail immediately if killed
2016-10-08 Joonsoo Kimmm/page_owner: don't define fields on struct page_ext...
2016-10-08 Joonsoo Kimmm/page_ext: support extra space allocation by page_ext...
2016-10-08 Joonsoo Kimmm/page_ext: rename offset to index
2016-10-08 Joonsoo Kimmm/page_owner: move page_owner specific function to...
2016-10-08 Joonsoo Kimmm/debug_pagealloc.c: don't allocate page_ext if we...
2016-10-08 Joonsoo Kimmm/debug_pagealloc.c: clean-up guard page handling...
2016-10-08 Michal Hockomm, vmscan: get rid of throttle_vm_writeout
2016-10-08 Xishi Qiumm: fix set pageblock migratetype in deferred struct...
2016-10-08 Xishi Qiumem-hotplug: fix node spanned pages when we have a...
2016-10-08 Vlastimil Babkamm, vmscan: make compaction_ready() more accurate and...
2016-10-08 Vlastimil Babkamm, compaction: require only min watermarks for non...
2016-10-08 Vlastimil Babkamm, compaction: use proper alloc_flags in __compaction_...
2016-10-08 Vlastimil Babkamm, compaction: create compact_gap wrapper
2016-10-08 Vlastimil Babkamm, compaction: use correct watermark when checking...
2016-10-08 Vlastimil Babkamm, compaction: add the ultimate direct compaction...
2016-10-08 Vlastimil Babkamm, compaction: don't recheck watermarks after COMPACT_...
2016-10-08 Vlastimil Babkamm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS
2016-10-08 Vlastimil Babkamm, compaction: cleanup unused functions
2016-10-08 Vlastimil Babkamm, compaction: make whole_zone flag ignore cached...
2016-10-08 Michal Hockomm/oom_kill.c: fix task_will_free_mem() comment
2016-10-08 Vladimir Davydovmm: memcontrol: add sanity checks for memcg->id.ref...
2016-10-08 zijun_humm/vmalloc.c: fix align value calculation error
2016-10-08 Vladimir Davydovmm: oom: deduplicate victim selection code for memcg...
next