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
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-16
x86: Move TS_COMPAT back to asm/thread_info.h
Oleg Nesterov
2
-9
/
+9
2021-03-16
perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENT
Kan Liang
1
-0
/
+3
2021-03-16
perf/x86/intel: Fix a crash caused by zero PEBS status
Kan Liang
1
-1
/
+1
2021-03-16
KVM: x86/mmu: Store the address space ID in the TDP iterator
Sean Christopherson
4
-24
/
+13
2021-03-16
KVM: x86/mmu: Factor out tdp_iter_return_to_root
Ben Gardon
3
-10
/
+19
2021-03-16
KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEs
Ben Gardon
1
-1
/
+1
2021-03-16
KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_page
Ben Gardon
1
-3
/
+8
2021-03-15
x86: Remove dynamic NOP selection
Peter Zijlstra
12
-351
/
+97
2021-03-15
x86/insn: Make insn_complete() static
Borislav Petkov
2
-7
/
+7
2021-03-15
x86/insn: Remove kernel_insn_init()
Borislav Petkov
1
-11
/
+0
2021-03-15
x86/tools/insn_sanity: Convert to insn_decode()
Borislav Petkov
1
-4
/
+4
2021-03-15
x86/tools/insn_decoder_test: Convert to insn_decode()
Borislav Petkov
1
-4
/
+6
2021-03-15
x86/uprobes: Convert to insn_decode()
Borislav Petkov
1
-4
/
+4
2021-03-15
x86/traps: Convert to insn_decode()
Borislav Petkov
1
-3
/
+4
2021-03-15
x86/sev-es: Convert to insn_decode()
Borislav Petkov
1
-12
/
+10
2021-03-15
x86/sev-es: Split vc_decode_insn()
Borislav Petkov
1
-21
/
+38
2021-03-15
x86/kprobes: Convert to insn_decode()
Borislav Petkov
2
-8
/
+18
2021-03-15
x86/mce: Convert to insn_decode()
Borislav Petkov
1
-8
/
+4
2021-03-15
x86/alternative: Use insn_decode()
Borislav Petkov
1
-3
/
+3
2021-03-15
perf/x86/intel/ds: Check return values of insn decoder functions
Borislav Petkov
1
-5
/
+5
2021-03-15
perf/x86/intel/ds: Check insn_get_length() retval
Borislav Petkov
1
-6
/
+5
2021-03-15
x86/boot/compressed/sev-es: Convert to insn_decode()
Borislav Petkov
1
-6
/
+5
2021-03-15
x86/insn-eval: Handle return values from the decoder
Borislav Petkov
1
-13
/
+21
2021-03-15
x86/insn: Add an insn_decode() API
Borislav Petkov
2
-52
/
+188
2021-03-15
x86/insn: Add a __ignore_sync_check__ marker
Borislav Petkov
4
-6
/
+6
2021-03-15
x86/insn: Add @buf_len param to insn_init() kernel-doc comment
Borislav Petkov
1
-0
/
+1
2021-03-15
x86/insn: Rename insn_decode() to insn_decode_from_regs()
Borislav Petkov
4
-7
/
+7
2021-03-15
Merge 'x86/seves' into x86/core
Borislav Petkov
3
-1
/
+8
2021-03-15
Merge tag 'v5.12-rc3' into x86/core
Borislav Petkov
21
-79
/
+170
2021-03-15
KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging
Sean Christopherson
2
-4
/
+23
2021-03-15
KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root
Sean Christopherson
3
-12
/
+24
2021-03-15
KVM: VMX: Track root HPA instead of EPTP for paravirt Hyper-V TLB flush
Sean Christopherson
2
-47
/
+42
2021-03-15
KVM: VMX: Skip additional Hyper-V TLB EPTP flushes if one fails
Sean Christopherson
1
-1
/
+9
2021-03-15
KVM: VMX: Define Hyper-V paravirt TLB flush fields iff Hyper-V is enabled
Sean Christopherson
2
-1
/
+8
2021-03-15
KVM: VMX: Explicitly check for hv_remote_flush_tlb when loading pgd
Sean Christopherson
1
-7
/
+16
2021-03-15
KVM: VMX: Don't invalidate hv_tlb_eptp if the new EPTP matches
Sean Christopherson
1
-1
/
+2
2021-03-15
KVM: VMX: Invalidate hv_tlb_eptp to denote an EPTP mismatch
Sean Christopherson
2
-19
/
+23
2021-03-15
KVM: VMX: Do Hyper-V TLB flush iff vCPU's EPTP hasn't been flushed
Sean Christopherson
1
-15
/
+8
2021-03-15
KVM: VMX: Fold Hyper-V EPTP checking into it's only caller
Sean Christopherson
1
-24
/
+20
2021-03-15
KVM: VMX: Stash kvm_vmx in a local variable for Hyper-V paravirt TLB flush
Sean Christopherson
1
-6
/
+7
2021-03-15
KVM: VMX: Track common EPTP for Hyper-V's paravirt TLB flush
Sean Christopherson
2
-11
/
+10
2021-03-15
KVM: x86: Get active PCID only when writing a CR3 value
Sean Christopherson
5
-16
/
+20
2021-03-15
KVM/SVM: Move vmenter.S exception fixups out of line
Uros Bizjak
1
-15
/
+20
2021-03-15
KVM: x86/mmu: Dump reserved bits if they're detected on non-MMIO SPTE
Sean Christopherson
1
-3
/
+4
2021-03-15
KVM: x86/mmu: Use low available bits for removed SPTEs
Sean Christopherson
2
-5
/
+17
2021-03-15
KVM: x86/mmu: Use is_removed_spte() instead of open coded equivalents
Sean Christopherson
1
-2
/
+2
2021-03-15
KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO)
Sean Christopherson
1
-9
/
+9
2021-03-15
KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEs
Sean Christopherson
2
-10
/
+21
2021-03-15
KVM: x86/mmu: Use high bits for host/mmu writable masks for EPT SPTEs
Sean Christopherson
2
-15
/
+36
2021-03-15
KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
Sean Christopherson
6
-25
/
+29
[prev]
[next]