summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
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-04Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar1-4/+32
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
2010-08-27x86: Use memblock to replace early_resYinghai Lu1-13/+33
2010-08-25x86, bios: Make the x86 early memory reservation a kernel optionH. Peter Anvin1-2/+26
2010-08-24x86, bios: By default, reserve the low 64K for all BIOSesH. Peter Anvin1-77/+7
2010-08-23x86, vmware: Remove deprecated VMI kernel supportAlok Kataria1-8/+4
2010-08-18x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel1-0/+2
2010-08-12x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter1-1/+0
2010-06-18x86, olpc: Add support for calling into OpenFirmwareAndres Salomon1-0/+6
2010-05-24x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012Gabor Gombas1-0/+11
2010-05-20x86, kgdb: early trap init for early debugJan Kiszka1-0/+1
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+12
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-4/+6
2010-04-01ibft, x86: Change reserve_ibft_region() to find_ibft_region()Yinghai Lu1-2/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-03-29x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu1-4/+6
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+3
2010-02-25x86: Do not reserve brk for DMI if it's not going to be usedThadeu Lima de Souza Cascardo1-0/+2
2010-02-17Merge branch 'linus' into x86/mmThomas Gleixner1-9/+30
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu1-0/+2
2010-02-10x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMAYinghai Lu1-7/+0
2010-02-10x86: Call early_res_to_bootmem one timeYinghai Lu1-0/+1
2010-02-10Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin1-9/+30
2010-02-01x86: Remove BIOS data range from e820Yinghai Lu1-1/+18
2010-01-29x86: Add quirk for Intel DG45FC board to avoid low memory corruptionDavid Härdeman1-3/+11