summaryrefslogtreecommitdiff
path: root/arch/loongarch/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-06LoongArch: Add KFENCE (Kernel Electric-Fence) supportEnze Li2-1/+71
2023-09-06LoongArch: mm: Add page table mapped mode support for virt_to_page()Enze Li2-1/+9
2023-09-06LoongArch: Provide kaslr_offset() to get kernel offsetFeiyang Chen1-0/+6
2023-09-06LoongArch: Add basic KGDB & KDB supportQing Zhang2-0/+101
2023-09-06LoongArch: Add Loongson Binary Translation (LBT) extension supportQi Hu9-17/+196
2023-09-06LoongArch: Add SIMD-optimized XOR routinesWANG Xuerui2-0/+102
2023-09-06LoongArch: Use static defined zero page rather than allocatedBibo Mao2-7/+2
2023-09-06LoongArch: mm: Introduce unified function populate_kernel_pte()Bibo Mao1-0/+1
2023-09-06LoongArch: mm: Add p?d_leaf() definitionsHongchen Zhang1-0/+3
2023-09-06LoongArch: Drop unused parse_r and parse_v macrosNathan Chancellor2-150/+0
2023-08-26LoongArch: Ensure FP/SIMD registers in the core dump file is up to dateHuacai Chen1-4/+18
2023-08-25LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang1-2/+0
2023-08-25LoongArch: Add identifier names to arguments of die() declarationTiezhu Yang1-1/+1
2023-08-25LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOPTiezhu Yang1-1/+1
2023-08-25LoongArch: Remove <asm/export.h>Masahiro Yamada1-1/+0
2023-07-28LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_*Huacai Chen1-11/+4
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+0
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+22
2023-06-30Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds29-184/+972
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+16
2023-06-29LoongArch: Remove five DIE_* definitions in kdebug.hTiezhu Yang1-5/+0
2023-06-29LoongArch: Add uprobes supportTiezhu Yang1-0/+36
2023-06-29LoongArch: Use larch_insn_gen_break() for kprobesTiezhu Yang1-1/+1
2023-06-29LoongArch: Add larch_insn_gen_break() to generate break insnsTiezhu Yang1-0/+12
2023-06-29LoongArch: Check for AMO instructions in insns_not_supported()Tiezhu Yang1-0/+26
2023-06-29LoongArch: Move three functions from kprobes.c to inst.cTiezhu Yang1-0/+4
2023-06-29LoongArch: Replace kretprobe with rethookHaoran Jiang1-3/+0
2023-06-29LoongArch: Add jump-label implementationYouling Tang1-0/+50
2023-06-29LoongArch: Export some arch-specific pm interfacesYinbo Zhu2-2/+12
2023-06-29LoongArch: Introduce hardware page table walkerHuacai Chen6-3/+13
2023-06-29LoongArch: Support dbar with different hintsHuacai Chen4-77/+74
2023-06-29LoongArch: Add SMT (Simultaneous Multi-Threading) supportHuacai Chen2-0/+10
2023-06-29LoongArch: Add vector extensions supportHuacai Chen4-6/+606
2023-06-29LoongArch: Add support to clone a time namespaceTiezhu Yang3-6/+36
2023-06-29LoongArch: Tweak CFLAGS for Clang compatibilityWANG Xuerui1-1/+5
2023-06-29LoongArch: Simplify the invtlb wrappersWANG Xuerui1-24/+19
2023-06-29LoongArch: Make the CPUCFG&CSR ops simple aliases of compiler built-insWANG Xuerui1-52/+11
2023-06-29LoongArch: Prepare for assemblers with proper FCSR class supportWANG Xuerui2-1/+15
2023-06-29LoongArch: extable: Also recognize ABI names of registersWANG Rui1-0/+30
2023-06-29LoongArch: Add guard for the larch_insn_gen_xxx functionsWANG Rui2-3/+12
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-56/+0
2023-06-28Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-15/+0
2023-06-22asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang1-9/+0
2023-06-21LoongArch: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng1-0/+22
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie3-2/+5
2023-06-16loongarch/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-15/+0
2023-06-15LoongArch: Fix the write_fcsr() macroQi Hu1-1/+1
2023-06-15LoongArch: Let pmd_present() return true when splitting pmdHongchen Zhang2-1/+4
2023-06-05loongarch: Provide noinstr sched_clock_read()Peter Zijlstra1-1/+1