summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* kvm: vmx: fix limit checking in get_vmx_mem_address()Eugene Korenevsky2019-07-311-1/+1
* Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini2019-07-282-5/+6
* KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nestedJan Kiszka2019-07-281-0/+2
* KVM: nVMX: do not use dangling shadow VMCS after guest resetPaolo Bonzini2019-07-281-1/+7
* x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()Eiichi Tsukata2019-07-261-5/+3
* perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCsKim Phillips2019-07-261-4/+11
* perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCsKim Phillips2019-07-261-1/+1
* perf/x86/intel: Fix spurious NMI on fixed counterKan Liang2019-07-261-5/+3
* x86/boot: Fix memory leak in default_get_smp_config()David Rientjes2019-07-261-6/+4
* x86/hyper-v: Zero out the VP ASSIST PAGE on allocationDexuan Cui2019-07-261-2/+11
* KVM: x86/vPMU: refine kvm_pmu err msg when event creation failedLike Xu2019-07-261-2/+2
* KVM: VMX: check CPUID before allowing read/write of IA32_XSSWanpeng Li2019-07-261-2/+8
* KVM: VMX: Fix handling of #MC that occurs during VM-EntrySean Christopherson2019-07-261-12/+8
* KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01Sean Christopherson2019-07-261-7/+6
* KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad valueSean Christopherson2019-07-261-2/+3
* KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mappedSean Christopherson2019-07-261-3/+0
* x86/build: Add 'set -e' to mkcapflags.sh to delete broken capflags.cMasahiro Yamada2019-07-261-0/+2
* x86/cacheinfo: Fix a -Wtype-limits warningQian Cai2019-07-261-2/+1
* x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra2019-07-263-10/+10
* perf/x86/intel/uncore: Handle invalid event coding for free-running counterKan Liang2019-07-262-0/+11
* perf/x86/intel: Disable check_msr for real HWJiri Olsa2019-07-261-0/+8
* perf/x86/intel: Add more Icelake CPUIDsKan Liang2019-07-261-4/+9
* x86/cpufeatures: Add FDP_EXCPTN_ONLY and ZERO_FCS_FDSAaron Lewis2019-07-261-0/+2
* perf/x86: Add Intel Ice Lake NNPI uncore supportRajneesh Bhardwaj2019-07-261-0/+1
* x86/cpu: Add Ice Lake NNPI to Intel familyRajneesh Bhardwaj2019-07-261-0/+1
* x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby2019-07-211-1/+1
* x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner2019-07-215-16/+76
* x86/irq: Handle spurious interrupt after shutdown gracefullyThomas Gleixner2019-07-213-4/+5
* x86/ioapic: Implement irq_get_irqchip_state() callbackThomas Gleixner2019-07-211-0/+46
* Revert "x86/build: Move _etext to actual end of .text"Ross Zwisler2019-07-141-3/+3
* x86/tls: Fix possible spectre-v1 in do_get_thread_area()Dianzhang Chen2019-07-141-2/+7
* x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()Dianzhang Chen2019-07-141-1/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-053-14/+24
|\
| * KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPICWanpeng Li2019-07-021-1/+1
| * KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon2019-07-021-9/+16
| * KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMMLiran Alon2019-07-021-1/+4
| * KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini2019-07-021-3/+3
* | Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-041-0/+10
|\ \ | |/ |/|
| * ftrace/x86: Anotate text_mutex split between ftrace_arch_code_modify_post_pro...Jiri Kosina2019-07-021-0/+2
| * ftrace/x86: Add a comment to why we take text_mutex in ftrace_arch_code_modif...Steven Rostedt (VMware)2019-06-281-0/+5
| * ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek2019-06-281-0/+3
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-298-55/+89
|\ \
| * | x86/unwind/orc: Fall back to using frame pointers for generated codeJosh Poimboeuf2019-06-281-4/+22
| * | perf/x86: Always store regs->ip in perf_callchain_kernel()Song Liu2019-06-281-5/+5
| * | x86/speculation: Allow guests to use SSBD even if host does notAlejandro Jimenez2019-06-261-1/+10
| * | x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()Kirill A. Shutemov2019-06-261-11/+13
| * | x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov2019-06-261-1/+2
| * | x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov2019-06-261-8/+9
| * | x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King2019-06-221-1/+2
| * | x86/resctrl: Prevent possible overrun during bitmap operationsReinette Chatre2019-06-201-19/+16