summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-17x86, mm: Add alloc_low_pages(num)Yinghai Lu2-13/+26
2012-11-17x86, mm, Xen: Remove mapping_pagetable_reserve()Yinghai Lu5-49/+0
2012-11-17x86, mm: Move min_pfn_mapped back to mm/init.cYinghai Lu3-2/+2
2012-11-17x86, mm: Merge alloc_low_page between 64bit and 32bitYinghai Lu4-54/+44
2012-11-17x86, mm: Remove parameter in alloc_low_page for 64bitYinghai Lu1-12/+7
2012-11-17x86, mm: Remove early_memremap workaround for page table accessing on 64bitYinghai Lu1-34/+4
2012-11-17x86, mm: setup page table in top-downYinghai Lu6-155/+94
2012-11-17x86, mm: Break down init_all_memory_mappingYinghai Lu1-22/+19
2012-11-17x86, mm: Don't clear page table if range is ramYinghai Lu1-21/+19
2012-11-17x86, mm: Use big page size for small memory rangeYinghai Lu1-0/+37
2012-11-17x86, mm: Align start address to correct big page sizeYinghai Lu2-2/+4
2012-11-17x86, mm: relocate initrd under all mem for 64bitYinghai Lu1-4/+3
2012-11-17x86, mm: Only direct map addresses that are marked as E820_RAMJacob Shin4-25/+117
2012-11-17x86, mm: use pfn_range_is_mapped() with reserve_initrdYinghai Lu1-24/+28
2012-11-17x86, mm: use pfn_range_is_mapped() with gartYinghai Lu1-3/+2
2012-11-17x86, mm: use pfn_range_is_mapped() with CPAYinghai Lu1-13/+3
2012-11-17x86, mm: Fixup code testing if a pfn is direct mappedJacob Shin3-9/+14
2012-11-17x86, mm: if kernel .text .data .bss are not marked as E820_RAM, complain and fixJacob Shin1-0/+14
2012-11-17x86, mm: Set memblock initial limit to 1MYinghai Lu1-1/+1
2012-11-17x86, mm: Separate out calculate_table_space_size()Yinghai Lu1-11/+27
2012-11-17x86, mm: Find early page table buffer togetherYinghai Lu1-32/+34
2012-11-17x86, mm: Change find_early_table_space() paramtersYinghai Lu1-3/+9
2012-11-17x86, mm: Revert back good_end setting for 64bitYinghai Lu1-1/+1
2012-11-17x86, mm: Move init_memory_mapping calling out of setup.cYinghai Lu4-29/+20
2012-11-17x86, mm: Move down find_early_table_space()Yinghai Lu1-58/+59
2012-11-17x86, mm: Split out split_mem_range from init_memory_mappingYinghai Lu1-16/+25
2012-11-17x86, mm: Add global page_size_mask and probe one time onlyYinghai Lu3-30/+27
2012-11-17Linux 3.7-rc6v3.7-rc6Linus Torvalds1-1/+1
2012-11-17Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+7
2012-11-17Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds19-120/+86
2012-11-17revert "mm: fix-up zone present pages"Andrew Morton6-58/+1
2012-11-17tmpfs: change final i_blocks BUG to WARNINGHugh Dickins1-1/+1
2012-11-17tmpfs: fix shmem_getpage_gfp() VM_BUG_ONHugh Dickins1-2/+14
2012-11-17mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon1-1/+1
2012-11-17mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...Mel Gorman1-25/+0
2012-11-17rapidio: fix kernel-doc warningsRandy Dunlap2-1/+3
2012-11-17swapfile: fix name leak in swapoffXiaotian Feng1-2/+2
2012-11-17memcg: fix hotplugged memory zone oopsHugh Dickins4-18/+38
2012-11-17mips, arc: fix build failureDavid Rientjes1-0/+1
2012-11-17memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko2-6/+19
2012-11-17mm: fix build warning for uninitialized valueDavid Rientjes1-6/+4
2012-11-17mm: add anon_vma_lock to validate_mm()Michel Lespinasse1-0/+2
2012-11-17KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()Takashi Iwai1-4/+7
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds42-120/+247
2012-11-16Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller18-25/+73
2012-11-16net-rps: Fix brokeness causing OOO packetsTom Herbert1-1/+3
2012-11-16Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-7/+20
2012-11-16tcp: handle tcp_net_metrics_init() order-5 memory allocation failuresEric Dumazet1-3/+9
2012-11-16Thermal: Add Linux/Thermal subsystem info in MAINTAINER fileZhang Rui1-0/+8
2012-11-16mm, oom: reintroduce /proc/pid/oom_adjDavid Rientjes3-4/+130