aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-08-16x86/srso: Explain the untraining sequences a bit moreGravatar Borislav Petkov (AMD) 1-0/+19
2023-08-16x86/cpu/kvm: Provide UNTRAIN_RET_VMGravatar Peter Zijlstra 3-5/+14
2023-08-16x86/cpu: Cleanup the untrain messGravatar Peter Zijlstra 3-14/+13
2023-08-16x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Gravatar Peter Zijlstra 3-20/+20
2023-08-16x86/cpu: Rename original retbleed methodsGravatar Peter Zijlstra 4-21/+21
2023-08-16x86/cpu: Clean up SRSO return thunk messGravatar Peter Zijlstra 4-19/+61
2023-08-16x86/alternative: Make custom return thunk unconditionalGravatar Peter Zijlstra 3-8/+7
2023-08-16x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Gravatar Peter Zijlstra 1-2/+2
2023-08-16x86/cpu: Fix __x86_return_thunk symbol typeGravatar Peter Zijlstra 1-1/+3
2023-08-14x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Gravatar Petr Pavlu 3-29/+16
2023-08-14x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGGravatar Petr Pavlu 2-8/+8
2023-08-14x86/srso: Disable the mitigation on unaffected configurationsGravatar Borislav Petkov (AMD) 1-1/+6
2023-08-14x86/CPU/AMD: Fix the DIV(0) initial fix attemptGravatar Borislav Petkov (AMD) 4-2/+4
2023-08-14x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Gravatar Sean Christopherson 1-4/+3
2023-08-13Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2023-08-12locking: remove spin_lock_prefetchGravatar Mateusz Guzik 7-38/+0
2023-08-12Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-7/+48
2023-08-12Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-5/+11
2023-08-11x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Gravatar Cristian Ciocaltea 1-0/+1
2023-08-11Merge tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-0/+6
2023-08-11Merge tag 'io_uring-6.5-2023-08-11' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-10/+5
2023-08-11Merge tag 'riscv-for-linus-6.5-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 9-21/+35
2023-08-11Merge tag 'parisc-for-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 21-112/+82
2023-08-10parisc: perf: Make cpu_device variable staticGravatar Helge Deller 1-1/+1
2023-08-10parisc: ftrace: Add declaration for ftrace_function_trampoline()Gravatar Helge Deller 2-1/+5
2023-08-10parisc: boot: Nuke some sparse warnings in decompressorGravatar Helge Deller 1-5/+5
2023-08-10parisc: processor: Include asm/smp.h for init_per_cpu()Gravatar Helge Deller 1-0/+1
2023-08-10parisc: unaligned: Include linux/sysctl.h for unaligned_enabledGravatar Helge Deller 1-0/+1
2023-08-10parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuGravatar Helge Deller 2-49/+1
2023-08-10parisc: dma: Add prototype for pcxl_dma_startGravatar Helge Deller 3-5/+3
2023-08-10parisc: parisc_ksyms: Include libgcc.h for libgcc prototypesGravatar Helge Deller 1-6/+1
2023-08-10parisc: ucmpdi2: Fix no previous prototype for '__ucmpdi2' warningGravatar Helge Deller 1-1/+2
2023-08-10x86: Move gds_ucode_mitigated() declaration to headerGravatar Arnd Bergmann 2-2/+2
2023-08-10riscv: Implement flush_cache_vmap()Gravatar Alexandre Ghiti 1-0/+4
2023-08-10riscv: Do not allow vmap pud mappings for 3-level page tableGravatar Alexandre Ghiti 1-1/+3
2023-08-10parisc: firmware: Mark pdc_result buffers localGravatar Helge Deller 1-2/+2
2023-08-10parisc: firmware: Fix sparse context imbalance warningsGravatar Helge Deller 1-2/+2
2023-08-10parisc: signal: Fix sparse incorrect type in assignment warningGravatar Helge Deller 1-1/+1
2023-08-10parisc: ioremap: Fix sparse warningsGravatar Helge Deller 1-5/+4
2023-08-10parisc: fault: Use C99 arrary initializersGravatar Helge Deller 1-25/+25
2023-08-10parisc: pdt: Use PTR_ERR_OR_ZERO() to simplify codeGravatar Yang Yingliang 1-3/+1
2023-08-10parisc: Fix lightweight spinlock checks to not break futexesGravatar Helge Deller 4-6/+27
2023-08-10x86/srso: Fix build breakage with the LLVM linkerGravatar Nick Desaulniers 1-3/+9
2023-08-09x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesGravatar Kirill A. Shutemov 1-2/+2
2023-08-09ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD ZenGravatar Hans de Goede 2-0/+6
2023-08-10alpha: remove __init annotation from exported page_is_ram()Gravatar Masahiro Yamada 1-2/+1
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Gravatar Borislav Petkov (AMD) 4-0/+24
2023-08-08riscv: mm: fix 2 instances of -Wmissing-variable-declarationsGravatar Nick Desaulniers 3-5/+7
2023-08-08riscv,mmio: Fix readX()-to-delay() orderingGravatar Andrea Parri 1-8/+8
2023-08-08riscv: Fix CPU feature detection with SMP disabledGravatar Samuel Holland 2-5/+5