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
2020-04-20
KVM: VMX: Drop redundant capability checks in low level INVVPID helpers
Sean Christopherson
2
-5
/
+2
2020-04-20
KVM: VMX: Handle INVVPID fallback logic in vpid_sync_vcpu_addr()
Sean Christopherson
2
-9
/
+6
2020-04-20
KVM: VMX: Move vpid_sync_vcpu_addr() down a few lines
Sean Christopherson
1
-13
/
+13
2020-04-20
KVM: VMX: Use vpid_sync_context() directly when possible
Sean Christopherson
1
-6
/
+6
2020-04-20
KVM: VMX: Skip global INVVPID fallback if vpid==0 in vpid_sync_context()
Sean Christopherson
1
-1
/
+1
2020-04-20
KVM: x86: Sync SPTEs when injecting page/EPT fault into L1
Junaid Shahid
3
-8
/
+17
2020-04-20
KVM: x86: cleanup kvm_inject_emulated_page_fault
Paolo Bonzini
3
-11
/
+5
2020-04-20
KVM: x86: introduce kvm_mmu_invalidate_gva
Paolo Bonzini
2
-26
/
+47
2020-04-20
kvm: Disable objtool frame pointer checking for vmenter.S
Josh Poimboeuf
1
-0
/
+4
2020-04-20
x86/elf: Disable automatic READ_IMPLIES_EXEC on 64-bit
Kees Cook
1
-2
/
+2
2020-04-20
x86/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACK
Kees Cook
1
-2
/
+3
2020-04-20
x86/elf: Add table to document READ_IMPLIES_EXEC
Kees Cook
1
-0
/
+19
2020-04-20
x86/mm: Move pgprot2cachemode out of line
Christoph Hellwig
3
-12
/
+12
2020-04-20
x86/mm: Add a x86_has_pat_wp() helper
Christoph Hellwig
3
-6
/
+10
2020-04-20
x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigation
Mark Gross
5
-0
/
+144
2020-04-20
x86/cpu: Add a steppings field to struct x86_cpu_id
Mark Gross
2
-4
/
+30
2020-04-20
x86/cpu: Add 'table' argument to cpu_matches()
Mark Gross
1
-11
/
+14
2020-04-19
Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-21
/
+56
2020-04-18
x86/asm: Provide a Kconfig symbol for disabling old assembly annotations
Mark Brown
1
-0
/
+1
2020-04-18
x86/split_lock: Add Tremont family CPU models
Tony Luck
1
-0
/
+3
2020-04-18
x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architectural
Tony Luck
1
-14
/
+31
2020-04-17
x86/early_printk: Remove unused includes
Andy Shevchenko
1
-3
/
+0
2020-04-17
x86/resctrl: Preserve CDP enable over CPU hotplug
James Morse
3
-0
/
+16
2020-04-17
kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GP
Venkatesh Srinivas
1
-0
/
+11
2020-04-17
KVM: Remove CREATE_IRQCHIP/SET_PIT2 race
Steve Rutherford
1
-2
/
+8
2020-04-17
x86/resctrl: Fix invalid attempt at removing the default resource group
Reinette Chatre
1
-1
/
+2
2020-04-17
x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()
Tony Luck
1
-4
/
+2
2020-04-17
x86/mce: Drop bogus comment about mce.kflags
Tony Luck
1
-1
/
+1
2020-04-15
Merge tag 'efi-urgent-2020-04-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+14
2020-04-15
KVM: x86: Export kvm_propagate_fault() (as kvm_inject_emulated_page_fault)
Sean Christopherson
2
-2
/
+8
2020-04-15
KVM: nVMX: Invalidate all roots when emulating INVVPID without EPT
Junaid Shahid
1
-0
/
+14
2020-04-15
KVM: nVMX: Invalidate all EPTP contexts when emulating INVEPT for L1
Sean Christopherson
1
-4
/
+8
2020-04-15
KVM: nVMX: Validate the EPTP when emulating INVEPT(EXTENT_CONTEXT)
Sean Christopherson
1
-1
/
+5
2020-04-15
KVM: VMX: Flush all EPTP/VPID contexts on remote TLB flush
Sean Christopherson
1
-1
/
+27
2020-04-15
KVM: pass through CPUID(0x80000006)
Eric Northup
1
-0
/
+3
2020-04-15
KVM: x86: Return updated timer current count register from KVM_GET_LAPIC
Peter Shier
2
-11
/
+57
2020-04-15
KVM: SVM: Fix __svm_vcpu_run declaration.
Uros Bizjak
1
-1
/
+1
2020-04-15
KVM: SVM: Do not setup frame pointer in __svm_vcpu_run
Uros Bizjak
1
-1
/
+0
2020-04-15
KVM: SVM: Fix build error due to missing release_pages() include
Borislav Petkov
1
-0
/
+1
2020-04-15
KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD
Uros Bizjak
1
-1
/
+0
2020-04-15
kvm: nVMX: match comment with return type for nested_vmx_exit_reflected
Oliver Upton
1
-1
/
+1
2020-04-15
kvm: nVMX: reflect MTF VM-exits if injected by L1
Oliver Upton
1
-1
/
+18
2020-04-15
crash_dump: Remove no longer used saved_max_pfn
Kairui Song
1
-8
/
+0
2020-04-15
x86/umip: Make umip_insns static
Jason Yan
1
-1
/
+1
2020-04-14
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
2
-3
/
+17
2020-04-14
x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE
John Allen
1
-1
/
+1
2020-04-14
x86/mce: Fixup exception only for the correct MCEs
Borislav Petkov
3
-3
/
+19
2020-04-14
x86/mce: Add mce=print_all option
Tony Luck
2
-1
/
+7
2020-04-14
x86/mce: Change default MCE logger to check mce->kflags
Tony Luck
1
-16
/
+3
2020-04-14
x86/mce: Fix all mce notifiers to update the mce->kflags bitmask
Tony Luck
2
-1
/
+8
[prev]
[next]