aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2008-09-30x86, debug printouts: IOMMU setup failures should not be KERN_ERRAdam Jackson
2008-09-29x86_64: be less annoying on boot, v2dcg
2008-09-25x86_64: be less annoying on bootBill Nottingham
2008-09-22x86: use WARN_ONCE in workaround for mtrr maskYinghai Lu
2008-09-22Merge commit 'v2.6.27-rc7' into x86/debugIngo Molnar
2008-09-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-09-17x86: print DMI information in the oops traceArjan van de Ven
2008-09-16x86: completely disable NOPL on 32 bitsH. Peter Anvin
2008-09-14x86/paravirt: Remove duplicate paravirt_pagetable_setup_{start, done}()Alex Nixon
2008-09-14xen: fix for xen guest with mem > 3.7GJeremy Fitzhardinge
2008-09-12x86: fix possible x86_64 and EFI regressionJeremy Fitzhardinge
2008-09-11KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang
2008-09-11KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel
2008-09-11KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel
2008-09-10arch/x86/kernel/kdebugfs.c: introduce missing kfreeJulia Lawall
2008-09-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-09-09x86: fix memmap=exactmap boot argumentPrarit Bhargava
2008-09-08x86: disable static NOPLs on 32 bitsLinus Torvalds
2008-09-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-09-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-09-06x86: cpu_init(): fix memory leak when using CPU hotplugAndreas Herrmann
2008-09-06x86: pda_init(): fix memory leak when using CPU hotplugAndreas Herrmann
2008-09-06x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flagsEduardo Habkost
2008-09-06x86: move mtrr cpu cap setting early in early_init_xxxxYinghai Lu
2008-09-06x86: delay early cpu initialization until cpuid is doneKrzysztof Helt
2008-09-06x86: HPET: read back compare register before reading counterThomas Gleixner
2008-09-06x86: HPET fix moronic 32/64bit thinkoThomas Gleixner
2008-09-05x86: use X86_FEATURE_NOPL in alternativesH. Peter Anvin
2008-09-05x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin
2008-09-05x86: boot: stub out unimplemented CPU feature wordsH. Peter Anvin
2008-09-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-09-05HPET: make minimum reprogramming delta usefulThomas Gleixner
2008-09-03x86: Change warning message in TSC calibration.Alok N Kataria
2008-09-03x86: add io delay quirk for Presario F700Chuck Ebbert
2008-09-03Split up PIT part of TSC calibration from native_calibrate_tscLinus Torvalds
2008-09-02[x86] Fix TSC calibration issuesThomas Gleixner
2008-09-02Un-break printk strings in x86 PCI probing codeLinus Torvalds
2008-08-29Revert "x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against ...Linus Torvalds
2008-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-08-27x86: update defconfigsH. Peter Anvin
2008-08-25x86: cpuid: correct return value on partial operationsH. Peter Anvin
2008-08-25x86: msr: correct return value on partial operationsH. Peter Anvin
2008-08-25x86: cpuid: propagate error from smp_call_function_single()H. Peter Anvin
2008-08-25x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin
2008-08-25[x86] Clean up MAXSMP Kconfig, and limit NR_CPUS to 512Linus Torvalds
2008-08-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-08-25KVM: MMU: Fix torn shadow pteAvi Kivity
2008-08-25x86: fix cpufreq + sched_clock() regressionPeter Zijlstra
2008-08-25Merge branch 'linus' into x86/urgentIngo Molnar
2008-08-25x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against BAR, v3Yinghai Lu