summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-04-10x86: set SPECTRE_BHI_ON as defaultGreg Kroah-Hartman
2024-04-10KVM: x86: Add BHI_NODaniel Sneddon
2024-04-10x86/bhi: Mitigate KVM by defaultPawan Gupta
2024-04-10x86/bhi: Add BHI mitigation knobPawan Gupta
2024-04-10x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta
2024-04-10x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon
2024-04-10x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta
2024-04-10x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds
2024-04-10x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf
2024-04-10x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel
2024-04-10x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel
2024-04-10x86/sev: Move early startup code into .head.text sectionArd Biesheuvel
2024-04-10x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel
2024-04-10x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong
2024-04-10Revert "x86/mpparse: Register APIC address only once"Greg Kroah-Hartman
2024-04-10riscv: process: Fix kernel gp leakageStefan O'Rear
2024-04-10riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland
2024-04-10s390/entry: align system call table on 8 bytesSumanth Korikkar
2024-04-10arm64/ptrace: Use saved floating point state type to determine SVE layoutMark Brown
2024-04-10perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang
2024-04-10x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld
2024-04-10x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)
2024-04-10x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand
2024-04-10x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkBorislav Petkov (AMD)
2024-04-10riscv: Disable preemption when using patch_map()Alexandre Ghiti
2024-04-10RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZVictor Isaev
2024-04-10KVM: SVM: Add support for allowing zero SEV ASIDsAshish Kalra
2024-04-10KVM: SVM: Use unsigned integers when dealing with ASIDsSean Christopherson
2024-04-10KVM: arm64: Ensure target address is granule-aligned for range TLBIWill Deacon
2024-04-10x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)
2024-04-10x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)
2024-04-10x86/nospec: Refactor UNTRAIN_RET[_*]Josh Poimboeuf
2024-04-10x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf
2024-04-10x86/srso: Improve i-cache locality for alias mitigationJosh Poimboeuf
2024-04-10arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as brokenJohan Hovold
2024-04-10x86/bpf: Fix IP after emitting call depth accountingUros Bizjak
2024-04-10x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson
2024-04-10RISC-V: KVM: Fix APLIC in_clrip[x] read emulationAnup Patel
2024-04-10RISC-V: KVM: Fix APLIC setipnum_le/be write emulationAnup Patel
2024-04-10perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das
2024-04-10x86/cpufeatures: Add new word for scattered featuresSandipan Das
2024-04-10perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and laterSandipan Das
2024-04-10x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)
2024-04-10x86/CPU/AMD: Get rid of amd_erratum_1054[]Borislav Petkov (AMD)
2024-04-10x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init functionBorislav Petkov (AMD)
2024-04-10x86/CPU/AMD: Move Zenbleed check to the Zen2 init functionBorislav Petkov (AMD)
2024-04-10x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init functionBorislav Petkov (AMD)
2024-04-10x86/CPU/AMD: Carve out the erratum 1386 fixBorislav Petkov (AMD)
2024-04-10x86/CPU/AMD: Add ZenX generations flagsBorislav Petkov (AMD)
2024-04-10Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar