index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-11
riscv: don't use global static vars to store alternative data
Heiko Stuebner
1
-27
/
+24
2022-05-11
riscv: add RISC-V Svpbmt extension support
Heiko Stuebner
3
-1
/
+77
2022-05-11
riscv: move boot alternatives to after fill_hwcap
Heiko Stuebner
2
-2
/
+2
2022-05-11
riscv: implement module alternatives
Heiko Stuebner
2
-4
/
+43
2022-05-11
riscv: allow different stages with alternatives
Heiko Stuebner
1
-9
/
+17
2022-05-11
riscv: integrate alternatives better into the main architecture
Heiko Stuebner
4
-3
/
+77
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
1
-4
/
+3
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
1
-2
/
+5
2022-04-29
vmcore: convert copy_oldmem_page() to take an iov_iter
Matthew Wilcox (Oracle)
1
-22
/
+4
2022-04-26
riscv: compat: vdso: Add setup additional pages implementation
Guo Ren
1
-35
/
+70
2022-04-26
riscv: compat: vdso: Add COMPAT_VDSO base code implementation
Guo Ren
11
-1
/
+114
2022-04-26
riscv: compat: Add hw capability check for elf
Guo Ren
1
-0
/
+28
2022-04-26
riscv: compat: process: Add UXL_32 support in start_thread
Guo Ren
1
-0
/
+9
2022-04-26
riscv: compat: syscall: Add entry.S implementation
Guo Ren
1
-2
/
+16
2022-04-26
riscv: compat: syscall: Add compat_sys_call_table implementation
Guo Ren
3
-2
/
+24
2022-04-22
riscv: patch_text: Fixup last cpu should be master
Guo Ren
1
-1
/
+1
2022-04-01
Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
11
-35
/
+231
2022-03-31
riscv: cpu.c: don't use kernel-doc markers for comments
Randy Dunlap
1
-2
/
+2
2022-03-31
RISC-V: module: fix apply_r_riscv_rcv_branch_rela typo
Wu Caize
1
-2
/
+2
2022-03-31
RISC-V: Declare per cpu boot data as static
Atish Patra
1
-1
/
+1
2022-03-30
RISC-V: Fix a comment typo in riscv_of_parent_hartid()
Atish Patra
1
-1
/
+1
2022-03-30
riscv: Fix fill_callchain return value
Nikita Shubin
1
-1
/
+1
2022-03-30
RISC-V CPU Idle Support
Palmer Dabbelt
6
-24
/
+222
2022-03-30
riscv: Rename "sp_in_global" to "current_stack_pointer"
Kees Cook
1
-4
/
+2
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2
-5
/
+4
2022-03-25
Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
6
-510
/
+182
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-2
/
+2
2022-03-22
RISC-V: add support for restartable sequences
Palmer Dabbelt
2
-0
/
+6
2022-03-22
drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
David Hildenbrand
1
-3
/
+0
2022-03-22
RISC-V: Add support for restartable sequence
Vincent Chen
2
-0
/
+6
2022-03-21
perf: RISC-V: Add support for SBI PMU and Sscofpmf
Palmer Dabbelt
4
-486
/
+3
2022-03-21
RISC-V: Add sscofpmf extension support
Atish Patra
2
-0
/
+3
2022-03-21
RISC-V: Remove the current perf implementation
Atish Patra
2
-486
/
+0
2022-03-17
RISC-V: Provide a fraemework for RISC-V ISA extensions
Palmer Dabbelt
2
-23
/
+170
2022-03-17
RISC-V: Improve /proc/cpuinfo output for ISA extensions
Atish Patra
1
-2
/
+63
2022-03-17
RISC-V: Do no continue isa string parsing without correct XLEN
Atish Patra
1
-0
/
+5
2022-03-17
RISC-V: Implement multi-letter ISA extension probing framework
Atish Patra
1
-6
/
+16
2022-03-17
RISC-V: Extract multi-letter extension names from "riscv, isa"
Tsukasa OI
1
-8
/
+27
2022-03-17
RISC-V: Minimal parser for "riscv, isa" strings
Tsukasa OI
1
-11
/
+61
2022-03-17
RISC-V: Correctly print supported extensions
Tsukasa OI
1
-3
/
+5
2022-03-11
RISC-V: Add SBI HSM suspend related defines
Anup Patel
1
-1
/
+1
2022-03-10
riscv: Fix auipc+jalr relocation range checks
Emil Renner Berthing
1
-5
/
+16
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
1
-2
/
+2
2022-03-10
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
1
-3
/
+2
2022-03-10
RISC-V: Add SBI HSM suspend related defines
Anup Patel
1
-1
/
+1
2022-03-10
RISC-V: Add arch functions for non-retentive suspend entry/exit
Anup Patel
5
-21
/
+216
2022-03-10
RISC-V: Rename relocate() and make it global
Anup Patel
1
-3
/
+4
2022-03-10
RISC-V: Enable CPU_IDLE drivers
Anup Patel
1
-1
/
+2
2022-02-25
uaccess: fix type mismatch warnings from access_ok()
Arnd Bergmann
1
-2
/
+2
[prev]
[next]