summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup.c
AgeCommit message (Expand)Author
2012-12-14Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-05x86: Use PCI setup dataMatthew Garrett
2012-10-26Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle...Ingo Molnar
2012-10-25x86: efi: Turn off efi_enabled after setup on mixed fw/kernelOlof Johansson
2012-10-24x86, mm: Use memblock memory loop instead of e820_RAMYinghai Lu
2012-10-19Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgentH. Peter Anvin
2012-10-17x86: Exclude E820_RESERVED regions and memory holes above 4 GB from direct ma...Jacob Shin
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-10-01ACPI: Fix build when disabledDavid Rientjes
2012-09-30ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areasThomas Renninger
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz
2012-09-12x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao
2012-09-12x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao
2012-09-12x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao
2012-09-12x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao
2012-08-23x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti
2012-06-15Merge branch 'x86/cleanups' into x86/apicIngo Molnar
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2012-05-29x86: print physical addresses consistently with other parts of kernelBjorn Helgaas
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-05-24Revert "x86/platform: Add a wallclock_init func to x86_platforms ops"Feng Tang
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2012-05-23Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...Linus Torvalds
2012-05-21X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker
2012-05-16x86: Don't continue booting if we can't load the specified initrdPeter Jones
2012-05-08x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen
2012-05-08x86, realmode: Relocator for realmode codeJarkko Sakkinen
2012-05-07x86/apic: Fix UP boot crashIngo Molnar
2012-05-01x86/apic: Replace io_apic_ops with x86_io_apic_ops.Konrad Rzeszutek Wilk
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28kdump x86: fix total mem size calculation for reservationDave Young
2012-03-28Disintegrate asm/system.h for X86David Howells
2012-02-23x86, efi: Allow basic init with mixed 32/64-bit efi/kernelOlof Johansson
2012-01-11Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-12-09x86: Don't use magic strings for EFI loader signatureMatt Fleming
2011-12-09x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming
2011-11-28Merge branch 'master' into x86/memblockTejun Heo
2011-11-10x86/platform: Add a wallclock_init func to x86_platforms opsFeng Tang
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo
2011-05-26Merge branch 'linus' into x86/urgentIngo Molnar
2011-05-25x86, efi: Retain boot service code until after switching to virtual modeMatthew Garrett
2011-05-25printk: allocate kernel log buffer earlierMike Travis
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2011-05-19Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-05-10x86/PCI: Remove dma32_reserve_bootmemYinghai Lu
2011-04-18x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin