summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Fix uninitialized return codeJan Kiszka2012-12-021-0/+1
* KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld2012-11-308-0/+53
* KVM: x86: Add code to track call origin for msr assignmentWill Auld2012-11-305-21/+56
* KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong2012-11-291-0/+17
* KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong2012-11-281-3/+5
* KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov2012-11-281-6/+1
* KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti2012-11-271-1/+6
* KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti2012-11-273-8/+89
* KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-273-3/+13
* KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2012-11-273-8/+264
* KVM: x86: notifier for clocksource changesMarcelo Tosatti2012-11-271-1/+93
* KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-275-9/+9
* x86: vdso: pvclock gettime supportMarcelo Tosatti2012-11-273-11/+101
* x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti2012-11-273-12/+61
* x86: pvclock: generic pvclock vsyscall initializationMarcelo Tosatti2012-11-274-0/+91
* x86: pvclock: add note about rdtsc barriersMarcelo Tosatti2012-11-271-0/+6
* x86: pvclock: introduce helper to read flagsMarcelo Tosatti2012-11-272-0/+14
* x86: pvclock: create helper for pvclock data retrievalMarcelo Tosatti2012-11-272-14/+30
* x86: pvclock: remove pvclock_shadow_timeMarcelo Tosatti2012-11-271-46/+11
* x86: pvclock: make sure rdtsc doesnt speculate out of regionMarcelo Tosatti2012-11-271-2/+2
* x86: kvmclock: allocate pvclock shared memory areaMarcelo Tosatti2012-11-271-11/+47
* KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti2012-11-271-7/+13
* KVM: remove unnecessary return value checkGuo Chao2012-11-131-32/+0
* KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao2012-11-131-1/+1
* KVM: do not kfree error pointerGuo Chao2012-11-131-13/+6
* KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-293-4/+4
* Merge remote-tracking branch 'master' into queueMarcelo Tosatti2012-10-29105-976/+1322
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-268-58/+100
| |\
| | * Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle...Ingo Molnar2012-10-263-8/+23
| | |\
| | | * x86: efi: Turn off efi_enabled after setup on mixed fw/kernelOlof Johansson2012-10-253-8/+23
| | * | x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu2012-10-251-4/+0
| | * | x86, mm: Find_early_table_space based on ranges that are actually being mappedJacob Shin2012-10-241-29/+41
| | * | x86, mm: Use memblock memory loop instead of e820_RAMYinghai Lu2012-10-241-7/+8
| | * | x86, mm: Trim memory in memblock to be page alignedYinghai Lu2012-10-241-0/+3
| | * | x86/irq/ioapic: Check for valid irq_cfg pointer in smp_irq_move_cleanup_inter...Dimitri Sivanich2012-10-241-0/+3
| | * | x86/efi: Fix oops caused by incorrect set_memory_uc() usageMatt Fleming2012-10-243-15/+26
| | * | x86-64: Fix page table accountingJan Beulich2012-10-241-1/+6
| | * | Revert "x86/mm: Fix the size calculation of mapping tables"Dave Young2012-10-241-13/+9
| * | | perf/x86: Remove unused variable in nhmex_rbox_alter_er()Wei Yongjun2012-10-241-2/+0
| * | | perf/x86: Enable overflow on Intel KNC with a custom knc_pmu_handle_irq()Vince Weaver2012-10-241-1/+77
| * | | perf/x86: Remove cpuc->enable check on Intl KNC event enable/disableVince Weaver2012-10-241-6/+2
| * | | perf/x86: Make Intel KNC use full 40-bit width of countersVince Weaver2012-10-241-4/+3
| * | | perf/x86/uncore: Handle pci_read_config_dword() errorsYan, Zheng2012-10-241-15/+28
| * | | perf/x86: Remove P6 cpuc->enabled checkVince Weaver2012-10-241-7/+7
| * | | perf/x86: Update/fix generic events on P6 PMUVince Weaver2012-10-241-7/+104
| * | | perf/x86: Fix P6 FP_ASSIST event constraintVince Weaver2012-10-241-1/+1
| * | | x86/perf: Fix virtualization sanity checkAndre Przywara2012-10-241-4/+6
| |/ /
| * | Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-244-8/+8
| |\ \
| | * \ Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-10-19250-4869/+8741
| | |\ \ | | | |/
| | * | xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel2012-10-192-4/+6
OpenPOWER on IntegriCloud