summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-13mm, oom: remove statically defined arch functions of same nameDavid Rientjes1-15/+8
2012-12-13page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan1-1/+3
2012-12-12Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-9/+4
2012-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2012-12-12mm: use vm_unmapped_area() in hugetlbfs on i386 architectureMichel Lespinasse1-105/+25
2012-12-11x86: mm: drop TLB flush from ptep_set_access_flagsRik van Riel1-1/+0
2012-12-11x86: mm: only do a local tlb flush in ptep_set_access_flags()Rik van Riel1-1/+8
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-1/+1
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-1/+1
2012-11-30x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin1-4/+1
2012-11-30x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin1-5/+3
2012-11-23x86/mm: Don't flush the TLB on #WP pmd fixupsIngo Molnar1-1/+6
2012-11-17x86, mm: kill numa_free_all_bootmem()Yinghai Lu2-17/+11
2012-11-17x86, mm: Use clamp_t() in init_range_memory_mappingYinghai Lu1-16/+5
2012-11-17x86, mm: Move after_bootmem to mm_internel.hYinghai Lu1-0/+2
2012-11-17x86, mm: Unifying after_bootmem for 32bit and 64bitYinghai Lu2-19/+4
2012-11-17x86, mm: use limit_pfn for end pfnYinghai Lu1-9/+11
2012-11-17x86, mm: use pfn instead of pos in split_mem_rangeYinghai Lu1-15/+14
2012-11-17x86, mm: use PFN_DOWN in split_mem_range()Yinghai Lu1-22/+22
2012-11-17x86, mm: use round_up/down in split_mem_range()Yinghai Lu1-18/+12
2012-11-17x86, mm: Add check before clear pte above max_low_pfn on 32bitYinghai Lu1-2/+16
2012-11-17x86, mm: Move function declaration into mm_internal.hYinghai Lu1-0/+7
2012-11-17x86, mm: change low/hignmem_pfn_init to static on 32bitYinghai Lu1-2/+2
2012-11-17x86, mm: Move init_gbpages() out of setup.cYinghai Lu1-0/+12
2012-11-17x86, mm: Move back pgt_buf_* to mm/init.cYinghai Lu1-3/+3
2012-11-17x86, mm: only call early_ioremap_page_table_range_init() onceYinghai Lu2-14/+46
2012-11-17x86, mm: Add pointer about Xen mmu requirement for alloc_low_pagesStefano Stabellini1-0/+9
2012-11-17x86, mm: Add alloc_low_pages(num)Yinghai Lu2-13/+26
2012-11-17x86, mm, Xen: Remove mapping_pagetable_reserve()Yinghai Lu1-4/+0
2012-11-17x86, mm: Move min_pfn_mapped back to mm/init.cYinghai Lu1-0/+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 Lu3-155/+89
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: Only direct map addresses that are marked as E820_RAMJacob Shin2-15/+111
2012-11-17x86, mm: use pfn_range_is_mapped() with CPAYinghai Lu1-13/+3
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 Lu1-1/+18
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 Lu1-30/+25