index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-01
Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
40
-129
/
+2623
2023-02-25
LoongArch: Mark some assembler symbols as non-kprobe-able
Tiezhu Yang
5
-0
/
+21
2023-02-25
LoongArch: Add kprobes on ftrace support
Tiezhu Yang
2
-0
/
+65
2023-02-25
LoongArch: Add kretprobes support
Tiezhu Yang
5
-1
/
+128
2023-02-25
LoongArch: Add kprobes support
Tiezhu Yang
7
-6
/
+466
2023-02-25
LoongArch: Simulate branch and PC* instructions
Tiezhu Yang
3
-0
/
+129
2023-02-25
LoongArch: ptrace: Add hardware single step support
Qing Zhang
7
-10
/
+186
2023-02-25
LoongArch: ptrace: Add function argument access API
Qing Zhang
2
-0
/
+35
2023-02-25
LoongArch: ptrace: Expose hardware breakpoints to debuggers
Qing Zhang
2
-0
/
+411
2023-02-25
LoongArch: Add hardware breakpoints/watchpoints support
Qing Zhang
9
-22
/
+713
2023-02-25
LoongArch: kdump: Add crashkernel=YM handling
Youling Tang
1
-3
/
+11
2023-02-25
LoongArch: kdump: Add single kernel image implementation
Youling Tang
5
-16
/
+5
2023-02-25
LoongArch: Add support for kernel address space layout randomization (KASLR)
Youling Tang
4
-6
/
+179
2023-02-25
LoongArch: Add support for kernel relocation
Youling Tang
8
-2
/
+173
2023-02-25
LoongArch: Add la_abs macro implementation
Youling Tang
4
-12
/
+16
2023-02-25
LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.abs
Youling Tang
3
-11
/
+15
2023-02-25
LoongArch: Use la.pcrel instead of la.abs when it's trivially possible
Xi Ruoyao
5
-50
/
+48
2023-02-25
LoongArch: Make -mstrict-align configurable
Huacai Chen
4
-3
/
+34
2023-02-25
LoongArch: Only call get_timer_irq() once in constant_clockevent_init()
Tiezhu Yang
1
-5
/
+6
2023-02-25
LoongArch: Fix Chinese comma in cpu.h
Jinyang He
1
-1
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-18
/
+39
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-1
/
+22
2023-02-17
LoongArch, bpf: Use 4 instructions for function address in JIT
Hengqi Chen
2
-1
/
+22
2023-02-09
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
1
-13
/
+0
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-1
/
+0
2023-02-02
loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2
-4
/
+39
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
14
-213
/
+247
2023-01-17
LoongArch: Add generic ex-handler unwind in prologue unwinder
Jinyang He
4
-15
/
+93
2023-01-17
LoongArch: Strip guess unwinder out from prologue unwinder
Jinyang He
6
-146
/
+129
2023-01-17
LoongArch: Use correct sp value to get graph addr in stack unwinders
Jinyang He
4
-24
/
+20
2023-01-17
LoongArch: Get frame info in unwind_start() when regs is not available
Jinyang He
3
-12
/
+22
2023-01-17
LoongArch: Adjust PC value when unwind next frame in unwinder
Jinyang He
1
-1
/
+6
2023-01-17
LoongArch: Simplify larch_insn_gen_xxx implementation
Youling Tang
2
-38
/
+8
2023-01-17
LoongArch: Use common function sign_extend64()
Tiezhu Yang
2
-11
/
+3
2023-01-17
LoongArch: Add HWCAP_LOONGARCH_CPUCFG to elf_hwcap
Huacai Chen
1
-1
/
+1
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
1
-0
/
+1
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
1
-1
/
+0
2022-12-19
Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
68
-182
/
+3588
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-33
/
+79
2022-12-14
LoongArch: Update Loongson-3 default config file
Huacai Chen
1
-24
/
+32
2022-12-14
LoongArch: modules/ftrace: Initialize PLT at load time
Qing Zhang
8
-2
/
+148
2022-12-14
LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support
Qing Zhang
5
-6
/
+19
2022-12-14
LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS support
Qing Zhang
3
-0
/
+29
2022-12-14
LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_REGS support
Qing Zhang
4
-2
/
+51
2022-12-14
LoongArch/ftrace: Add dynamic function graph tracer support
Qing Zhang
3
-0
/
+101
2022-12-14
LoongArch/ftrace: Add dynamic function tracer support
Qing Zhang
10
-10
/
+367
2022-12-14
LoongArch/ftrace: Add recordmcount support
Qing Zhang
1
-0
/
+2
2022-12-14
LoongArch/ftrace: Add basic support
Qing Zhang
5
-0
/
+200
2022-12-14
LoongArch: module: Use got/plt section indices for relocations
Huacai Chen
3
-47
/
+68
[next]