aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+6
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-19/+13
2015-06-17mm: shmem_zero_setup skip security check and lockdep conflict with XFSGravatar Hugh Dickins 1-1/+7
2015-06-10zsmalloc: fix a null pointer dereference in destroy_handle_cache()Gravatar Sergey Senozhatsky 1-1/+2
2015-06-10mm: memcontrol: fix false-positive VM_BUG_ON() on -rtGravatar Johannes Weiner 1-3/+1
2015-06-10memcg: do not call reclaim if !__GFP_WAITGravatar Vladimir Davydov 1-0/+2
2015-06-10mm/memory_hotplug.c: set zone->wait_table to null after freeing itGravatar Gu Zheng 1-1/+3
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()Gravatar NeilBrown 1-17/+1
2015-05-19sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...Gravatar David Hildenbrand 1-12/+6
2015-05-14mm, numa: really disable NUMA balancing by default on single node machinesGravatar Mel Gorman 1-1/+1
2015-05-14CMA: page_isolation: check buddy before accessing itGravatar Hui Zhu 1-1/+2
2015-05-14gfp: add __GFP_NOACCOUNTGravatar Vladimir Davydov 1-1/+2
2015-05-11switch ->put_link() from dentry to inodeGravatar Al Viro 1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Gravatar Al Viro 1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsGravatar Al Viro 1-12/+11
2015-05-10shmem: switch to simple_follow_link()Gravatar Al Viro 1-7/+2
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2015-05-05mm/hwpoison-inject: check PageLRU of hpageGravatar Naoya Horiguchi 1-3/+3
2015-05-05mm/hwpoison-inject: fix refcounting in no-injection caseGravatar Naoya Horiguchi 1-2/+5
2015-05-05mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsGravatar Naoya Horiguchi 1-4/+4
2015-05-05mm/memory-failure: call shake_page() when error hits thp tail pageGravatar Naoya Horiguchi 1-4/+4
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-15/+15
2015-04-23writeback: use |1 instead of +1 to protect against div by zeroGravatar Tejun Heo 1-3/+3
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-79/+39
2015-04-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 30-583/+1453
2015-04-15zsmalloc: remove extra cond_resched() in __zs_compactGravatar Sergey Senozhatsky 1-2/+0
2015-04-15zsmalloc: fix fatal corruption due to wrong size class selectionGravatar Heesub Shin 1-5/+0
2015-04-15zsmalloc: remove unnecessary insertion/removal of zspage in compactionGravatar Minchan Kim 1-3/+3
2015-04-15zsmalloc: micro-optimize zs_object_copy()Gravatar Sergey Senozhatsky 1-8/+7
2015-04-15zsmalloc: remove synchronize_rcu from zs_compact()Gravatar Sergey Senozhatsky 1-2/+0
2015-04-15mm/zsmalloc.c: fix comment for get_pages_per_zspageGravatar Yinghao Xie 1-1/+2
2015-04-15zsmalloc: zsmalloc documentationGravatar Minchan Kim 1-29/+0
2015-04-15zsmalloc: add fullness into statGravatar Minchan Kim 1-165/+184
2015-04-15zsmalloc: record handle in page->private for huge objectGravatar Minchan Kim 1-12/+42
2015-04-15zsmalloc: adjust ZS_ALMOST_FULLGravatar Minchan Kim 1-1/+1
2015-04-15zsmalloc: support compactionGravatar Minchan Kim 1-19/+359
2015-04-15zsmalloc: factor out obj_[malloc|free]Gravatar Minchan Kim 1-38/+60
2015-04-15zsmalloc: decouple handle and objectGravatar Minchan Kim 1-28/+98
2015-04-15mm/compaction.c: fix "suitable_migration_target() unused" warningGravatar Andrew Morton 1-22/+23
2015-04-15mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPGravatar Boaz Harrosh 1-4/+39
2015-04-15mm/memory: also print a_ops->readpage in print_bad_pte()Gravatar Konstantin Khlebnikov 1-6/+5
2015-04-15mm/mempool.c: kasan: poison mempool elementsGravatar Andrey Ryabinin 2-0/+36
2015-04-15mm/cma_debug.c: remove blank lines before DEFINE_SIMPLE_ATTRIBUTE()Gravatar Andrew Morton 1-5/+0
2015-04-15mm: cma: add functions to get region pages countersGravatar Dmitry Safonov 1-0/+40
2015-04-15thp: cleanup khugepaged startupGravatar Kirill A. Shutemov 1-10/+8
2015-04-15mm: uninline and cleanup page-mapping related helpersGravatar Kirill A. Shutemov 1-5/+36
2015-04-15mm: cma: add trace events for CMA allocations and freeingsGravatar Stefan Strogin 1-0/+5
2015-04-15mm/memblock.c: add debug output for memblock_add()Gravatar Alexander Kuleshov 1-2/+16
2015-04-15mm: hugetlb: cleanup using paeg_huge_active()Gravatar Naoya Horiguchi 2-38/+6
2015-04-15mm: hugetlb: introduce page_huge_activeGravatar Naoya Horiguchi 2-5/+50