index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv: Add kprobes supported
Guo Ren
2021-01-14
2
-0
/
+64
*
RISC-V: Implement ptrace regs and stack API
Patrick Stählin
2021-01-14
1
-0
/
+29
*
riscv: Add numa support for riscv64 platform
Atish Patra
2021-01-14
3
-0
/
+35
*
riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCING
Greentime Hu
2021-01-14
1
-0
/
+20
*
riscv: Separate memory init from paging init
Atish Patra
2021-01-14
1
-0
/
+1
*
riscv: Fix builtin DTB handling
Damien Le Moal
2021-01-07
1
-38
/
+0
*
riscv: Cleanup sbi function stubs when RISCV_SBI disabled
Kefeng Wang
2021-01-07
1
-7
/
+3
*
local64.h: make <asm/local64.h> mandatory
Randy Dunlap
2020-12-29
1
-1
/
+0
*
Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-12-24
1
-6
/
+0
|
\
|
*
efi: stub: get rid of efi_get_max_fdt_addr()
Ard Biesheuvel
2020-12-09
1
-6
/
+0
*
|
Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-12-18
4
-4
/
+27
|
\
\
|
*
|
riscv: provide memmove implementation
Nylon Chen
2020-12-10
1
-4
/
+4
|
*
|
RISC-V: Protect all kernel sections including init early
Atish Patra
2020-11-25
2
-0
/
+6
|
*
|
riscv: Make stack walk callback consistent with generic code
Kefeng Wang
2020-11-20
1
-1
/
+1
|
*
|
riscv: Cleanup stacktrace
Kefeng Wang
2020-11-20
1
-0
/
+17
|
|
/
*
|
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-1
/
+4
|
\
\
|
*
|
riscv: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-12-12
1
-1
/
+4
*
|
|
Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-16
1
-0
/
+10
|
\
\
\
|
*
|
|
riscv: Enable seccomp architecture tracking
YiFei Zhu
2020-11-20
1
-0
/
+10
|
|
/
/
*
|
|
Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2020-12-15
1
-20
/
+2
|
\
\
\
|
*
|
|
riscv: use asm-generic/mmu_context.h for no-op implementations
Nicholas Piggin
2020-10-27
1
-20
/
+2
|
|
|
/
|
|
/
|
*
|
|
arch, mm: make kernel_page_present() always available
Mike Rapoport
2020-12-15
1
-0
/
+1
*
|
|
arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC
Mike Rapoport
2020-12-15
1
-2
/
+0
*
|
|
Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-12-12
1
-2
/
+2
|
\
\
\
|
*
|
|
RISC-V: Define get_cycles64() regardless of M-mode
Palmer Dabbelt
2020-12-10
1
-2
/
+2
*
|
|
|
Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-11-28
1
-0
/
+2
|
\
|
|
|
|
*
|
|
RISC-V: fix barrier() use in <vdso/processor.h>
Randy Dunlap
2020-11-25
1
-0
/
+2
|
|
|
/
|
|
/
|
*
/
|
arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
Arnd Bergmann
2020-11-16
1
-0
/
+2
|
/
/
*
/
riscv: uaccess: fix __put_kernel_nofault()
Changbin Du
2020-11-06
1
-1
/
+1
|
/
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-25
1
-2
/
+2
*
Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-10-24
2
-92
/
+91
|
\
|
*
riscv: remove address space overrides using set_fs()
Christoph Hellwig
2020-10-04
2
-32
/
+1
|
*
riscv: implement __get_kernel_nofault and __put_user_nofault
Christoph Hellwig
2020-10-04
1
-0
/
+20
|
*
riscv: refactor __get_user and __put_user
Christoph Hellwig
2020-10-04
1
-42
/
+52
|
*
riscv: use memcpy based uaccess for nommu again
Christoph Hellwig
2020-10-04
1
-18
/
+18
*
|
Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2020-10-22
1
-0
/
+9
|
\
\
|
*
|
kbuild: preprocess module linker script
Masahiro Yamada
2020-09-25
1
-0
/
+9
*
|
|
Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-10-19
10
-3
/
+132
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
RISC-V: Add EFI runtime services
Atish Patra
2020-10-02
3
-0
/
+26
|
*
|
RISC-V: Add EFI stub support.
Atish Patra
2020-10-02
1
-0
/
+35
|
*
|
RISC-V: Add PE/COFF header for EFI stub
Atish Patra
2020-10-02
1
-0
/
+13
|
*
|
RISC-V: Add early ioremap support
Atish Patra
2020-10-02
3
-0
/
+15
|
*
|
RISC-V: Move DT mapping outof fixmap
Anup Patel
2020-10-02
2
-3
/
+1
|
*
|
riscv: Add cache information in AUX vector
Zong Li
2020-09-15
3
-1
/
+40
|
*
|
riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
Zong Li
2020-09-15
1
-0
/
+3
|
|
/
*
|
RISC-V: Check clint_time_val before use
Anup Patel
2020-09-30
2
-4
/
+13
*
|
RISC-V: Resurrect the MMIO timer implementation for M-mode systems
Palmer Dabbelt
2020-09-19
2
-0
/
+53
*
|
RISC-V: Take text_mutex in ftrace_init_nop()
Palmer Dabbelt
2020-09-11
1
-0
/
+7
|
/
*
RISC-V: Remove CLINT related code from timer and arch
Anup Patel
2020-08-20
2
-35
/
+7
*
RISC-V: Add mechanism to provide custom IPI operations
Anup Patel
2020-08-20
2
-25
/
+19
[next]