index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-03
RISC-V: Fix .init section permission update
Atish Patra
1
-1
/
+3
2021-01-16
RISC-V: Do not allocate memblock while iterating reserved memblocks
Atish Patra
1
-11
/
+13
2021-01-15
riscv: stacktrace: Move register keyword to beginning of declaration
Kefeng Wang
1
-3
/
+2
2021-01-13
riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL
Guo Ren
1
-1
/
+1
2021-01-13
riscv: cacheinfo: Fix using smp_processor_id() in preemptible
Kefeng Wang
1
-1
/
+10
2021-01-13
riscv: Trace irq on only interrupt is enabled
Atish Patra
1
-3
/
+3
2021-01-08
riscv: Enable interrupts during syscalls with M-Mode
Damien Le Moal
1
-0
/
+9
2021-01-08
riscv: Fix kernel time_init()
Damien Le Moal
1
-0
/
+3
2021-01-08
riscv: return -ENOSYS for syscall -1
Andreas Schwab
1
-8
/
+1
2020-12-18
Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-89
/
+232
2020-12-16
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-12-12
riscv: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
1
-1
/
+1
2020-12-11
riscv: Fixed kernel test robot warning
Souptick Joarder
1
-0
/
+2
2020-12-11
riscv: kernel: Drop unused clean rule
Kefeng Wang
1
-2
/
+0
2020-12-11
riscv: provide memmove implementation
Nylon Chen
1
-0
/
+2
2020-11-29
Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2020-11-26
RISC-V: Move dynamic relocation section under __init
Atish Patra
1
-4
/
+4
2020-11-26
RISC-V: Protect all kernel sections including init early
Atish Patra
2
-22
/
+39
2020-11-26
RISC-V: Align the .init.text section
Atish Patra
1
-1
/
+7
2020-11-26
RISC-V: Initialize SBI early
Atish Patra
1
-4
/
+3
2020-11-26
riscv: Enable ARCH_STACKWALK
Kefeng Wang
2
-40
/
+10
2020-11-25
RISC-V: Add missing jump label initialization
Anup Patel
1
-0
/
+1
2020-11-25
riscv: Explicitly specify the build id style in vDSO Makefile again
Nathan Chancellor
1
-1
/
+1
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
1
-1
/
+1
2020-11-21
riscv: Make stack walk callback consistent with generic code
Kefeng Wang
2
-6
/
+6
2020-11-21
riscv: Cleanup stacktrace
Kefeng Wang
2
-15
/
+4
2020-11-15
Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+1
2020-11-09
RISC-V: Add kernel image sections to the resource tree
Nick Kossifidis
1
-0
/
+160
2020-11-09
perf/arch: Remove perf_sample_data::regs_user_copy
Peter Zijlstra
1
-2
/
+1
2020-11-06
RISC-V: Fix the VDSO symbol generaton for binutils-2.35+
Palmer Dabbelt
3
-9
/
+16
2020-11-06
riscv: Set text_offset correctly for M-Mode
Sean Anderson
1
-0
/
+5
2020-11-05
risc-v: kernel: ftrace: Fixes improper SPDX comment style
Ryan Kosta
1
-1
/
+1
2020-10-26
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2
-4
/
+4
2020-10-24
Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+1
2020-10-22
Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-9
/
+1
2020-10-20
Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-26
/
+393
2020-10-18
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
1
-3
/
+1
2020-10-12
Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2020-10-09
kbuild: explicitly specify the build id style
Bill Wendling
1
-1
/
+1
2020-10-07
riscv: Fixup bootup failure with HARDENED_USERCOPY
Guo Ren
1
-2
/
+3
2020-10-04
riscv: remove address space overrides using set_fs()
Christoph Hellwig
1
-1
/
+0
2020-10-03
RISC-V: Add EFI runtime services
Atish Patra
3
-2
/
+103
2020-10-03
RISC-V: Add PE/COFF header for EFI stub
Atish Patra
4
-2
/
+199
2020-10-03
RISC-V: Add early ioremap support
Atish Patra
1
-0
/
+2
2020-10-03
RISC-V: Move DT mapping outof fixmap
Anup Patel
3
-5
/
+7
2020-09-24
kbuild: preprocess module linker script
Masahiro Yamada
1
-8
/
+0
2020-09-20
Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+19
2020-09-16
RISC-V: Fix duplicate included thread_info.h
Tian Tao
1
-1
/
+0
2020-09-16
riscv: Add cache information in AUX vector
Zong Li
1
-1
/
+31
[next]