Age | Commit message (Expand) | Author | Files | Lines |
2012-11-17 | x86, mm: Add alloc_low_pages(num) | Yinghai Lu | 2 | -13/+26 |
2012-11-17 | x86, mm, Xen: Remove mapping_pagetable_reserve() | Yinghai Lu | 5 | -49/+0 |
2012-11-17 | x86, mm: Move min_pfn_mapped back to mm/init.c | Yinghai Lu | 3 | -2/+2 |
2012-11-17 | x86, mm: Merge alloc_low_page between 64bit and 32bit | Yinghai Lu | 4 | -54/+44 |
2012-11-17 | x86, mm: Remove parameter in alloc_low_page for 64bit | Yinghai Lu | 1 | -12/+7 |
2012-11-17 | x86, mm: Remove early_memremap workaround for page table accessing on 64bit | Yinghai Lu | 1 | -34/+4 |
2012-11-17 | x86, mm: setup page table in top-down | Yinghai Lu | 6 | -155/+94 |
2012-11-17 | x86, mm: Break down init_all_memory_mapping | Yinghai Lu | 1 | -22/+19 |
2012-11-17 | x86, mm: Don't clear page table if range is ram | Yinghai Lu | 1 | -21/+19 |
2012-11-17 | x86, mm: Use big page size for small memory range | Yinghai Lu | 1 | -0/+37 |
2012-11-17 | x86, mm: Align start address to correct big page size | Yinghai Lu | 2 | -2/+4 |
2012-11-17 | x86, mm: relocate initrd under all mem for 64bit | Yinghai Lu | 1 | -4/+3 |
2012-11-17 | x86, mm: Only direct map addresses that are marked as E820_RAM | Jacob Shin | 4 | -25/+117 |
2012-11-17 | x86, mm: use pfn_range_is_mapped() with reserve_initrd | Yinghai Lu | 1 | -24/+28 |
2012-11-17 | x86, mm: use pfn_range_is_mapped() with gart | Yinghai Lu | 1 | -3/+2 |
2012-11-17 | x86, mm: use pfn_range_is_mapped() with CPA | Yinghai Lu | 1 | -13/+3 |
2012-11-17 | x86, mm: Fixup code testing if a pfn is direct mapped | Jacob Shin | 3 | -9/+14 |
2012-11-17 | x86, mm: if kernel .text .data .bss are not marked as E820_RAM, complain and fix | Jacob Shin | 1 | -0/+14 |
2012-11-17 | x86, mm: Set memblock initial limit to 1M | Yinghai Lu | 1 | -1/+1 |
2012-11-17 | x86, mm: Separate out calculate_table_space_size() | Yinghai Lu | 1 | -11/+27 |
2012-11-17 | x86, mm: Find early page table buffer together | Yinghai Lu | 1 | -32/+34 |
2012-11-17 | x86, mm: Change find_early_table_space() paramters | Yinghai Lu | 1 | -3/+9 |
2012-11-17 | x86, mm: Revert back good_end setting for 64bit | Yinghai Lu | 1 | -1/+1 |
2012-11-17 | x86, mm: Move init_memory_mapping calling out of setup.c | Yinghai Lu | 4 | -29/+20 |
2012-11-17 | x86, mm: Move down find_early_table_space() | Yinghai Lu | 1 | -58/+59 |
2012-11-17 | x86, mm: Split out split_mem_range from init_memory_mapping | Yinghai Lu | 1 | -16/+25 |
2012-11-17 | x86, mm: Add global page_size_mask and probe one time only | Yinghai Lu | 3 | -30/+27 |
2012-11-17 | Linux 3.7-rc6v3.7-rc6 | Linus Torvalds | 1 | -1/+1 |
2012-11-17 | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -4/+7 |
2012-11-17 | Merge branch 'akpm' (Fixes from Andrew) | Linus Torvalds | 19 | -120/+86 |
2012-11-17 | revert "mm: fix-up zone present pages" | Andrew Morton | 6 | -58/+1 |
2012-11-17 | tmpfs: change final i_blocks BUG to WARNING | Hugh Dickins | 1 | -1/+1 |
2012-11-17 | tmpfs: fix shmem_getpage_gfp() VM_BUG_ON | Hugh Dickins | 1 | -2/+14 |
2012-11-17 | mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem address | Will Deacon | 1 | -1/+1 |
2012-11-17 | mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction... | Mel Gorman | 1 | -25/+0 |
2012-11-17 | rapidio: fix kernel-doc warnings | Randy Dunlap | 2 | -1/+3 |
2012-11-17 | swapfile: fix name leak in swapoff | Xiaotian Feng | 1 | -2/+2 |
2012-11-17 | memcg: fix hotplugged memory zone oops | Hugh Dickins | 4 | -18/+38 |
2012-11-17 | mips, arc: fix build failure | David Rientjes | 1 | -0/+1 |
2012-11-17 | memcg: oom: fix totalpages calculation for memory.swappiness==0 | Michal Hocko | 2 | -6/+19 |
2012-11-17 | mm: fix build warning for uninitialized value | David Rientjes | 1 | -6/+4 |
2012-11-17 | mm: add anon_vma_lock to validate_mm() | Michel Lespinasse | 1 | -0/+2 |
2012-11-17 | KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update() | Takashi Iwai | 1 | -4/+7 |
2012-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 42 | -120/+247 |
2012-11-16 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 18 | -25/+73 |
2012-11-16 | net-rps: Fix brokeness causing OOO packets | Tom Herbert | 1 | -1/+3 |
2012-11-16 | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 2 | -7/+20 |
2012-11-16 | tcp: handle tcp_net_metrics_init() order-5 memory allocation failures | Eric Dumazet | 1 | -3/+9 |
2012-11-16 | Thermal: Add Linux/Thermal subsystem info in MAINTAINER file | Zhang Rui | 1 | -0/+8 |
2012-11-16 | mm, oom: reintroduce /proc/pid/oom_adj | David Rientjes | 3 | -4/+130 |