index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-24
KVM: Report IRQ injection status for MSI delivered interrupts
Gleb Natapov
1
-5
/
+8
2009-03-24
KVM: MMU: Fix another largepage memory leak
Joerg Roedel
1
-1
/
+1
2009-03-24
KVM: SVM: set accessed bit for VMCB segment selectors
Andre Przywara
1
-12
/
+29
2009-03-24
KVM: Report IRQ injection status to userspace.
Gleb Natapov
9
-34
/
+88
2009-03-24
KVM: MMU: remove assertion in kvm_mmu_alloc_page
Joerg Roedel
1
-1
/
+0
2009-03-24
KVM: MMU: remove redundant check in mmu_set_spte
Joerg Roedel
1
-6
/
+2
2009-03-24
KVM: MMU: handle compound pages in kvm_is_mmio_pfn
Joerg Roedel
1
-2
/
+4
2009-03-24
KVM: Fix kvmclock on !constant_tsc boxes
Gerd Hoffmann
2
-9
/
+95
2009-03-24
KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmio
Sheng Yang
1
-29
/
+1
2009-03-24
KVM: Use irq routing API for MSI
Sheng Yang
4
-73
/
+86
2009-03-24
KVM: Drop unused evaluations from string pio handlers
Jan Kiszka
2
-6
/
+2
2009-03-24
KVM: Add FFXSR support
Alexander Graf
2
-0
/
+15
2009-03-24
x86: Add EFER descriptions for FFXSR
Alexander Graf
1
-0
/
+2
2009-03-24
KVM: make irq ack notifications aware of routing table
Marcelo Tosatti
5
-11
/
+21
2009-03-24
KVM: ia64: dynamic nr online cpus
Jes Sorensen
3
-9
/
+18
2009-03-24
KVM: s390: Fix SIGP set prefix ioctl
Christian Borntraeger
1
-1
/
+6
2009-03-24
KVM: s390: Fix problem state check for b2 intercepts
Christian Borntraeger
3
-5
/
+17
2009-03-24
KVM: s390: Fix printk on SIGP set arch
Christian Borntraeger
1
-2
/
+0
2009-03-24
KVM: ia64: Implement some pal calls needed for windows 2008
Xiantao Zhang
2
-7
/
+152
2009-03-24
KVM: ia64: Add the support for translating PAL Call's pointer args
Xiantao Zhang
1
-3
/
+45
2009-03-24
KVM: ia64: vTLB change for enabling windows 2008 boot
Xiantao Zhang
2
-24
/
+19
2009-03-24
KVM: Avoid using CONFIG_ in userspace visible headers
Avi Kivity
2
-3
/
+4
2009-03-24
KVM: Userspace controlled irq routing
Avi Kivity
6
-4
/
+275
2009-03-24
KVM: x86: Fix typos and whitespace errors
Amit Shah
1
-17
/
+16
2009-03-24
KVM: ppc: Move to new TLB invalidate interface
Liu Yu
1
-5
/
+5
2009-03-24
KVM: ppc: Fix e500 warnings and some spelling problems
Liu Yu
3
-6
/
+4
2009-03-24
powerpc/fsl-booke: declare tlbcam_index for use in c
Liu Yu
1
-0
/
+2
2009-03-24
KVM: MMU: Only enable cr4_pge role in shadow mode
Avi Kivity
1
-1
/
+1
2009-03-24
KVM: MMU: Rename "metaphysical" attribute to "direct"
Avi Kivity
3
-24
/
+25
2009-03-24
KVM: MMU: drop zeroing on mmu_memory_cache_alloc
Marcelo Tosatti
1
-1
/
+0
2009-03-24
KVM: SVM: Fix typo in has_svm()
Joe Perches
1
-1
/
+1
2009-03-24
KVM: ia64: expose registers in struct kvm_regs
Jes Sorensen
1
-1
/
+34
2009-03-24
KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked
Avi Kivity
2
-0
/
+16
2009-03-24
KVM: Interrupt mask notifiers for ioapic
Avi Kivity
4
-0
/
+50
2009-03-24
KVM: Add CONFIG_HAVE_KVM_IRQCHIP
Avi Kivity
4
-0
/
+14
2009-03-24
KVM: MMU: Optimize page unshadowing
Avi Kivity
1
-3
/
+12
2009-03-24
KVM: SVM: Add microcode patch level dummy
Alexander Graf
1
-0
/
+3
2009-03-24
KVM: Add support to disable MSI for assigned device
Sheng Yang
2
-2
/
+17
2009-03-24
KVM: Remove duplicated prototype of kvm_arch_destroy_vm
Sheng Yang
1
-1
/
+0
2009-03-24
KVM: ppc: remove debug support broken by KVM debug rewrite
Hollis Blanchard
4
-99
/
+2
2009-03-24
KVM: Properly lock PIT creation
Avi Kivity
2
-2
/
+6
2009-03-24
KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb)
Avi Kivity
1
-1
/
+25
2009-03-24
KVM: VMX: When emulating on invalid vmx state, don't return to userspace unne...
Avi Kivity
1
-2
/
+6
2009-03-24
KVM: x86 emulator: Make emulate_pop() a little more generic
Avi Kivity
1
-9
/
+6
2009-03-24
KVM: VMX: Prevent exit handler from running if emulating due to invalid state
Avi Kivity
1
-7
/
+4
2009-03-24
KVM: VMX: don't clobber segment AR if emulating invalid state
Avi Kivity
1
-1
/
+1
2009-03-24
KVM: VMX: Fix guest state validity checks
Avi Kivity
1
-4
/
+14
2009-03-24
KVM: ppc: Add extra E500 exceptions
Hollis Blanchard
7
-15
/
+92
2009-03-24
KVM: ppc: distinguish between interrupts and priorities
Hollis Blanchard
2
-1
/
+2
2009-03-24
KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for booke
Hollis Blanchard
3
-0
/
+12
[next]