index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-28
KVM: SVM: Modify intercept_exceptions to generic intercepts
Babu Moger
4
-12
/
+15
2020-09-28
KVM: SVM: Change intercept_dr to generic intercepts
Babu Moger
4
-42
/
+38
2020-09-28
KVM: SVM: Change intercept_cr to generic intercepts
Babu Moger
4
-24
/
+23
2020-09-28
KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)
Babu Moger
3
-0
/
+39
2020-09-28
KVM: nSVM: Remove unused field
Babu Moger
2
-3
/
+0
2020-09-28
KVM: SVM: refactor exit labels in svm_create_vcpu
Maxim Levitsky
1
-7
/
+7
2020-09-28
KVM: SVM: use __GFP_ZERO instead of clear_page
Maxim Levitsky
1
-4
/
+2
2020-09-28
KVM: SVM: refactor msr permission bitmap allocation
Maxim Levitsky
1
-22
/
+23
2020-09-28
KVM: nSVM: rename nested vmcb to vmcb12
Maxim Levitsky
3
-119
/
+117
2020-09-28
KVM: SVM: rename a variable in the svm_create_vcpu
Maxim Levitsky
1
-6
/
+6
2020-09-28
KVM: LAPIC: Reduce world switch latency caused by timer_advance_ns
Wanpeng Li
3
-12
/
+7
2020-09-28
KVM: LAPIC: Narrow down the kick target vCPU
Wanpeng Li
3
-8
/
+3
2020-09-28
KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when setting
Wanpeng Li
1
-2
/
+1
2020-09-28
KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw di...
Wanpeng Li
1
-2
/
+1
2020-09-28
KVM: LAPIC: Fix updating DFR missing apic map recalculation
Wanpeng Li
1
-5
/
+10
2020-09-28
KVM: nVMX: Simplify the initialization of nested_vmx_msrs
Chenyi Qiang
1
-2
/
+1
2020-09-28
KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabled
Chenyi Qiang
1
-2
/
+4
2020-09-28
KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state()
Vitaly Kuznetsov
1
-5
/
+3
2020-09-22
Merge tag 'kvm-ppc-next-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
13
-48
/
+110
2020-09-22
Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...
Paolo Bonzini
246
-1109
/
+1643
2020-09-22
KVM: PPC: Book3S: Fix symbol undeclared warnings
Wang Wensheng
7
-7
/
+7
2020-09-22
KVM: PPC: Book3S: Remove redundant initialization of variable ret
Jing Xiangfeng
1
-1
/
+1
2020-09-22
KVM: PPC: Book3S HV: XIVE: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-11
/
+1
2020-09-20
Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
3
-6
/
+14
2020-09-20
Revert "KVM: Check the allocation of pv cpu mask"
Vitaly Kuznetsov
1
-19
/
+3
2020-09-18
KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()
Marc Zyngier
1
-2
/
+2
2020-09-18
KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch
Marc Zyngier
3
-5
/
+13
2020-09-17
KVM: PPC: Book3S HV: Set LPCR[HDICE] before writing HDEC
Paul Mackerras
2
-5
/
+18
2020-09-17
KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
Fabiano Rosas
1
-0
/
+6
2020-09-17
KVM: PPC: Don't return -ENOTSUPP to userspace in ioctls
Greg Kurz
2
-5
/
+5
2020-09-12
KVM: emulator: more strict rsm checks.
Maxim Levitsky
1
-5
/
+17
2020-09-12
KVM: nSVM: more strict SMM checks when returning to nested guest
Maxim Levitsky
1
-11
/
+18
2020-09-12
SVM: nSVM: setup nested msr permission bitmap on nested state load
Maxim Levitsky
1
-0
/
+3
2020-09-12
SVM: nSVM: correctly restore GIF on vmexit from nesting after migration
Maxim Levitsky
1
-1
/
+3
2020-09-12
x86/kvm: don't forget to ACK async PF IRQ
Vitaly Kuznetsov
1
-0
/
+2
2020-09-12
x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macro
Vitaly Kuznetsov
1
-4
/
+0
2020-09-12
KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit
Wanpeng Li
1
-0
/
+1
2020-09-12
KVM: SVM: avoid emulation with stale next_rip
Wanpeng Li
1
-4
/
+3
2020-09-11
KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN
Vitaly Kuznetsov
1
-1
/
+1
2020-09-11
KVM: SVM: Periodically schedule when unregistering regions on destroy
David Rientjes
1
-0
/
+1
2020-09-11
KVM: MIPS: Change the definition of kvm type
Huacai Chen
1
-0
/
+2
2020-09-11
kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed
Lai Jiangshan
1
-1
/
+1
2020-09-11
KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control
Chenyi Qiang
1
-1
/
+1
2020-09-11
KVM: Check the allocation of pv cpu mask
Haiwei Li
1
-3
/
+19
2020-09-11
KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected
Peter Shier
3
-2
/
+11
2020-09-11
Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
329
-3201
/
+1498
2020-09-07
KVM: SVM: Use __packed shorthand
Borislav Petkov
1
-6
/
+6
2020-09-07
KVM: SVM: Add GHCB Accessor functions
Joerg Roedel
1
-0
/
+43
2020-09-07
KVM: SVM: Add GHCB definitions
Tom Lendacky
2
-2
/
+51
2020-09-07
KVM: SVM: nested: Don't allocate VMCB structures on stack
Joerg Roedel
1
-14
/
+33
[next]