summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-9/+0
|\
| * asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang2023-06-221-9/+0
* | Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-06-305-14/+53
|\ \
| * | LoongArch: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng2023-06-205-14/+53
| |/
* | Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-06-3059-365/+2374
|\ \
| * | LoongArch: Remove five DIE_* definitions in kdebug.hTiezhu Yang2023-06-291-5/+0
| * | LoongArch: Add uprobes supportTiezhu Yang2023-06-295-5/+197
| * | LoongArch: Use larch_insn_gen_break() for kprobesTiezhu Yang2023-06-292-20/+15
| * | LoongArch: Add larch_insn_gen_break() to generate break insnsTiezhu Yang2023-06-292-0/+26
| * | LoongArch: Check for AMO instructions in insns_not_supported()Tiezhu Yang2023-06-292-0/+32
| * | LoongArch: Move three functions from kprobes.c to inst.cTiezhu Yang2023-06-293-44/+45
| * | LoongArch: Replace kretprobe with rethookHaoran Jiang2023-06-297-28/+44
| * | LoongArch: Add jump-label implementationYouling Tang2023-06-294-0/+76
| * | LoongArch: Select HAVE_DEBUG_KMEMLEAK to support kmemleakTiezhu Yang2023-06-291-0/+1
| * | LoongArch: Export some arch-specific pm interfacesYinbo Zhu2023-06-293-6/+16
| * | LoongArch: Introduce hardware page table walkerHuacai Chen2023-06-2910-7/+56
| * | LoongArch: Support dbar with different hintsHuacai Chen2023-06-296-81/+78
| * | LoongArch: Add SMT (Simultaneous Multi-Threading) supportHuacai Chen2023-06-296-14/+61
| * | LoongArch: Add vector extensions supportHuacai Chen2023-06-2911-23/+1452
| * | LoongArch: Add support to clone a time namespaceTiezhu Yang2023-06-297-24/+121
| * | LoongArch: Mark Clang LTO as workingWANG Xuerui2023-06-291-0/+2
| * | LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocationWANG Xuerui2023-06-291-1/+1
| * | LoongArch: vDSO: Use CLANG_FLAGS instead of filtering out '--target='WANG Xuerui2023-06-291-4/+1
| * | LoongArch: Tweak CFLAGS for Clang compatibilityWANG Xuerui2023-06-293-10/+19
| * | LoongArch: Simplify the invtlb wrappersWANG Xuerui2023-06-291-24/+19
| * | LoongArch: Make the CPUCFG&CSR ops simple aliases of compiler built-insWANG Xuerui2023-06-293-56/+15
| * | LoongArch: Prepare for assemblers with proper FCSR class supportWANG Xuerui2023-06-293-1/+18
| * | LoongArch: extable: Also recognize ABI names of registersWANG Rui2023-06-291-0/+30
| * | LoongArch: Calculate various sizes in the linker scriptWANG Rui2023-06-293-7/+16
| * | LoongArch: Add guard for the larch_insn_gen_xxx functionsWANG Rui2023-06-293-5/+34
| * | LoongArch: Delete unnecessary debugfs checkingDan Carpenter2023-06-291-2/+0
| * | LoongArch: Set CPU#0 as the io master for FDTHuacai Chen2023-06-291-0/+1
* | | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-291-8/+16
|\ \ \
| * | | Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2023-06-196-6/+11
| |\| |
| * | | fbdev: Rename fb_mem*() helpersThomas Zimmermann2023-05-181-6/+6
| * | | fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann2023-05-181-0/+21
| * | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-0953-366/+1813
| |\ \ \ | | | |/ | | |/|
| * | | arch/loongarch: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+1
* | | | Merge branch 'expand-stack'Linus Torvalds2023-06-282-10/+7
|\ \ \ \
| * | | | mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-242-10/+7
| | |_|/ | |/| |
* | | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-56/+0
|\ \ \ \
| * | | | locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland2023-06-051-49/+0
| * | | | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-7/+0
| | |_|/ | |/| |
* | | | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-272-4/+4
|\ \ \ \
| * | | | loongarch: Provide noinstr sched_clock_read()Peter Zijlstra2023-06-052-4/+4
| |/ / /
* | | | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-263-17/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | loongarch/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-163-17/+3
| |/ /
* | | LoongArch: Fix debugfs_create_dir() error checkingImmad Mir2023-06-151-1/+1
* | | LoongArch: Avoid uninitialized alignment_maskQing Zhang2023-06-151-0/+2
* | | LoongArch: Fix perf event id calculationHuacai Chen2023-06-151-3/+3