summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov2014-06-045-31/+39
* mem-hotplug: implement get/put_online_memsVladimir Davydov2014-06-047-66/+116
* memcg: un-export __memcg_kmem_get_cacheVladimir Davydov2014-06-041-1/+0
* mm: page_alloc: do not cache reclaim distancesMel Gorman2014-06-042-16/+2
* mm: disable zone_reclaim_mode by defaultMel Gorman2014-06-045-18/+15
* hugetlb: add support for gigantic page allocation at runtimeLuiz Capitulino2014-06-041-11/+155
* hugetlb: move helpers up in the fileLuiz Capitulino2014-06-041-73/+73
* hugetlb: update_and_free_page(): don't clear PG_reserved bitLuiz Capitulino2014-06-041-2/+2
* hugetlb: add hstate_is_gigantic()Luiz Capitulino2014-06-042-14/+19
* hugetlb: prep_compound_gigantic_page(): drop __init markerLuiz Capitulino2014-06-041-2/+1
* mm/mmap.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-06-041-3/+1
* slab: document kmalloc_orderVladimir Davydov2014-06-041-0/+5
* memory-hotplug: update documentation to hide information about SECTIONS and r...Li Zhong2014-06-042-76/+61
* mm: pass VM_BUG_ON() reason to dump_page()Dave Hansen2014-06-041-2/+9
* mm: memcontrol: remove hierarchy restrictions for swappiness and oom_controlJohannes Weiner2014-06-042-29/+11
* mm/mempool: warn about __GFP_ZERO usageSebastian Ott2014-06-041-0/+2
* include/linux/mmdebug.h: add VM_WARN_ON() and VM_WARN_ON_ONCE()Andrew Morton2014-06-041-0/+4
* mm/huge_memory.c: complete conversion to pr_foo()Andrew Morton2014-06-041-11/+11
* thp: consolidate assert checks in __split_huge_page()Kirill A. Shutemov2014-06-041-4/+6
* arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_C...Akinobu Mita2014-06-041-1/+6
* cma: add placement specifier for "cma=" kernel parameterAkinobu Mita2014-06-044-16/+44
* memblock: introduce memblock_alloc_range()Akinobu Mita2014-06-042-4/+19
* intel-iommu: integrate DMA CMAAkinobu Mita2014-06-041-8/+25
* x86: enable DMA CMA with swiotlbAkinobu Mita2014-06-047-10/+20
* x86: make dma_alloc_coherent() return zeroed memory if CMA is enabledAkinobu Mita2014-06-041-2/+2
* mm,vmacache: optimize overflow system-wide flushingDavidlohr Bueso2014-06-041-0/+10
* mm,vmacache: add debug dataDavidlohr Bueso2014-06-045-2/+34
* mm: only force scan in reclaim when none of the LRUs are big enough.Suleiman Souhlal2014-06-041-27/+39
* mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...Cyrill Gorcunov2014-06-041-5/+9
* mm: softdirty: don't forget to save file map softdiry bit on unmapCyrill Gorcunov2014-06-041-1/+1
* mm: softdirty: make freshly remapped file pages being softdirty unconditionallyCyrill Gorcunov2014-06-041-5/+2
* mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-0410-50/+68
* sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov2014-06-046-26/+59
* mm: slub: fix ALLOC_SLOWPATH statDave Hansen2014-06-041-5/+3
* mm, slab: suppress out of memory warning unless debug is enabledDavid Rientjes2014-06-042-14/+25
* mm/slub.c: convert vnsprintf-static to va_formatFabian Frederick2014-06-041-7/+9
* mm/slub.c: convert printk to pr_foo()Fabian Frederick2014-06-041-72/+57
* x86, mm: probe memory block size for generic x86 64bitYinghai Lu2014-06-041-4/+30
* x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman2014-06-048-49/+75
* x86: require x86-64 for automatic NUMA balancingMel Gorman2014-06-041-1/+1
* fs/libfs.c: add generic data flush to fsyncFabian Frederick2014-06-043-3/+41
* fs/9p: kerneldoc fixesFabian Frederick2014-06-044-10/+8
* fs/9p/v9fs.c: add __init to v9fs_sysfs_initFabian Frederick2014-06-041-1/+1
* ocfs2: remove some unused codeXue jiufei2014-06-043-7/+0
* ocfs2: fix incorrect i_size of global bitmap inode after resizeJoseph Qi2014-06-041-2/+2
* ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_superJoseph Qi2014-06-041-6/+0
* ocfs2/dlm: disallow node joining when recovery is on goingXue jiufei2014-06-041-1/+12
* ocfs2: fix umount hang while shutting down truncate logXue jiufei2014-06-042-1/+6
* fs/ocfs2/ioctl.c: add static to local functionsFabian Frederick2014-06-041-40/+41
* ocfs2/dlm: fix possible convert=sion deadlockXue jiufei2014-06-041-1/+9
OpenPOWER on IntegriCloud