Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
bf03d4f9334728bf7c8ffc7de787df48abd6340e
bf03d4f
KVM: x86: introduce is_pae_paging
by Paolo Bonzini
· 6 years ago
c27e5b0
KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCS
by Sean Christopherson
· 6 years ago
699a1ac
KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's written
by Sean Christopherson
· 6 years ago
de70d27
KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're written
by Sean Christopherson
· 6 years ago
142e4be
KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's written
by Sean Christopherson
· 6 years ago
a49700b
KVM: nVMX: Don't speculatively write APIC-access page address
by Sean Christopherson
· 6 years ago
ca2f546
KVM: nVMX: Don't speculatively write virtual-APIC page address
by Sean Christopherson
· 6 years ago
73cb855
KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mapped
by Sean Christopherson
· 6 years ago
8ef863e
KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCS
by Sean Christopherson
· 6 years ago
13b964a
KVM: nVMX: Don't "put" vCPU or host state when switching VMCS
by Sean Christopherson
· 6 years ago
b464f57e
KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}
by Paolo Bonzini
· 6 years ago
4d6c989
KVM: nVMX: Don't rewrite GUEST_PML_INDEX during nested VM-Entry
by Sean Christopherson
· 6 years ago
c538d57
KVM: nVMX: Write ENCLS-exiting bitmap once per vmcs02
by Sean Christopherson
· 6 years ago
3b013a2
KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01
by Sean Christopherson
· 6 years ago
d28f429
KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad value
by Sean Christopherson
· 6 years ago
b1346ab
KVM: nVMX: Rename prepare_vmcs02_*_full to prepare_vmcs02_*_rare
by Paolo Bonzini
· 6 years ago
7952d76
KVM: nVMX: Sync rarely accessed guest fields only when needed
by Sean Christopherson
· 6 years ago
e217429
KVM: nVMX: Add helpers to identify shadowed VMCS fields
by Sean Christopherson
· 6 years ago
3731905ef
KVM: nVMX: Use descriptive names for VMCS sync functions and flags
by Sean Christopherson
· 6 years ago
f4f8316
KVM: nVMX: Lift sync_vmcs12() out of prepare_vmcs12()
by Sean Christopherson
· 6 years ago
1c6f0b4
KVM: nVMX: Track vmcs12 offsets for shadowed VMCS fields
by Sean Christopherson
· 6 years ago
b643780
KVM: nVMX: Intercept VMWRITEs to GUEST_{CS,SS}_AR_BYTES
by Sean Christopherson
· 6 years ago
fadcead
KVM: nVMX: Intercept VMWRITEs to read-only shadow VMCS fields
by Sean Christopherson
· 6 years ago
95b5a48
KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fn
by Sean Christopherson
· 6 years ago
165072b
KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor code
by Sean Christopherson
· 6 years ago
2342080
KVM: VMX: Store the host kernel's IDT base in a global variable
by Sean Christopherson
· 6 years ago
49def50
KVM: VMX: Read cached VM-Exit reason to detect external interrupt
by Sean Christopherson
· 6 years ago
2ea7203
kvm: nVMX: small cleanup in handle_exception
by Paolo Bonzini
· 6 years ago
beb8d93
KVM: VMX: Fix handling of #MC that occurs during VM-Entry
by Sean Christopherson
· 6 years ago
73f624f
KVM: x86: move MSR_IA32_POWER_CTL handling to common code
by Paolo Bonzini
· 6 years ago
4cb8b11
kvm: x86: offset is ensure to be in range
by Wei Yang
· 6 years ago
ee171d2
kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector()
by Wei Yang
· 6 years ago
7d2296b
kvm: x86: check kvm_apic_sw_enabled() is enough
by Wei Yang
· 6 years ago
2d5ba19
kvm: x86: add host poll control msrs
by Marcelo Tosatti
· 6 years ago
fdb2861
kvm: vmx: segment limit check: use access length
by Eugene Korenevsky
· 6 years ago
c1a9acb
kvm: vmx: fix limit checking in get_vmx_mem_address()
by Eugene Korenevsky
· 6 years ago
a87f2d3
KVM: x86: Add Intel CPUID.1F cpuid emulation support
by Like Xu
· 6 years ago
1fc5d194
KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15
by Liran Alon
· 6 years ago
1dfdb45
KVM: x86: clean up conditions for asynchronous page fault handling
by Paolo Bonzini
· 6 years ago
0d9ce16
kvm: Convert kvm_lock to a mutex
by Junaid Shahid
· 6 years ago
1ae4de2
KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64
by Uros Bizjak
· 6 years ago
b3ffd74
KVM: irqchip: Use struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
5a25355
x86/kvm/VMX: drop bad asm() clobber from nested_vmx_check_vmentry_hw()
by Jan Beulich
· 6 years ago
fb89f4e
kvm: selftests: introduce aarch64_vcpu_add_default
by Andrew Jones
· 6 years ago
f5dd4cc
kvm: selftests: introduce aarch64_vcpu_setup
by Andrew Jones
· 6 years ago
837ec79
kvm: selftests: hide vcpu_setup in processor code
by Paolo Bonzini
· 6 years ago
2c7c5d3
kvm: selftests: ucall improvements
by Andrew Jones
· 6 years ago
511a8556
KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bit
by Wanpeng Li
· 6 years ago
b517006
KVM: X86: Provide a capability to disable cstate msr read intercepts
by Wanpeng Li
· 6 years ago
8ffdaa7
KVM: Documentation: Add disable pause exits to KVM_CAP_X86_DISABLE_EXITS
by Wanpeng Li
· 6 years ago
4d22c17
kvm: x86: refine kvm_get_arch_capabilities()
by Xiaoyao Li
· 6 years ago
f257d6d
KVM: Directly return result from kvm_arch_check_processor_compat()
by Sean Christopherson
· 6 years ago
0532dd5
kvm: svm/avic: Do not send AVIC doorbell to self
by Suthikulpanit, Suravee
· 6 years ago
b6c4bc6
KVM: LAPIC: Optimize timer latency further
by Wanpeng Li
· 6 years ago
ec0671d
KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexit
by Wanpeng Li
· 6 years ago
84ea3ac
KVM: LAPIC: Extract adaptive tune timer advancement logic
by Wanpeng Li
· 6 years ago
8f38302
KVM/nSVM: properly map nested VMCB
by Vitaly Kuznetsov
· 6 years ago
f3ecb59
kvm: x86: Fix reserved bits related calculation errors caused by MKTME
by Kai Huang
· 6 years ago
7b6f8a0
kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.c
by Kai Huang
· 6 years ago
f8d221d
Merge tag 'kvm-s390-master-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master
by Paolo Bonzini
· 6 years ago
24e8a2c
Merge tag 'kvm-ppc-fixes-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master
by Paolo Bonzini
· 6 years ago
d724c9e
KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry()
by Suraj Jitindar Singh
· 6 years ago
1b28d55
KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9
by Paul Mackerras
· 6 years ago
bcaa311
KVM: PPC: Book3S HV: XIVE: Fix page offset when clearing ESB pages
by Cédric Le Goater
· 6 years ago
aedb5b1
KVM: PPC: Book3S HV: XIVE: Take the srcu read lock when accessing memslots
by Cédric Le Goater
· 6 years ago
ef97402
KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interrupts
by Cédric Le Goater
· 6 years ago
7e10b9a
KVM: PPC: Book3S HV: XIVE: Introduce a new mutex for the XIVE device
by Cédric Le Goater
· 6 years ago
e717d0a
KVM: PPC: Book3S HV: XIVE: Fix the enforced limit on the vCPU identifier
by Cédric Le Goater
· 6 years ago
c468bc4
KVM: PPC: Book3S HV: XIVE: Do not test the EQ flag validity when resetting
by Cédric Le Goater
· 6 years ago
d47aacd
KVM: PPC: Book3S HV: XIVE: Clear file mapping when device is released
by Cédric Le Goater
· 6 years ago
5a3f493
KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu
by Paul Mackerras
· 6 years ago
1659e27
KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list
by Paul Mackerras
· 6 years ago
0d4ee88
KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup
by Paul Mackerras
· 6 years ago
c395fe1
KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE release functions
by Paul Mackerras
· 6 years ago
a86cb41
KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID
by Thomas Huth
· 6 years ago
eb1f2f3
kvm: fix compile on s390 part 2
by Christian Borntraeger
· 6 years ago
cd6c84d
Linux 5.2-rc2
by Linus Torvalds
· 6 years ago
c5b4409
Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
862f0a3
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
128f2bf
Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 6 years ago
58be010
random: fix soft lockup when trying to read from an uninitialized blocking pool
by Theodore Ts'o
· 6 years ago
0c97bf8
tracing: Silence GCC 9 array bounds warning
by Miguel Ojeda
· 6 years ago
35efb51
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 6 years ago
b2ad813
Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
a2c48d9
Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
66883da
ext4: fix dcache lookup of !casefolded directories
by Gabriel Krisman Bertazi
· 6 years ago
2409207
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
7fbc78e
Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
7f8b40e3
Merge tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 6 years ago
e7bd3e2
Merge tag 'devicetree-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
86c2f5d
Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
51816e9
locking/lock_events: Use this_cpu_add() when necessary
by Waiman Long
· 6 years ago
66f61c9
KVM: x86: fix return value for reserved EFER
by Paolo Bonzini
· 6 years ago
883d25e7
tools/kvm_stat: fix fields filter for child events
by Stefan Raspl
· 6 years ago
c795720
KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guard
by Thomas Huth
· 6 years ago
98e6834
kvm: selftests: aarch64: compile with warnings on
by Andrew Jones
· 6 years ago
55eda00
kvm: selftests: aarch64: fix default vm mode
by Andrew Jones
· 6 years ago
bffed38
kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot size
by Andrew Jones
· 6 years ago
19ec166
KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGION
by Christian Borntraeger
· 6 years ago
2924b52
KVM: x86/pmu: do not mask the value that is written to fixed PMUs
by Paolo Bonzini
· 6 years ago
Next »