summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-04-021-1/+0
|\
| * x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin2014-02-271-1/+0
* | Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingoMatt Fleming2014-03-051-8/+2
|\ \
| * | x86/efi: Quirk out SGI UVBorislav Petkov2014-03-041-8/+2
| |/
* | efi: Move facility flags to struct efiMatt Fleming2014-03-041-3/+3
|/
* x86: revert wrong memblock current limit settingYinghai Lu2014-01-271-1/+1
* x86: memblock: set current limit to max low memory addressSantosh Shilimkar2014-01-211-1/+1
* Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-201-0/+26
|\
| * x86, kaslr: Report kernel offset on panicKees Cook2013-10-131-0/+26
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-201-9/+10
|\ \
| * | x86, ramdisk: Export relocated ramdisk VABorislav Petkov2014-01-131-9/+10
* | | x86: Reserve setup_data ranges late after parsing memmap cmdlineDave Young2013-12-291-2/+2
* | | x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young2013-12-291-0/+3
|/ /
* | x86, acpi, crash, kdump: do reserve_crashkernel() after SRAT is parsed.Tang Chen2013-11-131-2/+7
* | DMI: Parse memory device (type 17) in SMBIOSChen, Gong2013-10-231-0/+1
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-09-041-13/+10
|\
| * x86: avoid remapping data in parse_setup_data()Linn Crosetto2013-08-131-11/+8
| * x86: Use memblock_set_current_limit() to set limit for memblock.Tang Chen2013-08-131-2/+2
* | x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen2013-08-061-2/+2
|/
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-1/+1
* mm/x86: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-2/+0
* dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2013-04-301-0/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-301-1/+0
|\
| * x86/setup: Drop unneeded include <asm/dmi.h>Jean Delvare2013-04-251-1/+0
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-301-2/+0
|\ \
| * | x86, cpu: Convert FDIV bug detectionBorislav Petkov2013-04-021-2/+0
| |/
* | x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu2013-04-171-3/+3
* | x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu2013-04-171-5/+19
* | x86, kdump: Set crashkernel_low automaticallyYinghai Lu2013-04-171-3/+18
|/
* x86: Fix 32-bit *_cpu_data initializersKrzysztof Mazur2013-03-061-2/+8
* x86, ACPI, mm: Revert movablemem_map supportYinghai Lu2013-03-021-9/+4
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-271-2/+1
|\
| * x86, efi: remove duplicate code in setup_arch() by using, efi_is_native()Satoru Takeuchi2013-02-141-2/+1
* | acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen2013-02-231-4/+9
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-102/+158
|\ \ | |/ |/|
| * Merge branch 'x86/mm2' into x86/mmH. Peter Anvin2013-02-151-90/+141
| |\
| | * Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin2013-02-011-8/+8
| | |\
| | * | x86: Merge early kernel reserve for 32bit and 64bitYinghai Lu2013-01-291-0/+9
| | * | x86: Add Crash kernel low reservationYinghai Lu2013-01-291-2/+40
| | * | x86, kdump: Remove crashkernel range find limit for 64bitYinghai Lu2013-01-291-3/+1
| | * | memblock: Add memblock_mem_size()Yinghai Lu2013-01-291-15/+1
| | * | x86, boot: Not need to check setup_header version for setup_dataYinghai Lu2013-01-291-6/+0
| | * | x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu2013-01-291-0/+4
| | * | x86: Add get_ramdisk_image/size()Yinghai Lu2013-01-291-8/+21
| | * | x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu2013-01-291-4/+18
| | * | x86, 64bit: Don't set max_pfn_mapped wrong value early on native pathYinghai Lu2013-01-291-0/+2
| | * | x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2013-01-291-0/+2
| | * | x86, realmode: Separate real_mode reserve and setupYinghai Lu2013-01-291-1/+3
| | * | x86: Factor out e820_add_kernel_range()Yinghai Lu2013-01-291-14/+22
| | * | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-291-4/+84
| | |\ \
OpenPOWER on IntegriCloud