index
:
litmus-rt-odroidx.git
odroidx
odroidx-color
wip-mc
LITMUS^RT and MC^2 V0 support for the ODROID-X dev board
Christopher Joseph Kenna
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Commit message (
Expand
)
Author
Age
*
kvmclock: count total_sleep_time when updating guest clock
Jason Wang
2010-02-09
*
KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
Wei Yongjun
2010-01-25
*
KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
Wei Yongjun
2010-01-25
*
KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates
Jan Kiszka
2009-12-27
*
Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2009-12-08
|
\
|
*
KVM: VMX: Fix comparison of guest efer with stale host value
Avi Kivity
2009-12-03
|
*
KVM: Drop user return notifier when disabling virtualization on a cpu
Avi Kivity
2009-12-03
|
*
KVM: x86: Add KVM_GET/SET_VCPU_EVENTS
Jan Kiszka
2009-12-03
|
*
KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUG
Jan Kiszka
2009-12-03
|
*
KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapic
Marcelo Tosatti
2009-12-03
|
*
KVM: x86: disallow multiple KVM_CREATE_IRQCHIP
Marcelo Tosatti
2009-12-03
|
*
KVM: VMX: move CR3/PDPTR update to vmx_set_cr3
Marcelo Tosatti
2009-12-03
|
*
KVM: remove duplicated task_switch check
Gleb Natapov
2009-12-03
|
*
KVM: x86 shared msr infrastructure
Avi Kivity
2009-12-03
|
*
KVM: allow userspace to adjust kvmclock offset
Glauber Costa
2009-12-03
|
*
KVM: x86: Fix guest single-stepping while interruptible
Jan Kiszka
2009-12-03
|
*
KVM: Xen PV-on-HVM guest support
Ed Swierk
2009-12-03
|
*
KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check
Jan Kiszka
2009-12-03
|
*
KVM: x86: Harden against cpufreq
Zachary Amsden
2009-12-03
|
*
KVM: SVM: Add tracepoint for skinit instruction
Joerg Roedel
2009-12-03
|
*
KVM: SVM: Add tracepoint for invlpga instruction
Joerg Roedel
2009-12-03
|
*
KVM: SVM: Add tracepoint for #vmexit because intr pending
Joerg Roedel
2009-12-03
|
*
KVM: SVM: Add tracepoint for injected #vmexit
Joerg Roedel
2009-12-03
|
*
KVM: SVM: Add tracepoint for nested #vmexit
Joerg Roedel
2009-12-03
|
*
KVM: SVM: Add tracepoint for nested vmrun
Joerg Roedel
2009-12-03
|
*
KVM: x86: include pvclock MSRs in msrs_to_save
Glauber Costa
2009-12-03
|
*
KVM: x86: Rework guest single-step flag injection and filtering
Jan Kiszka
2009-12-03
|
*
KVM: x86: disable paravirt mmu reporting
Marcelo Tosatti
2009-12-03
|
*
KVM: x86: Refactor guest debug IOCTL handling
Jan Kiszka
2009-12-03
|
*
KVM: remove pre_task_link setting in save_state_to_tss16
Juan Quintela
2009-12-03
|
*
KVM: Kill the confusing tsc_ref_khz and ref_freq variables
Zachary Amsden
2009-12-03
|
*
KVM: Separate timer intialization into an indepedent function
Zachary Amsden
2009-12-03
|
*
KVM: Activate Virtualization On Demand
Alexander Graf
2009-12-03
|
*
KVM: Return -ENOTTY on unrecognized ioctls
Avi Kivity
2009-12-03
|
*
KVM: Drop kvm->irq_lock lock from irq injection path
Gleb Natapov
2009-12-03
|
*
KVM: Move IO APIC to its own lock
Gleb Natapov
2009-12-03
|
*
KVM: Don't pass kvm_run arguments
Avi Kivity
2009-12-03
*
|
Merge branch 'tracing/hw-breakpoints' into perf/core
Ingo Molnar
2009-11-21
|
\
\
|
|
/
|
/
|
|
*
hw-breakpoints: Wrap in the KVM breakpoint active state check
Frederic Weisbecker
2009-11-10
|
*
hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events
Frederic Weisbecker
2009-11-08
|
*
Merge commit 'perf/core' into perf/hw-breakpoint
Frederic Weisbecker
2009-10-17
|
|
\
|
*
\
Merge branch 'linus' into tracing/hw-breakpoints
Ingo Molnar
2009-09-15
|
|
\
\
*
|
|
|
KVM: get_tss_base_addr() should return a gpa_t
Gleb Natapov
2009-11-04
*
|
|
|
KVM: x86: Catch potential overrun in MCE setup
Jan Kiszka
2009-11-04
|
|
_
|
/
|
/
|
|
*
|
|
KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID
Avi Kivity
2009-10-04
|
|
/
|
/
|
*
|
Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2009-09-14
|
\
\
|
*
|
KVM: VMX: Check cpl before emulating debug register access
Avi Kivity
2009-09-10
|
*
|
KVM: x86: drop duplicate kvm_flush_remote_tlb calls
Marcelo Tosatti
2009-09-10
|
*
|
KVM: Use thread debug register storage instead of kvm specific data
Avi Kivity
2009-09-10
|
*
|
KVM: Protect update_cr8_intercept() when running without an apic
Avi Kivity
2009-09-10
[next]