summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang2012-12-111-2/+2
| * | | | | memory-hotplug: fix NR_FREE_PAGES mismatchWen Congyang2012-12-111-5/+5
| * | | | | memory-hotplug: auto offline page_cgroup when onlining memory block failedWen Congyang2012-12-111-0/+3
| * | | | | memory-hotplug: update mce_bad_pages when removing the memoryWen Congyang2012-12-111-0/+22
| * | | | | memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang2012-12-114-14/+47
| * | | | | thp: cleanup: introduce mk_huge_pmd()Bob Liu2012-12-111-9/+12
| * | | | | thp: introduce hugepage_vma_check()Bob Liu2012-12-111-21/+17
| * | | | | mm: introduce mm_find_pmd()Bob Liu2012-12-115-92/+44
| * | | | | thp: clean up __collapse_huge_page_isolateBob Liu2012-12-111-27/+11
| * | | | | mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov2012-12-111-4/+5
| * | | | | mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov2012-12-112-10/+12
| * | | | | mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes2012-12-111-2/+2
| * | | | | mm: show migration types in show_memRabin Vincent2012-12-111-2/+40
| * | | | | writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon2012-12-111-6/+5
* | | | | | Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-12-112-0/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman2012-11-1612-113/+79
| |\ \ \ \ \
| * | | | | | mm: export a function to get vm committed memoryK. Y. Srinivasan2012-11-152-0/+29
| | |/ / / / | |/| | | |
* | | | | | mm: dmapool: use provided gfp flags for all dma_alloc_coherent() callsMarek Szyprowski2012-12-111-24/+7
* | | | | | Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds2012-12-101-3/+4
* | | | | | Revert "mm: avoid waking kswapd for THP allocations when compaction is deferr...Linus Torvalds2012-12-101-27/+10
* | | | | | mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner2012-12-081-3/+0
* | | | | | tmpfs: fix shared mempolicy leakMel Gorman2012-12-062-32/+16
* | | | | | mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...Johannes Weiner2012-12-061-16/+0
* | | | | | mm: compaction: validate pfn range passed to isolate_freepages_blockMel Gorman2012-12-061-1/+9
* | | | | | mm: soft offline: split thp at the beginning of soft_offline_page()Naoya Horiguchi2012-11-301-0/+8
* | | | | | mm: avoid waking kswapd for THP allocations when compaction is deferred or co...Mel Gorman2012-11-301-10/+27
* | | | | | revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton2012-11-301-4/+3
* | | | | | mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner2012-11-301-9/+18
* | | | | | mm/vmemmap: fix wrong use of virt_to_pageJianguo Wu2012-11-301-6/+4
* | | | | | mm: compaction: fix return value of capture_free_page()Mel Gorman2012-11-301-1/+1
* | | | | | mm: vmscan: check for fatal signals iff the process was throttledMel Gorman2012-11-261-10/+27
* | | | | | Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman2012-11-261-3/+4
* | | | | | fix incorrect NR_FREE_PAGES accounting (appears like memory leak)Dave Hansen2012-11-211-1/+1
| |/ / / / |/| | | |
* | | | | revert "mm: fix-up zone present pages"Andrew Morton2012-11-164-53/+1
* | | | | tmpfs: change final i_blocks BUG to WARNINGHugh Dickins2012-11-161-1/+1
* | | | | tmpfs: fix shmem_getpage_gfp() VM_BUG_ONHugh Dickins2012-11-161-2/+14
* | | | | mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon2012-11-161-1/+1
* | | | | mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...Mel Gorman2012-11-161-25/+0
* | | | | swapfile: fix name leak in swapoffXiaotian Feng2012-11-161-2/+2
* | | | | memcg: fix hotplugged memory zone oopsHugh Dickins2012-11-163-17/+37
* | | | | memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko2012-11-161-6/+15
* | | | | mm: fix build warning for uninitialized valueDavid Rientjes2012-11-161-6/+4
* | | | | mm: add anon_vma_lock to validate_mm()Michel Lespinasse2012-11-161-0/+2
* | | | | mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi2012-11-091-0/+2
|/ / / /
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-261-0/+24
|\ \ \ \
| * | | | x86, mm: Trim memory in memblock to be page alignedYinghai Lu2012-10-241-0/+24
* | | | | mm, numa: avoid setting zone_reclaim_mode unless a node is sufficiently distantDavid Rientjes2012-10-251-2/+2
* | | | | mm/mmu_notifier: allocate mmu_notifier in advanceGavin Shan2012-10-251-13/+13
* | | | | mm/page_alloc.c:alloc_contig_range(): return early for err pathBob Liu2012-10-251-1/+1
* | | | | mm: fix XFS oops due to dirty pages without buffers on s390Jan Kara2012-10-251-5/+15
|/ / / /
OpenPOWER on IntegriCloud