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
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
2020-01-21
KVM: VMX: Add non-canonical check on writes to RTIT address MSRs
Sean Christopherson
1
-0
/
+2
2020-01-21
KVM: Fix some writing mistakes
Miaohe Lin
3
-3
/
+3
2020-01-21
KVM: hyperv: Fix some typos in vcpu unimpl info
Miaohe Lin
1
-2
/
+2
2020-01-21
KVM: Fix some grammar mistakes
Miaohe Lin
3
-3
/
+3
2020-01-21
KVM: Fix some comment typos and missing parentheses
Miaohe Lin
4
-4
/
+4
2020-01-21
KVM: Fix some out-dated function names in comment
Miaohe Lin
2
-3
/
+3
2020-01-21
KVM: Fix some wrong function names in comment
Miaohe Lin
2
-2
/
+2
2020-01-21
KVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject()
Miaohe Lin
1
-3
/
+3
2020-01-21
KVM: LAPIC: micro-optimize fixed mode ipi delivery
Wanpeng Li
1
-3
/
+3
2020-01-21
KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
Wanpeng Li
5
-11
/
+78
2020-01-08
KVM: x86/mmu: WARN if root_hpa is invalid when handling a page fault
Sean Christopherson
1
-3
/
+1
2020-01-08
KVM: x86/mmu: WARN on an invalid root_hpa
Sean Christopherson
2
-2
/
+2
2020-01-08
KVM: x86/mmu: Move root_hpa validity checks to top of page fault handler
Sean Christopherson
1
-10
/
+4
2020-01-08
KVM: x86/mmu: Move calls to thp_adjust() down a level
Sean Christopherson
2
-24
/
+18
2020-01-08
KVM: x86/mmu: Move transparent_hugepage_adjust() above __direct_map()
Sean Christopherson
1
-38
/
+38
2020-01-08
KVM: x86/mmu: Consolidate tdp_page_fault() and nonpaging_page_fault()
Sean Christopherson
1
-71
/
+27
2020-01-08
KVM: x86/mmu: Rename lpage_disallowed to account_disallowed_nx_lpage
Sean Christopherson
1
-2
/
+2
2020-01-08
KVM: x86/mmu: Persist gfn_lpage_is_disallowed() to max_level
Sean Christopherson
1
-10
/
+18
2020-01-08
KVM: x86/mmu: Incorporate guest's page level into max level for shadow MMU
Sean Christopherson
1
-12
/
+8
2020-01-08
KVM: x86/mmu: Refactor handling of forced 4k pages in page faults
Sean Christopherson
2
-32
/
+29
2020-01-08
KVM: x86/mmu: Refactor the per-slot level calculation in mapping_level()
Sean Christopherson
1
-5
/
+5
2020-01-08
KVM: x86/mmu: Refactor handling of cache consistency with TDP
Sean Christopherson
1
-16
/
+14
2020-01-08
KVM: x86/mmu: Move nonpaging_page_fault() below try_async_pf()
Sean Christopherson
1
-53
/
+49
2020-01-08
KVM: x86/mmu: Fold nonpaging_map() into nonpaging_page_fault()
Sean Christopherson
1
-57
/
+49
2020-01-08
KVM: x86/mmu: Move definition of make_mmu_pages_available() up
Sean Christopherson
1
-21
/
+20
2020-01-08
KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
Sean Christopherson
8
-78
/
+94
2020-01-08
KVM: x86: Add a WARN on TIF_NEED_FPU_LOAD in kvm_load_guest_fpu()
Sean Christopherson
1
-0
/
+7
2020-01-08
KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platform
Sean Christopherson
1
-0
/
+4
2020-01-08
KVM: lib: use jump label to handle resource release in irq_bypass_register_pr...
Miaohe Lin
1
-9
/
+10
2020-01-08
KVM: lib: use jump label to handle resource release in irq_bypass_register_co...
Miaohe Lin
1
-9
/
+10
2020-01-08
KVM: Remove duplicated declaration of kvm_vcpu_kick
Zenghui Yu
1
-1
/
+0
[next]