Age | Commit message (Expand) | Author | Files | Lines |
2023-10-06 | LoongArch: Define relocation types for ABI v2.10 | Tiezhu Yang | 1 | -0/+9 |
2023-10-06 | LoongArch: Use _UL() and _ULL() | Andy Shevchenko | 1 | -6/+6 |
2023-09-13 | LoongArch: mm: Add p?d_leaf() definitions | Hongchen Zhang | 1 | -0/+3 |
2023-09-13 | nmi_backtrace: allow excluding an arbitrary CPU | Douglas Anderson | 1 | -1/+1 |
2023-09-13 | locking/arch: Avoid variable shadowing in local_try_cmpxchg() | Uros Bizjak | 1 | -2/+2 |
2023-08-26 | LoongArch: Ensure FP/SIMD registers in the core dump file is up to date | Huacai Chen | 1 | -4/+18 |
2023-08-25 | LoongArch: Put the body of play_dead() into arch_cpu_idle_dead() | Tiezhu Yang | 1 | -2/+0 |
2023-08-25 | LoongArch: Add identifier names to arguments of die() declaration | Tiezhu Yang | 1 | -1/+1 |
2023-08-25 | LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOP | Tiezhu Yang | 1 | -1/+1 |
2023-08-25 | LoongArch: Remove <asm/export.h> | Masahiro Yamada | 1 | -1/+0 |
2023-07-28 | LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_* | Huacai Chen | 1 | -11/+4 |
2023-06-30 | Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 1 | -0/+22 |
2023-06-30 | Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds | 26 | -181/+940 |
2023-06-29 | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -8/+16 |
2023-06-29 | LoongArch: Remove five DIE_* definitions in kdebug.h | Tiezhu Yang | 1 | -5/+0 |
2023-06-29 | LoongArch: Add uprobes support | Tiezhu Yang | 1 | -0/+36 |
2023-06-29 | LoongArch: Use larch_insn_gen_break() for kprobes | Tiezhu Yang | 1 | -1/+1 |
2023-06-29 | LoongArch: Add larch_insn_gen_break() to generate break insns | Tiezhu Yang | 1 | -0/+12 |
2023-06-29 | LoongArch: Check for AMO instructions in insns_not_supported() | Tiezhu Yang | 1 | -0/+26 |
2023-06-29 | LoongArch: Move three functions from kprobes.c to inst.c | Tiezhu Yang | 1 | -0/+4 |
2023-06-29 | LoongArch: Replace kretprobe with rethook | Haoran Jiang | 1 | -3/+0 |
2023-06-29 | LoongArch: Add jump-label implementation | Youling Tang | 1 | -0/+50 |
2023-06-29 | LoongArch: Export some arch-specific pm interfaces | Yinbo Zhu | 2 | -2/+12 |
2023-06-29 | LoongArch: Introduce hardware page table walker | Huacai Chen | 5 | -3/+12 |
2023-06-29 | LoongArch: Support dbar with different hints | Huacai Chen | 4 | -77/+74 |
2023-06-29 | LoongArch: Add SMT (Simultaneous Multi-Threading) support | Huacai Chen | 2 | -0/+10 |
2023-06-29 | LoongArch: Add vector extensions support | Huacai Chen | 2 | -3/+575 |
2023-06-29 | LoongArch: Add support to clone a time namespace | Tiezhu Yang | 3 | -6/+36 |
2023-06-29 | LoongArch: Tweak CFLAGS for Clang compatibility | WANG Xuerui | 1 | -1/+5 |
2023-06-29 | LoongArch: Simplify the invtlb wrappers | WANG Xuerui | 1 | -24/+19 |
2023-06-29 | LoongArch: Make the CPUCFG&CSR ops simple aliases of compiler built-ins | WANG Xuerui | 1 | -52/+11 |
2023-06-29 | LoongArch: Prepare for assemblers with proper FCSR class support | WANG Xuerui | 2 | -1/+15 |
2023-06-29 | LoongArch: extable: Also recognize ABI names of registers | WANG Rui | 1 | -0/+30 |
2023-06-29 | LoongArch: Add guard for the larch_insn_gen_xxx functions | WANG Rui | 2 | -3/+12 |
2023-06-28 | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -56/+0 |
2023-06-28 | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2023-06-26 | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -15/+0 |
2023-06-21 | LoongArch: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL | Donglin Peng | 1 | -0/+22 |
2023-06-19 | Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor... | Dave Airlie | 3 | -2/+5 |
2023-06-16 | loongarch/cpu: Switch to arch_cpu_finalize_init() | Thomas Gleixner | 1 | -15/+0 |
2023-06-15 | LoongArch: Fix the write_fcsr() macro | Qi Hu | 1 | -1/+1 |
2023-06-15 | LoongArch: Let pmd_present() return true when splitting pmd | Hongchen Zhang | 2 | -1/+4 |
2023-06-05 | loongarch: Provide noinstr sched_clock_read() | Peter Zijlstra | 1 | -1/+1 |
2023-06-05 | locking/atomic: treewide: delete arch_atomic_*() kerneldoc | Mark Rutland | 1 | -49/+0 |
2023-06-05 | locking/atomic: make atomic*_{cmp,}xchg optional | Mark Rutland | 1 | -7/+0 |
2023-05-18 | fbdev: Rename fb_mem*() helpers | Thomas Zimmermann | 1 | -6/+6 |
2023-05-18 | fbdev: Move framebuffer I/O helpers into <asm/fb.h> | Thomas Zimmermann | 1 | -0/+21 |
2023-05-09 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 16 | -61/+219 |
2023-05-05 | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -4/+13 |
2023-05-04 | Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds | 6 | -26/+168 |