summaryrefslogtreecommitdiff
path: root/arch/loongarch/include
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland1-49/+0
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-7/+0
2023-05-18fbdev: Rename fb_mem*() helpersThomas Zimmermann1-6/+6
2023-05-18fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann1-0/+21
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard17-62/+221
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+13
2023-05-04Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds6-26/+168
2023-05-01LoongArch: ftrace: Add direct call supportYouling Tang1-0/+12
2023-05-01LoongArch: ftrace: Abstract DYNAMIC_FTRACE_WITH_ARGS accessesQing Zhang1-0/+25
2023-05-01LoongArch: Add support for function error injectionTiezhu Yang1-0/+5
2023-05-01LoongArch: Add checksum optimization for 64-bit systemBibo Mao1-0/+66
2023-05-01LoongArch: Provide kernel fpu functionsHuacai Chen1-0/+3
2023-05-01LoongArch: Relay BCE exceptions to userland as SIGSEGV with si_code=SEGV_BNDERRWANG Xuerui1-0/+26
2023-05-01LoongArch: Define regular names for BCE/WATCH/HVC/GSPR exceptionsWANG Xuerui1-4/+6
2023-05-01LoongArch: Clean up the architectural interrupt definitionsWANG Xuerui1-22/+25