aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-10-06perf/x86: Fix n_metric for cancelled txnPeter Zijlstra2-0/+4
2020-10-06perf/x86: Fix n_pair for cancelled txnPeter Zijlstra2-1/+6
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams2-9/+59
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams15-278/+310
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2-2/+0
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2-2/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig4-1/+5
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller12-34/+120
2020-10-04x86/xen: Fix typo in xen_pagetable_p2m_free()Hui Su1-1/+1
2020-10-04x86/xen: disable Firmware First mode for correctable memory errorsJuergen Gross1-0/+9
2020-10-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-10/+12
2020-10-03x86/events/amd/iommu: Fix sizeof mismatchColin Ian King1-1/+1
2020-10-03perf/x86/intel: Check perf metrics feature for each CPUKan Liang1-0/+11
2020-10-03KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF interceptPaolo Bonzini1-10/+12
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig3-4/+6
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig3-2/+3
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig3-4/+6
2020-10-02x86: Support Generic Initiator only proximity domainsJonathan Cameron3-0/+24
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon1-1/+1
2020-10-02x86/dumpstack: Fix misleading instruction pointer error messageMark Mossberg1-1/+2
2020-10-02crypto: x86/poly1305 - Remove assignments with no effectHerbert Xu1-3/+0
2020-10-01x86/uv/time: Use a flexible array in struct uv_rtc_timer_headGustavo A. R. Silva1-4/+3
2020-10-01x86/nmi: Fix nmi_handle() duration miscalculationLibing Zhou1-3/+2
2020-10-01x86/asm: Replace __force_order with a memory clobberArvind Sankar3-24/+17
2020-09-30x86/mce: Use idtentry_nmi_enter/exit()Thomas Gleixner1-2/+4
2020-09-30x86/mce: Drop AMD-specific "DEFERRED" case from Intel severity rule listTony Luck1-4/+0
2020-09-30x86/mce: Add Skylake quirk for patrol scrub reported errorsBorislav Petkov1-2/+26
2020-09-29bpf: x64: Do not emit sub/add 0, %rsp when !stack_depthMaciej Fijalkowski1-10/+23
2020-09-29bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogueMaciej Fijalkowski1-2/+0
2020-09-29PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof WilczyƄski2-2/+2
2020-09-29KVM: VMX: vmx_uret_msrs_list[] can be statickernel test robot1-1/+1
2020-09-29perf/x86/intel: Fix Ice Lake event constraint tableKan Liang1-1/+1
2020-09-29perf/x86/intel/uncore: Fix the scale of the IMC free-running eventsKan Liang1-6/+6
2020-09-29perf/x86/intel/uncore: Fix for iio mapping on Skylake ServerAlexander Antonov1-2/+5
2020-09-29perf/x86/msr: Add Jasper Lake supportKan Liang1-0/+1
2020-09-29perf/x86/intel: Add Jasper Lake supportKan Liang1-0/+1
2020-09-29perf/x86/intel/uncore: Reduce the number of CBOX countersKan Liang1-1/+1
2020-09-29perf/x86/intel/uncore: Update Ice Lake uncore unitsKan Liang1-4/+25
2020-09-29perf/x86/intel/uncore: Split the Ice Lake and Tiger Lake MSR uncore supportKan Liang3-2/+19
2020-09-28x86: Use tracepoint_enabled() for msr tracepoints instead of open coding itSteven Rostedt (VMware)1-11/+9
2020-09-28KVM: x86: do not attempt TSC synchronization on guest writesPaolo Bonzini1-20/+10
2020-09-28KVM: nSVM: delay MSR permission processing to first nested VM runPaolo Bonzini1-3/+18
2020-09-28KVM: x86: rename KVM_REQ_GET_VMCS12_PAGESPaolo Bonzini3-8/+8
2020-09-28KVM: x86: Introduce MSR filteringAlexander Graf3-1/+176
2020-09-28KVM: x86: VMX: Prevent MSR passthrough when MSR access is deniedAlexander Graf2-52/+181
2020-09-28KVM: x86: SVM: Prevent MSR passthrough when MSR access is deniedAlexander Graf2-8/+76
2020-09-28KVM: x86: Prepare MSR bitmaps for userspace tracked MSRsAaron Lewis4-70/+77
2020-09-28KVM: x86: Add infrastructure for MSR filteringAlexander Graf4-0/+10
2020-09-28KVM: x86: Allow deflecting unknown MSR accesses to user spaceAlexander Graf3-6/+135
2020-09-28KVM: x86: Return -ENOENT on unimplemented MSRsAlexander Graf1-1/+1