aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-22x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge3-10/+10
2008-07-22x86: fix pte_flags() to only return flags, fix lguest (updated)Rusty Russell1-1/+1
2008-07-22x86: use setup_clear_cpu_cap with disable_apic, fixYinghai Lu1-1/+1
2008-07-21sysdev: Convert the x86 mce tolerant sysdev attribute to generic attributeAndi Kleen1-2/+2
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen3-7/+18
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2-7/+3
2008-07-21device create: x86: convert device_create to device_create_drvdataGreg Kroah-Hartman2-4/+4
2008-07-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-1/+0
2008-07-21x86: Fix help message for STRICT_DEVMEM config optionLinus Torvalds1-1/+1
2008-07-21x86: move the last Dprintk instance to pr_debug()Thomas Gleixner1-4/+4
2008-07-21x86: convert Dprintk to pr_debugThomas Gleixner6-47/+41
2008-07-21Merge branch 'linus' into cpus4096-for-linusIngo Molnar15-386/+691
2008-07-21Merge branch 'x86/paravirt-spinlocks' into x86/for-linusIngo Molnar3-1/+197
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar89-1426/+2944
2008-07-21Merge branch 'linus' into xen-64bitIngo Molnar15-386/+691
2008-07-21Merge branch 'linus' into x86/paravirt-spinlocksIngo Molnar15-386/+691
2008-07-21x86: remove extra calling to get ext cpuid levelYinghai Lu1-1/+0
2008-07-21x86: use setup_clear_cpu_cap() when disabling the lapicYinghai Lu3-9/+2
2008-07-21Merge branch 'linus' into x86/urgentIngo Molnar15-386/+691
2008-07-20KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity1-3/+4
2008-07-20KVM: x86 emulator: emulate clflushGlauber Costa1-1/+3
2008-07-20KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti1-1/+4
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti1-0/+5
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity3-27/+27
2008-07-20KVM: check injected pic irq within valid pic irqsBen-Ami Yassour2-2/+6
2008-07-20KVM: x86 emulator: Fix HLT instructionMohammed Gamal1-1/+1
2008-07-20KVM: Apply the kernel sigmask to vcpus blocked due to being uninitializedAvi Kivity1-5/+5
2008-07-20KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang1-0/+3
2008-07-20KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be heldMarcelo Tosatti1-0/+3
2008-07-20x86: KVM guest: make kvm_smp_prepare_boot_cpu() staticAdrian Bunk1-1/+1
2008-07-20KVM: SVM: fix suspend/resume supportJoerg Roedel1-12/+22
2008-07-20KVM: move slots_lock acquision down to vapic_exitMarcelo Tosatti1-2/+2
2008-07-20KVM: VMX: Fake emulate Intel perfctr MSRsChris Lalancette1-0/+12
2008-07-20KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang1-2/+2
2008-07-20KVM: MMU: Fix printk formatAvi Kivity1-1/+1
2008-07-20KVM: MMU: When debug is enabled, make it a run-time parameterAvi Kivity1-1/+2
2008-07-20KVM: x86 emulator: lazily evaluate segment registersAvi Kivity2-60/+57
2008-07-20KVM: x86 emulator: avoid segment base adjust for leaAvi Kivity1-1/+1
2008-07-20KVM: x86 emulator: simplify rip relative decodingAvi Kivity1-18/+5
2008-07-20KVM: x86 emulator: simplify r/m decodingAvi Kivity1-13/+4
2008-07-20KVM: x86 emulator: simplify sib decodingAvi Kivity1-16/+4
2008-07-20KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain casesAvi Kivity1-0/+2
2008-07-20KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)Mohammed Gamal1-2/+15
2008-07-20KVM: Use printk_rlimit() instead of reporting emulation failures just onceAvi Kivity1-3/+1
2008-07-20KVM: Do not calculate linear rip in emulation failure reportGlauber Costa1-2/+2
2008-07-20KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti2-9/+6
2008-07-20KVM: Add coalesced MMIO support (x86 part)Laurent Vivier2-1/+5
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier4-15/+25
2008-07-20KVM: MMU: Avoid page prefetch on SVMAvi Kivity1-1/+4
2008-07-20KVM: MMU: Move nonpaging_prefetch_page()Avi Kivity1-9/+9