summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mm/page_alloc.c: cleanup obsolete KM_USER*Anisse Astier2015-06-251-15/+2Star
| * mm: avoid tail page refcounting on non-THP compound pagesKirill A. Shutemov2015-06-251-1/+1
| * mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepathKirill A. Shutemov2015-06-251-1/+0Star
| * mm: only define hashdist variable when neededRasmus Villemoes2015-06-252-5/+5
| * mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen2015-06-2512-41/+0Star
| * powerpc/mm: tracking vDSO remapLaurent Dufour2015-06-252-1/+35
| * mm: new arch_remap() hookLaurent Dufour2015-06-252-6/+20
| * mm: new mm hook frameworkLaurent Dufour2015-06-2531-0/+466
| * mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-2511-52/+5Star
| * mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov2015-06-251-0/+11
| * thp: cleanup how khugepaged enters freezerJiri Kosina2015-06-251-3/+1Star
| * mm, hwpoison: remove obsolete "Notebook" todo listAndi Kleen2015-06-251-7/+0Star
| * mm, hwpoison: add comment describing when to add new casesAndi Kleen2015-06-251-0/+8
| * linux/slab.h: fix three off-by-one typos in commentRasmus Villemoes2015-06-251-2/+2
| * slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders2015-06-254-15/+24
| * mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo2015-06-252-23/+61
| * xtensa: use for_each_sg()Akinobu Mita2015-06-251-7/+12
| * procfs: treat parked tasks as sleeping for task stateChris Metcalf2015-06-251-0/+8
| * watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf2015-06-256-5/+112
| * smpboot: allow excluding cpus from the smpboot threadsChris Metcalf2015-06-252-1/+63
| * sparc: use for_each_sg()Akinobu Mita2015-06-251-3/+5
| * parisc: use for_each_sg()Akinobu Mita2015-06-251-11/+16
| * ocfs2: mark local functions as staticJoseph Qi2015-06-252-6/+6
| * ocfs2: use swap() in ocfs2_double_lock()Fabian Frederick2015-06-251-9/+2Star
| * ocfs2: use swap() in swap_refcount_rec()Fabian Frederick2015-06-251-4/+2Star
| * ocfs2: use swap() in dx_leaf_sort_swap()Fabian Frederick2015-06-251-4/+1Star
| * ocfs2: fix wrong check in ocfs2_direct_IO_get_blocksJoseph Qi2015-06-252-3/+15
| * ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger()Xue jiufei2015-06-251-3/+1Star
| * ocfs2: o2net: should remove debugfs in o2net_init() out branchalex chen2015-06-251-1/+1
| * ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioWeiWei Wang2015-06-253-37/+4Star
| * ocfs2: do not BUG if jbd2_journal_dirty_metadata failsJoseph Qi2015-06-251-1/+14
| * ocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_tree_left()Xue jiufei2015-06-251-1/+2
| * ocfs2: return error when ocfs2_figure_merge_contig_type() failsXue jiufei2015-06-251-10/+24
| * ocfs2/dlm: cleanup unused function __dlm_wait_on_lockres_flags_setJoseph Qi2015-06-251-1/+0Star
| * ocfs2: use retval instead of status for checking errorDaeseok Youn2015-06-251-10/+10
| * ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi2015-06-254-46/+39Star
| * ocfs2: remove __mlog_cpu_guessAndrew Morton2015-06-251-16/+3Star
| * ocfs2: reduce object size of mlog usesJoe Perches2015-06-252-30/+59
| * configfs: unexport/make static config_item_init()Fabian Frederick2015-06-252-3/+1Star
| * NTFS: use kvfree() in ntfs_free()Pekka Enberg2015-06-251-6/+1Star
| * fsnotify: remove obsolete documentationNikolay Borisov2015-06-251-2/+0Star
| * powerpc: use for_each_sg()Akinobu Mita2015-06-251-5/+5
| * metag: use for_each_sg()Akinobu Mita2015-06-251-5/+9
* | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-06-252-19/+39
|\ \
| * | ramoops: make it possible to change mem_type param.Wang Long2015-05-211-1/+1
| * | pstore/ram: verify ramoops header before saving recordBen Zhang2015-05-211-12/+28
| * | fs/pstore: Optimization function ramoops_init_przslong.wanglong2015-05-211-5/+3Star
| * | fs/pstore: update the backend parameter in pstore moduleWang Long2015-05-211-0/+6
| * | pstore: do not use message compression without lockKonstantin Khlebnikov2015-05-211-1/+1
* | | Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-06-2531-630/+3802
|\ \ \