Age | Commit message (Expand) | Author |
2015-06-24 | tracing: add trace event for memory-failure | Xie XiuQi |
2015-06-24 | memory-failure: change type of action_result's param 3 to enum | Xie XiuQi |
2015-06-24 | memory-failure: export page_type and action result | Xie XiuQi |
2015-06-24 | mm, memcg: Try charging a page before setting page up to date | Mel Gorman |
2015-06-24 | hugetlb: do not account hugetlb pages as NR_FILE_PAGES | Michal Hocko |
2015-06-24 | mm: page_alloc: inline should_alloc_retry() | Johannes Weiner |
2015-06-24 | mm: oom_kill: simplify OOM killer locking | Johannes Weiner |
2015-06-24 | mm: oom_kill: remove unnecessary locking in exit_oom_victim() | Johannes Weiner |
2015-06-24 | mm: oom_kill: generalize OOM progress waitqueue | Johannes Weiner |
2015-06-24 | mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clear | Johannes Weiner |
2015-06-24 | mm: oom_kill: clean up victim marking and exiting interfaces | Johannes Weiner |
2015-06-24 | mm: oom_kill: remove unnecessary locking in oom_enable() | Johannes Weiner |
2015-06-24 | mm/memory hotplug: init the zone's size when calculating node totalpages | Gu Zheng |
2015-06-24 | mm/hugetlb: introduce minimum hugepage order | Naoya Horiguchi |
2015-06-24 | rmap: fix theoretical race between do_wp_page and shrink_active_list | Vladimir Davydov |
2015-06-24 | mm/memory-failure: me_huge_page() does nothing for thp | Naoya Horiguchi |
2015-06-24 | mm: soft-offline: don't free target page in successful page migration | Naoya Horiguchi |
2015-06-24 | mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand... | Naoya Horiguchi |
2015-06-24 | mm/memory-failure: split thp earlier in memory error handling | Naoya Horiguchi |
2015-06-24 | mm: rename RECLAIM_SWAP to RECLAIM_UNMAP | Zhihui Zhang |
2015-06-24 | mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla... | Nishanth Aravamudan |
2015-06-24 | mm/page_alloc.c: cleanup obsolete KM_USER* | Anisse Astier |
2015-06-24 | mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepath | Kirill A. Shutemov |
2015-06-24 | mm: only define hashdist variable when needed | Rasmus Villemoes |
2015-06-24 | mm: new arch_remap() hook | Laurent Dufour |
2015-06-24 | mm/hugetlb: reduce arch dependent code about huge_pmd_unshare | Zhang Zhen |
2015-06-24 | mm: fix mprotect() behaviour on VM_LOCKED VMAs | Kirill A. Shutemov |
2015-06-24 | thp: cleanup how khugepaged enters freezer | Jiri Kosina |
2015-06-24 | mm, hwpoison: remove obsolete "Notebook" todo list | Andi Kleen |
2015-06-24 | mm, hwpoison: add comment describing when to add new cases | Andi Kleen |
2015-06-24 | slab: correct size_index table before replacing the bootstrap kmem_cache_node | Daniel Sanders |
2015-06-24 | mm/slab_common: support the slub_debug boot option on specific object size | Gavin Guo |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2015-06-22 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-06-22 | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2015-06-17 | mm: shmem_zero_setup skip security check and lockdep conflict with XFS | Hugh Dickins |
2015-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-06-10 | zsmalloc: fix a null pointer dereference in destroy_handle_cache() | Sergey Senozhatsky |
2015-06-10 | mm: memcontrol: fix false-positive VM_BUG_ON() on -rt | Johannes Weiner |
2015-06-10 | memcg: do not call reclaim if !__GFP_WAIT | Vladimir Davydov |
2015-06-10 | mm/memory_hotplug.c: set zone->wait_table to null after freeing it | Gu Zheng |
2015-06-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-06-04 | bdi: fix wrong error return value in cgwb_create() | Tejun Heo |
2015-06-02 | writeback: implement unlocked_inode_to_wb transaction and use it for stat upd... | Tejun Heo |
2015-06-02 | writeback: make writeback_control track the inode being written back | Tejun Heo |
2015-06-02 | writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb() | Tejun Heo |
2015-06-02 | mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support... | Tejun Heo |
2015-06-02 | writeback: implement memcg writeback domain based throttling | Tejun Heo |
2015-06-02 | writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changes | Tejun Heo |
2015-06-02 | writeback: implement memcg wb_domain | Tejun Heo |