summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-04-10x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta3-8/+21
2024-04-10x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon4-2/+8
2024-04-10x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta7-2/+102
2024-04-10x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds5-16/+50
2024-04-10x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf1-12/+12
2024-04-10x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel3-1/+3
2024-04-10x86/sev: Move early startup code into .head.text sectionArd Biesheuvel4-24/+26
2024-04-10x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel2-29/+21
2024-04-10x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel4-42/+19
2024-04-10Revert "x86/mpparse: Register APIC address only once"Greg Kroah-Hartman1-5/+5
2024-04-10riscv: process: Fix kernel gp leakageStefan O'Rear1-3/+0
2024-04-10riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland1-2/+2
2024-04-10s390/entry: align system call table on 8 bytesSumanth Korikkar1-0/+1
2024-04-10arm64/ptrace: Use saved floating point state type to determine SVE layoutMark Brown1-4/+1
2024-04-10riscv: Fix vector state restore in rt_sigreturn()Björn Töpel1-7/+8
2024-04-10perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang1-4/+4
2024-04-10x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld3-0/+45
2024-04-10x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)1-1/+3
2024-04-10x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand1-14/+35
2024-04-10x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkBorislav Petkov (AMD)1-0/+1
2024-04-10riscv: Disable preemption when using patch_map()Alexandre Ghiti1-0/+8
2024-04-10riscv: Fix warning by declaring arch_cpu_idle() as noinstrAlexandre Ghiti1-1/+1
2024-04-10riscv: use KERN_INFO in do_trapAndreas Schwab1-1/+1
2024-04-10s390/pai: fix sampling event removal for PMU device driverThomas Richter2-6/+14
2024-04-10RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZVictor Isaev1-1/+1
2024-04-10riscv: hwprobe: do not produce frtace relocationVladimir Isaev1-0/+1
2024-04-10riscv: mm: Fix prototype to avoid discarding constSamuel Holland1-2/+2
2024-04-10KVM: SVM: Add support for allowing zero SEV ASIDsAshish Kalra1-10/+19
2024-04-10KVM: SVM: Use unsigned integers when dealing with ASIDsSean Christopherson2-13/+15
2024-04-10KVM: arm64: Ensure target address is granule-aligned for range TLBIWill Deacon1-4/+7
2024-04-10KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()Will Deacon2-2/+4
2024-04-10x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)1-1/+4
2024-04-10arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as brokenJohan Hovold1-0/+2
2024-04-10x86/bpf: Fix IP after emitting call depth accountingUros Bizjak1-1/+1
2024-04-10x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson2-0/+4
2024-04-10x86/cpufeatures: Add new word for scattered featuresSandipan Das4-5/+9
2024-04-10KVM: arm64: Fix out-of-IPA space translation fault handlingWujie Duan1-1/+1
2024-04-10RISC-V: KVM: Fix APLIC in_clrip[x] read emulationAnup Patel1-3/+18
2024-04-10RISC-V: KVM: Fix APLIC setipnum_le/be write emulationAnup Patel1-3/+13
2024-04-10Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar1-18/+5
2024-04-10mm/treewide: replace pud_large() with pud_leaf()Peter Xu20-29/+29
2024-04-10arm64: bpf: fix 32bit unconditional bswapArtem Savkov1-1/+1
2024-04-10bpf, arm64: fix bug in BPF_LDX_MEMSXPuranjay Mohan1-1/+1
2024-04-10s390/bpf: Fix bpf_plt pointer arithmeticIlya Leoshkevich1-26/+20
2024-04-03x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin8-31/+39
2024-04-03perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and laterSandipan Das1-3/+17
2024-04-03Revert "x86/bugs: Use fixed addressing for VERW operand"Dave Hansen1-1/+1
2024-04-03x86/bugs: Use fixed addressing for VERW operandPawan Gupta1-1/+1
2024-04-03crash: use macro to add crashk_res into iomem early for specific archBaoquan He1-0/+2
2024-04-03x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)3-10/+23