summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-12-06KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei1-0/+67
2012-12-06x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessaryZhang Yanfei2-0/+34
2012-12-06KVM: MMU: optimize for set_spteXiao Guangrong1-4/+12
2012-12-05KVM: x86: Make register state after reset conform to specificationJulian Stecklina4-16/+17
2012-12-05kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao2-18/+1
2012-12-05kvm: remove unnecessary bit checking for ept violationZhang Xiantao1-5/+0
2012-12-02KVM: x86: Fix uninitialized return codeJan Kiszka1-0/+1
2012-12-01KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld8-0/+53
2012-12-01KVM: x86: Add code to track call origin for msr assignmentWill Auld5-21/+56
2012-11-30KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong1-0/+17
2012-11-29KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong1-3/+5
2012-11-29KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov1-6/+1
2012-11-28KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti1-1/+6
2012-11-28KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti3-8/+89
2012-11-28KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti3-3/+13
2012-11-28KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti3-8/+264
2012-11-28KVM: x86: notifier for clocksource changesMarcelo Tosatti1-1/+93
2012-11-28KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti5-9/+9
2012-11-28x86: vdso: pvclock gettime supportMarcelo Tosatti3-11/+101
2012-11-28x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti3-12/+61
2012-11-28x86: pvclock: generic pvclock vsyscall initializationMarcelo Tosatti4-0/+91
2012-11-28x86: pvclock: add note about rdtsc barriersMarcelo Tosatti1-0/+6
2012-11-28x86: pvclock: introduce helper to read flagsMarcelo Tosatti2-0/+14
2012-11-28x86: pvclock: create helper for pvclock data retrievalMarcelo Tosatti2-14/+30
2012-11-28x86: pvclock: remove pvclock_shadow_timeMarcelo Tosatti1-46/+11
2012-11-28x86: pvclock: make sure rdtsc doesnt speculate out of regionMarcelo Tosatti1-2/+2
2012-11-28x86: kvmclock: allocate pvclock shared memory areaMarcelo Tosatti1-11/+47
2012-11-28KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti1-7/+13
2012-11-14KVM: remove unnecessary return value checkGuo Chao1-32/+0
2012-11-14KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao1-1/+1
2012-11-14KVM: do not kfree error pointerGuo Chao1-13/+6
2012-10-30KVM: do not treat noslot pfn as a error pfnXiao Guangrong3-4/+4
2012-10-30Merge remote-tracking branch 'master' into queueMarcelo Tosatti105-976/+1322
2012-10-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-58/+100
2012-10-26Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle...Ingo Molnar3-8/+23
2012-10-26x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu1-4/+0
2012-10-25x86: efi: Turn off efi_enabled after setup on mixed fw/kernelOlof Johansson3-8/+23
2012-10-25x86, mm: Find_early_table_space based on ranges that are actually being mappedJacob Shin1-29/+41
2012-10-24x86, mm: Use memblock memory loop instead of e820_RAMYinghai Lu1-7/+8
2012-10-24x86, mm: Trim memory in memblock to be page alignedYinghai Lu1-0/+3
2012-10-24x86/irq/ioapic: Check for valid irq_cfg pointer in smp_irq_move_cleanup_inter...Dimitri Sivanich1-0/+3
2012-10-24perf/x86: Remove unused variable in nhmex_rbox_alter_er()Wei Yongjun1-2/+0
2012-10-24x86/efi: Fix oops caused by incorrect set_memory_uc() usageMatt Fleming3-15/+26
2012-10-24perf/x86: Enable overflow on Intel KNC with a custom knc_pmu_handle_irq()Vince Weaver1-1/+77
2012-10-24perf/x86: Remove cpuc->enable check on Intl KNC event enable/disableVince Weaver1-6/+2
2012-10-24perf/x86: Make Intel KNC use full 40-bit width of countersVince Weaver1-4/+3
2012-10-24perf/x86/uncore: Handle pci_read_config_dword() errorsYan, Zheng1-15/+28
2012-10-24x86-64: Fix page table accountingJan Beulich1-1/+6
2012-10-24perf/x86: Remove P6 cpuc->enabled checkVince Weaver1-7/+7
2012-10-24perf/x86: Update/fix generic events on P6 PMUVince Weaver1-7/+104