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
/
riscv
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-18
riscv: Remove the 'riscv_' prefix of function name
Zong Li
2
-12
/
+12
2020-05-18
riscv: Add SW single-step support for KDB
Vincent Chen
1
-2
/
+177
2020-05-18
riscv: Use the XML target descriptions to report 3 system registers
Vincent Chen
1
-0
/
+15
2020-05-18
riscv: Add KGDB support
Vincent Chen
3
-0
/
+206
2020-05-18
RISC-V: Skip setting up PMPs on traps
Palmer Dabbelt
1
-1
/
+10
2020-05-18
riscv: Allow device trees to be built into the kernel
Palmer Dabbelt
3
-0
/
+36
2020-05-12
riscv: stacktrace: Fix undefined reference to `walk_stackframe'
Kefeng Wang
1
-1
/
+1
2020-05-12
riscv: perf: RISCV_BASE_PMU should be independent
Kefeng Wang
1
-1
/
+1
2020-05-11
riscv: perf_event: Make some funciton static
Kefeng Wang
1
-4
/
+4
2020-05-04
riscv: force __cpu_up_ variables to put in data section
Zong Li
1
-2
/
+2
2020-05-04
riscv: add Linux note to vdso
Andreas Schwab
2
-1
/
+13
2020-05-04
RISC-V: Add bitmap reprensenting ISA features common across CPUs
Anup Patel
1
-3
/
+80
2020-05-04
RISC-V: Export riscv_cpuid_to_hartid_mask() API
Anup Patel
1
-0
/
+2
2020-04-21
riscv: sbi: Fix undefined reference to sbi_shutdown
Kefeng Wang
1
-5
/
+8
2020-04-21
riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() export
Kefeng Wang
1
-2
/
+2
2020-04-21
riscv: fix vdso build with lld
Ilie Halip
1
-3
/
+3
2020-04-21
RISC-V: stacktrace: Declare sp_in_global outside ifdef
Guenter Roeck
1
-2
/
+2
2020-04-09
Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
18
-206
/
+1679
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-0
/
+2
2020-04-03
riscv: Add SOC early init support
Damien Le Moal
4
-0
/
+36
2020-04-03
riscv: Unaligned load/store handling for M_MODE
Damien Le Moal
3
-4
/
+395
2020-03-31
RISC-V: Support cpu hotplug
Atish Patra
4
-1
/
+140
2020-03-31
RISC-V: Add supported for ordered booting method using HSM
Atish Patra
6
-3
/
+121
2020-03-31
RISC-V: Export SBI error to linux error mapping function
Atish Patra
1
-1
/
+2
2020-03-31
RISC-V: Add cpu_ops and modify default booting method
Atish Patra
4
-21
/
+113
2020-03-31
RISC-V: Move relocate and few other functions out of __init
Atish Patra
2
-72
/
+86
2020-03-31
RISC-V: Implement new SBI v0.2 extensions
Atish Patra
1
-4
/
+249
2020-03-31
RISC-V: Introduce a new config for SBI v0.1
Atish Patra
1
-23
/
+109
2020-03-31
RISC-V: Add basic support for SBI v0.2
Atish Patra
2
-2
/
+246
2020-03-30
Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-03-26
riscv: patch code by fixmap mapping
Zong Li
1
-9
/
+4
2020-03-26
riscv: introduce interfaces to patch kernel code
Zong Li
2
-1
/
+123
2020-03-26
riscv: add macro to get instruction length
Zong Li
1
-1
/
+2
2020-03-26
riscv: add alignment for text, rodata and data sections
Zong Li
1
-1
/
+4
2020-03-26
riscv: move exception table immediately after RO_DATA
Zong Li
1
-2
/
+4
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2
-0
/
+2
2020-03-18
riscv: fix the IPI missing issue in nommu mode
Greentime Hu
1
-1
/
+1
2020-03-16
irqchip/sifive-plic: Enable/Disable external interrupts upon cpu online/offline
Atish Patra
1
-1
/
+1
2020-03-05
riscv: fix seccomp reject syscall code path
Tycho Andersen
2
-14
/
+8
2020-03-03
RISC-V: Inline the assembly register save/restore macros
Palmer Dabbelt
1
-82
/
+61
2020-03-03
RISC-V: Stop relying on GCC's register allocator's hueristics
Palmer Dabbelt
2
-5
/
+7
2020-03-03
RISC-V: Stop putting .sbss in .sdata
Palmer Dabbelt
1
-1
/
+0
2020-03-03
riscv: force hart_lottery to put in .sdata section
Zong Li
1
-2
/
+6
2020-03-03
riscv: avoid the PIC offset of static percpu data in module beyond 2G limits
Vincent Chen
1
-0
/
+16
2020-02-18
RISC-V: Don't enable all interrupts in trap_init()
Anup Patel
1
-2
/
+2
2020-02-18
riscv: set pmp configuration if kernel is running in M-mode
Greentime Hu
1
-0
/
+6
2020-01-31
Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-0
/
+11
2020-01-29
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-4
/
+0
2020-01-28
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2020-01-22
riscv: Add KASAN support
Nick Hu
4
-0
/
+11
[prev]
[next]