summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-12-21x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen1-4/+2
2020-12-21x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse2-4/+1
2020-12-21KVM: mmu: Fix SPTE encoding of MMIO generation upper halfMaciej S. Szmigiero1-9/+20
2020-12-16x86/kprobes: Fix optprobe to detect INT3 padding correctlyMasami Hiramatsu1-2/+20
2020-12-16x86/apic/vector: Fix ordering in vector assignmentThomas Gleixner1-10/+14
2020-12-16x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski2-6/+13
2020-12-16x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar2-2/+3
2020-12-16sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2-7/+7
2020-12-16perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBSNamhyung Kim1-1/+1
2020-12-11x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu1-2/+3
2020-12-11x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2-4/+21
2020-12-02x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen1-7/+25
2020-12-02x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen1-33/+2
2020-12-02x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry1-2/+2
2020-12-02x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni1-2/+4
2020-12-02x86/tboot: Don't disable swiotlb when iommu is forced onLu Baolu1-4/+1
2020-12-02x86/dumpstack: Do not try to access user space code of other tasksThomas Gleixner1-4/+19
2020-12-02perf/x86: fix sysfs type mismatchesSami Tolvanen4-24/+12
2020-12-02x86/xen: don't unbind uninitialized lock_kicker_irqBrian Masney1-1/+11
2020-12-02KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini3-9/+12
2020-12-02KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini2-51/+34
2020-11-24x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu1-53/+10
2020-11-24efi/x86: Free efi_pgd with free_pages()Arvind Sankar1-11/+13
2020-11-24iommu/vt-d: Avoid panic if iommu init fails in tboot systemZhenzhong Duan1-3/+0
2020-11-22KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson1-1/+7
2020-11-22perf/x86/intel/uncore: Fix Add BW copypastaArnd Bergmann1-1/+1
2020-11-18x86/boot/compressed/64: Introduce sev_statusJoerg Roedel1-1/+15
2020-11-18kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-11-18x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry1-18/+33
2020-11-10x86/kexec: Use up-to-dated screen_info copy to fill boot paramsKairui Song1-2/+1
2020-11-10x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song3-9/+3
2020-11-05KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()Takashi Iwai1-4/+4
2020-11-05x86/mce: Allow for copy_mc_fragile symbol checksum to be generatedBorislav Petkov1-0/+1
2020-11-05perf/x86/amd/ibs: Fix raw sample data accumulationKim Phillips2-10/+17
2020-11-05perf/x86/amd/ibs: Don't include randomized bits in get_ibs_op_count()Kim Phillips1-4/+8
2020-11-05perf/amd/uncore: Set all slices and threads to restore perf stat -a behaviourKim Phillips1-20/+8
2020-11-05perf/x86/amd: Fix sampling Large Increment per Cycle eventsKim Phillips1-2/+2
2020-11-05perf/x86/intel: Fix Ice Lake event constraint tableKan Liang1-1/+1
2020-11-05x86/kaslr: Initialize mem_limit to the real maximum addressArvind Sankar1-19/+22
2020-11-05x86/alternative: Don't call text_poke() in lazy TLB modeJuergen Gross1-0/+9
2020-11-05x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10 compil...Jiri Slaby1-8/+1
2020-11-04x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams2-9/+59
2020-11-04x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams15-278/+310
2020-11-04Revert "x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()"Greg Kroah-Hartman15-310/+278
2020-11-04Revert "x86/copy_mc: Introduce copy_mc_enhanced_fast_string()"Greg Kroah-Hartman2-59/+9
2020-11-01x86/xen: disable Firmware First mode for correctable memory errorsJuergen Gross1-0/+9
2020-11-01x86/traps: Fix #DE Oops message regressionThomas Gleixner1-1/+1
2020-11-01arch/x86/amd/ibs: Fix re-arming IBS FetchKim Phillips1-1/+14
2020-11-01x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams2-9/+59
2020-11-01x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams15-278/+310