summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-05-16mm: add strictlimit knobMaxim Patlasov
2014-05-16mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-05-16mm/page_io.c: work around gcc bugAndrew Morton
2014-05-16Merge branch 'akpm-current/current'Stephen Rothwell
2014-05-16Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell
2014-05-16Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2014-05-16Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell
2014-05-16Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2014-05-16Merge remote-tracking branch 'ext4/dev'Stephen Rothwell
2014-05-16Merge remote-tracking branch 's390/features'Stephen Rothwell
2014-05-16Merge remote-tracking branch 'metag-fixes/fixes'Stephen Rothwell
2014-05-15parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller
2014-05-14mm/util.c: add kstrimdup()Sebastian Capella
2014-05-14do_shared_fault(): check that mmap_sem is heldAndrew Morton
2014-05-14mm/zbud.c: make size unsigned like unique callsiteFabian Frederick
2014-05-14mm-page_alloc-debug_vm-checks-for-free_list-placement-of-cma-and-reserve-page...Andrew Morton
2014-05-14mm-page_alloc-debug_vm-checks-for-free_list-placement-of-cma-and-reserve-page...Vlastimil Babka
2014-05-14mm/page_alloc: DEBUG_VM checks for free_list placement of CMA and RESERVE pagesVlastimil Babka
2014-05-14mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-05-14mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman
2014-05-14mm: do not use atomic operations when releasing pagesMel Gorman
2014-05-14mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman
2014-05-14mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-05-14mm: page_alloc: use unsigned int for order in more placesMel Gorman
2014-05-14mm: page_alloc: lookup pageblock migratetype with IRQs enabled during freeMel Gorman
2014-05-14mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman
2014-05-14mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman
2014-05-14mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast pathMel Gorman
2014-05-14mm: page_alloc: only check the alloc flags and gfp_mask for dirty onceMel Gorman
2014-05-14mm: page_alloc: only check the zone id check if pages are buddiesMel Gorman
2014-05-14mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman
2014-05-14mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f...Mel Gorman
2014-05-14mm: page_alloc: do not update zlc unless the zlc is activeMel Gorman
2014-05-14memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov
2014-05-14memcg-deprecate-memoryforce_empty-knob-fixAndrew Morton
2014-05-14memcg: deprecate memory.force_empty knobMichal Hocko
2014-05-14mm/dmapool.c: reuse devres_release() to free resourcesAndy Shevchenko
2014-05-14swap: change swap_list_head to plist, add swap_avail_headDan Streetman
2014-05-14swap: change swap_info singly-linked list to list_headDan Streetman
2014-05-14mm-fold-mlocked_vma_newpage-into-its-only-call-site-checkpatch-fixesAndrew Morton
2014-05-14mm: fold mlocked_vma_newpage() into its only call siteJianyu Zhan
2014-05-14mm-use-the-light-version-__mod_zone_page_state-in-mlocked_vma_newpage-checkpa...Andrew Morton
2014-05-14mm: use the light version __mod_zone_page_state in mlocked_vma_newpage()Jianyu Zhan
2014-05-14mm: remap_file_pages: initialize populate before usageSasha Levin
2014-05-14mm-replace-remap_file_pages-syscall-with-emulation-fixAndrew Morton
2014-05-14mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov
2014-05-14mm-mark-remap_file_pages-syscall-as-deprecated-fixAndrew Morton
2014-05-14mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov
2014-05-14mm/compaction: avoid rescanning pageblocks in isolate_freepagesVlastimil Babka
2014-05-14mm/compaction: do not count migratepages when unnecessaryVlastimil Babka