summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-06-09x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook
2023-06-09ARM: 9295/1: unwind:fix unwind abort for uleb128 caseHaibo Li
2023-05-30x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy
2023-05-30x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen
2023-05-30parisc: Allow to reboot machine after system haltHelge Deller
2023-05-30m68k: Move signal frame following exception on 68020/030Finn Thain
2023-05-17ARM: dts: s5pv210: correct MIPI CSIS clock nameKrzysztof Kozlowski
2023-05-17ARM: dts: exynos: fix WM8960 clock name in Itop EliteKrzysztof Kozlowski
2023-05-17sh: nmi_debug: fix return value of __setup handlerRandy Dunlap
2023-05-17sh: math-emu: fix macro redefined warningRandy Dunlap
2023-05-17parisc: Fix argument pointer in real64_call_asm()Helge Deller
2023-05-17powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch
2023-05-17powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap
2023-05-17powerpc/wii: fix resource printk format warningsRandy Dunlap
2023-05-17powerpc/mpc512x: fix resource printk format warningRandy Dunlap
2023-05-17sh: sq: Fix incorrect element size for allocating bitmap bufferJohn Paul Adrian Glaubitz
2023-05-17ia64: mm/contig: fix section mismatch warning/errorRandy Dunlap
2023-05-17arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg
2023-05-17x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()Saurabh Sengar
2023-05-17x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak
2023-05-17MIPS: fw: Allow firmware to pass a empty envJiaxun Yang
2023-04-26x86/purgatory: Don't generate debug info for purgatory.roPingfan Liu
2023-04-26s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingHeiko Carstens
2023-04-26ARM: dts: rockchip: fix a typo error for rk3288 spdif nodeJianqun Xu
2023-04-20arm64: KVM: Fix system register enumerationMarc Zyngier
2023-04-20KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LISTDave Martin
2023-04-20KVM: arm64: Factor out core register ID enumerationDave Martin
2023-04-20efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede
2023-04-05s390/uaccess: add missing earlyclobber annotations to __clear_user()Heiko Carstens
2023-04-05sh: sanitize the flags on sigreturnAl Viro
2023-04-05m68k: Only force 030 bus error if PC not in exception tableMichael Schmitz
2023-04-05riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti
2023-03-17x86/cpu: Fix LFENCE serialization check in init_amd()Rhythm Mahajan
2023-03-17alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes
2023-03-17MIPS: Fix a compilation issuexurui
2023-03-17x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper
2023-03-11s390/setup: init jump labels before command line parsingVasily Gorbik
2023-03-11s390/maccess: add no DAT mode to kernel_writeVasily Gorbik
2023-03-11firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh
2023-03-11ARM: dts: spear320-hmi: correct STMPE GPIO compatibleKrzysztof Kozlowski
2023-03-11x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber listAmmar Faizi
2023-03-11mips: fix syscall_get_nrElvira Khabirova
2023-03-11alpha: fix FEN fault handlingAl Viro
2023-03-11ARM: dts: exynos: correct TMU phandle in Odroid XUKrzysztof Kozlowski
2023-03-11ARM: dts: exynos: correct TMU phandle in Exynos4Krzysztof Kozlowski
2023-03-11x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh
2023-03-11x86/microcode/AMD: Fix mixed steppings supportBorislav Petkov (AMD)
2023-03-11x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)
2023-03-11x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)
2023-03-11x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong