summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | x86, mm: Add check before clear pte above max_low_pfn on 32bitYinghai Lu2012-11-171-2/+16
| * | | x86, mm: Move function declaration into mm_internal.hYinghai Lu2012-11-171-0/+7
| * | | x86, mm: change low/hignmem_pfn_init to static on 32bitYinghai Lu2012-11-171-2/+2
| * | | x86, mm: Move init_gbpages() out of setup.cYinghai Lu2012-11-171-0/+12
| * | | x86, mm: Move back pgt_buf_* to mm/init.cYinghai Lu2012-11-171-3/+3
| * | | x86, mm: only call early_ioremap_page_table_range_init() onceYinghai Lu2012-11-172-14/+46
| * | | x86, mm: Add pointer about Xen mmu requirement for alloc_low_pagesStefano Stabellini2012-11-171-0/+9
| * | | x86, mm: Add alloc_low_pages(num)Yinghai Lu2012-11-172-13/+26
| * | | x86, mm, Xen: Remove mapping_pagetable_reserve()Yinghai Lu2012-11-171-4/+0Star
| * | | x86, mm: Move min_pfn_mapped back to mm/init.cYinghai Lu2012-11-171-0/+2
| * | | x86, mm: Merge alloc_low_page between 64bit and 32bitYinghai Lu2012-11-174-54/+44Star
| * | | x86, mm: Remove parameter in alloc_low_page for 64bitYinghai Lu2012-11-171-12/+7Star
| * | | x86, mm: Remove early_memremap workaround for page table accessing on 64bitYinghai Lu2012-11-171-34/+4Star
| * | | x86, mm: setup page table in top-downYinghai Lu2012-11-173-155/+89Star
| * | | x86, mm: Break down init_all_memory_mappingYinghai Lu2012-11-171-22/+19Star
| * | | x86, mm: Don't clear page table if range is ramYinghai Lu2012-11-171-21/+19Star
| * | | x86, mm: Use big page size for small memory rangeYinghai Lu2012-11-171-0/+37
| * | | x86, mm: Align start address to correct big page sizeYinghai Lu2012-11-172-2/+4
| * | | x86, mm: Only direct map addresses that are marked as E820_RAMJacob Shin2012-11-172-15/+111
| * | | x86, mm: use pfn_range_is_mapped() with CPAYinghai Lu2012-11-171-13/+3Star
| * | | x86, mm: Separate out calculate_table_space_size()Yinghai Lu2012-11-171-11/+27
| * | | x86, mm: Find early page table buffer togetherYinghai Lu2012-11-171-32/+34
| * | | x86, mm: Change find_early_table_space() paramtersYinghai Lu2012-11-171-3/+9
| * | | x86, mm: Revert back good_end setting for 64bitYinghai Lu2012-11-171-1/+1
| * | | x86, mm: Move init_memory_mapping calling out of setup.cYinghai Lu2012-11-171-1/+18
| * | | x86, mm: Move down find_early_table_space()Yinghai Lu2012-11-171-58/+59
| * | | x86, mm: Split out split_mem_range from init_memory_mappingYinghai Lu2012-11-171-16/+25
| * | | x86, mm: Add global page_size_mask and probe one time onlyYinghai Lu2012-11-171-30/+25Star
| | |/ | |/|
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-201-14/+15
|\ \ \
| * | | x86/srat: Simplify memory affinity init error handlingDavidlohr Bueso2013-01-241-14/+15
| | |/ | |/|
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-202-9/+3Star
|\ \ \
| * | | x86/memtest: Shorten time for testsAlexander Holler2013-02-181-8/+2Star
| * | | x86: Convert a few mistaken __cpuinit annotations to __initJan Beulich2013-01-241-1/+1
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-201-2/+2
|\ \ \
| * | | x86/mm: Fix the argument passed to sync_global_pgds()Wen Congyang2013-01-241-2/+2
| |/ /
* | | x86/mm: Check if PUD is large when validating a kernel addressMel Gorman2013-02-131-0/+3
* | | x86: Do not leak kernel page mapping locationsKees Cook2013-02-071-3/+5
|/ /
* | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-1/+7
|\ \
| * | x86: mm: drop TLB flush from ptep_set_access_flagsRik van Riel2012-12-111-1/+0Star
| * | x86: mm: only do a local tlb flush in ptep_set_access_flags()Rik van Riel2012-12-111-1/+8
| |/
* | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds2012-12-161-6/+4Star
* | Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd"Linus Torvalds2012-12-152-113/+1Star
* | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-143-5/+119
|\ \
| * | x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich2012-10-301-4/+6
| * | x86, mm: Include the entire kernel memory map in trampoline_pgdMatt Fleming2012-10-302-1/+113
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-132-16/+11Star
|\ \ \
| * | | mm, oom: remove statically defined arch functions of same nameDavid Rientjes2012-12-131-15/+8Star
| * | | page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan2012-12-131-1/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
| | |/ | |/|