| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 | H. Peter Anvin | 2013-02-01 | 29 | -287/+199 |
|\ |
|
| * | x86-32, mm: Remove reference to alloc_remap() | H. Peter Anvin | 2013-01-31 | 1 | -18/+11 |
| * | x86-32, mm: Remove reference to resume_map_numa_kva() | H. Peter Anvin | 2013-01-31 | 2 | -8/+0 |
| * | x86-32, mm: Rip out x86_32 NUMA remapping code | Dave Hansen | 2013-01-31 | 4 | -174/+0 |
| * | x86/numa: Use __pa_nodebug() instead | Borislav Petkov | 2013-01-31 | 1 | -1/+1 |
| * | x86, kvm: Fix kvm's use of __pa() on percpu areas | Dave Hansen | 2013-01-26 | 2 | -6/+7 |
| * | x86, mm: Create slow_virt_to_phys() | Dave Hansen | 2013-01-26 | 2 | -0/+32 |
| * | x86, mm: Use new pagetable helpers in try_preserve_large_page() | Dave Hansen | 2013-01-26 | 1 | -7/+4 |
| * | x86, mm: Pagetable level size/shift/mask helpers | Dave Hansen | 2013-01-26 | 2 | -1/+15 |
| * | x86, mm: Make DEBUG_VIRTUAL work earlier in boot | Dave Hansen | 2013-01-26 | 3 | -4/+11 |
| * | Merge tag 'v3.8-rc5' into x86/mm | H. Peter Anvin | 2013-01-26 | 11302 | -299474/+525253 |
| |\ |
|
| * \ | Merge branch 'x86/mm' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/tip/tip... | H. Peter Anvin | 2013-01-26 | 3 | -3/+8 |
| |\ \ |
|
| | * | | x86/mm: Don't flush the TLB on #WP pmd fixups | Ingo Molnar | 2012-11-22 | 1 | -1/+6 |
| | * | | x86: Fix warning about cast from pointer to integer of different size | Alexander Duyck | 2012-11-19 | 2 | -2/+2 |
| * | | | x86/lguest: Use __pa_symbol instead of __pa on C visible symbols | Alexander Duyck | 2012-11-17 | 1 | -1/+2 |
| |/ / |
|
| * | | x86/acpi: Use __pa_symbol instead of __pa on C visible symbols | Alexander Duyck | 2012-11-17 | 1 | -1/+1 |
| * | | x86/ftrace: Use __pa_symbol instead of __pa on C visible symbols | Alexander Duyck | 2012-11-17 | 1 | -2/+2 |
| * | | x86: Use __pa_symbol instead of __pa on C visible symbols | Alexander Duyck | 2012-11-17 | 6 | -29/+27 |
| * | | x86: Drop 4 unnecessary calls to __pa_symbol | Alexander Duyck | 2012-11-17 | 2 | -4/+4 |
| * | | x86: Make it so that __pa_symbol can only process kernel symbols on x86_64 | Alexander Duyck | 2012-11-17 | 4 | -1/+17 |
| * | | x86: Improve __phys_addr performance by making use of carry flags and inlining | Alexander Duyck | 2012-11-17 | 3 | -15/+42 |
| * | | x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.h | Alexander Duyck | 2012-11-17 | 4 | -22/+25 |
* | | | x86: Don't panic if can not alloc buffer for swiotlb | Yinghai Lu | 2013-01-30 | 4 | -21/+35 |
* | | | mm: Add alloc_bootmem_low_pages_nopanic() | Yinghai Lu | 2013-01-30 | 3 | -0/+21 |
* | | | x86, 64bit, mm: hibernate use generic mapping_init | Yinghai Lu | 2013-01-30 | 1 | -44/+22 |
* | | | x86, 64bit, mm: Mark data/bss/brk to nx | Yinghai Lu | 2013-01-30 | 1 | -3/+4 |
* | | | x86: Merge early kernel reserve for 32bit and 64bit | Yinghai Lu | 2013-01-30 | 3 | -18/+9 |
* | | | x86: Add Crash kernel low reservation | Yinghai Lu | 2013-01-30 | 4 | -7/+75 |
* | | | x86, kdump: Remove crashkernel range find limit for 64bit | Yinghai Lu | 2013-01-30 | 1 | -3/+1 |
* | | | memblock: Add memblock_mem_size() | Yinghai Lu | 2013-01-30 | 3 | -15/+19 |
* | | | x86, boot: Not need to check setup_header version for setup_data | Yinghai Lu | 2013-01-30 | 1 | -6/+0 |
* | | | x86, boot: Update comments about entries for 64bit image | Yinghai Lu | 2013-01-30 | 2 | -9/+51 |
* | | | x86, boot: Support loading bzImage, boot_params and ramdisk above 4G | Yinghai Lu | 2013-01-30 | 4 | -1/+17 |
* | | | x86, kexec, 64bit: Only set ident mapping for ram. | Yinghai Lu | 2013-01-30 | 3 | -6/+15 |
* | | | x86, kexec: Replace ident_mapping_init and init_level4_page | Yinghai Lu | 2013-01-30 | 1 | -135/+26 |
* | | | x86, kexec: Set ident mapping for kernel that is above max_pfn | Yinghai Lu | 2013-01-30 | 1 | -6/+37 |
* | | | x86, kexec: Remove 1024G limitation for kexec buffer on 64bit | Yinghai Lu | 2013-01-30 | 1 | -3/+3 |
* | | | x86, boot: Move lldt/ltr out of 64bit code section | Yinghai Lu | 2013-01-30 | 1 | -3/+6 |
* | | | x86, boot: Move verify_cpu.S and no_longmode down | Yinghai Lu | 2013-01-30 | 1 | -8/+9 |
* | | | x86, boot: Pass cmd_line_ptr with unsigned long instead | Yinghai Lu | 2013-01-30 | 2 | -6/+6 |
* | | | x86, boot: Move checking of cmd_line_ptr out of common path | Yinghai Lu | 2013-01-30 | 2 | -6/+16 |
* | | | x86, boot: Add get_cmd_line_ptr() | Yinghai Lu | 2013-01-30 | 2 | -4/+19 |
* | | | x86: Add get_ramdisk_image/size() | Yinghai Lu | 2013-01-30 | 1 | -8/+21 |
* | | | x86: Merge early_reserve_initrd for 32bit and 64bit | Yinghai Lu | 2013-01-30 | 3 | -26/+18 |
* | | | x86, 64bit: Don't set max_pfn_mapped wrong value early on native path | Yinghai Lu | 2013-01-30 | 3 | -4/+11 |
* | | | x86, 64bit: #PF handler set page to cover only 2M per #PF | Yinghai Lu | 2013-01-30 | 1 | -17/+25 |
* | | | x86, 64bit: Use a #PF handler to materialize early mappings on demand | H. Peter Anvin | 2013-01-30 | 7 | -91/+219 |
* | | | x86, realmode: Separate real_mode reserve and setup | Yinghai Lu | 2013-01-30 | 3 | -14/+25 |
* | | | x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directly | Yinghai Lu | 2013-01-30 | 1 | -2/+2 |
* | | | x86, 64bit: Copy struct boot_params early | Yinghai Lu | 2013-01-30 | 1 | -1/+5 |