index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
include
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
15
-26
/
+399
2023-02-25
LoongArch: Mark some assembler symbols as non-kprobe-able
Tiezhu Yang
1
-0
/
+10
2023-02-25
LoongArch: Add kretprobes support
Tiezhu Yang
1
-0
/
+3
2023-02-25
LoongArch: Add kprobes support
Tiezhu Yang
2
-0
/
+73
2023-02-25
LoongArch: Simulate branch and PC* instructions
Tiezhu Yang
2
-0
/
+6
2023-02-25
LoongArch: ptrace: Add hardware single step support
Qing Zhang
4
-0
/
+46
2023-02-25
LoongArch: ptrace: Add function argument access API
Qing Zhang
1
-0
/
+34
2023-02-25
LoongArch: ptrace: Expose hardware breakpoints to debuggers
Qing Zhang
1
-0
/
+9
2023-02-25
LoongArch: Add hardware breakpoints/watchpoints support
Qing Zhang
4
-22
/
+171
2023-02-25
LoongArch: kdump: Add single kernel image implementation
Youling Tang
1
-0
/
+2
2023-02-25
LoongArch: Add support for kernel address space layout randomization (KASLR)
Youling Tang
1
-1
/
+1
2023-02-25
LoongArch: Add support for kernel relocation
Youling Tang
2
-0
/
+29
2023-02-25
LoongArch: Add la_abs macro implementation
Youling Tang
2
-1
/
+5
2023-02-25
LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.abs
Youling Tang
1
-0
/
+9
2023-02-25
LoongArch: Use la.pcrel instead of la.abs when it's trivially possible
Xi Ruoyao
2
-2
/
+1
2023-02-25
LoongArch: Fix Chinese comma in cpu.h
Jinyang He
1
-1
/
+1
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-18
/
+39
2023-02-10
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
1
-13
/
+0
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-03
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-1
/
+0
2023-02-03
loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2
-4
/
+39
2023-01-17
LoongArch: Add generic ex-handler unwind in prologue unwinder
Jinyang He
1
-1
/
+1
2023-01-17
LoongArch: Strip guess unwinder out from prologue unwinder
Jinyang He
1
-0
/
+29
2023-01-17
LoongArch: Use correct sp value to get graph addr in stack unwinders
Jinyang He
2
-2
/
+10
2023-01-17
LoongArch: Simplify larch_insn_gen_xxx implementation
Youling Tang
1
-0
/
+1
2023-01-17
LoongArch: Use common function sign_extend64()
Tiezhu Yang
1
-8
/
+0
2022-12-19
Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
22
-51
/
+549
2022-12-14
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-18
/
+20
2022-12-14
LoongArch: modules/ftrace: Initialize PLT at load time
Qing Zhang
4
-1
/
+12
2022-12-14
LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support
Qing Zhang
2
-0
/
+4
2022-12-14
LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS support
Qing Zhang
1
-0
/
+17
2022-12-14
LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_REGS support
Qing Zhang
1
-0
/
+2
2022-12-14
LoongArch/ftrace: Add dynamic function tracer support
Qing Zhang
3
-1
/
+33
2022-12-14
LoongArch/ftrace: Add basic support
Qing Zhang
1
-0
/
+21
2022-12-14
LoongArch: module: Use got/plt section indices for relocations
Huacai Chen
1
-10
/
+12
2022-12-14
LoongArch: Add basic STACKPROTECTOR support
Huacai Chen
1
-0
/
+38
2022-12-14
LoongArch: Add suspend (ACPI S3) support
Huacai Chen
4
-0
/
+15
2022-12-14
LoongArch: Add FDT booting support from efi system table
Binbin Zhou
2
-0
/
+2
2022-12-14
LoongArch: Use alternative to optimize libraries
Huacai Chen
1
-0
/
+5
2022-12-14
LoongArch: Add alternative runtime patching mechanism
Huacai Chen
4
-0
/
+226
2022-12-14
LoongArch: Add unaligned access support
Huacai Chen
2
-1
/
+15
2022-12-14
LoongArch: BPF: Add BPF exception tables
Youling Tang
2
-0
/
+11
2022-12-14
LoongArch: extable: Add a dedicated uaccess handler
Youling Tang
4
-29
/
+54
2022-12-14
LoongArch: extable: Add `type` and `data` fields
Youling Tang
2
-4
/
+22
2022-12-14
LoongArch: Switch to relative exception tables
Youling Tang
3
-7
/
+33
2022-12-14
LoongArch: Consolidate __ex_table construction
Youling Tang
3
-14
/
+43
2022-12-14
Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-7
/
+7
2022-12-13
Merge tags 'acpi-6.2-rc1' and 'irq-core-2022-12-10' into loongarch-next
Huacai Chen
2
-143
/
+1
2022-12-13
Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-142
/
+0
2022-12-12
Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
[next]