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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-10
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
81
-683
/
+2509
2023-11-09
riscv: Optimize bitops with Zbb extension
Xiao Wang
1
-3
/
+251
2023-11-09
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
12
-100
/
+93
2023-11-09
Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...
Palmer Dabbelt
9
-35
/
+67
2023-11-09
Merge patch series "Linux RISC-V AIA Preparatory Series"
Palmer Dabbelt
1
-5
/
+6
2023-11-09
RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
Anup Patel
1
-5
/
+6
2023-11-08
Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
36
-245
/
+526
2023-11-08
Merge patch series "riscv: Fix set_memory_XX() and set_direct_map_XX()"
Palmer Dabbelt
2
-46
/
+236
2023-11-08
riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear m...
Alexandre Ghiti
1
-40
/
+230
2023-11-08
riscv: Don't use PGD entries for the linear mapping
Alexandre Ghiti
1
-6
/
+6
2023-11-08
RISC-V: Probe misaligned access speed in parallel
Evan Green
3
-21
/
+77
2023-11-08
RISC-V: Remove __init on unaligned_emulation_finish()
Evan Green
1
-1
/
+1
2023-11-08
RISC-V: Show accurate per-hart isa in /proc/cpuinfo
Evan Green
1
-4
/
+18
2023-11-08
RISC-V: Don't rely on positional structure initialization
Palmer Dabbelt
1
-60
/
+65
2023-11-08
Merge patch series "riscv: Add remaining module relocations and tests"
Palmer Dabbelt
18
-105
/
+869
2023-11-08
riscv: Add tests for riscv module loading
Charlie Jenkins
16
-0
/
+366
2023-11-08
riscv: Add remaining module relocations
Charlie Jenkins
2
-30
/
+423
2023-11-08
riscv: Avoid unaligned access when relocating modules
Emil Renner Berthing
1
-76
/
+81
2023-11-07
riscv: split cache ops out of dma-noncoherent.c
Christoph Hellwig
3
-15
/
+18
2023-11-07
riscv: select ARCH_PROC_KCORE_TEXT
Andreas Schwab
1
-0
/
+3
2023-11-06
riscv: kernel: Use correct SYM_DATA_*() macro for data
Clément Léger
1
-5
/
+4
2023-11-06
riscv: Use SYM_*() assembly macros instead of deprecated ones
Clément Léger
17
-74
/
+60
2023-11-06
riscv: use ".L" local labels in assembly when applicable
Clément Léger
4
-44
/
+44
2023-11-06
riscv: boot: Fix creation of loader.bin
Geert Uytterhoeven
1
-0
/
+1
2023-11-06
Merge patch series "riscv: tlb flush improvements"
Palmer Dabbelt
5
-95
/
+144
2023-11-06
riscv: Improve flush_tlb_kernel_range()
Alexandre Ghiti
2
-15
/
+30
2023-11-06
riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
Alexandre Ghiti
4
-81
/
+72
2023-11-06
riscv: Improve flush_tlb_range() for hugetlb pages
Alexandre Ghiti
1
-1
/
+28
2023-11-06
riscv: Improve tlb_flush()
Alexandre Ghiti
3
-1
/
+17
2023-11-06
riscv: mm: update T-Head memory type definitions
Jisheng Zhang
1
-5
/
+9
2023-11-06
Merge patch series "riscv: vdso.lds.S: some improvement"
Palmer Dabbelt
1
-17
/
+13
2023-11-06
riscv: vdso.lds.S: remove hardcoded 0x800 .text start addr
Jisheng Zhang
1
-9
/
+8
2023-11-06
riscv: vdso.lds.S: merge .data section into .rodata section
Jisheng Zhang
1
-8
/
+7
2023-11-06
riscv: vdso.lds.S: drop __alt_start and __alt_end symbols
Jisheng Zhang
1
-2
/
+0
2023-11-06
riscv: add userland instruction dump to RISC-V splats
Yunhui Cui
1
-3
/
+18
2023-11-06
riscv: kprobes: allow writing to x0
Nam Cao
1
-1
/
+1
2023-11-06
riscv: provide riscv-specific is_trap_insn()
Nam Cao
1
-0
/
+6
2023-11-05
Merge patch series "Improve PTDUMP and introduce new fields"
Palmer Dabbelt
2
-21
/
+36
2023-11-05
riscv: Introduce NAPOT field to PTDUMP
Yu Chien Peter Lin
1
-0
/
+4
2023-11-05
riscv: Introduce PBMT field to PTDUMP
Yu Chien Peter Lin
1
-0
/
+16
2023-11-05
riscv: Improve PTDUMP to show RSW with non-zero value
Yu Chien Peter Lin
2
-22
/
+17
2023-11-05
RISC-V: capitalise CMO op macros
Conor Dooley
5
-29
/
+29
2023-11-05
riscv: don't probe unaligned access speed if already done
Jisheng Zhang
1
-0
/
+4
2023-11-05
riscv: defconfig : add CONFIG_MMC_DW for starfive
Jinyu Tang
1
-0
/
+2
2023-11-05
riscv: signal: handle syscall restart before get_signal
Haorong Lu
1
-39
/
+46
2023-11-05
Merge patch series "Add support to handle misaligned accesses in S-mode"
Palmer Dabbelt
11
-59
/
+524
2023-11-04
Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
4
-29
/
+3
2023-11-04
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-12
/
+2
2023-11-03
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
4
-130
/
+27
2023-11-03
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+12
[next]