aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+18
2015-02-19Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgentIngo Molnar1-4/+18
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina1-4/+18
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-02-13x86_64: add KASan supportAndrey Ryabinin1-0/+3
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski1-1/+1
2015-01-23x86, setup: Let early_memremap() handle page alignmentWANG Chao1-5/+3
2014-12-10Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen1-0/+2
2014-11-03x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski1-2/+0
2014-10-28x86, cma: Reserve DMA contiguous area after initmem_init()Weijie Yang1-1/+1
2014-10-08x86: Quark: Comment setup_arch() to document TLB/PGE bugBryan O'Donoghue1-0/+9
2014-07-18arch/x86: Replace plain strings with constantsDaniel Kiper1-2/+2
2014-06-04cma: add placement specifier for "cma=" kernel parameterAkinobu Mita1-1/+1
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-03-05Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingoMatt Fleming1-8/+2
2014-03-04x86/efi: Quirk out SGI UVBorislav Petkov1-8/+2
2014-03-04efi: Move facility flags to struct efiMatt Fleming1-3/+3
2014-02-27x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin1-1/+0
2014-01-27x86: revert wrong memblock current limit settingYinghai Lu1-1/+1
2014-01-21x86: memblock: set current limit to max low memory addressSantosh Shilimkar1-1/+1
2014-01-20Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+26
2014-01-20Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+10
2014-01-13x86, ramdisk: Export relocated ramdisk VABorislav Petkov1-9/+10
2013-12-29x86: Reserve setup_data ranges late after parsing memmap cmdlineDave Young1-2/+2
2013-12-29x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young1-0/+3
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-10-13x86, kaslr: Report kernel offset on panicKees Cook1-0/+26
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