index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv: kexec: Fix W=1 build warnings
Jisheng Zhang
2021-05-23
2
-7
/
+8
*
riscv: kprobes: Fix build error when MMU=n
Jisheng Zhang
2021-05-23
1
-0
/
+2
*
riscv: Select ARCH_USE_MEMTEST
Kefeng Wang
2021-05-23
1
-0
/
+1
*
riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabled
Chen Huang
2021-05-23
1
-7
/
+7
*
riscv: remove unused handle_exception symbol
Rouven Czerwinski
2021-05-06
1
-2
/
+0
*
riscv: Consistify protect_kernel_linear_mapping_text_rodata() use
Geert Uytterhoeven
2021-05-06
3
-4
/
+7
*
riscv: enable SiFive errata CIP-453 and CIP-1200 Kconfig only if CONFIG_64BIT=y
Vincent Chen
2021-05-06
1
-2
/
+2
*
riscv: Only extend kernel reservation if mapped read-only
Geert Uytterhoeven
2021-05-06
1
-2
/
+7
*
Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-05-06
63
-214
/
+2525
|
\
|
*
RISC-V: Always define XIP_FIXUP
Palmer Dabbelt
2021-05-01
1
-10
/
+13
|
*
riscv: Remove 32b kernel mapping from page table dump
Alexandre Ghiti
2021-05-01
1
-3
/
+3
|
*
riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=y
Alexandre Ghiti
2021-05-01
1
-1
/
+1
|
*
RISC-V: Fix error code returned by riscv_hartid_to_cpuid()
Anup Patel
2021-05-01
1
-1
/
+1
|
*
RISC-V: Enable Microchip PolarFire ICICLE SoC
Atish Patra
2021-04-26
1
-0
/
+4
|
*
RISC-V: Initial DTS for Microchip ICICLE board
Atish Patra
2021-04-26
4
-0
/
+404
|
*
RISC-V: Add Microchip PolarFire SoC kconfig option
Atish Patra
2021-04-26
1
-0
/
+7
|
*
RISC-V: enable XIP
Vitaly Wool
2021-04-26
11
-19
/
+424
|
*
RISC-V: Add crash kernel support
Nick Kossifidis
2021-04-26
5
-0
/
+102
|
*
RISC-V: Add kdump support
Nick Kossifidis
2021-04-26
8
-27
/
+249
|
*
RISC-V: Improve init_resources()
Nick Kossifidis
2021-04-26
1
-44
/
+46
|
*
RISC-V: Add kexec support
Nick Kossifidis
2021-04-26
5
-0
/
+412
|
*
riscv: vdso: fix and clean-up Makefile
Jisheng Zhang
2021-04-26
1
-2
/
+2
|
*
riscv/mm: Use BUG_ON instead of if condition followed by BUG.
zhouchuangao
2021-04-26
1
-2
/
+2
|
*
riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobe
Liao Chang
2021-04-26
1
-1
/
+3
|
*
riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMU
Jisheng Zhang
2021-04-26
1
-0
/
+1
|
*
riscv: module: Create module allocations without exec permissions
Jisheng Zhang
2021-04-26
1
-1
/
+1
|
*
riscv: bpf: Avoid breaking W^X
Jisheng Zhang
2021-04-26
1
-1
/
+2
|
*
riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core
Jisheng Zhang
2021-04-26
2
-13
/
+13
|
*
riscv: kprobes: Implement alloc_insn_page()
Jisheng Zhang
2021-04-26
1
-0
/
+8
|
*
riscv: Constify sbi_ipi_ops
Jisheng Zhang
2021-04-26
3
-5
/
+5
|
*
riscv: Constify sys_call_table
Jisheng Zhang
2021-04-26
2
-2
/
+2
|
*
riscv: Mark some global variables __ro_after_init
Jisheng Zhang
2021-04-26
5
-12
/
+12
|
*
riscv: add __init section marker to some functions
Jisheng Zhang
2021-04-26
4
-8
/
+8
|
*
riscv: Prepare ptdump for vm layout dynamic addresses
Alexandre Ghiti
2021-04-26
1
-12
/
+61
|
*
riscv: Move kernel mapping outside of linear mapping
Alexandre Ghiti
2021-04-26
12
-36
/
+182
|
*
riscv: Select HAVE_DYNAMIC_FTRACE when -fpatchable-function-entry is available
Nathan Chancellor
2021-04-26
1
-1
/
+1
|
*
riscv: Workaround mcount name prior to clang-13
Nathan Chancellor
2021-04-26
2
-7
/
+17
|
*
riscv: Use $(LD) instead of $(CC) to link vDSO
Nathan Chancellor
2021-04-26
1
-8
/
+4
|
*
riscv: sifive: Apply errata "cip-1200" patch
Vincent Chen
2021-04-26
4
-2
/
+40
|
*
riscv: sifive: Apply errata "cip-453" patch
Vincent Chen
2021-04-26
6
-3
/
+94
|
*
riscv: sifive: Add SiFive alternative ports
Vincent Chen
2021-04-26
7
-0
/
+89
|
*
riscv: Introduce alternative mechanism to apply errata solution
Vincent Chen
2021-04-26
14
-0
/
+300
|
*
riscv: Add 3 SBI wrapper functions to get cpu manufacturer information
Vincent Chen
2021-04-26
2
-0
/
+18
|
*
riscv: Cleanup KASAN_VMALLOC support
Alexandre Ghiti
2021-03-30
1
-41
/
+18
|
*
RISC-V: Don't print SBI version for all detected extensions
Anup Patel
2021-03-30
1
-3
/
+3
|
*
riscv: Enable generic clockevent broadcast
Guo Ren
2021-03-17
2
-0
/
+18
|
*
riscv: Add ARCH_HAS_FORTIFY_SOURCE
Kefeng Wang
2021-03-10
2
-0
/
+6
|
*
riscv: Add support for memtest
Kefeng Wang
2021-03-10
1
-2
/
+4
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-05-05
1
-4
/
+1
|
\
\
|
*
|
mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)
Anshuman Khandual
2021-05-05
1
-4
/
+1
[next]