summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-08-16x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra
2023-08-16x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra
2023-08-14ARM: dts: am335x-bone-common: Add vcc-supply for on-board eepromShengyu Qu
2023-08-14ARM: dts: am335x-bone-common: Add GPIO PHY reset on revision C3 boardShengyu Qu
2023-08-14x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu
2023-08-14x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu
2023-08-14x86/srso: Disable the mitigation on unaffected configurationsBorislav Petkov (AMD)
2023-08-14x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)
2023-08-14x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Sean Christopherson
2023-08-14parisc: Fix CONFIG_TLB_PTLOCK to work with lightweight spinlock checksHelge Deller
2023-08-13Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik
2023-08-12Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-12Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-12ARM: dts: integrator: fix PCI bus dtc warningsLin Yujun
2023-08-12Merge tag 'zynq-soc-for-6.6' of https://github.com/Xilinx/linux-xlnx into arm...Arnd Bergmann
2023-08-12Merge tag 'imx-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2023-08-11x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea
2023-08-11Merge tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-08-11Merge tag 'io_uring-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-11Merge tag 'riscv-for-linus-6.5-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-11Merge tag 'parisc-for-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-10parisc: perf: Make cpu_device variable staticHelge Deller
2023-08-10parisc: ftrace: Add declaration for ftrace_function_trampoline()Helge Deller
2023-08-10parisc: boot: Nuke some sparse warnings in decompressorHelge Deller
2023-08-10parisc: processor: Include asm/smp.h for init_per_cpu()Helge Deller
2023-08-10parisc: unaligned: Include linux/sysctl.h for unaligned_enabledHelge Deller
2023-08-10parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuHelge Deller
2023-08-10parisc: dma: Add prototype for pcxl_dma_startHelge Deller
2023-08-10parisc: parisc_ksyms: Include libgcc.h for libgcc prototypesHelge Deller
2023-08-10parisc: ucmpdi2: Fix no previous prototype for '__ucmpdi2' warningHelge Deller
2023-08-10x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann
2023-08-10riscv: Implement flush_cache_vmap()Alexandre Ghiti
2023-08-10riscv: Do not allow vmap pud mappings for 3-level page tableAlexandre Ghiti
2023-08-10parisc: firmware: Mark pdc_result buffers localHelge Deller
2023-08-10parisc: firmware: Fix sparse context imbalance warningsHelge Deller
2023-08-10parisc: signal: Fix sparse incorrect type in assignment warningHelge Deller
2023-08-10parisc: ioremap: Fix sparse warningsHelge Deller
2023-08-10parisc: fault: Use C99 arrary initializersHelge Deller
2023-08-10parisc: pdt: Use PTR_ERR_OR_ZERO() to simplify codeYang Yingliang
2023-08-10parisc: Fix lightweight spinlock checks to not break futexesHelge Deller
2023-08-10x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers
2023-08-09x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov
2023-08-09ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD ZenHans de Goede
2023-08-10alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)
2023-08-08riscv: mm: fix 2 instances of -Wmissing-variable-declarationsNick Desaulniers
2023-08-08riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri
2023-08-08riscv: Fix CPU feature detection with SMP disabledSamuel Holland
2023-08-08x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.hJinghao Jia