index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-06
riscv: remove unused handle_exception symbol
Rouven Czerwinski
1
-2
/
+0
2021-05-06
riscv: Consistify protect_kernel_linear_mapping_text_rodata() use
Geert Uytterhoeven
1
-2
/
+0
2021-05-06
Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
22
-92
/
+884
2021-05-01
RISC-V: Fix error code returned by riscv_hartid_to_cpuid()
Anup Patel
1
-1
/
+1
2021-04-26
RISC-V: enable XIP
Vitaly Wool
5
-4
/
+195
2021-04-26
RISC-V: Add crash kernel support
Nick Kossifidis
3
-0
/
+59
2021-04-26
RISC-V: Add kdump support
Nick Kossifidis
5
-21
/
+159
2021-04-26
RISC-V: Improve init_resources()
Nick Kossifidis
1
-44
/
+46
2021-04-26
RISC-V: Add kexec support
Nick Kossifidis
3
-0
/
+348
2021-04-26
riscv: vdso: fix and clean-up Makefile
Jisheng Zhang
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: module: Create module allocations without exec permissions
Jisheng Zhang
1
-1
/
+1
2021-04-26
riscv: kprobes: Implement alloc_insn_page()
Jisheng Zhang
1
-0
/
+8
2021-04-26
riscv: Constify sbi_ipi_ops
Jisheng Zhang
2
-3
/
+3
2021-04-26
riscv: Constify sys_call_table
Jisheng Zhang
1
-1
/
+1
2021-04-26
riscv: Mark some global variables __ro_after_init
Jisheng Zhang
4
-9
/
+9
2021-04-26
riscv: add __init section marker to some functions
Jisheng Zhang
1
-1
/
+1
2021-04-26
riscv: Move kernel mapping outside of linear mapping
Alexandre Ghiti
4
-7
/
+12
2021-04-26
riscv: Workaround mcount name prior to clang-13
Nathan Chancellor
1
-5
/
+5
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-453" patch
Vincent Chen
1
-2
/
+4
2021-04-26
riscv: Introduce alternative mechanism to apply errata solution
Vincent Chen
2
-0
/
+11
2021-04-26
riscv: Add 3 SBI wrapper functions to get cpu manufacturer information
Vincent Chen
1
-0
/
+15
2021-04-16
riscv: keep interrupts disabled for BREAKPOINT exception
Jisheng Zhang
1
-0
/
+3
2021-04-16
riscv: kprobes/ftrace: Add recursion protection to the ftrace callback
Jisheng Zhang
1
-1
/
+10
2021-04-16
riscv: add do_page_fault and do_trap_break into the kprobes blacklist
Jisheng Zhang
1
-0
/
+1
2021-04-02
riscv,entry: fix misaligned base for excp_vect_table
Zihao Yu
1
-0
/
+1
2021-04-02
riscv: Drop const annotation for sp
Kefeng Wang
1
-1
/
+1
2021-03-30
RISC-V: Don't print SBI version for all detected extensions
Anup Patel
1
-3
/
+3
2021-03-17
RISC-V: Fix out-of-bounds accesses in init_resources()
Geert Uytterhoeven
1
-1
/
+2
2021-03-17
ftrace: Fix spelling mistake "disabed" -> "disabled"
Colin Ian King
1
-1
/
+1
2021-03-17
riscv: Enable generic clockevent broadcast
Guo Ren
1
-0
/
+16
2021-03-17
riscv: fix bugon.cocci warnings
kernel test robot
1
-2
/
+1
2021-03-10
riscv: ftrace: Use ftrace_get_regs helper
Nanyong Sun
1
-7
/
+9
2021-03-10
riscv: process: Fix no prototype for show_regs
Nanyong Sun
1
-0
/
+1
2021-03-10
riscv: syscall_table: Reduce W=1 compilation warnings noise
Nanyong Sun
1
-0
/
+1
2021-03-10
riscv: time: Fix no prototype for time_init
Nanyong Sun
1
-0
/
+1
2021-03-10
riscv: sbi: Fix comment of __sbi_set_timer_v01
Nanyong Sun
1
-1
/
+1
2021-03-10
riscv: traps: Fix no prototype warnings
Nanyong Sun
1
-0
/
+1
2021-02-27
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-02-26
Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
26
-302
/
+1357
2021-02-23
riscv: Disable KSAN_SANITIZE for vDSO
Tobias Klauser
1
-1
/
+2
2021-02-23
RISC-V: Add a non-void return for sbi v02 functions
Atish Patra
1
-16
/
+16
2021-02-22
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
1
-1
/
+1
2021-02-19
RISC-V: probes: Treat the instruction stream as host-endian
Palmer Dabbelt
2
-2
/
+2
2021-02-19
arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h
tangchunyou
1
-1
/
+1
2021-02-19
riscv: add BUILTIN_DTB support for MMU-enabled targets
Vitaly Wool
1
-0
/
+4
2021-02-03
RISC-V: Fix .init section permission update
Atish Patra
1
-1
/
+3
2021-01-16
RISC-V: Do not allocate memblock while iterating reserved memblocks
Atish Patra
1
-11
/
+13
2021-01-15
riscv: stacktrace: Move register keyword to beginning of declaration
Kefeng Wang
1
-3
/
+2
[next]