summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-04-10arm64: Don't call NULL in do_compat_alignment_fixup()Angelos Oikonomopoulos1-0/+2
2025-04-10KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT errorSean Christopherson1-7/+6
2025-04-10ARM: 9444/1: add KEEP() keyword to ARM_VECTORSChristian Eggers1-3/+3
2025-04-10ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCENathan Chancellor2-1/+7
2025-04-10x86/mm: Fix flush_tlb_range() when used for zapping normal PMDsJann Horn1-1/+1
2025-04-10x86/tsc: Always save/restore TSC sched_clock() on suspend/resumeGuilherme G. Piccoli1-2/+2
2025-04-10x86/Kconfig: Add cmpxchg8b support back to Geode CPUsArnd Bergmann1-1/+1
2025-04-10uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa1-5/+9
2025-04-10perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample readKan Liang3-29/+25
2025-04-10perf/x86/intel: Apply static call for drain_pebsPeter Zijlstra (Intel)3-2/+3
2025-04-10x86/tdx: Fix arch_safe_halt() execution for TDX VMsVishal Annapurve4-4/+29
2025-04-10x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRTKirill A. Shutemov4-36/+41
2025-04-10x86/mce: use is_copy_from_user() to determine copy-from-user contextShuai Xue1-6/+5
2025-04-10x86/microcode/AMD: Fix __apply_microcode_amd()'s return valueBoris Ostrovsky1-1/+1
2025-04-10KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protectedPaolo Bonzini1-4/+11
2025-04-10x86/hyperv: Fix check of return value from snp_set_vmsa()Tianyu Lan1-1/+1
2025-04-10LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNCHengqi Chen1-1/+4
2025-04-10LoongArch: BPF: Don't override subprog's return valueHengqi Chen1-1/+4
2025-04-10LoongArch: BPF: Fix off-by-one error in build_prologue()Hengqi Chen2-0/+7
2025-04-10LoongArch: Increase MAX_IO_PICS up to 8Huacai Chen1-1/+1
2025-04-10LoongArch: Increase ARCH_DMA_MINALIGN up to 16Huacai Chen1-0/+2
2025-04-10riscv/purgatory: 4B align purgatory_startBjörn Töpel1-0/+1
2025-04-10riscv/kexec_file: Handle R_RISCV_64 in purgatory relocatorYao Zi1-0/+3
2025-04-10riscv: Fix hugetlb retrieval of number of ptes in case of !present pteAlexandre Ghiti1-31/+45
2025-04-10s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocationSven Schnelle1-1/+1
2025-04-10x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_g...Herton R. Krzesinski1-0/+18
2025-04-10RISC-V: errata: Use medany for relocatable buildsPalmer Dabbelt1-1/+5
2025-04-10riscv: Fix set up of vector cpu hotplug callbackAndrew Jones1-15/+16
2025-04-10riscv: Fix set up of cpu hotplug callbacksAndrew Jones1-14/+13
2025-04-10riscv: Change check_unaligned_access_speed_all_cpus to voidAndrew Jones1-10/+5
2025-04-10riscv: Fix check_unaligned_access_all_cpusAndrew Jones2-10/+7
2025-04-10riscv: Fix riscv_online_cpu_vecAndrew Jones1-2/+4
2025-04-10riscv: Annotate unaligned access init functionsAndrew Jones3-13/+13
2025-04-10riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrac...Pu Lehui1-13/+11
2025-04-10riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRA...Pu Lehui1-1/+1
2025-04-10riscv: Fix missing __free_pages() in check_vector_unaligned_access()Alexandre Ghiti1-1/+4
2025-04-10riscv: Fix the __riscv_copy_vec_words_unaligned implementationTingbo Liao1-1/+1
2025-04-10riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_...Juhan Jin1-2/+2
2025-04-10spufs: fix a leak in spufs_create_context()Al Viro1-1/+4
2025-04-10spufs: fix gang directory lifetimesAl Viro3-8/+49
2025-04-10spufs: fix a leak on spufs_new_file() failureAl Viro1-1/+3
2025-04-10objtool/loongarch: Add unwind hints in prepare_frametrace()Josh Poimboeuf2-1/+12
2025-04-10LoongArch: Rework the arch_kgdb_breakpoint() implementationYuli Wang1-2/+3
2025-04-10LoongArch: Fix device node refcount leak in fdt_cpu_clk_init()Miaoqian Lin1-0/+2
2025-04-10LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig谢致邦 (XIE Zhibang)1-2/+2
2025-04-10um: remove copy_from_kernel_nofault_allowedBenjamin Berg4-72/+1
2025-04-10um: Pass the correct Rust target and options with gccDavid Gow1-3/+4
2025-04-10arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfigAnshuman Khandual1-1/+1
2025-04-10x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplace...Jann Horn1-3/+2
2025-04-10x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1Jann Horn1-0/+2