aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/urgentIngo Molnar2011-05-261-0/+2
|\
| * printk: allocate kernel log buffer earlierMike Travis2011-05-251-0/+2
* | x86, efi: Retain boot service code until after switching to virtual modeMatthew Garrett2011-05-251-0/+7
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-05-231-1/+0
|\
| * x86/PCI: Remove dma32_reserve_bootmemYinghai Lu2011-05-101-1/+0
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-05-191-5/+1
|\ \ | |/ |/|
| * x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin2011-04-181-5/+1
* | x86, hibernate: Initialize mmu_cr4_features during bootH. Peter Anvin2011-04-061-0/+5
|/
* crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-231-22/+0
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-221-22/+3
|\
| * x86: Cleanup highmap after brk is concludedYinghai Lu2011-03-191-22/+3
* | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-03-161-8/+1
|\ \ | |/ |/|
| * x86, trampoline: Use the unified trampoline setup for ACPI wakeupH. Peter Anvin2011-02-171-7/+0
| * x86, trampoline: Common infrastructure for low memory trampolinesH. Peter Anvin2011-02-171-1/+1
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-4/+21
|\ \
| * | x86: dt: Cleanup local apic setupThomas Gleixner2011-02-251-1/+1
| * | x86: Add device tree supportSebastian Andrzej Siewior2011-02-231-0/+4
| * | x86: e820: Remove conditional early mapping in parse_e820_extSebastian Andrzej Siewior2011-02-231-3/+14
| * | Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 int...Thomas Gleixner2011-02-221-12/+19
| |\|
| * | x86/platform: Add a wallclock_init func to x86_init.timers opsFeng Tang2011-02-141-0/+2
* | | x86-64, NUMA: Revert NUMA affine page table allocationTejun Heo2011-03-041-0/+8
* | | x86, NUMA: Move *_numa_init() invocations into initmem_init()Tejun Heo2011-02-161-15/+1
* | | x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by retur...Tejun Heo2011-02-161-1/+1
* | | x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ...Tejun Heo2011-02-161-2/+2
* | | x86, NUMA: Drop @start/last_pfn from initmem_init()Tejun Heo2011-02-161-1/+1
* | | Merge branch 'x86/numa' into x86/mmIngo Molnar2011-02-161-2/+0
|\ \ \
| * | | x86: Unify NUMA initialization between 32 and 64bitTejun Heo2011-01-281-2/+0
| | |/ | |/|
* | | Merge branch 'linus' into x86/bootmemIngo Molnar2011-02-141-8/+15
|\| |
| * | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-061-4/+1
| |\ \
| | * \ Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar2011-01-041-4/+32
| | |\ \
| | * | | x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings()Thomas Gleixner2010-10-231-4/+1
| * | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-061-4/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-12-231-3/+14
| |\ \ \ \
| | * | | | x86, kexec: Limit the crashkernel address appropriatelyH. Peter Anvin2010-12-171-3/+14
| | | |_|/ | | |/| |
| * / | | Revert "x86: allocate space within a region top-down"Bjorn Helgaas2010-12-171-1/+0
| |/ / /
* | | | x86-64: Move out cleanup higmap [_brk_end, _end) out of init_memory_mapping()Yinghai Lu2011-01-051-0/+24
* | | | x86-64, numa: Put pgtable to local node memoryYinghai Lu2010-12-291-8/+0
* | | | x86: Change get_max_mapped() to inlineYinghai Lu2010-12-291-9/+0
| |/ / |/| |
* | | x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld2010-11-181-4/+4
|/ /
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-10-281-0/+2
|\ \
| * | x86: allocate space within a region top-downBjorn Helgaas2010-10-261-0/+1
| * | x86: update iomem_resource end based on CPU physical address capabilitiesBjorn Helgaas2010-10-261-0/+1
* | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-10-221-1/+17
|\ \ \ | |_|/ |/| |
| * | x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov2010-10-201-1/+17
| * | Merge branch 'x86/cleanups' into x86/trampolineH. Peter Anvin2010-10-201-1/+0
| |\ \
* | \ \ Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-211-34/+54
|\ \ \ \
| * | | | x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.SJeremy Fitzhardinge2010-10-141-1/+0
| * | | | x86, memblock: Fix crashkernel allocationYinghai Lu2010-10-051-4/+9
| * | | | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-311-0/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | x86: Remove old bootmem codeYinghai Lu2010-08-271-4/+0