index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
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
nubus: Add expansion_type values for various Mac models
Finn Thain
2
-67
/
+52
2018-01-16
m68k/defconfig: Update defconfigs for v4.15-rc1
Geert Uytterhoeven
12
-12
/
+36
2018-01-16
Merge tag 'kvm-s390-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux
Radim Krčmář
6
-53
/
+43
2018-01-16
KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
Liran Alon
1
-2
/
+3
2018-01-16
KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interrupts
Liran Alon
2
-25
/
+18
2018-01-16
KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-interrupt
Liran Alon
1
-1
/
+11
2018-01-16
KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updated
Liran Alon
3
-11
/
+21
2018-01-16
KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()
Liran Alon
3
-7
/
+6
2018-01-16
KVM: nVMX: Fix bug of injecting L2 exception into L1
Liran Alon
2
-1
/
+1
2018-01-16
kvm/vmx: Use local vmx variable in vmx_get_msr()
Borislav Petkov
1
-5
/
+6
2018-01-16
KVM: MMU: consider host cache mode in MMIO page check
Haozhong Zhang
1
-1
/
+13
2018-01-16
x86/mm: add a function to check if a pfn is UC/UC-/WC
Haozhong Zhang
2
-0
/
+21
2018-01-16
Merge branch 'kvm-insert-lfence'
Paolo Bonzini
1
-2
/
+10
2018-01-16
KVM: x86: prefer "depends on" to "select" for SEV
Paolo Bonzini
1
-3
/
+1
2018-01-16
Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm
Paolo Bonzini
11
-31
/
+1287
2018-01-16
KVM: x86: avoid unnecessary XSETBV on guest entry
Paolo Bonzini
1
-1
/
+2
2018-01-16
KVM: x86: fix escape of guest dr6 to the host
Wanpeng Li
1
-0
/
+6
2018-01-16
KVM: X86: support paravirtualized help for TLB shootdowns
Wanpeng Li
2
-8
/
+14
2018-01-16
KVM: X86: introduce invalidate_gpa argument to tlb flush
Wanpeng Li
4
-21
/
+22
2018-01-16
KVM: X86: use paravirtualized TLB Shootdown
Wanpeng Li
2
-0
/
+49
2018-01-16
KVM: X86: Add KVM_VCPU_PREEMPTED
Wanpeng Li
3
-2
/
+4
2018-01-16
KVM: s390: cleanup struct kvm_s390_float_interrupt
David Hildenbrand
5
-29
/
+16
2018-01-16
KVM: s390: drop use of spin lock in __floating_irq_kick
Michael Mueller
1
-2
/
+0
2018-01-16
KVM: s390: add debug tracing for cpu features of CPU model
Christian Borntraeger
1
-6
/
+18
2018-01-16
KVM: s390: use created_vcpus in more places
Christian Borntraeger
1
-2
/
+2
2018-01-16
s390x/mm: cleanup gmap_pte_op_walk()
David Hildenbrand
1
-15
/
+8
2018-01-16
KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA
Dongjiu Geng
4
-0
/
+29
2018-01-16
KVM: arm64: Handle RAS SErrors from EL2 on guest exit
James Morse
5
-1
/
+33
2018-01-16
KVM: arm64: Handle RAS SErrors from EL1 on guest exit
James Morse
3
-1
/
+22
2018-01-16
KVM: arm64: Save ESR_EL2 on guest SError
James Morse
1
-3
/
+6
2018-01-16
KVM: arm64: Save/Restore guest DISR_EL1
James Morse
4
-0
/
+9
2018-01-16
KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.
James Morse
5
-1
/
+24
2018-01-16
KVM: arm/arm64: mask/unmask daif around VHE guests
James Morse
2
-0
/
+12
2018-01-16
arm64: kernel: Prepare for a DISR user
James Morse
7
-0
/
+44
2018-01-16
arm64: Unconditionally enable IESB on exception entry/return for firmware-first
James Morse
1
-8
/
+9
2018-01-16
arm64: kernel: Survive corrected RAS errors notified by SError
James Morse
3
-5
/
+113
2018-01-16
arm64: cpufeature: Detect CPU RAS Extentions
Xie XiuQi
4
-1
/
+33
2018-01-16
arm64: sysreg: Move to use definitions for all the SCTLR bits
James Morse
3
-35
/
+67
2018-01-16
arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
James Morse
1
-2
/
+1
2018-01-16
arm64: fpsimd: Fix state leakage when migrating after sigreturn
Dave Martin
4
-8
/
+10
[prev]
[next]