aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2008-07-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-07-22x86: fix crash due to missing debugctlmsr on AMD K6-3Jan Kratochvil
2008-07-22x86: add PTE_FLAGS_MASKJeremy Fitzhardinge
2008-07-22x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge
2008-07-22x86: fix pte_flags() to only return flags, fix lguest (updated)Rusty Russell
2008-07-22x86: use setup_clear_cpu_cap with disable_apic, fixYinghai Lu
2008-07-21sysdev: Convert the x86 mce tolerant sysdev attribute to generic attributeAndi Kleen
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman
2008-07-21device create: x86: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds
2008-07-21x86: Fix help message for STRICT_DEVMEM config optionLinus Torvalds
2008-07-21x86: move the last Dprintk instance to pr_debug()Thomas Gleixner
2008-07-21x86: convert Dprintk to pr_debugThomas Gleixner
2008-07-21Merge branch 'x86/paravirt-spinlocks' into x86/for-linusIngo Molnar
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar
2008-07-21Merge branch 'linus' into xen-64bitIngo Molnar
2008-07-21Merge branch 'linus' into x86/paravirt-spinlocksIngo Molnar
2008-07-21x86: remove extra calling to get ext cpuid levelYinghai Lu
2008-07-21x86: use setup_clear_cpu_cap() when disabling the lapicYinghai Lu
2008-07-21Merge branch 'linus' into x86/urgentIngo Molnar
2008-07-20KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity
2008-07-20KVM: x86 emulator: emulate clflushGlauber Costa
2008-07-20KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity
2008-07-20KVM: check injected pic irq within valid pic irqsBen-Ami Yassour
2008-07-20KVM: x86 emulator: Fix HLT instructionMohammed Gamal
2008-07-20KVM: Apply the kernel sigmask to vcpus blocked due to being uninitializedAvi Kivity
2008-07-20KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang
2008-07-20KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be heldMarcelo Tosatti
2008-07-20x86: KVM guest: make kvm_smp_prepare_boot_cpu() staticAdrian Bunk
2008-07-20KVM: SVM: fix suspend/resume supportJoerg Roedel
2008-07-20KVM: move slots_lock acquision down to vapic_exitMarcelo Tosatti
2008-07-20KVM: VMX: Fake emulate Intel perfctr MSRsChris Lalancette
2008-07-20KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang
2008-07-20KVM: MMU: Fix printk formatAvi Kivity
2008-07-20KVM: MMU: When debug is enabled, make it a run-time parameterAvi Kivity
2008-07-20KVM: x86 emulator: lazily evaluate segment registersAvi Kivity
2008-07-20KVM: x86 emulator: avoid segment base adjust for leaAvi Kivity
2008-07-20KVM: x86 emulator: simplify rip relative decodingAvi Kivity
2008-07-20KVM: x86 emulator: simplify r/m decodingAvi Kivity
2008-07-20KVM: x86 emulator: simplify sib decodingAvi Kivity
2008-07-20KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain casesAvi Kivity
2008-07-20KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)Mohammed Gamal
2008-07-20KVM: Use printk_rlimit() instead of reporting emulation failures just onceAvi Kivity
2008-07-20KVM: Do not calculate linear rip in emulation failure reportGlauber Costa
2008-07-20KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti
2008-07-20KVM: Add coalesced MMIO support (x86 part)Laurent Vivier
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier