summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012Gabor Gombas2010-07-051-0/+11
* x86: Add quirk for Intel DG45FC board to avoid low memory corruptionDavid Härdeman2010-01-291-3/+11
* x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu2009-12-111-5/+8
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-63/+43
|\
| * x86: Move find_smp_config() earlier and avoid bootmem usageYinghai Lu2009-11-241-5/+5
| * x86: Change crash kernel to reserve via reserve_early()Yinghai Lu2009-11-231-42/+15
| * x86, mm: Report state of NX protections during bootKees Cook2009-11-161-5/+6
| * x86, mm: Clean up and simplify NX enablementH. Peter Anvin2009-11-161-6/+2
| * x86: Make sure wakeup trampoline code is below 1MBYinghai Lu2009-11-111-6/+7
| * x86: Export srat physical topologyDavid Rientjes2009-10-121-2/+3
| * x86: Export k8 physical topologyDavid Rientjes2009-10-121-1/+9
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-051-2/+2
|\ \
| * | x86: Fix a section mismatch in arch/x86/kernel/setup.cHelight.Xu2009-11-301-2/+2
| |/
* | Merge branch 'perf/mce' into perf/coreIngo Molnar2009-12-031-0/+3
|\ \
| * | x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueYong Wang2009-11-101-0/+3
| |/
* / x86: Add Phoenix/MSC BIOSes to lowmem corruption listSimon Kagstrom2009-11-061-0/+7
|/
* Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2009-09-231-0/+3
|\
| * Merge branch 'linus' into sfi-releaseLen Brown2009-09-191-102/+36
| |\
| * | x86: add arch-specific SFI supportFeng Tang2009-08-281-0/+3
* | | Merge branch 'linus' into x86/urgentIngo Molnar2009-09-201-97/+18
|\ \ \ | | |/ | |/|
| * | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-97/+18
| |\ \
| | * | x86: apic namespace cleanupThomas Gleixner2009-08-311-2/+2
| | * | x86: Move tsc_calibration to x86_init_opsThomas Gleixner2009-08-311-1/+1
| | * | x86: Add timer_init to x86_init_opsThomas Gleixner2009-08-311-43/+0
| | * | x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner2009-08-311-1/+0
| | * | x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner2009-08-311-2/+2
| | * | x86: Move paravirt banner printout to x86_init_opsThomas Gleixner2009-08-311-0/+1
| | * | x86: Replace ARCH_SETUP by a proper x86_init_opsThomas Gleixner2009-08-311-5/+1
| | * | x86: Move traps_init to x86_init_opsThomas Gleixner2009-08-311-15/+0
| | * | x86: Move irq_init to x86_init_opsThomas Gleixner2009-08-311-17/+0
| | * | x86: Move get/find_smp_config to x86_init_opsThomas Gleixner2009-08-311-2/+0
| | * | x86: Add request_standard_resources to x86_initThomas Gleixner2009-08-271-12/+16
| | * | x86: Add probe_roms to x86_initThomas Gleixner2009-08-271-3/+1
| | |/
* | / Revert 'x86: Fix system crash when loading with "reservetop" parameter'Yinghai Lu2009-09-191-15/+15
|/ /
* | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-5/+15
|\ \
| * | x86: Fix earlyprintk=dbgp for machines without NXJan Beulich2009-08-291-0/+10
| * | x86: Fix system crash when loading with "reservetop" parameterXiao Guangrong2009-08-211-5/+5
| |/
* | Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar2009-09-021-0/+13
|\|
| * x86: Add quirk for Intel DG45ID board to avoid low memory corruptionAlexey Fisher2009-07-181-0/+13
* | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-011-2/+1
* | x86, intel_txt: Intel TXT boot supportJoseph Cihula2009-07-211-0/+4
|/
* x86: Move init_gbpages() to setup_arch()Pekka J Enberg2009-06-231-0/+16
* x86: handle initrd that extends into unusable memoryYinghai Lu2009-06-111-12/+3
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-101-0/+12
|\
| * x86: clean up and and print out initial max_pfn_mappedYinghai Lu2009-05-111-0/+4
| * x86: move max_pfn_mapped and max_low_pfn_mapped to setup.cPekka Enberg2009-04-301-0/+8
* | Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-101-2/+8
|\ \
| * | x86: add extension fields for bootloader type and versionH. Peter Anvin2009-05-111-2/+8
| |/
* / x86: move x86_quirk_pre_intr_init() to irqinit_32.cPekka Enberg2009-04-101-18/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-301-1/+0
|\