summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-06-25rmap: fix theoretical race between do_wp_page and shrink_active_listVladimir Davydov
2015-06-25mm/memory-failure: me_huge_page() does nothing for thpNaoya Horiguchi
2015-06-25mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi
2015-06-25mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Naoya Horiguchi
2015-06-25mm/memory-failure: split thp earlier in memory error handlingNaoya Horiguchi
2015-06-25mm: rename RECLAIM_SWAP to RECLAIM_UNMAPZhihui Zhang
2015-06-25mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla...Nishanth Aravamudan
2015-06-25mm/page_alloc.c: cleanup obsolete KM_USER*Anisse Astier
2015-06-25mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepathKirill A. Shutemov
2015-06-25mm: only define hashdist variable when neededRasmus Villemoes
2015-06-25mm: new arch_remap() hookLaurent Dufour
2015-06-25mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen
2015-06-25mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov
2015-06-25thp: cleanup how khugepaged enters freezerJiri Kosina
2015-06-25mm, hwpoison: remove obsolete "Notebook" todo listAndi Kleen
2015-06-25mm, hwpoison: add comment describing when to add new casesAndi Kleen
2015-06-25slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders
2015-06-25mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-18mm: shmem_zero_setup skip security check and lockdep conflict with XFSHugh Dickins
2015-06-10zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky
2015-06-10mm: memcontrol: fix false-positive VM_BUG_ON() on -rtJohannes Weiner
2015-06-10memcg: do not call reclaim if !__GFP_WAITVladimir Davydov
2015-06-10mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown
2015-05-19sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...David Hildenbrand
2015-05-15mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman
2015-05-15CMA: page_isolation: check buddy before accessing itHui Zhu
2015-05-15gfp: add __GFP_NOACCOUNTVladimir Davydov
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-11don't pass nameidata to ->follow_link()Al Viro
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-11shmem: switch to simple_follow_link()Al Viro
2015-05-09Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-05-06mm/hwpoison-inject: check PageLRU of hpageNaoya Horiguchi
2015-05-06mm/hwpoison-inject: fix refcounting in no-injection caseNaoya Horiguchi
2015-05-06mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi
2015-05-06mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-23writeback: use |1 instead of +1 to protect against div by zeroTejun Heo
2015-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15zsmalloc: remove extra cond_resched() in __zs_compactSergey Senozhatsky
2015-04-15zsmalloc: fix fatal corruption due to wrong size class selectionHeesub Shin
2015-04-15zsmalloc: remove unnecessary insertion/removal of zspage in compactionMinchan Kim
2015-04-15zsmalloc: micro-optimize zs_object_copy()Sergey Senozhatsky
2015-04-15zsmalloc: remove synchronize_rcu from zs_compact()Sergey Senozhatsky
2015-04-15mm/zsmalloc.c: fix comment for get_pages_per_zspageYinghao Xie
2015-04-15zsmalloc: zsmalloc documentationMinchan Kim