mirror of https://github.com/torvalds/linux.git
Implement support for restartable sequences on OpenRISC by doing: - Select HAVE_RSEQ in Kconfig - Call rseq_syscall() on return to userspace when CONFIG_DEBUG_RSEQ is enabled. - Call rseq_signal_deliver() to fixup the pre-signal stack frame when a signal is delivered on top of a restartable sequence critical section Cc: Michael Jeanson <mjeanson@efficios.com> Signed-off-by: Stafford Horne <shorne@gmail.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| Makefile.syscalls | ||
| asm-offsets.c | ||
| dma.c | ||
| entry.S | ||
| head.S | ||
| irq.c | ||
| module.c | ||
| or32_ksyms.c | ||
| process.c | ||
| prom.c | ||
| ptrace.c | ||
| setup.c | ||
| signal.c | ||
| smp.c | ||
| stacktrace.c | ||
| sync-timer.c | ||
| sys_call_table.c | ||
| time.c | ||
| traps.c | ||
| unwinder.c | ||
| vmlinux.h | ||
| vmlinux.lds.S | ||