summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ocfs2: one function call less in user_cluster_connect() after error detectionMarkus Elfring2015-04-141-4/+2
* ocfs2: one function call less in ocfs2_init_slot_info() after error detectionMarkus Elfring2015-04-141-1/+1
* ocfs2: one function call less in ocfs2_merge_rec_right() after error detectionMarkus Elfring2015-04-141-1/+1
* ocfs2: one function call less in ocfs2_merge_rec_left() after error detectionMarkus Elfring2015-04-141-1/+1
* ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error de...Markus Elfring2015-04-141-11/+13
* ocfs2: less function calls in ocfs2_convert_inline_data_to_extents() after er...Markus Elfring2015-04-141-2/+3
* ocfs2: delete unnecessary checks before three function callsMarkus Elfring2015-04-143-14/+7
* arch/sh/kernel/dwarf.c: use mempool_create_slab_pool()David Rientjes2015-04-141-8/+4
* arch/sh/kernel/dwarf.c: destroy mempools on cleanupDavid Rientjes2015-04-141-1/+5
* scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warningFabian Frederick2015-04-141-1/+1
* mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer2015-04-141-2/+1
* ACPI / battery: Fix doubly added battery on system suspendKrzysztof Kozlowski2015-04-141-1/+1
* Merge tag 'staging-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-13824-22325/+38863
|\
| * Merge 4.0-rc7 into staging-nextGreg Kroah-Hartman2015-04-07304-1381/+2831
| |\