index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-31
kvm: x86: remove efer_reload entry in kvm_vcpu_stat
Longpeng(Mike)
2
-2
/
+0
2018-01-31
KVM: x86: AMD Processor Topology Information
Stanislav Lanci
1
-1
/
+2
2018-01-31
x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...
Vitaly Kuznetsov
2
-2
/
+17
2018-01-31
kvm: embed vcpu id to dentry of vcpu anon inode
Masatake YAMATO
1
-1
/
+4
2018-01-31
kvm: Map PFN-type memory regions as writable (if possible)
KarimAllah Ahmed
1
-2
/
+5
2018-01-31
KVM: arm/arm64: Fixup userspace irqchip static key optimization
Christoffer Dall
1
-1
/
+1
2018-01-31
KVM: arm/arm64: Fix userspace_irqchip_in_use counting
Christoffer Dall
1
-2
/
+3
2018-01-31
KVM: arm/arm64: Fix incorrect timer_is_pending logic
Christoffer Dall
1
-19
/
+17
2018-01-31
MAINTAINERS: update KVM/s390 maintainers
Cornelia Huck
1
-1
/
+2
2018-01-31
MAINTAINERS: add Halil as additional vfio-ccw maintainer
Cornelia Huck
1
-0
/
+1
2018-01-31
MAINTAINERS: add David as a reviewer for KVM/s390
Cornelia Huck
1
-0
/
+1
2018-01-26
KVM: s390: introduce the format-1 GISA
Michael Mueller
3
-13
/
+37
2018-01-26
s390/sclp: expose the GISA format facility
Michael Mueller
2
-1
/
+3
2018-01-26
KVM: s390: activate GISA for emulated interrupts
Michael Mueller
1
-1
/
+7
2018-01-26
KVM: s390: make kvm_s390_get_io_int() aware of GISA
Michael Mueller
1
-4
/
+70
2018-01-26
KVM: s390: add GISA interrupts to FLIC ioctl interface
Michael Mueller
1
-0
/
+18
2018-01-26
KVM: s390: abstract adapter interruption word generation from ISC
Michael Mueller
1
-2
/
+7
2018-01-26
KVM: s390: exploit GISA and AIV for emulated interrupts
Michael Mueller
4
-18
/
+87
2018-01-26
s390/css: indicate the availability of the AIV facility
Michael Mueller
1
-1
/
+3
2018-01-26
KVM: s390: implement GISA IPM related primitives
Michael Mueller
1
-0
/
+28
2018-01-26
s390/bitops: add test_and_clear_bit_inv()
Jens Freimann
1
-0
/
+5
2018-01-26
KVM: s390: define GISA format-0 data structure
Michael Mueller
2
-4
/
+20
2018-01-26
KVM: s390: reverse bit ordering of irqs in pending mask
Michael Mueller
2
-33
/
+33
2018-01-24
KVM: s390: introduce and use kvm_s390_test_cpuflags()
David Hildenbrand
5
-14
/
+15
2018-01-24
KVM: s390: introduce and use kvm_s390_clear_cpuflags()
David Hildenbrand
5
-12
/
+16
2018-01-24
KVM: s390: reuse kvm_s390_set_cpuflags()
David Hildenbrand
3
-12
/
+11
2018-01-24
KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()
David Hildenbrand
2
-17
/
+17
2018-01-24
KVM: s390: add vcpu stat counters for many instruction
Christian Borntraeger
4
-10
/
+65
2018-01-24
KVM: s390: diagnoses are instructions as well
Christian Borntraeger
1
-6
/
+6
2018-01-24
s390x/mm: simplify gmap_protect_rmap()
David Hildenbrand
1
-9
/
+8
2018-01-24
KVM: s390: vsie: store guest addresses of satellite blocks in vsie_page
David Hildenbrand
1
-15
/
+22
2018-01-24
KVM: s390: vsie: use READ_ONCE to access some SCB fields
David Hildenbrand
1
-19
/
+31
2018-01-23
KVM: arm/arm64: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-23
KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
James Morse
1
-0
/
+1
2018-01-23
s390/mm: Remove superfluous parameter
Janosch Frank
1
-2
/
+2
2018-01-17
arm64: mm: Add additional parameter to uaccess_ttbr0_disable
Christoffer Dall
7
-11
/
+11
2018-01-16
KVM: VMX: introduce X2APIC_MSR macro
Paolo Bonzini
1
-10
/
+9
2018-01-16
KVM: vmx: speed up MSR bitmap merge
Paolo Bonzini
1
-36
/
+42
2018-01-16
KVM: vmx: simplify MSR bitmap setup
Paolo Bonzini
1
-8
/
+6
2018-01-16
KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexit
Paolo Bonzini
1
-3
/
+0
2018-01-16
KVM: nVMX: initialize more non-shadowed fields in prepare_vmcs02_full
Paolo Bonzini
1
-79
/
+83
2018-01-16
KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_full
Paolo Bonzini
1
-22
/
+34
2018-01-16
KVM: nVMX: track dirty state of non-shadowed VMCS fields
Paolo Bonzini
2
-1
/
+34
2018-01-16
KVM: VMX: split list of shadowed VMCS field to a separate file
Paolo Bonzini
2
-60
/
+75
2018-01-16
kvm: vmx: Reduce size of vmcs_field_to_offset_table
Jim Mattson
1
-7
/
+13
2018-01-16
kvm: vmx: Change vmcs_field_type to vmcs_field_width
Jim Mattson
1
-19
/
+19
2018-01-16
kvm: vmx: Introduce VMCS12_MAX_FIELD_INDEX
Jim Mattson
1
-1
/
+7
2018-01-16
KVM: VMX: optimize shadow VMCS copying
Paolo Bonzini
1
-78
/
+65
2018-01-16
KVM: vmx: shadow more fields that are read/written on every vmexits
Paolo Bonzini
1
-9
/
+23
2018-01-16
KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
Liran Alon
1
-2
/
+3
[next]