summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)Author
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-26LoongArch: Fix hw_breakpoint_control() for watchpointsHuacai Chen
2023-08-26LoongArch: Ensure FP/SIMD registers in the core dump file is up to dateHuacai Chen
2023-08-25LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang
2023-08-25LoongArch: Add identifier names to arguments of die() declarationTiezhu Yang
2023-08-25LoongArch: Return earlier in die() if notify_die() returns NOTIFY_STOPTiezhu Yang
2023-08-25LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOPTiezhu Yang
2023-08-25LoongArch: Remove <asm/export.h>Masahiro Yamada
2023-08-25LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-08-25LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada
2023-08-25LoongArch: Replace -ffreestanding with finer-grained -fno-builtin'sWANG Xuerui
2023-08-25LoongArch: Remove redundant "source drivers/firmware/Kconfig"Xi Ruoyao
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim
2023-07-28LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_*Huacai Chen
2023-07-28LoongArch: BPF: Fix check condition to call lu32id in move_imm()Tiezhu Yang
2023-07-28LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArchChenguang Zhao
2023-07-28LoongArch: Fix return value underflow in exception pathWANG Rui
2023-07-28LoongArch: Fix CMDLINE_EXTEND and CMDLINE_BOOTLOADER handlingZhihong Dong
2023-07-28LoongArch: Fix module relocation error with binutils 2.41Huacai Chen
2023-07-28LoongArch: Only fiddle with CHECKFLAGS if `need-compiler'Huacai Chen
2023-07-10locking/arch: Avoid variable shadowing in local_try_cmpxchg()Uros Bizjak
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-06-30Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-06-29LoongArch: Remove five DIE_* definitions in kdebug.hTiezhu Yang
2023-06-29LoongArch: Add uprobes supportTiezhu Yang
2023-06-29LoongArch: Use larch_insn_gen_break() for kprobesTiezhu Yang
2023-06-29LoongArch: Add larch_insn_gen_break() to generate break insnsTiezhu Yang
2023-06-29LoongArch: Check for AMO instructions in insns_not_supported()Tiezhu Yang
2023-06-29LoongArch: Move three functions from kprobes.c to inst.cTiezhu Yang
2023-06-29LoongArch: Replace kretprobe with rethookHaoran Jiang
2023-06-29LoongArch: Add jump-label implementationYouling Tang
2023-06-29LoongArch: Select HAVE_DEBUG_KMEMLEAK to support kmemleakTiezhu Yang
2023-06-29LoongArch: Export some arch-specific pm interfacesYinbo Zhu
2023-06-29LoongArch: Introduce hardware page table walkerHuacai Chen
2023-06-29LoongArch: Support dbar with different hintsHuacai Chen
2023-06-29LoongArch: Add SMT (Simultaneous Multi-Threading) supportHuacai Chen
2023-06-29LoongArch: Add vector extensions supportHuacai Chen
2023-06-29LoongArch: Add support to clone a time namespaceTiezhu Yang
2023-06-29LoongArch: Mark Clang LTO as workingWANG Xuerui
2023-06-29LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocationWANG Xuerui
2023-06-29LoongArch: vDSO: Use CLANG_FLAGS instead of filtering out '--target='WANG Xuerui
2023-06-29LoongArch: Tweak CFLAGS for Clang compatibilityWANG Xuerui
2023-06-29LoongArch: Simplify the invtlb wrappersWANG Xuerui
2023-06-29LoongArch: Make the CPUCFG&CSR ops simple aliases of compiler built-insWANG Xuerui
2023-06-29LoongArch: Prepare for assemblers with proper FCSR class supportWANG Xuerui
2023-06-29LoongArch: extable: Also recognize ABI names of registersWANG Rui
2023-06-29LoongArch: Calculate various sizes in the linker scriptWANG Rui
2023-06-29LoongArch: Add guard for the larch_insn_gen_xxx functionsWANG Rui