index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
entry.S
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv: blacklist assembly symbols for kprobe
Clément Léger
2024-01-25
1
-0
/
+3
*
riscv: vector: allow kernel-mode Vector with preemption
Andy Chiu
2024-01-16
1
-0
/
+8
*
riscv: kernel: Use correct SYM_DATA_*() macro for data
Clément Léger
2023-11-06
1
-5
/
+4
*
riscv: use ".L" local labels in assembly when applicable
Clément Léger
2023-11-06
1
-3
/
+3
*
Merge patch series "riscv: SCS support"
Palmer Dabbelt
2023-11-02
1
-64
/
+60
|
\
|
*
riscv: Use separate IRQ shadow call stacks
Sami Tolvanen
2023-10-27
1
-0
/
+7
|
*
riscv: Implement Shadow Call Stack
Sami Tolvanen
2023-10-27
1
-0
/
+11
|
*
riscv: Move global pointer loading to a macro
Sami Tolvanen
2023-10-27
1
-4
/
+2
|
*
riscv: Deduplicate IRQ stack switching
Sami Tolvanen
2023-10-27
1
-0
/
+30
|
*
riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
2023-10-27
1
-60
/
+10
*
|
riscv: put interrupt entries into .irqentry.text
Nam Cao
2023-11-01
1
-0
/
+2
|
/
*
riscv: replace deprecated scall with ecall
Fangrui Song
2023-06-20
1
-1
/
+1
*
riscv: Disable Vector Instructions for kernel itself
Guo Ren
2023-06-08
1
-3
/
+3
*
riscv: entry: Consolidate general regs saving/restoring
Jisheng Zhang
2023-03-23
1
-78
/
+3
*
riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
Jisheng Zhang
2023-03-23
1
-9
/
+3
*
riscv: entry: Convert to generic entry
Guo Ren
2023-03-23
1
-208
/
+34
*
Merge patch series "RISC-V: Align the shadow stack"
Palmer Dabbelt
2022-12-12
1
-0
/
+13
|
\
|
*
riscv: fix race when vmap stack overflow
Jisheng Zhang
2022-11-30
1
-0
/
+13
*
|
Merge patch "RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path"
Palmer Dabbelt
2022-12-09
1
-13
/
+5
|
\
\
|
*
|
RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
Andrew Bresticker
2022-12-09
1
-13
/
+5
*
|
|
riscv: stacktrace: Make walk_stackframe cross pt_regs frame
Guo Ren
2022-12-06
1
-1
/
+2
|
/
/
*
|
context_tracking: Split user tracking Kconfig
Frederic Weisbecker
2022-06-30
1
-3
/
+3
*
|
context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...
Frederic Weisbecker
2022-06-30
1
-3
/
+3
*
|
riscv: compat: syscall: Add entry.S implementation
Guo Ren
2022-04-26
1
-2
/
+16
*
|
Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-03-25
1
-0
/
+4
|
\
\
|
*
|
RISC-V: Add support for restartable sequence
Vincent Chen
2022-03-22
1
-0
/
+4
*
|
|
riscv: fix oops caused by irqsoff latency tracer
Changbin Du
2022-02-25
1
-5
/
+5
|
/
/
*
|
Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2021-11-02
1
-5
/
+0
|
\
\
|
*
|
riscv: rely on core code to keep thread_info::cpu updated
Ard Biesheuvel
2021-09-30
1
-5
/
+0
|
|
/
*
/
irq: riscv: perform irqentry in entry code
Mark Rutland
2021-10-26
1
-2
/
+1
|
/
*
riscv: add VMAP_STACK overflow detection
Tong Tiangen
2021-07-06
1
-0
/
+108
*
Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-05-06
1
-2
/
+4
|
\
|
*
riscv: sifive: Apply errata "cip-453" patch
Vincent Chen
2021-04-26
1
-2
/
+4
*
|
riscv: keep interrupts disabled for BREAKPOINT exception
Jisheng Zhang
2021-04-16
1
-0
/
+3
*
|
riscv,entry: fix misaligned base for excp_vect_table
Zihao Yu
2021-04-02
1
-0
/
+1
|
/
*
riscv: Trace irq on only interrupt is enabled
Atish Patra
2021-01-13
1
-3
/
+3
*
riscv: Enable interrupts during syscalls with M-Mode
Damien Le Moal
2021-01-08
1
-0
/
+9
*
riscv: return -ENOSYS for syscall -1
Andreas Schwab
2021-01-08
1
-8
/
+1
*
riscv: Cleanup unnecessary define in asm-offset.c
Guo Ren
2020-07-30
1
-5
/
+1
*
riscv: Enable context tracking
Greentime Hu
2020-07-30
1
-1
/
+15
*
riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORT
Guo Ren
2020-07-30
1
-1
/
+33
*
RISC-V: Remove do_IRQ() function
Anup Patel
2020-06-10
1
-1
/
+3
*
Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-04-09
1
-82
/
+61
|
\
|
*
RISC-V: Inline the assembly register save/restore macros
Palmer Dabbelt
2020-03-03
1
-82
/
+61
*
|
riscv: fix seccomp reject syscall code path
Tycho Andersen
2020-03-05
1
-8
/
+3
|
/
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-01-28
1
-2
/
+2
|
\
|
*
sched/rt, riscv: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-12-08
1
-2
/
+2
*
|
riscv: reject invalid syscalls below -1
David Abdurachmanov
2019-12-28
1
-0
/
+1
|
/
*
Merge branch 'next/nommu' into for-next
Paul Walmsley
2019-11-23
1
-31
/
+54
|
\
|
*
riscv: add nommu support
Christoph Hellwig
2019-11-18
1
-0
/
+11
[next]