| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: introduce mm_populate() for populating new vmas | Michel Lespinasse | 2013-02-23 | 7 | -22/+62 |
* | mm: remap_file_pages() fixes | Michel Lespinasse | 2013-02-23 | 1 | -8/+14 |
* | mm: avoid calling pgdat_balanced() needlessly | Zlatko Calusic | 2013-02-23 | 1 | -4/+11 |
* | mm: compaction: make __compact_pgdat() and compact_pgdat() return void | Andrew Morton | 2013-02-23 | 2 | -10/+7 |
* | mm: make madvise(MADV_WILLNEED) support swap file prefetch | Shaohua Li | 2013-02-23 | 1 | -4/+101 |
* | memcg,vmscan: do not break out targeted reclaim without reclaimed pages | Michal Hocko | 2013-02-23 | 1 | -10/+9 |
* | mm/ksm.c: use new hashtable implementation | Sasha Levin | 2013-02-23 | 1 | -18/+12 |
* | mm/huge_memory.c: use new hashtable implementation | Sasha Levin | 2013-02-23 | 1 | -45/+9 |
* | mm: compaction: do not accidentally skip pageblocks in the migrate scanner | Mel Gorman | 2013-02-23 | 1 | -3/+2 |
* | mm/vmscan.c:__zone_reclaim(): replace max_t() with max() | Andrew Morton | 2013-02-23 | 1 | -2/+1 |
* | mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned long | Andrew Morton | 2013-02-23 | 1 | -5/+2 |
* | mm: reduce rmap overhead for ex-KSM page copies created on swap faults | Johannes Weiner | 2013-02-23 | 2 | -7/+4 |
* | mm: vmscan: compaction works against zones, not lruvecs | Johannes Weiner | 2013-02-23 | 1 | -88/+91 |
* | mm: vmscan: clean up get_scan_count() | Johannes Weiner | 2013-02-23 | 1 | -21/+44 |
* | mm: vmscan: improve comment on low-page cache handling | Johannes Weiner | 2013-02-23 | 1 | -5/+7 |
* | mm: vmscan: clarify how swappiness, highest priority, memcg interact | Johannes Weiner | 2013-02-23 | 1 | -9/+30 |
* | mm: vmscan: save work scanning (almost) empty LRU lists | Johannes Weiner | 2013-02-23 | 2 | -5/+7 |
* | mm: memcg: only evict file pages when we have plenty | Johannes Weiner | 2013-02-23 | 1 | -9/+11 |
* | CMA: make putback_lru_pages() call conditional | Srinivas Pandruvada | 2013-02-23 | 1 | -3/+5 |
* | mm/hugetlb.c: convert to pr_foo() | Andrew Morton | 2013-02-23 | 1 | -13/+9 |
* | mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo() | Andrew Morton | 2013-02-23 | 1 | -8/+7 |
* | memcg, oom: provide more precise dump info while memcg oom happening | Sha Zhengju | 2013-02-23 | 2 | -12/+41 |
* | drivers/md/persistent-data/dm-transaction-manager.c: rename HASH_SIZE | Andrew Morton | 2013-02-23 | 1 | -7/+7 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 77 | -1247/+1542 |
|\ |
|
| * | Merge branch 'x86/mm2' into x86/mm | H. Peter Anvin | 2013-02-15 | 61 | -942/+1429 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 | H. Peter Anvin | 2013-02-01 | 29 | -287/+199 |
| | |\ |
|
| | * | | x86: Don't panic if can not alloc buffer for swiotlb | Yinghai Lu | 2013-01-29 | 4 | -21/+35 |
| | * | | mm: Add alloc_bootmem_low_pages_nopanic() | Yinghai Lu | 2013-01-29 | 3 | -0/+21 |
| | * | | x86, 64bit, mm: hibernate use generic mapping_init | Yinghai Lu | 2013-01-29 | 1 | -44/+22 |
| | * | | x86, 64bit, mm: Mark data/bss/brk to nx | Yinghai Lu | 2013-01-29 | 1 | -3/+4 |
| | * | | x86: Merge early kernel reserve for 32bit and 64bit | Yinghai Lu | 2013-01-29 | 3 | -18/+9 |
| | * | | x86: Add Crash kernel low reservation | Yinghai Lu | 2013-01-29 | 4 | -7/+75 |
| | * | | x86, kdump: Remove crashkernel range find limit for 64bit | Yinghai Lu | 2013-01-29 | 1 | -3/+1 |
| | * | | memblock: Add memblock_mem_size() | Yinghai Lu | 2013-01-29 | 3 | -15/+19 |
| | * | | x86, boot: Not need to check setup_header version for setup_data | Yinghai Lu | 2013-01-29 | 1 | -6/+0 |
| | * | | x86, boot: Update comments about entries for 64bit image | Yinghai Lu | 2013-01-29 | 2 | -9/+51 |
| | * | | x86, boot: Support loading bzImage, boot_params and ramdisk above 4G | Yinghai Lu | 2013-01-29 | 4 | -1/+17 |
| | * | | x86, kexec, 64bit: Only set ident mapping for ram. | Yinghai Lu | 2013-01-29 | 3 | -6/+15 |
| | * | | x86, kexec: Replace ident_mapping_init and init_level4_page | Yinghai Lu | 2013-01-29 | 1 | -135/+26 |
| | * | | x86, kexec: Set ident mapping for kernel that is above max_pfn | Yinghai Lu | 2013-01-29 | 1 | -6/+37 |
| | * | | x86, kexec: Remove 1024G limitation for kexec buffer on 64bit | Yinghai Lu | 2013-01-29 | 1 | -3/+3 |
| | * | | x86, boot: Move lldt/ltr out of 64bit code section | Yinghai Lu | 2013-01-29 | 1 | -3/+6 |
| | * | | x86, boot: Move verify_cpu.S and no_longmode down | Yinghai Lu | 2013-01-29 | 1 | -8/+9 |
| | * | | x86, boot: Pass cmd_line_ptr with unsigned long instead | Yinghai Lu | 2013-01-29 | 2 | -6/+6 |
| | * | | x86, boot: Move checking of cmd_line_ptr out of common path | Yinghai Lu | 2013-01-29 | 2 | -6/+16 |
| | * | | x86, boot: Add get_cmd_line_ptr() | Yinghai Lu | 2013-01-29 | 2 | -4/+19 |
| | * | | x86: Add get_ramdisk_image/size() | Yinghai Lu | 2013-01-29 | 1 | -8/+21 |
| | * | | x86: Merge early_reserve_initrd for 32bit and 64bit | Yinghai Lu | 2013-01-29 | 3 | -26/+18 |
| | * | | x86, 64bit: Don't set max_pfn_mapped wrong value early on native path | Yinghai Lu | 2013-01-29 | 3 | -4/+11 |
| | * | | x86, 64bit: #PF handler set page to cover only 2M per #PF | Yinghai Lu | 2013-01-29 | 1 | -17/+25 |