aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2024-11-08x86/stackprotector: Work around strict Clang TLS symbol requirementsArd Biesheuvel1-0/+2
2024-11-05x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 clientMario Limonciello1-0/+11
2024-10-27Merge tag 'x86_urgent_for_v6.12_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-16/+35
2024-10-25x86: fix user address masking non-canonical speculation issueLinus Torvalds1-0/+10
2024-10-22x86/microcode/AMD: Split load_microcode_amd()Borislav Petkov (AMD)1-8/+17
2024-10-22x86/microcode/AMD: Pay attention to the stepping dynamicallyBorislav Petkov (AMD)1-8/+18
2024-10-20Merge tag 'x86_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-12/+18
2024-10-11x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode loadJohn Allen1-1/+2
2024-10-10x86/bugs: Do not use UNTRAIN_RET with IBPB on entryJohannes Wikner1-0/+17
2024-10-10x86/bugs: Skip RSB fill at VMEXITJohannes Wikner1-0/+15
2024-10-10x86/cpufeatures: Add a IBPB_NO_RET BUG flagJohannes Wikner1-0/+3
2024-10-08x86/resctrl: Annotate get_mem_config() functions as __initNathan Chancellor1-2/+2
2024-10-08x86/resctrl: Avoid overflow in MB settings in bw_validate()Martin Kletzander1-9/+14
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6
2024-09-27[tree-wide] finally take no_llseek outAl Viro2-2/+0
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2024-09-17Merge tag 'kvm-x86-pat_vmx_msrs-6.12' of https://github.com/kvm-x86/linux int...Paolo Bonzini1-0/+6
2024-09-17Merge tag 'x86-timers-2024-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+0
2024-09-17Merge tag 'x86-fred-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+20
2024-09-17Merge tag 'x86-cleanups-2024-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-09-16Merge tag 'pm-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-18/+87
2024-09-16Merge tag 'x86_sgx_for_6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+21
2024-09-16Merge tag 'x86_bugs_for_v6.12_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-31/+33
2024-09-16Merge tag 'x86_cpu_for_v6.12_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+10
2024-09-16Merge tag 'ras_core_for_v6.12_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-23/+37
2024-09-16Merge tag 'x86_microcode_for_v6.12_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-33/+159
2024-09-11Merge branch 'pm-cpufreq'Rafael J. Wysocki2-18/+87
2024-09-11Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki1-16/+0
2024-09-11x86/amd: Move amd_get_highest_perf() from amd.c to cppc.cMario Limonciello1-16/+0
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner4-4/+14
2024-09-09Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+18
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen1-1/+1
2024-09-05x86/sgx: Log information when a node lacks an EPC sectionAaron Lu1-0/+7
2024-09-05x86/sgx: Fix deadlock in SGX NUMA node searchAaron Lu1-13/+14
2024-09-05x86/bugs: Fix handling when SRSO mitigation is disabledDavid Kaplan1-9/+5
2024-09-05x86/bugs: Add missing NO_SSB flagDaniel Sneddon1-2/+2
2024-09-05x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)1-2/+2
2024-09-04x86/sched: Add basic support for CPU capacity scalingRafael J. Wysocki1-2/+87
2024-09-03x86/cpu/intel: Replace PAT erratum model/family magic numbers with symbolic I...Dave Hansen1-8/+10
2024-08-28x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman1-0/+8
2024-08-25x86/msr: Switch between WRMSRNS and WRMSR with the alternatives mechanismAndrew Cooper1-1/+0
2024-08-25x86/cpu: Clarify the error message when BIOS does not support SGXWangYuli1-1/+1
2024-08-25x86/sgx: Fix a W=1 build warning in function commentKai Huang1-1/+1
2024-08-22x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...Sean Christopherson1-0/+6
2024-08-13x86/fred: Enable FRED right after init_mem_mapping()Xin Li (Intel)1-2/+13
2024-08-13x86/fred: Move FRED RSP initialization into a separate functionXin Li (Intel)1-2/+4
2024-08-13x86/fred: Parse cmdline param "fred=" in cpu_parse_early_param()Xin Li (Intel)1-0/+5
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-2/+2
2024-08-08x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen1-1/+1