index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-08
riscv module: remove (NOLOAD)
Fangrui Song
1
-3
/
+3
2022-04-08
riscv: Increase stack size under KASAN
Dmitry Vyukov
1
-2
/
+8
2021-11-02
riscv: Fix asan-stack clang build
Alexandre Ghiti
1
-2
/
+1
2021-10-13
RISC-V: Include clone3() on rv32
Palmer Dabbelt
1
-1
/
+2
2021-05-22
riscv: Workaround mcount name prior to clang-13
Nathan Chancellor
1
-2
/
+12
2021-04-07
riscv: evaluate put_user() arg before enabling user access
Ben Dooks
1
-2
/
+5
2021-03-25
RISC-V: correct enum sbi_ext_rfence_fid
Heinrich Schuchardt
1
-2
/
+2
2021-02-17
riscv: virt_addr_valid must check the address belongs to linear mapping
Alexandre Ghiti
1
-1
/
+4
2021-01-19
riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL
Guo Ren
1
-1
/
+1
2021-01-19
riscv: Drop a duplicated PAGE_KERNEL_EXEC
Kefeng Wang
1
-1
/
+0
2021-01-12
local64.h: make <asm/local64.h> mandatory
Randy Dunlap
1
-1
/
+0
2020-12-12
Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2020-12-10
RISC-V: Define get_cycles64() regardless of M-mode
Palmer Dabbelt
1
-2
/
+2
2020-11-28
Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2020-11-25
RISC-V: fix barrier() use in <vdso/processor.h>
Randy Dunlap
1
-0
/
+2
2020-11-16
arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
Arnd Bergmann
1
-0
/
+2
2020-11-06
riscv: uaccess: fix __put_kernel_nofault()
Changbin Du
1
-1
/
+1
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-2
/
+2
2020-10-24
Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-92
/
+91
2020-10-22
Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+9
2020-10-19
Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
10
-3
/
+132
2020-10-04
riscv: remove address space overrides using set_fs()
Christoph Hellwig
2
-32
/
+1
2020-10-04
riscv: implement __get_kernel_nofault and __put_user_nofault
Christoph Hellwig
1
-0
/
+20
2020-10-04
riscv: refactor __get_user and __put_user
Christoph Hellwig
1
-42
/
+52
2020-10-04
riscv: use memcpy based uaccess for nommu again
Christoph Hellwig
1
-18
/
+18
2020-10-02
RISC-V: Add EFI runtime services
Atish Patra
3
-0
/
+26
2020-10-02
RISC-V: Add EFI stub support.
Atish Patra
1
-0
/
+35
2020-10-02
RISC-V: Add PE/COFF header for EFI stub
Atish Patra
1
-0
/
+13
2020-10-02
RISC-V: Add early ioremap support
Atish Patra
3
-0
/
+15
2020-10-02
RISC-V: Move DT mapping outof fixmap
Anup Patel
2
-3
/
+1
2020-09-30
RISC-V: Check clint_time_val before use
Anup Patel
2
-4
/
+13
2020-09-25
kbuild: preprocess module linker script
Masahiro Yamada
1
-0
/
+9
2020-09-19
RISC-V: Resurrect the MMIO timer implementation for M-mode systems
Palmer Dabbelt
2
-0
/
+53
2020-09-15
riscv: Add cache information in AUX vector
Zong Li
3
-1
/
+40
2020-09-15
riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
Zong Li
1
-0
/
+3
2020-09-11
RISC-V: Take text_mutex in ftrace_init_nop()
Palmer Dabbelt
1
-0
/
+7
2020-08-20
RISC-V: Remove CLINT related code from timer and arch
Anup Patel
2
-35
/
+7
2020-08-20
RISC-V: Add mechanism to provide custom IPI operations
Anup Patel
2
-25
/
+19
2020-08-14
Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+2
2020-08-12
uaccess: remove segment_eq
Christoph Hellwig
1
-3
/
+1
2020-08-12
riscv: include <asm/pgtable.h> in <asm/uaccess.h>
Christoph Hellwig
1
-0
/
+2
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-17
/
+1
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
1
-5
/
+0
2020-08-07
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
1
-12
/
+1
2020-08-07
Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-8
/
+108
2020-08-06
vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()
Thomas Gleixner
1
-1
/
+2
2020-08-04
RISC-V: Fix build warning for smpboot.c
Atish Patra
1
-0
/
+3
2020-08-03
Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+0
2020-08-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+1
2020-07-30
riscv: Use generic pgprot_* macros from <linux/pgtable.h>
Pekka Enberg
1
-6
/
+0
[next]