index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
svm.c
Commit message (
Expand
)
Author
Age
*
KVM: Clean up #includes
Avi Kivity
2007-07-16
*
KVM: SVM: Reliably detect if SVM was disabled by BIOS
Joerg Roedel
2007-07-16
*
KVM: Initialize the BSP bit in the APIC_BASE msr correctly
Avi Kivity
2007-07-16
*
KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)
Shani Moideen
2007-07-16
*
KVM: Flush remote tlbs when reducing shadow pte permissions
Avi Kivity
2007-07-16
*
KVM: Move duplicate halt handling code into kvm_main.c
Avi Kivity
2007-07-16
*
KVM: Lazy guest cr3 switching
Avi Kivity
2007-07-16
*
KVM: SVM: Allow direct guest access to PC debug port
Anthony Liguori
2007-07-16
*
Detach sched.h from mm.h
Alexey Dobriyan
2007-05-21
*
KVM: SVM: Only save/restore MSRs when needed
Anthony Liguori
2007-05-03
*
KVM: VMX: Properly shadow the CR0 register in the vcpu struct
Anthony Liguori
2007-05-03
*
KVM: Lazy FPU support for SVM
Anthony Liguori
2007-05-03
*
KVM: Per-vcpu statistics
Avi Kivity
2007-05-03
*
KVM: SVM: Report hardware exit reason to userspace instead of dmesg
Avi Kivity
2007-05-03
*
KVM: Use kernel-standard types
Avi Kivity
2007-05-03
*
KVM: SVM: enable LBRV virtualization if available
Joerg Roedel
2007-05-03
*
KVM: Remove unused function
Michal Piotrowski
2007-05-03
*
KVM: SVM: Ensure timestamp counter monotonicity
Avi Kivity
2007-05-03
*
KVM: SVM: forbid guest to execute monitor/mwait
Joerg Roedel
2007-05-03
*
KVM: Remove unused and write-only variables
Avi Kivity
2007-05-03
*
KVM: Don't allow the guest to turn off the cpu cache
Avi Kivity
2007-05-03
*
KVM: Remove set_cr0_no_modeswitch() arch op
Avi Kivity
2007-05-03
*
KVM: Avoid guest virtual addresses in string pio userspace interface
Avi Kivity
2007-05-03
*
KVM: Initialize the apic_base msr on svm too
Avi Kivity
2007-05-03
*
KVM: Add a special exit reason when exiting due to an interrupt
Avi Kivity
2007-05-03
*
KVM: Fold kvm_run::exit_type into kvm_run::exit_reason
Avi Kivity
2007-05-03
*
KVM: Handle cpuid in the kernel instead of punting to userspace
Avi Kivity
2007-05-03
*
KVM: Do not communicate to userspace through cpu registers during PIO
Avi Kivity
2007-05-03
*
KVM: Use the generic skip_emulated_instruction() in hypercall code
Dor Laor
2007-05-03
*
KVM: Per-vcpu inodes
Avi Kivity
2007-03-04
*
KVM: SVM: intercept SMI to handle it at host level
Joerg Roedel
2007-03-04
*
KVM: svm: init cr0 with the wp bit set
Avi Kivity
2007-03-04
*
KVM: Wire up hypercall handlers to a central arch-independent location
Avi Kivity
2007-03-04
*
KVM: Add hypercall host support for svm
Avi Kivity
2007-03-04
*
KVM: add MSR based hypercall API
Ingo Molnar
2007-03-04
*
KVM: Use ARRAY_SIZE macro instead of manual calculation.
Ahmed S. Darwish
2007-03-04
*
KVM: Cosmetics
Avi Kivity
2007-03-04
*
[PATCH] KVM: cpu hotplug support
Avi Kivity
2007-02-12
*
[PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intel
Avi Kivity
2007-02-12
*
[PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0
Avi Kivity
2007-02-12
*
[PATCH] kvm: NULL noise removal
Al Viro
2007-02-09
*
[PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.c
Robert P. J. Day
2007-01-30
*
[PATCH] KVM: SVM: Propagate cpu shutdown events to userspace
Joerg Roedel
2007-01-26
*
[PATCH] KVM: SVM: Fix SVM idt confusion
Leonard Norrgard
2007-01-26
*
[PATCH] KVM: fix race between mmio reads and injected interrupts
Avi Kivity
2007-01-23
*
[PATCH] KVM: add VM-exit profiling
Ingo Molnar
2007-01-11
*
[PATCH] KVM: Simplify test for interrupt window
Dor Laor
2007-01-06
*
[PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace
Avi Kivity
2007-01-06
*
[PATCH] KVM: MMU: Remove invlpg interception
Avi Kivity
2007-01-06
*
[PATCH] KVM: MMU: oom handling
Avi Kivity
2007-01-06
[next]