index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-01
RISC-V: Fix error code returned by riscv_hartid_to_cpuid()
Anup Patel
1
-1
/
+1
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
1
-1
/
+0
2021-04-26
RISC-V: Enable Microchip PolarFire ICICLE SoC
Atish Patra
1
-0
/
+4
2021-04-26
RISC-V: Initial DTS for Microchip ICICLE board
Atish Patra
4
-0
/
+404
2021-04-26
RISC-V: Add Microchip PolarFire SoC kconfig option
Atish Patra
1
-0
/
+7
2021-04-26
RISC-V: enable XIP
Vitaly Wool
11
-19
/
+424
2021-04-26
RISC-V: Add crash kernel support
Nick Kossifidis
5
-0
/
+102
2021-04-26
RISC-V: Add kdump support
Nick Kossifidis
8
-27
/
+249
2021-04-26
RISC-V: Improve init_resources()
Nick Kossifidis
1
-44
/
+46
2021-04-26
RISC-V: Add kexec support
Nick Kossifidis
5
-0
/
+412
2021-04-26
riscv: vdso: fix and clean-up Makefile
Jisheng Zhang
1
-2
/
+2
2021-04-26
riscv/mm: Use BUG_ON instead of if condition followed by BUG.
zhouchuangao
1
-2
/
+2
2021-04-26
riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobe
Liao Chang
1
-1
/
+3
2021-04-26
riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMU
Jisheng Zhang
1
-0
/
+1
2021-04-26
riscv: module: Create module allocations without exec permissions
Jisheng Zhang
1
-1
/
+1
2021-04-26
riscv: bpf: Avoid breaking W^X
Jisheng Zhang
1
-1
/
+2
2021-04-26
riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core
Jisheng Zhang
2
-13
/
+13
2021-04-26
riscv: kprobes: Implement alloc_insn_page()
Jisheng Zhang
1
-0
/
+8
2021-04-26
riscv: Constify sbi_ipi_ops
Jisheng Zhang
3
-5
/
+5
2021-04-26
riscv: Constify sys_call_table
Jisheng Zhang
2
-2
/
+2
2021-04-26
riscv: Mark some global variables __ro_after_init
Jisheng Zhang
5
-12
/
+12
2021-04-26
riscv: add __init section marker to some functions
Jisheng Zhang
4
-8
/
+8
2021-04-26
riscv: Prepare ptdump for vm layout dynamic addresses
Alexandre Ghiti
1
-12
/
+61
2021-04-26
riscv: Move kernel mapping outside of linear mapping
Alexandre Ghiti
12
-36
/
+182
2021-04-26
riscv: Select HAVE_DYNAMIC_FTRACE when -fpatchable-function-entry is available
Nathan Chancellor
1
-1
/
+1
2021-04-26
riscv: Workaround mcount name prior to clang-13
Nathan Chancellor
2
-7
/
+17
2021-04-26
riscv: Use $(LD) instead of $(CC) to link vDSO
Nathan Chancellor
1
-8
/
+4
2021-04-26
riscv: sifive: Apply errata "cip-1200" patch
Vincent Chen
4
-2
/
+40
2021-04-26
riscv: sifive: Apply errata "cip-453" patch
Vincent Chen
6
-3
/
+94
2021-04-26
riscv: sifive: Add SiFive alternative ports
Vincent Chen
7
-0
/
+89
2021-04-26
riscv: Introduce alternative mechanism to apply errata solution
Vincent Chen
14
-0
/
+300
2021-04-26
riscv: Add 3 SBI wrapper functions to get cpu manufacturer information
Vincent Chen
2
-0
/
+18
2021-04-23
riscv: Disable data start offset in flat binaries
Damien Le Moal
1
-0
/
+1
2021-04-15
riscv: keep interrupts disabled for BREAKPOINT exception
Jisheng Zhang
1
-0
/
+3
2021-04-15
riscv: kprobes/ftrace: Add recursion protection to the ftrace callback
Jisheng Zhang
1
-1
/
+10
2021-04-15
riscv: add do_page_fault and do_trap_break into the kprobes blacklist
Jisheng Zhang
2
-0
/
+2
2021-04-15
riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"
Kefeng Wang
1
-1
/
+1
2021-04-01
riscv: Make NUMA depend on MMU
Kefeng Wang
1
-1
/
+1
2021-04-01
riscv: remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-04-01
riscv,entry: fix misaligned base for excp_vect_table
Zihao Yu
1
-0
/
+1
2021-04-01
riscv: evaluate put_user() arg before enabling user access
Ben Dooks
1
-2
/
+5
2021-04-01
riscv: Drop const annotation for sp
Kefeng Wang
1
-1
/
+1
2021-03-29
riscv: Cleanup KASAN_VMALLOC support
Alexandre Ghiti
1
-39
/
+16
2021-03-29
RISC-V: Don't print SBI version for all detected extensions
Anup Patel
1
-3
/
+3
2021-03-27
whack-a-mole: kill strlen_user() (again)
Al Viro
1
-1
/
+0
2021-03-16
riscv: Correct SPARSEMEM configuration
Kefeng Wang
1
-2
/
+2
2021-03-16
RISC-V: kasan: Declare kasan_shallow_populate() static
Palmer Dabbelt
1
-1
/
+1
2021-03-16
riscv: Ensure page table writes are flushed when initializing KASAN vmalloc
Alexandre Ghiti
1
-0
/
+2
2021-03-16
RISC-V: Fix out-of-bounds accesses in init_resources()
Geert Uytterhoeven
1
-1
/
+2
2021-03-16
riscv: Fix compilation error with Canaan SoC
Damien Le Moal
1
-0
/
+2
[prev]
[next]