summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-15kernel/hung_task.c: change hung_task.c to use for_each_process_thread()Aaron Tomlin
2015-04-15kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda
2015-04-15lib/test-hexdump.c: fix initconst confusionAndi Kleen
2015-04-15paride: fix the "verbose" module paramDan Carpenter
2015-04-15include/linux: remove empty conditionalsRasmus Villemoes
2015-04-15/proc/PID/status: show all sets of pid according to nsChen Hanxiao
2015-04-15zram: fix error return codeJulia Lawall
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-15zram: deprecate zram attrs sysfs nodesSergey Senozhatsky
2015-04-15zram: export new 'mm_stat' sysfs attrsSergey Senozhatsky
2015-04-15zram: export new 'io_stat' sysfs attrsSergey Senozhatsky
2015-04-15zram: describe device attrs in documentationSergey Senozhatsky
2015-04-15zram: use generic start/end io accountingSergey Senozhatsky
2015-04-15zram: move compact_store() to sysfs functions areaSergey Senozhatsky
2015-04-15zram: remove `num_migrated' device attrSergey Senozhatsky
2015-04-15mm/zsmalloc.c: fix comment for get_pages_per_zspageYinghao Xie
2015-04-15zsmalloc: zsmalloc documentationMinchan Kim
2015-04-15zsmalloc: add fullness into statMinchan Kim
2015-04-15zsmalloc: record handle in page->private for huge objectMinchan Kim
2015-04-15zram: support compactionMinchan Kim
2015-04-15zsmalloc: adjust ZS_ALMOST_FULLMinchan Kim
2015-04-15zsmalloc: support compactionMinchan Kim
2015-04-15zsmalloc: factor out obj_[malloc|free]Minchan Kim
2015-04-15zsmalloc: decouple handle and objectMinchan Kim
2015-04-15mm/compaction.c: fix "suitable_migration_target() unused" warningAndrew Morton
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh
2015-04-15mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh
2015-04-15mm/memory: also print a_ops->readpage in print_bad_pte()Konstantin Khlebnikov
2015-04-15mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin
2015-04-15mm/cma_debug.c: remove blank lines before DEFINE_SIMPLE_ATTRIBUTE()Andrew Morton
2015-04-15mm: cma: add functions to get region pages countersDmitry Safonov
2015-04-15thp: cleanup khugepaged startupKirill A. Shutemov
2015-04-15mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov
2015-04-15mm: cma: add trace events for CMA allocations and freeingsStefan Strogin
2015-04-15include/linux/mm.h: simplify flag checkBorislav Petkov
2015-04-15mm/memblock.c: add debug output for memblock_add()Alexander Kuleshov
2015-04-15mm: hugetlb: cleanup using paeg_huge_active()Naoya Horiguchi
2015-04-15mm: hugetlb: introduce page_huge_activeNaoya Horiguchi
2015-04-15mm: don't call __page_cache_release for hugetlbNaoya Horiguchi
2015-04-15mm/mmap.c: use while instead of if+gotoRasmus Villemoes
2015-04-15mm, selftests: test return value of munmap for MAP_HUGETLB memoryDavid Rientjes
2015-04-15mm, doc: cleanup and clarify munmap behavior for hugetlb memoryDavid Rientjes
2015-04-15thp: do not adjust zone water marks if khugepaged is not startedKirill A. Shutemov
2015-04-15thp: handle errors in hugepage_init() properlyKirill A. Shutemov