aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25endian: #define __BYTE_ORDERJoakim Tjernlund1-2/+2
2010-05-25perf, trace: Fix !x86 build bugPeter Zijlstra1-1/+5
2010-05-24x86: remove last traces of quicklist usagePeter Zijlstra1-1/+0
2010-05-24x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012Gabor Gombas1-0/+11
2010-05-24x86: "nosmp" command line option should force the system into UP modeJan Beulich1-3/+23
2010-05-24arch/x86/pci: use kasprintfJulia Lawall1-2/+1
2010-05-24x86, apic: ack all pending irqs when crashed/on kexecKerstin Jonsson1-8/+33
2010-05-23x86/mmiotrace: Remove redundant instruction prefix checksAkinobu Mita1-1/+1
2010-05-21Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds11-32/+149
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-2050/+2987
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86Linus Torvalds1-0/+55
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-10/+331
2010-05-21PCI: read memory ranges out of Broadcom CNB20LE host bridgeIra W. Snyder3-0/+111
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2-8/+47
2010-05-20earlyprintk,vga,kdb: Fix \b and \r for earlyprintk=vga with kdbJason Wessel1-0/+8
2010-05-20x86,early dr regs,kgdb: Allow kernel debugger early dr register accessJason Wessel1-12/+17
2010-05-20x86,kgdb: Implement early hardware breakpoint debuggingJason Wessel1-2/+28
2010-05-20x86, kgdb, init: Add early and late debug statesJason Wessel1-7/+10
2010-05-20x86, kgdb: early trap init for early debugJan Kiszka3-4/+13
2010-05-20x86,kgdb: Add low level debug hookJason Wessel3-1/+30
2010-05-20kgdb: remove post_primary_code referencesJason Wessel1-29/+0
2010-05-20kgdb: core changes to support kdbJason Wessel1-0/+5
2010-05-20Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-0/+4
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar100-2531/+4006
2010-05-19ACPI, APEI, Use ERST for persistent storage of MCEHuang Ying3-11/+177
2010-05-19ACPI, APEI, Generic Hardware Error Source memory error supportHuang Ying3-0/+62
2010-05-19Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-12/+26
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2010-05-19KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity1-0/+6
2010-05-19KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity2-1/+3
2010-05-19KVM: x86: Check LMA bit before set_eferSheng Yang1-2/+2
2010-05-19KVM: Don't allow lmsw to clear cr0.peAvi Kivity1-1/+1
2010-05-19KVM: x86: Tell the guest we'll warn it about tsc stabilityGlauber Costa1-1/+4
2010-05-19x86, paravirt: don't compute pvclock adjustments if we trust the tscGlauber Costa4-0/+13
2010-05-19x86: KVM guest: Try using new kvm clock msrsGlauber Costa1-21/+32
2010-05-19KVM: x86: export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUIDGlauber Costa1-0/+34
2010-05-19KVM: x86: add new KVMCLOCK cpuid featureGlauber Costa1-0/+4
2010-05-19KVM: x86: change msr numbers for kvmclockGlauber Costa2-1/+10
2010-05-19x86, paravirt: Add a global synchronization point for pvclockGlauber Costa1-0/+24
2010-05-19x86, paravirt: Enable pvclock flags in vcpu_time_info structureGlauber Costa3-1/+12
2010-05-19KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg1-19/+12
2010-05-19KVM: SVM: Don't allow nested guest to VMMCALL into hostJoerg Roedel1-0/+3
2010-05-19KVM: x86: Fix exception reinjection forced to trueJoerg Roedel1-1/+1
2010-05-19KVM: Fix wallclock version writing raceAvi Kivity1-2/+10
2010-05-19KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity1-0/+7
2010-05-19KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang3-13/+25
2010-05-19KVM: x86: properly update ready_for_interrupt_injectionMarcelo Tosatti1-1/+1
2010-05-19KVM: VMX: Atomically switch efer if EPT && !EFER.NXAvi Kivity1-0/+12
2010-05-19KVM: VMX: Add facility to atomically switch MSRs on guest entry/exitAvi Kivity1-0/+49