aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-04-14sh: expose number of page table levelsKirill A. Shutemov1-0/+4
2015-04-14s390: expose number of page table levelsKirill A. Shutemov1-0/+5
2015-04-14powerpc: expose number of page table levels on Kconfig levelKirill A. Shutemov1-0/+6
2015-04-14parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov6-15/+18
2015-04-14mips: expose number of page table levels on Kconfig levelKirill A. Shutemov1-0/+5
2015-04-14m68k: mark PMD folded and expose number of page table levelsKirill A. Shutemov1-0/+4
2015-04-14ia64: expose number of page table levels on Kconfig levelKirill A. Shutemov6-31/+23
2015-04-14arm: expose number of page table levels on Kconfig levelKirill A. Shutemov1-0/+5
2015-04-14arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov9-32/+32
2015-04-14alpha: expose number of page table levels on Kconfig levelKirill A. Shutemov1-0/+4
2015-04-14mm: completely remove dumping per-cpu lists from show_mem()Konstantin Khlebnikov2-21/+2
2015-04-14mm: hide per-cpu lists in output of show_mem()Konstantin Khlebnikov2-9/+31
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov9-49/+41
2015-04-14mm: incorporate zero pages into transparent huge pagesEbru Akagunduz1-8/+20
2015-04-14mm/compaction: enhance compaction finish conditionJoonsoo Kim3-7/+29
2015-04-14mm/page_alloc: factor out fallback freepage checkingJoonsoo Kim1-52/+91
2015-04-14mm/cma: change fallback behaviour for CMA freepageJoonsoo Kim1-17/+19
2015-04-14mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes3-28/+30
2015-04-14cma: debug: document new debugfs interfaceSasha Levin1-0/+21
2015-04-14mm-cma-allocation-trigger-fixAndrew Morton1-1/+1
2015-04-14mm: cma: release triggerSasha Levin1-0/+58
2015-04-14mm: cma: allocation triggerSasha Levin3-1/+63
2015-04-14mm: cma: debugfs interfaceSasha Levin5-15/+91
2015-04-14memory hotplug: use macro to switch between section and pfnSheng Yong2-2/+2
2015-04-14mm: memcontrol: update copyright noticeJohannes Weiner1-0/+6
2015-04-14mm/memblock.c: rename local variable of memblock_type to `type'Baoquan He1-2/+2
2015-04-14mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov2-118/+118
2015-04-14mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov1-4/+7
2015-04-14mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov4-27/+17
2015-04-14mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov4-6/+6
2015-04-14slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick1-2/+1
2015-04-14slub: use bool function return values of true/false not 1/0Joe Perches1-6/+6
2015-04-14mm, slab: correct config option in commentDavid Rientjes1-1/+1
2015-04-14mm/slub.c: parse slub_debug O option in switch statementChris J Arges1-9/+7
2015-04-14mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven1-3/+14
2015-04-14watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell3-27/+5
2015-04-14watchdog: clean up some function names and argumentsUlrich Obergfell1-8/+12
2015-04-14watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell5-89/+97
2015-04-14watchdog: implement error handling for failure to set up hardware perf eventsUlrich Obergfell1-0/+30
2015-04-14watchdog: introduce separate handlers for parameters in /proc/sys/kernelUlrich Obergfell2-0/+67
2015-04-14watchdog: introduce proc_watchdog_common()Ulrich Obergfell1-0/+65
2015-04-14watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()Ulrich Obergfell1-1/+2
2015-04-14watchdog: introduce the proc_watchdog_update() functionUlrich Obergfell1-0/+23
2015-04-14watchdog: new definitions and variables, initializationUlrich Obergfell2-1/+28
2015-04-14ocfs2: make mlog_errno return the errnoAndrew Morton1-2/+3
2015-04-14ocfs2: check if the ocfs2 lock resource has been initialized before calling ocfs2_dlm_lockalex chen1-0/+5
2015-04-14ocfs2: logging: remove static buffer, use vsprintf extension %pVJoe Perches1-15/+18
2015-04-14ocfs2: incorrect check for debugfs returnsChengyu Song3-16/+37
2015-04-14ocfs2: fix a typo in the copyright statementJakub Wilk1-1/+1
2015-04-14ocfs2: fix possible uninitialized variable accessJoseph Qi3-2/+10