aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-13x86, acpi, crash, kdump: do reserve_crashkernel() after SRAT is parsed.Tang Chen1-2/+7
2013-10-23DMI: Parse memory device (type 17) in SMBIOSChen, Gong1-0/+1
2013-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+10
2013-08-13x86: avoid remapping data in parse_setup_data()Linn Crosetto1-11/+8
2013-08-13x86: Use memblock_set_current_limit() to set limit for memblock.Tang Chen1-2/+2
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script visibleAndi Kleen1-2/+2
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2013-07-03mm/x86: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-2/+0
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo1-0/+1
2013-04-30Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2013-04-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2013-04-25x86/setup: Drop unneeded include <asm/dmi.h>Jean Delvare1-1/+0
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu1-3/+3
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu1-5/+19
2013-04-17x86, kdump: Set crashkernel_low automaticallyYinghai Lu1-3/+18
2013-04-02x86, cpu: Convert FDIV bug detectionBorislav Petkov1-2/+0
2013-03-06x86: Fix 32-bit *_cpu_data initializersKrzysztof Mazur1-2/+8
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu1-9/+4
2013-02-27Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2013-02-23acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen1-4/+9
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-102/+158
2013-02-15Merge branch 'x86/mm2' into x86/mmH. Peter Anvin1-90/+141
2013-02-14x86, mm: Move reserving low memory later in initializationH. Peter Anvin1-4/+9
2013-02-14x86, efi: remove duplicate code in setup_arch() by using, efi_is_native()Satoru Takeuchi1-2/+1
2013-02-01Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin1-8/+8
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-14/+14
2013-01-29x86: Merge early kernel reserve for 32bit and 64bitYinghai Lu1-0/+9
2013-01-29x86: Add Crash kernel low reservationYinghai Lu1-2/+40
2013-01-29x86, kdump: Remove crashkernel range find limit for 64bitYinghai Lu1-3/+1
2013-01-29memblock: Add memblock_mem_size()Yinghai Lu1-15/+1
2013-01-29x86, boot: Not need to check setup_header version for setup_dataYinghai Lu1-6/+0
2013-01-29x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu1-0/+4
2013-01-29x86: Add get_ramdisk_image/size()Yinghai Lu1-8/+21
2013-01-29x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu1-4/+18
2013-01-29x86, 64bit: Don't set max_pfn_mapped wrong value early on native pathYinghai Lu1-0/+2
2013-01-29x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin1-0/+2
2013-01-29x86, realmode: Separate real_mode reserve and setupYinghai Lu1-1/+3
2013-01-29x86: Factor out e820_add_kernel_range()Yinghai Lu1-14/+22
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin1-4/+84
2013-01-25Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin1-4/+84
2013-01-13x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCIH. Peter Anvin1-0/+2
2013-01-13x86/Sandy Bridge: mark arrays in __init functions as __initconstH. Peter Anvin1-2/+2
2013-01-11x86/Sandy Bridge: reserve pages when integrated graphics is presentJesse Barnes1-0/+78
2012-12-14Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2012-12-05x86: Use PCI setup dataMatthew Garrett1-4/+0
2012-11-17x86, mm: kill numa_64.hYinghai Lu1-3/+0
2012-11-17x86, mm: Move init_gbpages() out of setup.cYinghai Lu1-14/+1
2012-11-17x86, mm: Move min_pfn_mapped back to mm/init.cYinghai Lu1-1/+0
2012-11-17x86, mm: setup page table in top-downYinghai Lu1-0/+3
2012-11-17x86, mm: relocate initrd under all mem for 64bitYinghai Lu1-4/+3