aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-21x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta1-0/+22
2022-05-21x86/speculation/mmio: Enable CPU Fill buffer clearing on idlePawan Gupta1-2/+14
2022-05-21x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigationsPawan Gupta1-10/+16
2022-05-21x86/speculation/mmio: Add mitigation for Processor MMIO Stale DataPawan Gupta1-4/+107
2022-05-21x86/speculation: Add a common function for MD_CLEAR mitigation updatePawan Gupta1-26/+33
2022-05-21x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta1-2/+41
2022-05-16x86/sgx: Ensure no data in PCMD page after truncateReinette Chatre1-1/+9
2022-05-16x86/sgx: Fix race between reclaimer and page fault handlerReinette Chatre1-1/+93
2022-05-16x86/sgx: Obtain backing storage page with enclave mutex heldReinette Chatre1-3/+6
2022-05-16x86/sgx: Mark PCMD page as dirty when modifying contentsReinette Chatre1-0/+1
2022-05-16x86/sgx: Disconnect backing page references from dirty statusReinette Chatre3-11/+7
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageJane Chu1-3/+3
2022-05-12x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph2-52/+39
2022-05-11x86/hyperv: Disable hardlockup detector by default in Hyper-V guestsMichael Kelley1-0/+2
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra5-23/+101
2022-05-04x86: Fix return value of __setup handlersRandy Dunlap1-1/+1
2022-05-04x86/split_lock: Enable the split lock feature on Raptor LakeTony Luck1-0/+1
2022-05-04x86/cpufeatures: Add PerfMonV2 feature bitSandipan Das1-0/+1
2022-04-27x86/aperfmperf: Integrate the fallback code from show_cpuinfo()Thomas Gleixner2-9/+8
2022-04-27x86/aperfmperf: Replace arch_freq_get_on_cpu()Thomas Gleixner2-94/+2
2022-04-27x86/aperfmperf: Replace aperfmperf_get_khz()Thomas Gleixner1-43/+34
2022-04-27x86/aperfmperf: Store aperf/mperf data for cpu frequency readsThomas Gleixner1-1/+13
2022-04-27x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner1-25/+38
2022-04-27x86/aperfmperf: Restructure arch_scale_freq_tick()Thomas Gleixner1-15/+21
2022-04-27x86/aperfmperf: Put frequency invariance aperf/mperf data into a structThomas Gleixner1-11/+15
2022-04-27x86/aperfmperf: Untangle Intel and AMD frequency invariance initThomas Gleixner1-30/+32
2022-04-27x86/aperfmperf: Separate AP/BP frequency invariance initThomas Gleixner1-12/+11
2022-04-27x86/smp: Move APERF/MPERF code where it belongsThomas Gleixner1-4/+362
2022-04-27x86/aperfmperf: Dont wake idle CPUs in arch_freq_get_on_cpu()Thomas Gleixner1-0/+3
2022-04-27x86/split-lock: Remove unused TIF_SLD bitTony Luck1-12/+0
2022-04-27x86/split_lock: Make life miserable for split lockersTony Luck1-10/+53
2022-04-25x86/mce: Add messages for panic errors in AMD's MCE gradingCarlos Bilbao1-1/+10
2022-04-25x86/mce: Simplify AMD severity grading logicCarlos Bilbao1-65/+36
2022-04-19x86/cpu: Load microcode during restore_processor_state()Borislav Petkov1-3/+3
2022-04-18x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabledChristoph Hellwig1-8/+0
2022-04-13ACPI: APEI: Fix missing ERST record idLiu Xinpeng1-5/+3
2022-04-11x86/tsx: Disable TSX development mode at bootPawan Gupta4-14/+51
2022-04-11x86/tsx: Use MSR_TSX_CTRL to clear CPUID bitsPawan Gupta2-7/+48
2022-04-10x86: Replace cpumask_weight() with cpumask_empty() where appropriateYury Norov1-7/+7
2022-04-06x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh1-0/+4
2022-04-05x86/speculation/srbds: Do not try to turn mitigation off when not supportedRicardo CaƱuelo1-0/+7
2022-04-05x86/MCE/AMD: Fix memory leak when threshold_create_bank() failsAmmar Faizi1-13/+19
2022-04-05x86/mce: Avoid unnecessary padding in struct mce_bankSmita Koralahalli1-1/+3
2022-04-04x86/cpu: Remove "noclflush"Borislav Petkov1-8/+0
2022-04-04x86/cpu: Remove "nosmep"Borislav Petkov1-7/+0
2022-04-04x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov1-14/+1
2022-04-04x86/cpu: Remove "nosep"Borislav Petkov1-7/+0
2022-04-04x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid=Borislav Petkov1-12/+52
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+58