summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering1-22/+0
2011-03-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-22/+3
2011-03-19x86: Cleanup highmap after brk is concludedYinghai Lu1-22/+3
2011-03-16Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-8/+1
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+21
2011-03-04x86-64, NUMA: Revert NUMA affine page table allocationTejun Heo1-0/+8
2011-02-25x86: dt: Cleanup local apic setupThomas Gleixner1-1/+1
2011-02-23x86: Add device tree supportSebastian Andrzej Siewior1-0/+4
2011-02-23x86: e820: Remove conditional early mapping in parse_e820_extSebastian Andrzej Siewior1-3/+14
2011-02-22Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 int...Thomas Gleixner1-12/+19
2011-02-17x86, trampoline: Use the unified trampoline setup for ACPI wakeupH. Peter Anvin1-7/+0
2011-02-17x86, trampoline: Common infrastructure for low memory trampolinesH. Peter Anvin1-1/+1
2011-02-16x86, NUMA: Move *_numa_init() invocations into initmem_init()Tejun Heo1-15/+1
2011-02-16x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by retur...Tejun Heo1-1/+1
2011-02-16x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ...Tejun Heo1-2/+2
2011-02-16x86, NUMA: Drop @start/last_pfn from initmem_init()Tejun Heo1-1/+1
2011-02-16Merge branch 'x86/numa' into x86/mmIngo Molnar1-2/+0
2011-02-14x86/platform: Add a wallclock_init func to x86_init.timers opsFeng Tang1-0/+2
2011-02-14Merge branch 'linus' into x86/bootmemIngo Molnar1-8/+15
2011-01-28x86: Unify NUMA initialization between 32 and 64bitTejun Heo1-2/+0
2011-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+1
2011-01-06Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2011-01-05x86-64: Move out cleanup higmap [_brk_end, _end) out of init_memory_mapping()Yinghai Lu1-0/+24
2011-01-04Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar1-4/+32
2010-12-29x86-64, numa: Put pgtable to local node memoryYinghai Lu1-8/+0
2010-12-29x86: Change get_max_mapped() to inlineYinghai Lu1-9/+0
2010-12-23Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds1-3/+14
2010-12-17x86, kexec: Limit the crashkernel address appropriatelyH. Peter Anvin1-3/+14
2010-12-17Revert "x86: allocate space within a region top-down"Bjorn Helgaas1-1/+0
2010-11-18x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld1-4/+4
2010-10-28Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-0/+2
2010-10-26x86: allocate space within a region top-downBjorn Helgaas1-0/+1
2010-10-26x86: update iomem_resource end based on CPU physical address capabilitiesBjorn Helgaas1-0/+1
2010-10-23x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings()Thomas Gleixner1-4/+1
2010-10-22Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+17
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-34/+54
2010-10-21Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+4
2010-10-21Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2010-10-21Merge branch 'x86-bios-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-76/+30
2010-10-21Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2010-10-20x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov1-1/+17
2010-10-20Merge branch 'x86/cleanups' into x86/trampolineH. Peter Anvin1-1/+0
2010-10-14x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.SJeremy Fitzhardinge1-1/+0
2010-10-05x86, memblock: Fix crashkernel allocationYinghai Lu1-4/+9
2010-09-20jump label: Make dynamic no-op selection available outside of ftraceJason Baron1-0/+6
2010-09-20x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann1-1/+1
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-0/+8
2010-08-27x86: Remove old bootmem codeYinghai Lu1-4/+0
2010-08-27x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ...Yinghai Lu1-0/+1
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu1-15/+14