summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov2014-10-091-11/+14
* mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov2014-10-091-18/+13
* mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov2014-10-091-2/+1
* mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner2014-10-095-97/+0
* prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operationCyrill Gorcunov2014-10-092-1/+216
* prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_fileCyrill Gorcunov2014-10-091-10/+11
* mm: use may_adjust_brk helperCyrill Gorcunov2014-10-092-11/+7
* mm: introduce check_data_rlimit helperCyrill Gorcunov2014-10-091-0/+15
* mm, compaction: pass gfp mask to compact_controlDavid Rientjes2014-10-092-6/+8
* mm: rename allocflags_to_migratetype for clarityDavid Rientjes2014-10-093-5/+5
* mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka2014-10-092-6/+46
* mm, compaction: remember position within pageblock in free pages scannerVlastimil Babka2014-10-091-9/+30
* mm, compaction: skip rechecks when lock was already heldVlastimil Babka2014-10-091-22/+31
* mm, compaction: periodically drop lock and restore IRQs in scannersVlastimil Babka2014-10-091-47/+72
* mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka2014-10-094-27/+121
* mm, compaction: reduce zone checking frequency in the migration scannerVlastimil Babka2014-10-091-34/+57
* mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka2014-10-093-112/+149
* mm, compaction: do not recheck suitable_migration_target under lockVlastimil Babka2014-10-091-13/+0
* mm, compaction: do not count compact_stall if all zones skipped compactionVlastimil Babka2014-10-091-35/+41
* mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka2014-10-094-43/+76
* mm, THP: don't hold mmap_sem in khugepaged when allocating THPVlastimil Babka2014-10-091-13/+7
* block_dev: implement readpages() to optimize sequential readAkinobu Mita2014-10-091-0/+7
* vfs: guard end of device for mpage interfaceAkinobu Mita2014-10-093-1/+8
* vfs: make guard_bh_eod() more genericAkinobu Mita2014-10-091-14/+12
* mm: page_alloc: determine migratetype only onceVlastimil Babka2014-10-091-4/+3
* ARM: mm: don't limit default CMA region only to low memoryMarek Szyprowski2014-10-091-1/+1
* mm: cma: adjust address limit to avoid hitting low/high memory boundaryMarek Szyprowski2014-10-091-0/+21
* arm64: add atomic pool for non-coherent and CMA allocationsLaura Abbott2014-10-092-19/+146
* arm: use genalloc for the atomic poolLaura Abbott2014-10-092-104/+50
* common: dma-mapping: introduce common remapping functionsLaura Abbott2014-10-093-48/+90
* lib/genalloc.c: add genpool range check functionLaura Abbott2014-10-092-0/+32
* lib/genalloc.c: add power aligned algorithmLaura Abbott2014-10-092-0/+24
* mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman2014-10-096-75/+40
* memory-hotplug: add sysfs valid_zones attributeZhang Zhen2014-10-095-2/+62
* mm/mmap.c: whitespace fixesvishnu.ps2014-10-091-18/+19
* mm/slab: use percpu allocator for cpu cacheJoonsoo Kim2014-10-093-182/+78
* mm/slab: support slab mergeJoonsoo Kim2014-10-092-1/+27
* mm/slab_common: commonize slab merge logicJoonsoo Kim2014-10-094-94/+117
* slab: fix for_each_kmem_cache_node()Mikulas Patocka2014-10-091-2/+2
* kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality o...Nishanth Aravamudan2014-10-091-1/+1
* slub: fall back to node_to_mem_node() node if allocating on memoryless nodeJoonsoo Kim2014-10-091-6/+18
* topology: add support for node_to_mem_node() to determine the fallback nodeJoonsoo Kim2014-10-092-0/+18
* slub: disable tracing and failslab for merged slabsChristoph Lameter2014-10-091-0/+11
* mm/slab: factor out unlikely part of cache_free_alien()Joonsoo Kim2014-10-091-17/+21
* mm/slab: noinline __ac_put_obj()Joonsoo Kim2014-10-091-2/+2
* mm/slab: move cache_flusharray() out of unlikely.text sectionJoonsoo Kim2014-10-091-1/+1
* mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Joonsoo Kim2014-10-093-42/+0
* mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim2014-10-094-41/+46
* mm/slab_common.c: suppress warningAndrew Morton2014-10-091-1/+3
* fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He2014-10-091-1/+3
OpenPOWER on IntegriCloud