aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-12x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao1-1/+0
2012-09-12x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao1-1/+0
2012-09-12x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao1-1/+1
2012-09-12x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao1-1/+1
2012-06-15Merge branch 'x86/cleanups' into x86/apicIngo Molnar1-2/+0
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2012-05-29x86: print physical addresses consistently with other parts of kernelBjorn Helgaas1-8/+8
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-0/+2
2012-05-24Revert "x86/platform: Add a wallclock_init func to x86_platforms ops"Feng Tang1-2/+0
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-8/+0
2012-05-23Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-linus', 'x86-debug-for-linus' and 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+3
2012-05-21X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski1-0/+2
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-8/+0
2012-05-16x86: Don't continue booting if we can't load the specified initrdPeter Jones1-4/+3
2012-05-08x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen1-0/+2
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen1-2/+0
2012-05-08x86, realmode: Relocator for realmode codeJarkko Sakkinen1-0/+2
2012-05-07x86/apic: Fix UP boot crashIngo Molnar1-1/+2
2012-05-01x86/apic: Replace io_apic_ops with x86_io_apic_ops.Konrad Rzeszutek Wilk1-1/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-10/+1
2012-03-28kdump x86: fix total mem size calculation for reservationDave Young1-10/+1
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-02-23x86, efi: Allow basic init with mixed 32/64-bit efi/kernelOlof Johansson1-2/+8
2012-01-11Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+1
2011-12-09x86: Don't use magic strings for EFI loader signatureMatt Fleming1-6/+1
2011-12-09x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming1-1/+20
2011-11-28Merge branch 'master' into x86/memblockTejun Heo1-0/+2
2011-11-10x86/platform: Add a wallclock_init func to x86_platforms opsFeng Tang1-0/+2
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo1-9/+8
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo1-2/+2
2011-05-26Merge branch 'linus' into x86/urgentIngo Molnar1-0/+2
2011-05-25x86, efi: Retain boot service code until after switching to virtual modeMatthew Garrett1-0/+7
2011-05-25printk: allocate kernel log buffer earlierMike Travis1-0/+2
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+0
2011-05-19Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+1
2011-05-10x86/PCI: Remove dma32_reserve_bootmemYinghai Lu1-1/+0
2011-04-18x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin1-5/+1
2011-04-06x86, hibernate: Initialize mmu_cr4_features during bootH. Peter Anvin1-0/+5
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfnOlaf Hering1-22/+0
2011-03-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus 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/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+1
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus 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 into x86/platformThomas 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