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
/
include
/
linux
/
leds-lp3952.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-24
KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
Sean Christopherson
1
-2
/
+2
2020-01-24
KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
Sean Christopherson
1
-2
/
+2
2020-01-24
KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page
Sean Christopherson
1
-8
/
+10
2020-01-24
KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
Sean Christopherson
1
-28
/
+34
2020-01-24
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
7
-19
/
+43
2020-01-24
KVM: Remove kvm_arch_vcpu_free() declaration
Sean Christopherson
1
-1
/
+0
2020-01-24
KVM: x86: Drop kvm_arch_vcpu_free()
Sean Christopherson
1
-16
/
+11
2020-01-24
KVM: x86: Remove spurious clearing of async #PF MSR
Sean Christopherson
1
-2
/
+0
2020-01-24
KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
Sean Christopherson
1
-4
/
+0
2020-01-24
KVM: arm: Drop kvm_arch_vcpu_free()
Sean Christopherson
1
-7
/
+2
2020-01-24
KVM: PPC: Drop kvm_arch_vcpu_free()
Sean Christopherson
1
-7
/
+2
2020-01-24
KVM: MIPS: Drop kvm_arch_vcpu_free()
Sean Christopherson
1
-7
/
+2
2020-01-24
KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
Sean Christopherson
1
-3
/
+3
2020-01-24
KVM: PPC: Move kvm_vcpu_init() invocation to common code
Sean Christopherson
8
-55
/
+29
2020-01-24
KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()
Sean Christopherson
1
-3
/
+3
2020-01-24
KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init
Sean Christopherson
1
-11
/
+11
2020-01-24
KVM: PPC: Allocate vcpu struct in common PPC code
Sean Christopherson
8
-77
/
+51
2020-01-24
KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0
Sean Christopherson
1
-0
/
+2
2020-01-24
KVM: x86: Move kvm_vcpu_init() invocation to common code
Sean Christopherson
4
-29
/
+25
2020-01-24
KVM: x86: Move allocation of pio_data page down a few lines
Sean Christopherson
1
-20
/
+13
2020-01-24
KVM: x86: Move FPU allocation to common x86 code
Sean Christopherson
3
-48
/
+23
2020-01-24
KVM: x86: Allocate vcpu struct in common x86 code
Sean Christopherson
4
-40
/
+30
2020-01-24
KVM: SVM: Use direct vcpu pointer during vCPU create/free
Sean Christopherson
1
-14
/
+16
2020-01-24
KVM: VMX: Use direct vcpu pointer during vCPU create/free
Sean Christopherson
1
-20
/
+22
2020-01-24
KVM: VMX: Allocate VPID after initializing VCPU
Sean Christopherson
1
-3
/
+3
2020-01-24
KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
Sean Christopherson
1
-1
/
+1
2020-01-24
KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
Sean Christopherson
1
-1
/
+3
2020-01-24
KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
Sean Christopherson
1
-1
/
+3
2020-01-24
KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
Paolo Bonzini
4
-10
/
+29
2020-01-23
KVM: async_pf: drop kvm_arch_async_page_present wrappers
Paolo Bonzini
1
-17
/
+4
2020-01-23
KVM: x86: list MSR_IA32_UCODE_REV as an emulated MSR
Paolo Bonzini
1
-0
/
+1
2020-01-23
tools/kvm_stat: Fix kvm_exit filter name
Gavin Shan
1
-2
/
+6
2020-01-23
KVM: x86: fix overlap between SPTE_MMIO_MASK and generation
Paolo Bonzini
1
-5
/
+5
2020-01-21
kvm: Refactor handling of VM debugfs files
Milan Pandurov
2
-73
/
+76
2020-01-21
KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
Sean Christopherson
1
-1
/
+1
2020-01-21
KVM: nVMX: vmread should not set rflags to specify success in case of #PF
Miaohe Lin
1
-1
/
+3
2020-01-21
KVM: x86/mmu: Micro-optimize nEPT's bad memptype/XWR checks
Sean Christopherson
2
-14
/
+31
2020-01-21
KVM: x86/mmu: Reorder the reserved bit check in prefetch_invalid_gpte()
Sean Christopherson
1
-3
/
+3
2020-01-21
KVM: SVM: Override default MMIO mask if memory encryption is enabled
Tom Lendacky
1
-0
/
+43
2020-01-21
KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration
Miaohe Lin
1
-3
/
+0
2020-01-21
KVM: x86: Refactor and rename bit() to feature_bit() macro
Sean Christopherson
5
-28
/
+30
2020-01-21
KVM: x86: Expand build-time assertion on reverse CPUID usage
Sean Christopherson
2
-6
/
+30
2020-01-21
KVM: x86: Add CPUID_7_1_EAX to the reverse CPUID table
Sean Christopherson
1
-0
/
+1
2020-01-21
KVM: x86: Move bit() helper to cpuid.h
Sean Christopherson
2
-5
/
+5
2020-01-21
KVM: x86: Add dedicated emulator helpers for querying CPUID features
Sean Christopherson
3
-18
/
+25
2020-01-21
KVM: x86: Add macro to ensure reserved cr4 bits checks stay in sync
Sean Christopherson
1
-40
/
+25
2020-01-21
KVM: x86: Drop special XSAVE handling from guest_cpuid_has()
Sean Christopherson
3
-4
/
+2
2020-01-21
KVM: x86: Ensure all logical CPUs have consistent reserved cr4 bits
Sean Christopherson
1
-0
/
+7
2020-01-21
KVM: x86: Don't let userspace set host-reserved cr4 bits
Sean Christopherson
1
-1
/
+34
2020-01-21
KVM: VMX: Add helper to consolidate up PT/RTIT WRMSR fault logic
Sean Christopherson
1
-24
/
+31
[next]