summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-1/+1
* x86: use generic early mem copyMark Salter2015-09-081-21/+1
* x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-211-5/+0
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-041-4/+3
|\
| * Merge branch 'x86/boot' into x86/urgentIngo Molnar2015-06-301-4/+3
| |\
| | * x86/boot/setup: Clean up the e820_reserve_setup_data() codeWei Yang2015-06-051-4/+3
* | | x86, mirror: x86 enabling - find mirrored memory rangesTony Luck2015-06-241-0/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\ \ \ | |/ / |/| |
| * | x86: introduce kaslr_offset()Jiri Kosina2015-04-291-1/+1
| |/
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-2/+1
|\ \
| * | x86: Remove more unmodified io_apic_opsThomas Gleixner2015-04-241-2/+1
| |/
* | x86/crash: Allocate enough low memory when crashkernel=highJoerg Roedel2015-06-111-5/+7
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-131-4/+4
|\
| * x86/mm: Use early_memunmap() instead of early_iounmap()Juergen Gross2015-02-241-4/+4
* | x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov2015-04-031-4/+9
* | Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov2015-03-161-18/+4
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-211-4/+18
|\
| * Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2015-02-191-4/+18
| |\
| | * x86/mm/ASLR: Propagate base load address calculationJiri Kosina2015-02-191-4/+18
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-161-1/+1
|\ \ \
| * | | x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-1/+1
| | |/ | |/|
* | | x86_64: add KASan supportAndrey Ryabinin2015-02-131-0/+3
| |/ |/|
* | x86, setup: Let early_memremap() handle page alignmentWANG Chao2015-01-231-5/+3
|/
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-2/+0
|\
| * x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski2014-11-031-2/+0
* | x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-181-0/+2
* | x86, cma: Reserve DMA contiguous area after initmem_init()Weijie Yang2014-10-281-1/+1
|/
* x86: Quark: Comment setup_arch() to document TLB/PGE bugBryan O'Donoghue2014-10-081-0/+9
* arch/x86: Replace plain strings with constantsDaniel Kiper2014-07-181-2/+2
* cma: add placement specifier for "cma=" kernel parameterAkinobu Mita2014-06-041-1/+1
* 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
OpenPOWER on IntegriCloud