aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker4-17/+15
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-07-09mm/pgtable: don't accumulate addr during pgd prepopulate pmdWanpeng Li1-3/+1
2013-07-03mm/x86: prepare for removing num_physpages and simplify mem_init()Jiang Liu3-49/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu2-2/+2
2013-07-03mm: make __free_pages_bootmem() only available at boot timeJiang Liu1-16/+2
2013-07-03mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu1-0/+6
2013-07-03mm/x86: use free_reserved_area() to simplify codeJiang Liu2-14/+5
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-187/+0
2013-07-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+5
2013-06-28x86/ioremap: Correct function name outputBorislav Petkov1-4/+4
2013-06-14x86: mm: Remove general hugetlb code from x86.Steve Capper1-67/+0
2013-06-14x86: mm: Remove x86 version of huge_pmd_share.Steve Capper1-120/+0
2013-05-31x86: Fix adjust_range_size_mask calling positionYinghai Lu1-3/+3
2013-05-28x86_64: Correct phys_addr in cleanup_highmap commentZhang Yanfei1-1/+1
2013-05-10x86/mm: Add missing comments for initial kernel direct mappingZhang Yanfei1-1/+18
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2013-04-30Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+6
2013-04-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5
2013-04-29x86: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29x86: pageattr-test: remove srandom32 callAkinobu Mita1-1/+0
2013-04-29x86/mm/numa: use setup_nr_node_ids() instead of opencoding.Cody P Schafer1-6/+3
2013-04-29x86-64: fall back to regular page vmemmap on allocation failureJohannes Weiner1-20/+26
2013-04-29x86-64: use vmemmap_populate_basepages() for !pse setupsJohannes Weiner1-40/+38
2013-04-29x86-64: remove dead debugging code for !pse setupsJohannes Weiner1-3/+0
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-10/+5
2013-04-29mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim1-6/+1
2013-04-29mm/x86: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2-10/+1
2013-04-29mm/x86: use common help functions to free reserved pagesJiang Liu2-7/+3
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells1-0/+1
2013-04-15x86/mm/hotplug: Put kernel_physical_mapping_remove() declaration in CONFIG_MEMORY_HOTREMOVETang Chen1-1/+1
2013-04-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+12
2013-04-12x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen1-0/+7
2013-04-12x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is setBoris Ostrovsky1-0/+2
2013-04-12x86/mm/cpa/selftest: Fix false positive in CPA self testAndrea Arcangeli1-1/+1
2013-04-11x86/mm/cpa: Convert noop to functional fixAndrea Arcangeli1-5/+5
2013-04-10x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio1-2/+4
2013-04-10x86/mm/numa: Simplify some bit manglingMartin Bundgaard1-2/+1
2013-04-10x86/mm/cpa: Cleanup split_large_page() and its calleeBorislav Petkov1-5/+4
2013-04-02x86, cpu: Convert F00F bug detectionBorislav Petkov1-1/+1
2013-03-07x86: Do not try to sync identity map for non-mapped pagesDave Hansen1-0/+7
2013-03-07context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker1-2/+4
2013-03-07context_tracking: Move exception handling to generic codeFrederic Weisbecker1-1/+1
2013-03-06x86, mm: Make sure to find a 2M free block for the first mapped areaYinghai Lu1-3/+2
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu2-128/+8
2013-02-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-12/+49
2013-02-24x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present and pmd_hugeAndrea Arcangeli1-3/+47
2013-02-24Revert "x86, mm: Make spurious_fault check explicitly check explicitly check the PRESENT bit"Andrea Arcangeli1-7/+1
2013-02-24x86/mm/numa: Don't check if node is NUMA_NO_NODEWen Congyang1-2/+1