summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | xen: grant: use xen_pfn_t type for frame_list.Ian Campbell2012-10-191-2/+0
| | * | xen: sysfs: fix build warning.Ian Campbell2012-10-191-0/+2
| | * | xen/x86: remove duplicated include from enlighten.cWei Yongjun2012-10-191-2/+0
| * | | Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-243-3/+5
| |\ \ \
| | * | | KVM guest: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENTSasha Levin2012-10-221-0/+3
| | * | | KVM: apic: fix LDR calculation in x2apic modeGleb Natapov2012-10-221-1/+1
| | * | | KVM: MMU: fix release noslot pfnXiao Guangrong2012-10-221-2/+1
| * | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-10-212-17/+3
| |\ \ \ \
| | * | | | uprobes/x86: Only rep+nop can be emulated correctlyOleg Nesterov2012-10-071-14/+2
| | * | | | uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov2012-09-291-3/+1
OpenPOWER on IntegriCloud