summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-15x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()Peter Zijlstra1-20/+3
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar12-114/+379
2022-03-13Merge tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-57/+203
2022-03-11x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen1-9/+48
2022-03-11x86/traps: Mark do_int3() NOKPROBE_SYMBOLLi Huafei1-0/+1
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-53/+166
2022-03-09x86/boot: Fix memremap of setup_indirect structuresRoss Philipson4-43/+146
2022-03-08x86/hyperv: Output host build info as normal Windows version numberMichael Kelley1-4/+4
2022-03-08ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 boardMark Cilissen1-0/+24
2022-03-08x86/ACPI: CPPC: Move init_freq_invariance_cppc() into x86 CPPCHuang Rui2-20/+14
2022-03-08x86: Expose init_freq_invariance() to topology headerHuang Rui1-7/+1
2022-03-08x86/ACPI: CPPC: Move AMD maximum frequency ratio setting function into x86 CPPCHuang Rui2-43/+41
2022-03-08x86/ACPI: CPPC: Rename cppc_msr.c to cppc.cHuang Rui2-2/+2
2022-03-08x86/module: Fix the paravirt vs alternative orderPeter Zijlstra1-5/+8
2022-03-07Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-52/+160
2022-03-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+6
2022-03-05x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMTJosh Poimboeuf1-2/+25
2022-03-05x86/speculation: Warn about Spectre v2 LFENCE mitigationJosh Poimboeuf1-0/+5
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+10
2022-02-28x86/speculation: Use generic retpoline by default on AMDKim Phillips1-9/+0
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie5-20/+17
2022-02-25KVM: x86: Yield to IPI target vCPU only if it is busyLi RongQing1-1/+1
2022-02-25x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64Dexuan Cui1-1/+1
2022-02-25x86/kvm: Don't waste memory if kvmclock is disabledWanpeng Li1-0/+3
2022-02-25x86/kvm: Don't use PV TLB/yield when mwait is advertisedWanpeng Li1-0/+2
2022-02-25x86: remove __range_not_ok()Arnd Bergmann2-7/+1
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-16/+7
2022-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-4/+10
2022-02-23x86/mm/cpa: Generalize __set_memory_enc_pgtable()Brijesh Singh1-2/+14
2022-02-23x86/coco: Explicitly declare type of confidential computing platformKirill A. Shutemov1-0/+6
2022-02-23x86/cc: Move arch/x86/{kernel/cc_platform.c => coco/core.c}Kirill A. Shutemov2-90/+0
2022-02-23x86/mce: Remove the tolerance level controlBorislav Petkov3-47/+30
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar7-39/+12
2022-02-21x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf1-6/+29
2022-02-21x86/speculation: Add eIBRS + Retpoline optionsPeter Zijlstra1-37/+96
2022-02-21x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2-15/+22
2022-02-20Merge tag 'x86_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-16/+7
2022-02-19x86/mce: Work around an erratum on fast string copy instructionsJue Wang2-1/+68
2022-02-18x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski2-7/+6
2022-02-18x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPUWanpeng Li1-3/+6
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-22/+3
2022-02-17x86/sgx: Fix missing poison handling in reclaimerReinette Chatre1-9/+1
2022-02-17x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0Leonardo Bras1-1/+4
2022-02-16x86/cpu: Clear SME feature flag when not in useMario Limonciello2-1/+9
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-3/+3
2022-02-15x86/traps: Demand-populate PASID MSR via #GPFenghua Yu1-0/+55
2022-02-15x86/fpu: Clear PASID when copying fpstateFenghua Yu1-0/+7
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2-22/+3
2022-02-13x86/mce: Use arch atomic and bit helpersBorislav Petkov3-42/+41
2022-02-13Merge tag 'x86_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2