index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
KVM: SVM: Implement INVLPGA
Alexander Graf
2009-09-10
1
-1
/
+14
*
KVM: Implement MSRs used by Hyper-V
Alexander Graf
2009-09-10
1
-0
/
+5
*
x86: Add definition for IGNNE MSR
Alexander Graf
2009-09-10
1
-0
/
+1
*
KVM: SVM: Don't save/restore host cr2
Avi Kivity
2009-09-10
1
-17
/
+0
*
KVM: VMX: Only reload guest cr2 if different from host cr2
Avi Kivity
2009-09-10
1
-2
/
+7
*
KVM: Drop useless atomic test from timer function
Jan Kiszka
2009-09-10
1
-2
/
+2
*
KVM: Fix racy event propagation in timer
Jan Kiszka
2009-09-10
1
-6
/
+10
*
KVM: Optimize searching for highest IRR
Gleb Natapov
2009-09-10
2
-3
/
+22
*
KVM: Replace pending exception by PF if it happens serially
Gleb Natapov
2009-09-10
1
-7
/
+13
*
KVM: VMX: conditionally disable 2M pages
Marcelo Tosatti
2009-09-10
3
-2
/
+16
*
KVM: VMX: EPT misconfiguration handler
Marcelo Tosatti
2009-09-10
1
-1
/
+85
*
KVM: MMU: add kvm_mmu_get_spte_hierarchy helper
Marcelo Tosatti
2009-09-10
2
-0
/
+20
*
KVM: MMU: make for_each_shadow_entry aware of largepages
Marcelo Tosatti
2009-09-10
1
-0
/
+5
*
KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits
Marcelo Tosatti
2009-09-10
2
-0
/
+27
*
KVM: Move performance counter MSR access interception to generic x86 path
Andre Przywara
2009-09-10
3
-28
/
+30
*
KVM: MMU audit: largepage handling
Marcelo Tosatti
2009-09-10
1
-8
/
+7
*
KVM: MMU audit: audit_mappings tweaks
Marcelo Tosatti
2009-09-10
1
-1
/
+7
*
KVM: MMU audit: nontrapping ptes in nonleaf level
Marcelo Tosatti
2009-09-10
1
-6
/
+1
*
KVM: MMU audit: update audit_write_protection
Marcelo Tosatti
2009-09-10
1
-3
/
+11
*
KVM: MMU audit: update count_writable_mappings / count_rmaps
Marcelo Tosatti
2009-09-10
1
-10
/
+94
*
KVM: MMU: introduce is_last_spte helper
Marcelo Tosatti
2009-09-10
1
-13
/
+13
*
KVM: Return to userspace on emulation failure
Avi Kivity
2009-09-10
2
-2
/
+10
*
KVM: Use macro to iterate over vcpus.
Gleb Natapov
2009-09-10
9
-74
/
+76
*
KVM: Break dependency between vcpu index in vcpus array and vcpu_id.
Gleb Natapov
2009-09-10
9
-33
/
+55
*
KVM: Use pointer to vcpu instead of vcpu_id in timer code.
Gleb Natapov
2009-09-10
4
-4
/
+4
*
KVM: Introduce kvm_vcpu_is_bsp() function.
Gleb Natapov
2009-09-10
11
-18
/
+28
*
KVM: MMU: s/shadow_pte/spte/
Avi Kivity
2009-09-10
2
-59
/
+59
*
KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte
Avi Kivity
2009-09-10
4
-21
/
+21
*
KVM: MMU: Fix is_dirty_pte()
Avi Kivity
2009-09-10
1
-1
/
+1
*
KVM: VMX: Move rmode structure to vmx-specific code
Avi Kivity
2009-09-10
2
-44
/
+44
*
KVM: Reorder ioctls in kvm.h
Avi Kivity
2009-09-10
1
-5
/
+5
*
KVM: VMX: Support Unrestricted Guest feature
Nitin A Kamble
2009-09-10
3
-11
/
+62
*
KVM: switch irq injection/acking data structures to irq_lock
Marcelo Tosatti
2009-09-10
8
-30
/
+58
*
KVM: introduce irq_lock, use it to protect ioapic
Marcelo Tosatti
2009-09-10
3
-1
/
+8
*
KVM: move coalesced_mmio locking to its own device
Marcelo Tosatti
2009-09-10
2
-6
/
+5
*
KVM: Grab pic lock in kvm_pic_clear_isr_ack
Marcelo Tosatti
2009-09-10
1
-0
/
+2
*
KVM: Cleanup LAPIC interface
Jan Kiszka
2009-09-10
1
-12
/
+0
*
KVM: ppc: e500: Add MMUCFG and PVR emulation
Liu Yu
2009-09-10
2
-0
/
+5
*
KVM: ppc: e500: Directly pass pvr to guest
Liu Yu
2009-09-10
3
-5
/
+1
*
KVM: ppc: e500: Move to Book-3e MMU definitions
Liu Yu
2009-09-10
2
-8
/
+8
*
KVM: Calculate available entries in coalesced mmio ring
Avi Kivity
2009-09-10
1
-5
/
+5
*
KVM: VMX: Fix reporting of unhandled EPT violations
Avi Kivity
2009-09-10
1
-2
/
+2
*
KVM: Cache pdptrs
Avi Kivity
2009-09-10
7
-13
/
+63
*
KVM: VMX: Simplify pdptr and cr3 management
Avi Kivity
2009-09-10
1
-6
/
+15
*
KVM: VMX: Avoid duplicate ept tlb flush when setting cr3
Avi Kivity
2009-09-10
1
-1
/
+0
*
KVM: do not register i8254 PIO regions until we are initialized
Gregory Haskins
2009-09-10
1
-9
/
+8
*
KVM: cleanup io_device code
Gregory Haskins
2009-09-10
8
-53
/
+109
*
KVM: Clean up coalesced_mmio destruction
Gregory Haskins
2009-09-10
1
-1
/
+4
*
KVM: powerpc: fix some init/exit annotations
Stephen Rothwell
2009-09-10
3
-5
/
+5
*
KVM: SVM: Fold kvm_svm.h info svm.c
Avi Kivity
2009-09-10
2
-54
/
+40
[prev]
[next]