aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-fixesLinus Torvalds4-10/+6
2008-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-pciLinus Torvalds20-127/+1219
2008-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-0/+1
2008-04-29x86: use kbuild.hChristoph Lameter2-16/+2
2008-04-29edd: add default mode CONFIG_EDD_OFF=n, override with edd={on,off}Tim Gardner1-1/+9
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-1/+1
2008-04-29x86: olpc: add One Laptop Per Child architecture supportAndres Salomon7-1/+597
2008-04-29swiotlb: use iommu_is_span_boundary helper functionFUJITA Tomonori1-3/+2
2008-04-29proper extern for late_time_initAdrian Bunk1-1/+0
2008-04-29proper __do_softirq() prototypeAdrian Bunk1-2/+0
2008-04-29x86: fix PCI MSI breaks when booting with nosmpJesse Barnes1-7/+3
2008-04-29bootprotocol: cleanupIngo Molnar1-1/+1
2008-04-29x86: fix warning in "x86: clean up vSMP detection"Alexander van Heukelum1-1/+1
2008-04-29x86: !x & y typo in mtrr codeHarvey Harrison1-1/+1
2008-04-28x86_64 vDSO: use initdataRoland McGrath2-7/+9
2008-04-28[CPUFREQ] expose cpufreq coordination requirements regardless of coordination mechanismDarrick J. Wong1-0/+1
2008-04-28[CPUFREQ] Make acpi-cpufreq more robust against BIOS freq changes behind our back.Venkatesh Pallipadi1-0/+10
2008-04-28x86: Fix 32-bit MSI-X allocation leakagePJ Waskiewicz1-0/+1
2008-04-28x86: geode: MSR cleanupAndres Salomon1-4/+4
2008-04-28x86: configurable DMI scanning codeThomas Petazzoni1-3/+9
2008-04-28pageflags: use proper page flag functions in XenChristoph Lameter1-2/+2
2008-04-28vmallocinfo: add caller informationChristoph Lameter1-6/+9
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg1-0/+3
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge2-42/+3
2008-04-28x86: PAT fixIngo Molnar1-4/+1
2008-04-27x86 PAT: tone down debugging messages some moreLinus Torvalds1-2/+2
2008-04-27Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds27-548/+3365
2008-04-27KVM: MMU: kvm_pv_mmu_op should not take mmap_semMarcelo Tosatti1-3/+0
2008-04-27KVM: SVM: remove selective CR0 commentJoerg Roedel1-11/+0
2008-04-27KVM: SVM: remove now obsolete FIXME commentJoerg Roedel1-7/+0
2008-04-27KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel1-4/+27
2008-04-27KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel1-0/+12
2008-04-27KVM: export kvm_lapic_set_tpr() to modulesJoerg Roedel1-0/+1
2008-04-27KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel1-2/+16
2008-04-27KVM: x86 emulator: fix lea to really get the effective addressAvi Kivity1-1/+1
2008-04-27KVM: x86 emulator: fix smsw and lmsw with a memory operandAvi Kivity1-12/+17
2008-04-27KVM: x86 emulator: initialize src.val and dst.val for register operandsAvi Kivity1-0/+2
2008-04-27KVM: SVM: force a new asid when initializing the vmcbAvi Kivity1-1/+1
2008-04-27KVM: fix kvm_vcpu_kick vs __vcpu_run raceMarcelo Tosatti1-2/+14
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti1-0/+19
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity3-18/+18
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti4-0/+38
2008-04-27KVM: SVM: do not intercept task switch with NPTJoerg Roedel1-0/+1
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu2-0/+14
2008-04-27KVM: Add trace markersFeng (Eric) Liu2-1/+60
2008-04-27KVM: SVM: add intercept for machine check exceptionJoerg Roedel1-1/+16
2008-04-27KVM: SVM: align shadow CR4.MCE with hostJoerg Roedel1-0/+3
2008-04-27KVM: SVM: indent svm_set_cr4 with tabs instead of spacesJoerg Roedel1-4/+4
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori2-59/+56
2008-04-27KVM: MMU: prepopulate guest pages after write-protectingMarcelo Tosatti1-1/+1