index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spidev.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-08
kvm: mmu: lazy collapse small sptes into large sptes
Wanpeng Li
3
-0
/
+92
2015-04-08
KVM: x86: Clear CR2 on VCPU reset
Nadav Amit
1
-0
/
+2
2015-04-08
KVM: x86: DR0-DR3 are not clear on reset
Nadav Amit
2
-0
/
+15
2015-04-08
KVM: x86: BSP in MSR_IA32_APICBASE is writable
Nadav Amit
5
-6
/
+9
2015-04-08
KVM: x86: simplify kvm_apic_map
Radim Krčmář
3
-68
/
+28
2015-04-08
KVM: x86: avoid logical_map when it is invalid
Radim Krčmář
2
-1
/
+35
2015-04-08
KVM: x86: fix mixed APIC mode broadcast
Radim Krčmář
2
-6
/
+5
2015-04-08
KVM: x86: use MDA for interrupt matching
Radim Krčmář
1
-7
/
+33
2015-04-08
kvm/ppc/mpic: drop unused IRQ_testbit
Arseny Solokha
1
-5
/
+0
2015-04-08
KVM: nVMX: remove unnecessary double caching of MAXPHYADDR
Eugene Korenevsky
1
-8
/
+6
2015-04-08
KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entry
Eugene Korenevsky
1
-6
/
+7
2015-04-08
KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpu
Eugene Korenevsky
4
-16
/
+29
2015-04-08
KVM: vmx: pass error code with internal error #2
Radim Krčmář
1
-1
/
+2
2015-04-08
x86: vdso: fix pvclock races with task migration
Radim Krčmář
1
-8
/
+12
2015-04-08
KVM: remove kvm_read_hva and kvm_read_hva_atomic
Paolo Bonzini
1
-12
/
+2
2015-04-08
KVM: x86: optimize delivery of TSC deadline timer interrupt
Paolo Bonzini
1
-6
/
+7
2015-04-08
KVM: x86: extract blocking logic from __vcpu_run
Paolo Bonzini
1
-28
/
+34
2015-04-08
kvm: x86: fix x86 eflags fixed bit
Wanpeng Li
1
-3
/
+3
2015-03-31
KVM: s390: migrate vcpu interrupt state
Jens Freimann
5
-0
/
+252
2015-03-31
KVM: s390: refactor vcpu injection function
Jens Freimann
1
-3
/
+12
2015-03-31
KVM: s390: add ioctl to inject local interrupts
Jens Freimann
4
-1
/
+70
2015-03-31
KVM: s390: cpu timer irq priority
David Hildenbrand
1
-7
/
+27
2015-03-31
KVM: s390: deliver floating interrupts in order of priority
Jens Freimann
5
-367
/
+510
2015-03-31
KVM: s390: fix get_all_floating_irqs
Jens Freimann
2
-26
/
+35
2015-03-31
x86: Use bool function return values of true/false not 1/0
Joe Perches
3
-38
/
+38
2015-03-31
KVM: s390: enable more features that need no hypervisor changes
Christian Borntraeger
1
-2
/
+2
2015-03-31
KVM: s390: store the breaking-event address on pgm interrupts
David Hildenbrand
1
-0
/
+2
2015-03-30
KVM: arm/arm64: enable KVM_CAP_IOEVENTFD
Nikolay Nikolaev
1
-0
/
+1
2015-03-30
KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus
Andre Przywara
8
-221
/
+55
2015-03-30
KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling
Andre Przywara
2
-1
/
+39
2015-03-30
KVM: arm/arm64: merge GICv3 RD_base and SGI_base register frames
Andre Przywara
1
-91
/
+83
2015-03-30
KVM: remove useless check of "ret" variable prior to returning the same value
Eugene Korenevsky
1
-3
/
+1
2015-03-30
KVM: x86: Remove redundant definitions
Nadav Amit
3
-15
/
+12
2015-03-30
KVM: x86: removing redundant eflags bits definitions
Nadav Amit
2
-61
/
+46
2015-03-30
KVM: x86: BSF and BSR emulation change register unnecassarily
Nadav Amit
1
-1
/
+18
2015-03-30
KVM: x86: POPA emulation may not clear bits [63:32]
Nadav Amit
1
-16
/
+23
2015-03-30
KVM: x86: CMOV emulation on legacy mode is wrong
Nadav Amit
1
-2
/
+1
2015-03-30
kvm: x86: i8259: return initialized data on invalid-size read
Petr Matousek
1
-0
/
+1
2015-03-27
MIPS: KVM: Wire up MSA capability
James Hogan
3
-0
/
+31
2015-03-27
MIPS: KVM: Expose MSA registers
James Hogan
3
-3
/
+86
2015-03-27
MIPS: KVM: Add MSA exception handling
James Hogan
5
-2
/
+140
2015-03-27
MIPS: KVM: Emulate MSA bits in COP0 interface
James Hogan
1
-2
/
+35
2015-03-27
MIPS: KVM: Add base guest MSA support
James Hogan
6
-19
/
+323
2015-03-27
MIPS: KVM: Wire up FPU capability
James Hogan
3
-0
/
+51
2015-03-27
MIPS: KVM: Expose FPU registers
James Hogan
3
-11
/
+114
2015-03-27
MIPS: KVM: Add FP exception handling
James Hogan
5
-3
/
+88
2015-03-27
MIPS: KVM: Emulate FPU bits in COP0 interface
James Hogan
1
-11
/
+100
2015-03-27
MIPS: KVM: Add base guest FPU support
James Hogan
7
-1
/
+333
2015-03-27
MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callback
James Hogan
3
-0
/
+20
2015-03-27
MIPS: KVM: Add Config4/5 and writing of Config registers
James Hogan
5
-2
/
+128
[next]