开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-01-27
kvm/svm: PKU not currently supported
John Allen
2020-01-27
KVM: Move vcpu->run page allocation out of kvm_vcpu_init()
Sean Christopherson
2020-01-27
KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
Sean Christopherson
2020-01-27
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
Sean Christopherson
2020-01-27
KVM: arm64: Free sve_state via arm specific hook
Sean Christopherson
2020-01-27
KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
2020-01-27
KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
2020-01-27
KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
2020-01-27
KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
2020-01-27
KVM: Drop kvm_arch_vcpu_setup()
Sean Christopherson
2020-01-27
KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()
Sean Christopherson
2020-01-27
KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()
Sean Christopherson
2020-01-27
KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()
Sean Christopherson
2020-01-27
KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()
Sean Christopherson
2020-01-27
KVM: Move initialization of preempt notifier to kvm_vcpu_init()
Sean Christopherson
2020-01-27
KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
Sean Christopherson
2020-01-27
KVM: Move vcpu alloc and init invocation to common code
Sean Christopherson
2020-01-24
KVM: Introduce kvm_vcpu_destroy()
Sean Christopherson
2020-01-24
KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
Sean Christopherson
2020-01-24
KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
Sean Christopherson
2020-01-24
KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page
Sean Christopherson
2020-01-24
KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
Sean Christopherson
2020-01-24
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
2020-01-24
KVM: Remove kvm_arch_vcpu_free() declaration
Sean Christopherson
2020-01-24
KVM: x86: Drop kvm_arch_vcpu_free()
Sean Christopherson
2020-01-24
KVM: x86: Remove spurious clearing of async #PF MSR
Sean Christopherson
2020-01-24
KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
Sean Christopherson
2020-01-24
KVM: arm: Drop kvm_arch_vcpu_free()
Sean Christopherson
2020-01-24
KVM: PPC: Drop kvm_arch_vcpu_free()
Sean Christopherson
2020-01-24
KVM: MIPS: Drop kvm_arch_vcpu_free()
Sean Christopherson
2020-01-24
KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
Sean Christopherson
2020-01-24
KVM: PPC: Move kvm_vcpu_init() invocation to common code
Sean Christopherson
2020-01-24
KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()
Sean Christopherson
2020-01-24
KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init
Sean Christopherson
2020-01-24
KVM: PPC: Allocate vcpu struct in common PPC code
Sean Christopherson
2020-01-24
KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0
Sean Christopherson
2020-01-24
KVM: x86: Move kvm_vcpu_init() invocation to common code
Sean Christopherson
2020-01-24
KVM: x86: Move allocation of pio_data page down a few lines
Sean Christopherson
2020-01-24
KVM: x86: Move FPU allocation to common x86 code
Sean Christopherson
2020-01-24
KVM: x86: Allocate vcpu struct in common x86 code
Sean Christopherson
2020-01-24
KVM: SVM: Use direct vcpu pointer during vCPU create/free
Sean Christopherson
2020-01-24
KVM: VMX: Use direct vcpu pointer during vCPU create/free
Sean Christopherson
2020-01-24
KVM: VMX: Allocate VPID after initializing VCPU
Sean Christopherson
2020-01-24
KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
Sean Christopherson
2020-01-24
KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
Sean Christopherson
2020-01-24
KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
Sean Christopherson
2020-01-24
KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
Paolo Bonzini
2020-01-23
KVM: async_pf: drop kvm_arch_async_page_present wrappers
Paolo Bonzini
2020-01-23
KVM: x86: list MSR_IA32_UCODE_REV as an emulated MSR
Paolo Bonzini
2020-01-23
tools/kvm_stat: Fix kvm_exit filter name
Gavin Shan
[next]