aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAge
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-06
|\
| * Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar2011-01-04
| |\
| * | x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings()Thomas Gleixner2010-10-23
* | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-06
|\ \ \ | |_|/ |/| |
| * | x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld2010-11-18
* | | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-12-23
|\ \ \
| * | | x86, kexec: Limit the crashkernel address appropriatelyH. Peter Anvin2010-12-17
| |/ /
* / / Revert "x86: allocate space within a region top-down"Bjorn Helgaas2010-12-17
|/ /
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-10-28
|\ \
| * | x86: allocate space within a region top-downBjorn Helgaas2010-10-26
| * | x86: update iomem_resource end based on CPU physical address capabilitiesBjorn Helgaas2010-10-26
* | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-10-22
|\ \ \ | |_|/ |/| |
| * | x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov2010-10-20
| * | Merge branch 'x86/cleanups' into x86/trampolineH. Peter Anvin2010-10-20
| |\ \
* | \ \ Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-21
|\ \ \ \
| * | | | x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.SJeremy Fitzhardinge2010-10-14
| * | | | x86, memblock: Fix crashkernel allocationYinghai Lu2010-10-06
| * | | | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-31
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | x86: Remove old bootmem codeYinghai Lu2010-08-27
| * | | | x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ...Yinghai Lu2010-08-27
| * | | | x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-27
| * | | | x86: Use memblock to replace early_resYinghai Lu2010-08-27
* | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-21
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | x86, vmware: Remove deprecated VMI kernel supportAlok Kataria2010-08-23
| | |/ / | |/| |
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-10-21
|\ \ \ \ | | |_|/ | |/| |
| * | | x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter2010-08-12
* | | | Merge branch 'x86-bios-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-21
|\ \ \ \
| * | | | x86, bios: Make the x86 early memory reservation a kernel optionH. Peter Anvin2010-08-25
| * | | | x86, bios: By default, reserve the low 64K for all BIOSesH. Peter Anvin2010-08-24
| | |/ / | |/| |
* | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-21
|\ \ \ \
| * | | | x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann2010-09-20
| |/ / /
* / / / jump label: Make dynamic no-op selection available outside of ftraceJason Baron2010-09-20
|/ / /
* / / x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel2010-08-18
|/ /
* / x86, olpc: Add support for calling into OpenFirmwareAndres Salomon2010-06-18
|/
* x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012Gabor Gombas2010-05-24
* x86, kgdb: early trap init for early debugJan Kiszka2010-05-20
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-04-07
|\
| * ibft, x86: Change reserve_ibft_region() to find_ibft_region()Yinghai Lu2010-04-01
* | Merge branch 'master' into export-slabhTejun Heo2010-04-04
|\|
| * x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu2010-03-29
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-03
|\
| * x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu2010-02-12
| * x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMAYinghai Lu2010-02-10
| * x86: Call early_res_to_bootmem one timeYinghai Lu2010-02-10
| * Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin2010-02-10
| |\
* | | x86: Do not reserve brk for DMI if it's not going to be usedThadeu Lima de Souza Cascardo2010-02-25
* | | Merge branch 'linus' into x86/mmThomas Gleixner2010-02-17
|\ \ \ | |/ / |/| / | |/
| * x86: Add quirk for Intel DG45FC board to avoid low memory corruptionDavid Härdeman2010-01-29
| * x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu2009-12-11