- 845b394 x86: Add timer_init to x86_init_ops by Thomas Gleixner · 16 years ago
- 736deca x86: Move percpu clockevents setup to x86_init_ops by Thomas Gleixner · 16 years ago
- f1d7062 x86: Move xen_post_allocator_init into xen_pagetable_setup_done by Thomas Gleixner · 16 years ago
- 030cb6c x86: Move paravirt pagetable_setup to x86_init_ops by Thomas Gleixner · 16 years ago
- 6f30c1a x86: Move paravirt banner printout to x86_init_ops by Thomas Gleixner · 16 years ago
- 42bbdb4 x86: Replace ARCH_SETUP by a proper x86_init_ops by Thomas Gleixner · 16 years ago
- 428cf90 x86: Move traps_init to x86_init_ops by Thomas Gleixner · 16 years ago
- 66bcaf0 x86: Move irq_init to x86_init_ops by Thomas Gleixner · 16 years ago
- d9112f4 x86: Move pre_intr_init to x86_init_ops by Thomas Gleixner · 16 years ago
- b3f1b61 x86: Move get/find_smp_config to x86_init_ops by Thomas Gleixner · 16 years ago
- 90e1c69 x86: Move oem_bus_info to x86_init_ops by Thomas Gleixner · 16 years ago
- 52fdb56 x86: Move mpc_oem_pci_bus to x86_init_ops by Thomas Gleixner · 16 years ago
- 7230214 x86: Move smp_read_mpc_oem to x86_init_ops. by Thomas Gleixner · 16 years ago
- fd6c666 x86: Move mpc_apic_id to x86_init_ops by Thomas Gleixner · 16 years ago
- de93410 x86: Move ioapic_ids_setup to x86_init_ops by Thomas Gleixner · 16 years ago
- f484847 x86: Sanitize smp_record and move it to x86_init_ops by Thomas Gleixner · 16 years ago
- 6b18ae3 x86: Move memory_setup to x86_init_ops by Thomas Gleixner · 16 years ago
- 816c25e x86: Add reserve_ebda_region to x86_init_ops by Thomas Gleixner · 16 years ago
- 8fee697 x86: Add request_standard_resources to x86_init by Thomas Gleixner · 16 years ago
- f7cf5a5 x86: Add probe_roms to x86_init by Thomas Gleixner · 16 years ago
- 57844a8 x86: Add x86_init infrastructure by Thomas Gleixner · 16 years ago
- 4152f93 Merge branch 'sched/clock' into x86/cleanups by Thomas Gleixner · 15 years ago
- 6effcd9 Merge branch 'x86/paravirt' into x86/cleanups by Thomas Gleixner · 15 years ago
- 44afa9a Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 9f459fa Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- c62e432 x86: Fix build with older binutils and consolidate linker script by Jan Beulich · 16 years ago
- a6a06f7 x86: Fix an incorrect argument of reserve_bootmem() by Amerigo Wang · 16 years ago
- 10f02d11 x86: uv: Clean up uv_ptc_init(), use proc_create() by Alexey Dobriyan · 16 years ago
- 5f9ece0 Merge commit 'v2.6.31-rc7' into x86/cleanups by Ingo Molnar · 16 years ago
- b04e637 x86: don't call '->send_IPI_mask()' with an empty mask by Linus Torvalds · 16 years ago
- 83d349f x86: don't send an IPI to the empty set of CPU's by Linus Torvalds · 16 years ago
- fc0ce23 x86: add vmlinux.lds to targets in arch/x86/boot/compressed/Makefile by Jan Beulich · 16 years ago
- cbcb340 Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgent by Ingo Molnar · 16 years ago
- ce2eef3 xen: rearrange things to fix stackprotector by Jeremy Fitzhardinge · 16 years ago
- 5416c26 x86: make sure load_percpu_segment has no stackprotector by Jeremy Fitzhardinge · 16 years ago
- f833bab clockevent: Prevent dead lock on clockevents_lock by Suresh Siddha · 16 years ago
- 77f312a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 16 years ago
- 78b89ec i386: Fix section mismatches for init code with !HOTPLUG_CPU by Jan Beulich · 16 years ago
- 1adcaaf x86, pat: Allow ISA memory range uncacheable mapping requests by Suresh Siddha · 16 years ago
- e412cd2 x86, mce: Don't initialize MCEs on unknown CPUs by Ingo Molnar · 16 years ago
- c7f6fa4 x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUs by Bartlomiej Zolnierkiewicz · 16 years ago
- 52459ab x86: Annotate section mismatch warnings in kernel/apic/x2apic_uv_x.c by Leonardo Potenza · 16 years ago
- 4e5c25d x86, mce: therm_throt: Don't log redundant normality by Hugh Dickins · 16 years ago
- 3ef12c3 x86: Fix UV BAU destination subnode id by Cliff Wickman · 16 years ago
- 74d46d6 percpu, sparc64: fix sparse possible cpu map handling by Tejun Heo · 16 years ago
- 3493e84 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 04da8a4 perf_counter, x86: Fix/improve apic fallback by Ingo Molnar · 16 years ago
- e805513 x86: Fix oops in identify_cpu() on CPUs without CPUID by Ondrej Zary · 16 years ago
- fbd8b18 x86: Clear incorrectly forced X86_FEATURE_LAHF_LM flag by Kevin Winchester · 16 years ago
- f64cccc perf_counter, x86: Fix generic cache events on P6-mobile CPUs by Ingo Molnar · 16 years ago
- 3c581a7 perf_counter, x86: Fix lapic printk message by Ingo Molnar · 16 years ago
- 0d01f31 x86, mce: therm_throt - change when we print messages by Dmitry Torokhov · 16 years ago
- 3e03bbe x86: Add reboot quirk for every 5 series MacBook/Pro by Shunichi Fuji · 16 years ago
- b6e61ee x86: Fix serialization in pit_expect_msb() by Linus Torvalds · 16 years ago
- 17d11ba Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 16 years ago
- 9f51e24 x86: Use printk_once() by Marcin Slusarz · 16 years ago
- fdb8a42 x86: fix buffer overflow in efi_init() by Roel Kluin · 16 years ago
- 498cdbf x86: Add quirk to make Apple MacBookPro5,1 use reboot=pci by Ozan Çağlayan · 16 years ago
- 087d7e5 x86: Fix MSI-X initialization by using online_mask for x2apic target_cpus by Yinghai Lu · 16 years ago
- 53a27b3 KVM: MMU: limit rmap chain length by Marcelo Tosatti · 16 years ago
- 263799a KVM: VMX: Fix locking imbalance on emulation failure by Jan Kiszka · 16 years ago
- 34f0c1a KVM: VMX: Fix locking order in handle_invalid_guest_state by Jan Kiszka · 16 years ago
- 025dbbf KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_pages by Marcelo Tosatti · 16 years ago
- 4b656b1 KVM: SVM: force new asid on vcpu migration by Marcelo Tosatti · 16 years ago
- d6289b9 KVM: x86: verify MTRR/PAT validity by Marcelo Tosatti · 16 years ago
- 0ff7787 KVM: PIT: fix kpit_elapsed division by zero by Marcelo Tosatti · 16 years ago
- e125e7b KVM: Fix KVM_GET_MSR_INDEX_LIST by Jan Kiszka · 16 years ago
- 7d5b005 x86: Fix VMI && stack protector by Alok Kataria · 16 years ago
- 067e181 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- dc731fb x86: Work around compilation warning in arch/x86/kernel/apm_32.c by Subrata Modak · 16 years ago
- 2a5ef41 x86, UV: Complete IRQ interrupt migration in arch_enable_uv_irq() by Jack Steiner · 16 years ago
- 6abf655 x86, 32-bit: Fix double accounting in reserve_top_address() by Jan Beulich · 16 years ago
- d8c7eb3 x86: Don't use current_cpu_data in x2apic phys_pkg_id by Yinghai Lu · 16 years ago
- c5997fa x86, UV: Fix UV apic mode by Jack Steiner · 16 years ago
- 67e83f3 x86, UV: Fix macros for accessing large node numbers by Jack Steiner · 16 years ago
- cc5e4fa x86, UV: Delete mapping of MMR rangs mapped by BIOS by Jack Steiner · 16 years ago
- 6c7184b x86, UV: Handle missing blade-local memory correctly by Jack Steiner · 16 years ago
- f1f029c x86: fix assembly constraints in native_save_fl() by H. Peter Anvin · 16 years ago
- bab9a3d x86, msr: execute on the correct CPU subset by Borislav Petkov · 16 years ago
- d2ba8b2 x86: Fix assert syntax in vmlinux.lds.S by H. Peter Anvin · 16 years ago
- 6a7bbd5 x86: Make 64-bit efi_ioremap use ioremap on MMIO regions by Paul Mackerras · 16 years ago
- 6c6c51e x86: Add quirk to make Apple MacBook5,2 use reboot=pci by Paul Mackerras · 16 years ago
- 8523acf x86: Fix CPA memtype reserving in the set_pages_array*() cases by Thomas Hellstrom · 16 years ago
- bdc6340 x86, pat: Fix set_memory_wc related corruption by Pallipadi, Venkatesh · 16 years ago
- a91d74a lguest: update commentry by Rusty Russell · 16 years ago
- 2e04ef7 lguest: fix comment style by Rusty Russell · 16 years ago
- 84210ae Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
- 73ba651 x86: Export kmap_atomic_prot() needed for TTM. by Thomas Hellstrom · 16 years ago
- 0e83815 x86: fix section mismatch for i386 init code by Robert Richter · 16 years ago
- ca597a0 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 16 years ago
- d6c585a x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure by Thomas Gleixner · 16 years ago
- 3c33010 Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf by Linus Torvalds · 16 years ago
- 2cb0786 x86, amd: Don't probe for extended APIC ID if APICs are disabled by Jeremy Fitzhardinge · 16 years ago
- 9b7019a perf_counter: Remove unused variables by Peter Zijlstra · 16 years ago
- 6effa8f6 x86, mce: Rename incorrect macro name "CONFIG_X86_THRESHOLD" by Hidehiro Kawai · 16 years ago
- 429b2b3 x86-64: Fix bad_srat() to clear all state by Andi Kleen · 16 years ago
- e9084ec x86, mce: Fix set_trigger() accessor by Jan Beulich · 16 years ago
- ebe119c x86: Fix movq immediate operand constraints in uaccess.h by H. Peter Anvin · 16 years ago
- 155b735 x86: Fix movq immediate operand constraints in uaccess_64.h by Uros Bizjak · 16 years ago