index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-30
Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
3
-14
/
+30
2023-06-30
Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
22
-144
/
+1273
2023-06-29
LoongArch: Add uprobes support
Tiezhu Yang
3
-5
/
+158
2023-06-29
LoongArch: Use larch_insn_gen_break() for kprobes
Tiezhu Yang
1
-19
/
+14
2023-06-29
LoongArch: Add larch_insn_gen_break() to generate break insns
Tiezhu Yang
1
-0
/
+14
2023-06-29
LoongArch: Check for AMO instructions in insns_not_supported()
Tiezhu Yang
1
-0
/
+6
2023-06-29
LoongArch: Move three functions from kprobes.c to inst.c
Tiezhu Yang
2
-44
/
+41
2023-06-29
LoongArch: Replace kretprobe with rethook
Haoran Jiang
5
-25
/
+43
2023-06-29
LoongArch: Add jump-label implementation
Youling Tang
2
-0
/
+24
2023-06-29
LoongArch: Introduce hardware page table walker
Huacai Chen
2
-0
/
+5
2023-06-29
LoongArch: Support dbar with different hints
Huacai Chen
1
-1
/
+1
2023-06-29
LoongArch: Add SMT (Simultaneous Multi-Threading) support
Huacai Chen
3
-14
/
+43
2023-06-29
LoongArch: Add vector extensions support
Huacai Chen
6
-9
/
+803
2023-06-29
LoongArch: Add support to clone a time namespace
Tiezhu Yang
2
-17
/
+83
2023-06-29
LoongArch: Make the CPUCFG&CSR ops simple aliases of compiler built-ins
WANG Xuerui
1
-1
/
+1
2023-06-29
LoongArch: Calculate various sizes in the linker script
WANG Rui
3
-7
/
+16
2023-06-29
LoongArch: Add guard for the larch_insn_gen_xxx functions
WANG Rui
1
-2
/
+22
2023-06-29
LoongArch: Delete unnecessary debugfs checking
Dan Carpenter
1
-2
/
+0
2023-06-29
LoongArch: Set CPU#0 as the io master for FDT
Huacai Chen
1
-0
/
+1
2023-06-27
Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2023-06-26
Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2023-06-20
LoongArch: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
Donglin Peng
3
-14
/
+30
2023-06-16
loongarch/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
1
-2
/
+2
2023-06-15
LoongArch: Fix debugfs_create_dir() error checking
Immad Mir
1
-1
/
+1
2023-06-15
LoongArch: Avoid uninitialized alignment_mask
Qing Zhang
1
-0
/
+2
2023-06-15
LoongArch: Fix perf event id calculation
Huacai Chen
1
-3
/
+3
2023-06-05
loongarch: Provide noinstr sched_clock_read()
Peter Zijlstra
1
-3
/
+3
2023-05-04
Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
9
-101
/
+410
2023-05-01
LoongArch: ftrace: Add direct call support
Youling Tang
2
-1
/
+20
2023-05-01
LoongArch: ftrace: Implement ftrace_find_callable_addr() to simplify code
Youling Tang
1
-59
/
+57
2023-05-01
LoongArch: ftrace: Fix build error if DYNAMIC_FTRACE_WITH_REGS is not set
Youling Tang
1
-3
/
+1
2023-05-01
LoongArch: Provide kernel fpu functions
Huacai Chen
2
-1
/
+44
2023-05-01
LoongArch: Relay BCE exceptions to userland as SIGSEGV with si_code=SEGV_BNDERR
WANG Xuerui
2
-0
/
+93
2023-05-01
LoongArch: Tweak the BADV and CPUCFG.PRID lines in show_regs()
WANG Xuerui
1
-3
/
+3
2023-05-01
LoongArch: Humanize the ESTAT line when showing registers
WANG Xuerui
1
-7
/
+75
2023-05-01
LoongArch: Humanize the ECFG line when showing registers
WANG Xuerui
1
-1
/
+14
2023-05-01
LoongArch: Humanize the EUEN line when showing registers
WANG Xuerui
1
-1
/
+11
2023-05-01
LoongArch: Humanize the PRMD line when showing registers
WANG Xuerui
1
-1
/
+10
2023-05-01
LoongArch: Humanize the CRMD line when showing registers
WANG Xuerui
1
-1
/
+50
2023-05-01
LoongArch: Fix format of CSR lines during show_regs()
WANG Xuerui
1
-10
/
+6
2023-05-01
LoongArch: Print symbol info for $ra and CSR.ERA only for kernel-mode contexts
WANG Xuerui
1
-5
/
+8
2023-05-01
LoongArch: Print GPRs with ABI names when showing registers
WANG Xuerui
1
-13
/
+23
2023-05-01
LoongArch: Clean up the architectural interrupt definitions
WANG Xuerui
4
-4
/
+4
2023-04-28
Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2023-04-28
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2023-04-19
LoongArch: Clean up plat_swiotlb_setup() related code
Tiezhu Yang
1
-2
/
+2
2023-04-19
LoongArch: Check unwind_error() in arch_stack_walk()
Tiezhu Yang
3
-2
/
+5
2023-04-19
LoongArch: Adjust user_regset_copyin parameter to the correct offset
Qing Zhang
1
-5
/
+5
2023-04-19
LoongArch: Adjust user_watch_state for explicit alignment
Qing Zhang
1
-4
/
+11
2023-04-18
LoongArch: Mark 3 symbol exports as non-GPL
Huacai Chen
1
-1
/
+1
[next]