summaryrefslogtreecommitdiff
path: root/arch/loongarch/include/asm
AgeCommit message (Expand)AuthorFilesLines
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-32/+35
2023-08-29Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
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-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-2/+0
2023-08-25loongarch: implement the new page table range APIMatthew Wilcox (Oracle)3-17/+21
2023-08-21loongarch: convert various functions to use ptdescsVishal Moola (Oracle)1-12/+15
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He1-2/+0
2023-07-28LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_*Huacai Chen1-11/+4
2023-07-10locking/arch: Avoid variable shadowing in local_try_cmpxchg()Uros Bizjak1-2/+2
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 Torvalds26-181/+940
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 Chen5-3/+12
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 Chen2-3/+575
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-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 Ripard16-61/+219