index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-09
Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
13
-59
/
+169
2021-07-08
riscv: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-06
riscv: xip: Fix duplicate included asm/pgtable.h
Jiapeng Chong
1
-1
/
+0
2021-07-06
riscv: add VMAP_STACK overflow detection
Tong Tiangen
3
-1
/
+144
2021-07-05
riscv: Introduce structure that group all variables regarding kernel mapping
Alexandre Ghiti
4
-5
/
+7
2021-06-30
Merge branch 'riscv-wx-mappings' into for-next
Palmer Dabbelt
1
-9
/
+3
2021-06-30
riscv: Map the kernel with correct permissions the first time
Alexandre Ghiti
1
-9
/
+3
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+1
2021-06-28
Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-17
/
+0
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-06-18
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
Ingo Molnar
3
-7
/
+25
2021-06-11
riscv: Only initialize swiotlb when necessary
Kefeng Wang
1
-5
/
+0
2021-06-10
riscv: xip: support runtime trap patching
Vitaly Wool
2
-5
/
+23
2021-06-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
3
-12
/
+15
2021-06-03
kprobes: Do not increment probe miss count in the fault handler
Naveen N. Rao
1
-7
/
+0
2021-06-01
RISC-V: Fix memblock_free() usages in init_resources()
Wende Tan
1
-2
/
+2
2021-06-01
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
1
-10
/
+0
2021-05-29
riscv: Add __init section marker to some functions again
Jisheng Zhang
1
-1
/
+1
2021-05-29
riscv: kprobes: Remove redundant kprobe_step_ctx
Jisheng Zhang
1
-31
/
+9
2021-05-25
riscv: Turn has_fpu into a static key if FPU=y
Jisheng Zhang
3
-5
/
+5
2021-05-25
riscv: Move setup_bootmem into paging_init
Kefeng Wang
1
-1
/
+0
2021-05-22
riscv: kexec: Fix W=1 build warnings
Jisheng Zhang
1
-5
/
+6
2021-05-22
riscv: kprobes: Fix build error when MMU=n
Jisheng Zhang
1
-0
/
+2
2021-05-22
riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabled
Chen Huang
1
-7
/
+7
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
1
-1
/
+0
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-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
[next]