summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: hide per-cpu lists in output of show_mem()Konstantin Khlebnikov2015-04-142-9/+31
* page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov2015-04-149-49/+41
* mm: incorporate zero pages into transparent huge pagesEbru Akagunduz2015-04-141-8/+20
* mm/compaction: enhance compaction finish conditionJoonsoo Kim2015-04-143-7/+29
* mm/page_alloc: factor out fallback freepage checkingJoonsoo Kim2015-04-141-52/+91
* mm/cma: change fallback behaviour for CMA freepageJoonsoo Kim2015-04-141-17/+19
* mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes2015-04-143-28/+30
* cma: debug: document new debugfs interfaceSasha Levin2015-04-141-0/+21
* mm-cma-allocation-trigger-fixAndrew Morton2015-04-141-1/+1
* mm: cma: release triggerSasha Levin2015-04-141-0/+58
* mm: cma: allocation triggerSasha Levin2015-04-143-1/+63
* mm: cma: debugfs interfaceSasha Levin2015-04-145-15/+91
* memory hotplug: use macro to switch between section and pfnSheng Yong2015-04-142-2/+2
* mm: memcontrol: update copyright noticeJohannes Weiner2015-04-141-0/+6
* mm/memblock.c: rename local variable of memblock_type to `type'Baoquan He2015-04-141-2/+2
* mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov2015-04-142-118/+118
* mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov2015-04-141-4/+7
* mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov2015-04-144-27/+17
* mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov2015-04-144-6/+6
* slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick2015-04-141-2/+1
* slub: use bool function return values of true/false not 1/0Joe Perches2015-04-141-6/+6
* mm, slab: correct config option in commentDavid Rientjes2015-04-141-1/+1
* mm/slub.c: parse slub_debug O option in switch statementChris J Arges2015-04-141-9/+7
* mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven2015-04-141-3/+14
* watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell2015-04-143-27/+5
* watchdog: clean up some function names and argumentsUlrich Obergfell2015-04-141-8/+12
* watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell2015-04-145-89/+97
* watchdog: implement error handling for failure to set up hardware perf eventsUlrich Obergfell2015-04-141-0/+30
* watchdog: introduce separate handlers for parameters in /proc/sys/kernelUlrich Obergfell2015-04-142-0/+67
* watchdog: introduce proc_watchdog_common()Ulrich Obergfell2015-04-141-0/+65
* watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()Ulrich Obergfell2015-04-141-1/+2
* watchdog: introduce the proc_watchdog_update() functionUlrich Obergfell2015-04-141-0/+23
* watchdog: new definitions and variables, initializationUlrich Obergfell2015-04-142-1/+28
* ocfs2: make mlog_errno return the errnoAndrew Morton2015-04-141-2/+3
* ocfs2: check if the ocfs2 lock resource has been initialized before calling o...alex chen2015-04-141-0/+5
* ocfs2: logging: remove static buffer, use vsprintf extension %pVJoe Perches2015-04-141-15/+18
* ocfs2: incorrect check for debugfs returnsChengyu Song2015-04-143-16/+37
* ocfs2: fix a typo in the copyright statementJakub Wilk2015-04-141-1/+1
* ocfs2: fix possible uninitialized variable accessJoseph Qi2015-04-143-2/+10
* ocfs2: remove goto statement in ocfs2_check_dir_for_entry()Daeseok Youn2015-04-141-8/+5
* ocfs2: rollback the cleared bits if error occurs after ocfs2_block_group_clea...Joseph Qi2015-04-141-0/+2
* ocfs2: use ENOENT instead of EEXIST when get system file failsJoseph Qi2015-04-142-3/+3
* ocfs2: use actual name length when find entry in ocfs2_orphan_del()Joseph Qi2015-04-141-2/+2
* ocfs2: dereferencing freed pointers in ocfs2_reflink()Dan Carpenter2015-04-141-1/+1
* ocfs2: fix typo in ocfs2_reserve_local_alloc_bitsJoseph Qi2015-04-141-1/+1
* ocfs2: do not use ocfs2_zero_extend during direct IOJoseph Qi2015-04-141-8/+130
* ocfs2: take inode lock when get clustersJoseph Qi2015-04-141-1/+10
* ocfs2: no need get dinode bh when zeroing extendJoseph Qi2015-04-141-5/+1
* ocfs2: fix a typing error in ocfs2_direct_IO_writeJoseph Qi2015-04-141-1/+1
* ocfs2: avoid a pointless delay in o2cb_cluster_check()Daeseok Youn2015-04-141-1/+1
OpenPOWER on IntegriCloud