Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3553ae5690a84a5baae5baa329467b3df2d99f72
/
arch
/
x86
3553ae5
x86/kvm: Don't use pvqspinlock code if only 1 vCPU
by Waiman Long
· 7 years ago
450917b
KVM/MMU: Simplify __kvm_sync_page() function
by Tianyu Lan
· 7 years ago
208320b
kvm: x86: Remove CR3_PCID_INVD flag
by Junaid Shahid
· 7 years ago
b94742c
kvm: x86: Add multi-entry LRU cache for previous CR3s
by Junaid Shahid
· 7 years ago
faff875
kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*
by Junaid Shahid
· 7 years ago
956bf35
kvm: x86: Skip shadow page resync on CR3 switch when indicated by guest
by Junaid Shahid
· 7 years ago
08fb59d
kvm: x86: Support selectively freeing either current or previous MMU root
by Junaid Shahid
· 7 years ago
7eb77e9
kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()
by Junaid Shahid
· 7 years ago
ade61e2
kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guest
by Junaid Shahid
· 7 years ago
eb4b248
kvm: vmx: Support INVPCID in shadow paging mode
by Junaid Shahid
· 7 years ago
c9470a2
kvm: x86: Propagate guest PCIDs to host PCIDs
by Junaid Shahid
· 7 years ago
afe828d
kvm: x86: Add ability to skip TLB flush when switching CR3
by Junaid Shahid
· 7 years ago
50c28f2
kvm: x86: Use fast CR3 switch for nested VMX
by Junaid Shahid
· 7 years ago
1c53da3
kvm: x86: Support resetting the MMU context without resetting roots
by Junaid Shahid
· 7 years ago
0aab33e
kvm: x86: Add support for fast CR3 switch across different MMU modes
by Junaid Shahid
· 7 years ago
6e42782
kvm: x86: Introduce KVM_REQ_LOAD_CR3
by Junaid Shahid
· 7 years ago
9fa7211
kvm: x86: Introduce kvm_mmu_calc_root_page_role()
by Junaid Shahid
· 7 years ago
7c390d3
kvm: x86: Add fast CR3 switch code path
by Junaid Shahid
· 7 years ago
578e1c4
kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is needed
by Junaid Shahid
· 7 years ago
5ce4786
kvm: x86: Make sync_page() flush remote TLBs once only
by Junaid Shahid
· 7 years ago
42522d0
KVM: MMU: drop vcpu param in gpte_access
by Peter Xu
· 7 years ago
abfc52c
KVM: nVMX: Separate logic allocating shadow vmcs to a function
by Liran Alon
· 7 years ago
491a603
KVM: VMX: Mark vmcs header as shadow in case alloc_vmcs_cpu() allocate shadow vmcs
by Liran Alon
· 7 years ago
32c7acf
KVM: nVMX: Expose VMCS shadowing to L1 guest
by Liran Alon
· 7 years ago
a7cde48
KVM: nVMX: Do not forward VMREAD/VMWRITE VMExits to L1 if required so by vmcs12 vmread/vmwrite bitmaps
by Liran Alon
· 7 years ago
6d894f4
KVM: nVMX: vmread/vmwrite: Use shadow vmcs12 if running L2
by Liran Alon
· 7 years ago
fa58a9f
KVM: nVMX: include shadow vmcs12 in nested state
by Paolo Bonzini
· 7 years ago
61ada74
KVM: nVMX: Cache shadow vmcs12 on VMEntry and flush to memory on VMExit
by Liran Alon
· 7 years ago
f145d90
KVM: nVMX: Verify VMCS shadowing VMCS link pointer
by Liran Alon
· 7 years ago
a8a7c02
KVM: nVMX: Verify VMCS shadowing controls
by Liran Alon
· 7 years ago
f792d27
KVM: nVMX: Introduce nested_cpu_has_shadow_vmcs()
by Liran Alon
· 7 years ago
a6192d4
KVM: nVMX: Fail VMLAUNCH and VMRESUME on shadow VMCS
by Liran Alon
· 7 years ago
fa97d7d
KVM: nVMX: Allow VMPTRLD for shadow VMCS if vCPU supports VMCS shadowing
by Liran Alon
· 7 years ago
e253674
KVM: VMX: Change vmcs12_{read,write}_any() to receive vmcs12 as parameter
by Liran Alon
· 7 years ago
392b2f2
KVM: VMX: Create struct for VMCS header
by Liran Alon
· 7 years ago
8fcc4b5
kvm: nVMX: Introduce KVM_CAP_NESTED_STATE
by Jim Mattson
· 7 years ago
7f7f1ba
KVM: x86: do not load vmcs12 pages while still in SMM
by Paolo Bonzini
· 7 years ago
44883f0
KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
by Paolo Bonzini
· 6 years ago
cf81a7e
KVM: vmx: remove save/restore of host BNDCGFS MSR
by Sean Christopherson
· 7 years ago
ef81e63
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
43227e0
Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ea75a2c
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
47f7dc4
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
e10f780
kvmclock: fix TSC calibration for nested guests
by Peng Hao
· 7 years ago
2307af1
KVM: VMX: Mark VMXArea with revision_id of physical CPU even when eVMCS enabled
by Liran Alon
· 7 years ago
fbdb328
x86/MCE: Remove min interval polling limitation
by Dewet Thibaut
· 7 years ago
6f6060a
x86/apm: Don't access __preempt_count with zeroed fs
by Ville Syrjälä
· 7 years ago
092b31a
x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handling
by Dan Williams
· 7 years ago
94ffba4
x86/kvmclock: set pvti_cpu0_va after enabling kvmclock
by Radim Krčmář
· 7 years ago
d30f370
x86/kvm/Kconfig: Ensure CRYPTO_DEV_CCP_DD state at minimum matches KVM_AMD
by Janakarajan Natarajan
· 7 years ago
0b88abd
kvm: nVMX: Restore exit qual for VM-entry failure due to MSR loading
by Jim Mattson
· 7 years ago
b062b79
x86/kvm/vmx: don't read current->thread.{fs,gs}base of legacy tasks
by Vitaly Kuznetsov
· 7 years ago
cd28325
KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
by Paolo Bonzini
· 7 years ago
2c991e4
x86/events/intel/ds: Fix bts_interrupt_threshold alignment
by Hugh Dickins
· 7 years ago
c31496d
Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 7 years ago
fa8cbda
x86/purgatory: add missing FORCE to Makefile target
by Philipp Rudo
· 7 years ago
0ce0bba
xen: setup pv irq ops vector earlier
by Juergen Gross
· 7 years ago
e69b5d3
xen: remove global bit from __default_kernel_pte_mask for pv guests
by Juergen Gross
· 7 years ago
e296701
efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attributes()
by Ard Biesheuvel
· 7 years ago
23adbe6
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
6f27a64
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
124b99f
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
15279df
x86/mtrr: Don't copy out-of-bounds data in mtrr_write
by Jann Horn
· 7 years ago
1268ed0
x86/hyper-v: Fix the circular dependency in IPI enlightenment
by K. Y. Srinivasan
· 7 years ago
d0a8d93
x86/paravirt: Make native_save_fl() extern inline
by Nick Desaulniers
· 7 years ago
0e2e160
x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
by H. Peter Anvin
· 7 years ago
612bc3b
x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
by Tom Lendacky
· 7 years ago
845d382
x86/bugs: Update when to check for the LS_CFG SSBD mitigation
by Tom Lendacky
· 7 years ago
4fb5f58
x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()
by Zhenzhong Duan
· 7 years ago
221e00d
crypto: x86 - Add missing RETs
by Borislav Petkov
· 7 years ago
0fbc4ae
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
124049d
x86/e820: put !E820_TYPE_RAM regions into memblock.reserved
by Naoya Horiguchi
· 7 years ago
d79d0d8
x86/mm: Clean up the printk()s in show_fault_oops()
by Dmitry Vyukov
· 7 years ago
b8c1e42
x86/mm: Drop unneeded __always_inline for p4d page table helpers
by Kirill A. Shutemov
· 7 years ago
cfe1957
x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=y
by Kirill A. Shutemov
· 7 years ago
22cd978
x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"
by Andy Lutomirski
· 7 years ago
0e311d23
x86/mm: Don't free P4D table when it is folded at runtime
by Andrey Ryabinin
· 7 years ago
236f0cd
x86/entry/32: Add explicit 'l' instruction suffix
by Jan Beulich
· 7 years ago
4188f06
x86/mm: Get rid of KERN_CONT in show_fault_oops()
by Dmitry Vyukov
· 7 years ago
c81b995
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
2ce413e
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
64dd765
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d4e860e
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
177d363
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
a43de48
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
2e6eb40
efi/x86: Fix incorrect invocation of PciIo->Attributes()
by Ard Biesheuvel
· 7 years ago
8b88ed3
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
4ab59fc
Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 7 years ago
2458e53
x86/mm: Fix 'no5lvl' handling
by Kirill A. Shutemov
· 7 years ago
51be133
Revert "x86/mm: Mark __pgtable_l5_enabled __initdata"
by Kirill A. Shutemov
· 7 years ago
964d978
x86/CPU/AMD: Fix LLC ID bit-shift calculation
by Suravee Suthikulpanit
· 7 years ago
7731b8b
Merge branch 'linus' into x86/urgent
by Thomas Gleixner
· 7 years ago
784e030
rseq: Avoid infinite recursion when delivering SIGSEGV
by Will Deacon
· 7 years ago
0447378
kvm: vmx: Nested VM-entry prereqs for event inj.
by Marc Orr
· 7 years ago
0218c76
x86/microcode/intel: Fix memleak in save_microcode_patch()
by Zhenzhong Duan
· 7 years ago
40c36e2
x86/mce: Fix incorrect "Machine check from unknown source" message
by Tony Luck
· 7 years ago
1f74c8a
x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()
by Borislav Petkov
· 7 years ago
90718e3
uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()
by Oleg Nesterov
· 7 years ago
d7609f4
x86/platform/UV: Add kernel parameter to set memory block size
by mike.travis@hpe.com
· 7 years ago
bbbd2b5
x86/platform/UV: Use new set memory block size function
by mike.travis@hpe.com
· 7 years ago
Next »