summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-04x86: enable DMA CMA with swiotlbAkinobu Mita
2014-06-04x86: make dma_alloc_coherent() return zeroed memory if CMA is enabledAkinobu Mita
2014-06-04mm,vmacache: optimize overflow system-wide flushingDavidlohr Bueso
2014-06-04mm,vmacache: add debug dataDavidlohr Bueso
2014-06-04mm: only force scan in reclaim when none of the LRUs are big enough.Suleiman Souhlal
2014-06-04mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...Cyrill Gorcunov
2014-06-04mm: softdirty: don't forget to save file map softdiry bit on unmapCyrill Gorcunov
2014-06-04mm: softdirty: make freshly remapped file pages being softdirty unconditionallyCyrill Gorcunov
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov
2014-06-04sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov
2014-06-04mm: slub: fix ALLOC_SLOWPATH statDave Hansen
2014-06-04mm, slab: suppress out of memory warning unless debug is enabledDavid Rientjes
2014-06-04mm/slub.c: convert vnsprintf-static to va_formatFabian Frederick
2014-06-04mm/slub.c: convert printk to pr_foo()Fabian Frederick
2014-06-04x86, mm: probe memory block size for generic x86 64bitYinghai Lu
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman
2014-06-04x86: require x86-64 for automatic NUMA balancingMel Gorman
2014-06-04fs/libfs.c: add generic data flush to fsyncFabian Frederick
2014-06-04fs/9p: kerneldoc fixesFabian Frederick
2014-06-04fs/9p/v9fs.c: add __init to v9fs_sysfs_initFabian Frederick
2014-06-04ocfs2: remove some unused codeXue jiufei
2014-06-04ocfs2: fix incorrect i_size of global bitmap inode after resizeJoseph Qi
2014-06-04ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_superJoseph Qi
2014-06-04ocfs2/dlm: disallow node joining when recovery is on goingXue jiufei
2014-06-04ocfs2: fix umount hang while shutting down truncate logXue jiufei
2014-06-04fs/ocfs2/ioctl.c: add static to local functionsFabian Frederick
2014-06-04ocfs2/dlm: fix possible convert=sion deadlockXue jiufei
2014-06-04ocfs2: limit printk when journal is abortedJoseph Qi
2014-06-04ocfs2: remove some redundant castingGeorge Spelvin
2014-06-04fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick
2014-06-04ocfs2: remove NULL assignments on staticFabian Frederick
2014-06-04lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debugFabian Frederick
2014-06-04lib/debugobjects.c: add pr_fmt to loggingFabian Frederick
2014-06-04lib/debugobjects.c: convert printk to pr_foo()Fabian Frederick
2014-06-04fs/configfs: use pr_fmtFabian Frederick
2014-06-04fs/configfs: convert printk to pr_foo()Fabian Frederick
2014-06-04fs/configs/item.c: kernel-doc fixes + clean-upFabian Frederick
2014-06-04arch/unicore32/mm/ioremap.c: return NULL on invalid pfnAndrew Morton
2014-06-04arch/unicore32/mm/ioremap.c: convert printk/warn_on to warn()Fabian Frederick
2014-06-04fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick
2014-06-04sh: Replace __get_cpu_var usesChristoph Lameter
2014-06-04ntfs: remove NULL value assignmentsFabian Frederick
2014-06-04fanotify: check file flags passed in fanotify_initHeinrich Schuchardt
2014-06-04fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt
2014-06-04fs/notify/mark.c: trivial cleanupDavid Cohen
2014-06-04fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt
2014-06-04fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt
2014-06-04fs/fscache: replace seq_printf by seq_putsFabian Frederick
2014-06-04fs/fscache: convert printk to pr_foo()Fabian Frederick
2014-06-04kthread: fix return value of kthread_create() upon SIGKILL.Tetsuo Handa