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-12-08
KVM: nSVM: introduce svm->nested.save to cache save area before checks
Emanuele Giuseppe Esposito
3
-0
/
+41
2021-12-08
KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
Emanuele Giuseppe Esposito
1
-22
/
+13
2021-12-08
KVM: Optimize gfn lookup in kvm_zap_gfn_range()
Maciej S. Szmigiero
1
-3
/
+9
2021-12-08
KVM: Keep memslots in tree-based structures instead of array-based ones
Maciej S. Szmigiero
2
-7
/
+7
2021-12-08
KVM: Use interval tree to do fast hva lookup in memslots
Maciej S. Szmigiero
1
-0
/
+1
2021-12-08
KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array
Maciej S. Szmigiero
3
-29
/
+8
2021-12-08
KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
Maciej S. Szmigiero
1
-1
/
+2
2021-12-08
KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit
Sean Christopherson
1
-4
/
+6
2021-12-08
KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
Sean Christopherson
1
-2
/
+0
2021-12-08
KVM: x86: Use "new" memslot instead of userspace memory region
Sean Christopherson
1
-4
/
+3
2021-12-08
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
1
-4
/
+11
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
10
-31
/
+37
2021-12-08
KVM: Move wiping of the kvm->vcpus array to common code
Marc Zyngier
1
-8
/
+1
2021-12-08
KVM: MMU: update comment on the number of page role combinations
Paolo Bonzini
1
-12
/
+18
2021-12-06
Merge tag 'efi-urgent-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
2
-1
/
+3
2021-12-06
x86/mm: Flush global TLB when switching to trampoline page-table
Joerg Roedel
3
-10
/
+29
2021-12-06
x86/mm/64: Flush global TLB on boot and AP bringup
Joerg Roedel
4
-7
/
+27
2021-12-05
Merge tag 'x86_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-43
/
+154
2021-12-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-51
/
+106
2021-12-05
x86/sme: Explicitly map new EFI memmap table as encrypted
Tom Lendacky
2
-1
/
+3
2021-12-05
KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure
Tom Lendacky
2
-46
/
+71
2021-12-05
KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessary
Sean Christopherson
1
-4
/
+4
2021-12-05
KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails
Sean Christopherson
1
-13
/
+17
2021-12-04
x86/realmode: Add comment for Global bit usage in trampoline_pgd
Joerg Roedel
1
-0
/
+5
2021-12-03
x86/xen: Add xenpv_restore_regs_and_return_to_usermode()
Lai Jiangshan
2
-0
/
+24
2021-12-03
x86/entry: Use the correct fence macro after swapgs in kernel CR3
Lai Jiangshan
1
-7
/
+8
2021-12-03
x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()
Lai Jiangshan
1
-11
/
+5
2021-12-03
x86/mm: Add missing <asm/cpufeatures.h> dependency to <asm/page_64.h>
Ingo Molnar
1
-0
/
+1
2021-12-03
x86/ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"
Geert Uytterhoeven
1
-2
/
+2
2021-12-03
x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qword
Michael Sterritt
1
-18
/
+39
2021-12-03
x86/64/mm: Map all kernel memory into trampoline_pgd
Joerg Roedel
1
-1
/
+11
2021-12-02
KVM: x86/mmu: Retry page fault if root is invalidated by memslot update
Sean Christopherson
2
-3
/
+23
2021-12-02
KVM: VMX: Set failure code in prepare_vmcs02()
Dan Carpenter
1
-1
/
+3
2021-12-02
KVM: ensure APICv is considered inactive if there is no APIC
Paolo Bonzini
4
-4
/
+8
2021-12-02
KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register
Like Xu
1
-1
/
+1
2021-12-02
x86/tsc: Disable clocksource watchdog for TSC on qualified platorms
Feng Tang
1
-4
/
+24
2021-12-02
x86/tsc: Add a timer to make sure TSC_adjust is always checked
Feng Tang
1
-0
/
+41
2021-11-30
x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog()
Marco Elver
1
-1
/
+1
2021-12-01
x86: Snapshot thread flags
Mark Rutland
3
-7
/
+7
2021-11-30
x86/sev-es: Use insn_decode_mmio() for MMIO implementation
Kirill A. Shutemov
1
-131
/
+41
2021-11-30
x86/insn-eval: Introduce insn_decode_mmio()
Kirill A. Shutemov
2
-0
/
+96
2021-11-30
x86/insn-eval: Introduce insn_get_modrm_reg_ptr()
Kirill A. Shutemov
2
-0
/
+21
2021-11-30
x86/insn-eval: Handle insn_get_opcode() failure
Kirill A. Shutemov
1
-2
/
+3
2021-11-30
x86/cpu: Drop spurious underscore from RAPTOR_LAKE #define
Tony Luck
1
-1
/
+1
2021-11-30
x86/paravirt: Fix build PARAVIRT_XXL=y without XEN_PV
Kirill A. Shutemov
2
-7
/
+5
2021-11-30
x86, bpf: Cleanup the top of file header in bpf_jit_comp.c
Christoph Hellwig
1
-2
/
+2
2021-11-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
15
-238
/
+293
2021-11-30
KVM: fix avic_set_running for preemptable kernels
Paolo Bonzini
1
-7
/
+9
2021-11-30
KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled
Paolo Bonzini
1
-2
/
+2
2021-11-30
KVM: SEV: accept signals in sev_lock_two_vms
Paolo Bonzini
1
-6
/
+16
[prev]
[next]