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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-26
KVM: selftests: Switch to updated eVMCSv1 definition
Vitaly Kuznetsov
1
-3
/
+42
2022-09-26
KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
Vitaly Kuznetsov
1
-0
/
+2
2022-09-26
KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
Vitaly Kuznetsov
2
-0
/
+8
2022-09-26
KVM: nVMX: Support several new fields in eVMCSv1
Vitaly Kuznetsov
1
-0
/
+31
2022-09-26
KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
Vitaly Kuznetsov
1
-0
/
+26
2022-09-26
KVM: nVMX: Use CC() macro to handle eVMCS unsupported controls checks
Sean Christopherson
1
-44
/
+24
2022-09-26
KVM: nVMX: Refactor unsupported eVMCS controls logic to use 2-d array
Vitaly Kuznetsov
1
-10
/
+50
2022-09-26
KVM: nVMX: Treat eVMCS as enabled for guest iff Hyper-V is also enabled
Sean Christopherson
4
-6
/
+18
2022-09-26
KVM: x86: Report error when setting CPUID if Hyper-V allocation fails
Sean Christopherson
3
-18
/
+36
2022-09-26
KVM: x86: Check for existing Hyper-V vCPU in kvm_hv_vcpu_init()
Sean Christopherson
1
-15
/
+12
2022-09-26
KVM: x86: Zero out entire Hyper-V CPUID cache before processing entries
Vitaly Kuznetsov
1
-9
/
+2
2022-09-26
x86/hyperv: Update 'struct hv_enlightened_vmcs' definition
Vitaly Kuznetsov
1
-2
/
+16
2022-09-26
x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
Vitaly Kuznetsov
1
-2
/
+2
2022-09-26
KVM: selftests: Require DISABLE_NX_HUGE_PAGES cap for NX hugepage test
Oliver Upton
1
-18
/
+6
2022-09-26
KVM: VMX: Do not declare vmread_error() asmlinkage
Uros Bizjak
3
-14
/
+5
2022-09-26
KVM:x86: Clean up ModR/M "reg" initialization in reg op decoding
Liam Ni
1
-2
/
+4
2022-09-26
KVM: x86: Print guest pgd in kvm_nested_vmenter()
Mingwei Zhang
3
-4
/
+15
2022-09-26
KVM: nVMX: Add tracepoint for nested VM-Enter
David Matlack
1
-0
/
+8
2022-09-26
KVM: x86: Update trace function for nested VM entry to support VMX
Mingwei Zhang
3
-18
/
+27
2022-09-26
KVM: x86: Use u64 for address and error code in page fault tracepoint
Sean Christopherson
1
-5
/
+4
2022-09-26
KVM: Add extra information in kvm_page_fault trace point
Wonhyuk Yang
4
-6
/
+12
2022-09-26
KVM: x86: Delete duplicate documentation for KVM_X86_SET_MSR_FILTER
Aaron Lewis
1
-107
/
+6
2022-09-26
KVM: SVM: remove unnecessary check on INIT intercept
Paolo Bonzini
1
-9
/
+1
2022-09-26
KVM/VMX: Avoid stack engine synchronization uop in __vmx_vcpu_run
Uros Bizjak
1
-5
/
+4
2022-09-26
KVM: fix memoryleak in kvm_init()
Miaohe Lin
1
-3
/
+2
2022-08-30
KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats
Yosry Ahmed
1
-4
/
+32
2022-08-30
KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats.
Yosry Ahmed
3
-2
/
+39
2022-08-24
mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.
Yosry Ahmed
8
-1
/
+21
2022-08-24
KVM: x86/mmu: fix memoryleak in kvm_mmu_vendor_module_init()
Miaohe Lin
1
-1
/
+3
2022-08-24
KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
Michal Luczaj
1
-1
/
+1
2022-08-24
kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails
Junaid Shahid
1
-1
/
+7
2022-08-19
KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()
David Matlack
1
-1
/
+1
2022-08-19
KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with Clang
David Matlack
1
-1
/
+1
2022-08-19
KVM: VMX: Heed the 'msr' argument in msr_write_intercepted()
Jim Mattson
1
-2
/
+1
2022-08-19
kvm: x86: mmu: Always flush TLBs when enabling dirty logging
Junaid Shahid
3
-42
/
+61
2022-08-19
kvm: x86: mmu: Drop the need_remote_flush() function
Junaid Shahid
1
-14
/
+1
2022-08-19
Merge tag 'kvmarm-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
5
-7
/
+12
2022-08-19
KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device()
Li kunyu
1
-1
/
+1
2022-08-19
KVM: Drop unnecessary initialization of "npages" in hva_to_pfn_slow()
Li kunyu
1
-1
/
+1
2022-08-19
x86/kvm: Fix "missing ENDBR" BUG for fastop functions
Josh Poimboeuf
1
-1
/
+2
2022-08-19
x86/kvm: Simplify FOP_SETCC()
Josh Poimboeuf
1
-19
/
+4
2022-08-19
x86/ibt, objtool: Add IBT_NOSEAL()
Josh Poimboeuf
2
-1
/
+13
2022-08-19
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
15
-98
/
+103
2022-08-19
KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
Chao Peng
2
-4
/
+4
2022-08-19
KVM: MIPS: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS
Paolo Bonzini
1
-2
/
+0
2022-08-19
KVM: Move coalesced MMIO initialization (back) into kvm_create_vm()
Sean Christopherson
1
-5
/
+6
2022-08-19
KVM: Unconditionally get a ref to /dev/kvm module when creating a VM
Sean Christopherson
1
-10
/
+4
2022-08-19
KVM: Properly unwind VM creation if creating debugfs fails
Sean Christopherson
1
-8
/
+8
2022-08-17
KVM: arm64: Reject 32bit user PSTATE on asymmetric systems
Oliver Upton
1
-1
/
+1
2022-08-17
KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systems
Oliver Upton
3
-4
/
+7
[prev]
[next]