| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, acpi, crash, kdump: do reserve_crashkernel() after SRAT is parsed. | Tang Chen | 2013-11-13 | 1 | -2/+7 |
* | DMI: Parse memory device (type 17) in SMBIOS | Chen, Gong | 2013-10-23 | 1 | -0/+1 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-09-04 | 1 | -13/+10 |
|\ |
|
| * | x86: avoid remapping data in parse_setup_data() | Linn Crosetto | 2013-08-13 | 1 | -11/+8 |
| * | x86: Use memblock_set_current_limit() to set limit for memblock. | Tang Chen | 2013-08-13 | 1 | -2/+2 |
* | | x86, asmlinkage: Make several variables used from assembler/linker script vis... | Andi Kleen | 2013-08-06 | 1 | -2/+2 |
|/ |
|
* | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 2013-07-14 | 1 | -1/+1 |
* | mm/x86: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-03 | 1 | -2/+0 |
* | dump_stack: implement arch-specific hardware description in task dumps | Tejun Heo | 2013-04-30 | 1 | -0/+1 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-04-30 | 1 | -1/+0 |
|\ |
|
| * | x86/setup: Drop unneeded include <asm/dmi.h> | Jean Delvare | 2013-04-25 | 1 | -1/+0 |
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-04-30 | 1 | -2/+0 |
|\ \ |
|
| * | | x86, cpu: Convert FDIV bug detection | Borislav Petkov | 2013-04-02 | 1 | -2/+0 |
| |/ |
|
* | | x86, kdump: Change crashkernel_high/low= to crashkernel=,high/low | Yinghai Lu | 2013-04-17 | 1 | -3/+3 |
* | | x86, kdump: Retore crashkernel= to allocate under 896M | Yinghai Lu | 2013-04-17 | 1 | -5/+19 |
* | | x86, kdump: Set crashkernel_low automatically | Yinghai Lu | 2013-04-17 | 1 | -3/+18 |
|/ |
|
* | x86: Fix 32-bit *_cpu_data initializers | Krzysztof Mazur | 2013-03-06 | 1 | -2/+8 |
* | x86, ACPI, mm: Revert movablemem_map support | Yinghai Lu | 2013-03-02 | 1 | -9/+4 |
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-02-27 | 1 | -2/+1 |
|\ |
|
| * | x86, efi: remove duplicate code in setup_arch() by using, efi_is_native() | Satoru Takeuchi | 2013-02-14 | 1 | -2/+1 |
* | | acpi, memory-hotplug: parse SRAT before memblock is ready | Tang Chen | 2013-02-23 | 1 | -4/+9 |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 1 | -102/+158 |
|\ \
| |/
|/| |
|
| * | Merge branch 'x86/mm2' into x86/mm | H. Peter Anvin | 2013-02-15 | 1 | -90/+141 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 | H. Peter Anvin | 2013-02-01 | 1 | -8/+8 |
| | |\ |
|
| | * | | x86: Merge early kernel reserve for 32bit and 64bit | Yinghai Lu | 2013-01-29 | 1 | -0/+9 |
| | * | | x86: Add Crash kernel low reservation | Yinghai Lu | 2013-01-29 | 1 | -2/+40 |
| | * | | x86, kdump: Remove crashkernel range find limit for 64bit | Yinghai Lu | 2013-01-29 | 1 | -3/+1 |
| | * | | memblock: Add memblock_mem_size() | Yinghai Lu | 2013-01-29 | 1 | -15/+1 |
| | * | | x86, boot: Not need to check setup_header version for setup_data | Yinghai Lu | 2013-01-29 | 1 | -6/+0 |
| | * | | x86, boot: Support loading bzImage, boot_params and ramdisk above 4G | Yinghai Lu | 2013-01-29 | 1 | -0/+4 |
| | * | | x86: Add get_ramdisk_image/size() | Yinghai Lu | 2013-01-29 | 1 | -8/+21 |
| | * | | x86: Merge early_reserve_initrd for 32bit and 64bit | Yinghai Lu | 2013-01-29 | 1 | -4/+18 |
| | * | | x86, 64bit: Don't set max_pfn_mapped wrong value early on native path | Yinghai Lu | 2013-01-29 | 1 | -0/+2 |
| | * | | x86, 64bit: Use a #PF handler to materialize early mappings on demand | H. Peter Anvin | 2013-01-29 | 1 | -0/+2 |
| | * | | x86, realmode: Separate real_mode reserve and setup | Yinghai Lu | 2013-01-29 | 1 | -1/+3 |
| | * | | x86: Factor out e820_add_kernel_range() | Yinghai Lu | 2013-01-29 | 1 | -14/+22 |
| | * | | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 2013-01-29 | 1 | -4/+84 |
| | |\ \ |
|
| | * | | | x86, mm: kill numa_64.h | Yinghai Lu | 2012-11-17 | 1 | -3/+0 |
| | * | | | x86, mm: Move init_gbpages() out of setup.c | Yinghai Lu | 2012-11-17 | 1 | -14/+1 |
| | * | | | x86, mm: Move min_pfn_mapped back to mm/init.c | Yinghai Lu | 2012-11-17 | 1 | -1/+0 |
| | * | | | x86, mm: setup page table in top-down | Yinghai Lu | 2012-11-17 | 1 | -0/+3 |
| | * | | | x86, mm: relocate initrd under all mem for 64bit | Yinghai Lu | 2012-11-17 | 1 | -4/+3 |
| | * | | | x86, mm: Only direct map addresses that are marked as E820_RAM | Jacob Shin | 2012-11-17 | 1 | -3/+5 |
| | * | | | x86, mm: use pfn_range_is_mapped() with reserve_initrd | Yinghai Lu | 2012-11-17 | 1 | -24/+28 |
| | * | | | x86, mm: if kernel .text .data .bss are not marked as E820_RAM, complain and fix | Jacob Shin | 2012-11-17 | 1 | -0/+14 |
| | * | | | x86, mm: Set memblock initial limit to 1M | Yinghai Lu | 2012-11-17 | 1 | -1/+1 |
| | * | | | x86, mm: Move init_memory_mapping calling out of setup.c | Yinghai Lu | 2012-11-17 | 1 | -26/+1 |
| | * | | | x86, mm: Add global page_size_mask and probe one time only | Yinghai Lu | 2012-11-17 | 1 | -0/+1 |
| * | | | | x86, mm: Move reserving low memory later in initialization | H. Peter Anvin | 2013-02-14 | 1 | -4/+9 |
| | |_|/
| |/| | |
|
| * | | | Merge tag 'v3.8-rc5' into x86/mm | H. Peter Anvin | 2013-01-25 | 1 | -4/+84 |
| |\ \ \
| | | |/
| | |/| |
|