summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cma: add placement specifier for "cma=" kernel parameterAkinobu Mita2014-06-054-16/+44
* memblock: introduce memblock_alloc_range()Akinobu Mita2014-06-052-4/+19
* intel-iommu: integrate DMA CMAAkinobu Mita2014-06-051-8/+25
* x86: enable DMA CMA with swiotlbAkinobu Mita2014-06-057-10/+20
* x86: make dma_alloc_coherent() return zeroed memory if CMA is enabledAkinobu Mita2014-06-051-2/+2
* mm,vmacache: optimize overflow system-wide flushingDavidlohr Bueso2014-06-051-0/+10
* mm,vmacache: add debug dataDavidlohr Bueso2014-06-055-2/+34
* mm: only force scan in reclaim when none of the LRUs are big enough.Suleiman Souhlal2014-06-051-27/+39
* mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...Cyrill Gorcunov2014-06-051-5/+9
* mm: softdirty: don't forget to save file map softdiry bit on unmapCyrill Gorcunov2014-06-051-1/+1
* mm: softdirty: make freshly remapped file pages being softdirty unconditionallyCyrill Gorcunov2014-06-051-5/+2
* mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-0510-50/+68
* sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov2014-06-056-26/+59
* mm: slub: fix ALLOC_SLOWPATH statDave Hansen2014-06-051-5/+3
* mm, slab: suppress out of memory warning unless debug is enabledDavid Rientjes2014-06-052-14/+25
* mm/slub.c: convert vnsprintf-static to va_formatFabian Frederick2014-06-051-7/+9
* mm/slub.c: convert printk to pr_foo()Fabian Frederick2014-06-051-72/+57
* x86, mm: probe memory block size for generic x86 64bitYinghai Lu2014-06-051-4/+30
* x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman2014-06-058-49/+75
* x86: require x86-64 for automatic NUMA balancingMel Gorman2014-06-051-1/+1
* fs/libfs.c: add generic data flush to fsyncFabian Frederick2014-06-053-3/+41
* fs/9p: kerneldoc fixesFabian Frederick2014-06-054-10/+8
* fs/9p/v9fs.c: add __init to v9fs_sysfs_initFabian Frederick2014-06-051-1/+1
* ocfs2: remove some unused codeXue jiufei2014-06-053-7/+0
* ocfs2: fix incorrect i_size of global bitmap inode after resizeJoseph Qi2014-06-051-2/+2
* ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_superJoseph Qi2014-06-051-6/+0
* ocfs2/dlm: disallow node joining when recovery is on goingXue jiufei2014-06-051-1/+12
* ocfs2: fix umount hang while shutting down truncate logXue jiufei2014-06-052-1/+6
* fs/ocfs2/ioctl.c: add static to local functionsFabian Frederick2014-06-051-40/+41
* ocfs2/dlm: fix possible convert=sion deadlockXue jiufei2014-06-051-1/+9
* ocfs2: limit printk when journal is abortedJoseph Qi2014-06-051-2/+15
* ocfs2: remove some redundant castingGeorge Spelvin2014-06-051-4/+3
* fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick2014-06-051-2/+2
* ocfs2: remove NULL assignments on staticFabian Frederick2014-06-057-10/+10
* lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debugFabian Frederick2014-06-051-2/+2
* lib/debugobjects.c: add pr_fmt to loggingFabian Frederick2014-06-051-5/+8
* lib/debugobjects.c: convert printk to pr_foo()Fabian Frederick2014-06-051-7/+5
* fs/configfs: use pr_fmtFabian Frederick2014-06-054-5/+11
* fs/configfs: convert printk to pr_foo()Fabian Frederick2014-06-053-8/+7
* fs/configs/item.c: kernel-doc fixes + clean-upFabian Frederick2014-06-051-30/+28
* arch/unicore32/mm/ioremap.c: return NULL on invalid pfnAndrew Morton2014-06-051-1/+3
* arch/unicore32/mm/ioremap.c: convert printk/warn_on to warn()Fabian Frederick2014-06-051-4/+2
* fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick2014-06-051-1/+1
* sh: Replace __get_cpu_var usesChristoph Lameter2014-06-055-23/+23
* ntfs: remove NULL value assignmentsFabian Frederick2014-06-053-4/+4
* fanotify: check file flags passed in fanotify_initHeinrich Schuchardt2014-06-051-0/+25
* fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt2014-06-051-0/+3
* fs/notify/mark.c: trivial cleanupDavid Cohen2014-06-051-1/+1
* fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt2014-06-051-0/+2
* fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt2014-06-051-7/+10