index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv: Fix fully ordered LR/SC xchg[8|16]() implementations
Alexandre Ghiti
2024-05-30
1
-10
/
+12
*
riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernel
Nam Cao
2024-05-30
1
-1
/
+1
*
riscv: prevent pt_regs corruption for secondary idle threads
Sergey Matyukevich
2024-05-30
2
-3
/
+2
*
Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-05-24
20
-181
/
+294
|
\
|
*
riscv: Fix early ftrace nop patching
Alexandre Ghiti
2024-05-23
2
-0
/
+9
|
*
Merge patch series "riscv: Extension parsing fixes"
Palmer Dabbelt
2024-05-23
3
-7
/
+45
|
|
\
|
|
*
riscv: cpufeature: Fix extension subset checking
Charlie Jenkins
2024-05-22
1
-1
/
+1
|
|
*
riscv: cpufeature: Fix thead vector hwcap removal
Charlie Jenkins
2024-05-22
3
-6
/
+44
|
*
|
riscv: mm: accelerate pagefault when badaccess
Kefeng Wang
2024-05-23
1
-2
/
+2
|
*
|
riscv: uaccess: Relax the threshold for fast path
Xiao Wang
2024-05-23
1
-1
/
+1
|
*
|
riscv: uaccess: Allow the last potential unrolled copy
Xiao Wang
2024-05-23
1
-1
/
+1
|
*
|
riscv: typo in comment for get_f64_reg
Xingyou Chen
2024-05-23
1
-1
/
+1
|
*
|
Use bool value in set_cpu_online()
Zhao Ke
2024-05-23
1
-1
/
+1
|
*
|
Merge patch series "riscv: fix debug_pagealloc"
Palmer Dabbelt
2024-05-23
2
-6
/
+25
|
|
\
\
|
|
*
|
riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context
Nam Cao
2024-05-22
1
-6
/
+22
|
|
*
|
riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabled
Nam Cao
2024-05-22
1
-0
/
+3
|
|
|
/
|
*
|
riscv: stacktrace: fixed walk_stackframe()
Matthew Bystrin
2024-05-23
1
-6
/
+14
|
*
|
ftrace: riscv: move from REGS to ARGS
Puranjay Mohan
2024-05-23
5
-141
/
+143
|
*
|
Merge patch series "riscv: access_ok() optimization"
Palmer Dabbelt
2024-05-23
2
-4
/
+1
|
|
\
\
|
|
*
|
riscv: Define TASK_SIZE_MAX for __access_ok()
Samuel Holland
2024-05-16
1
-0
/
+1
|
|
*
|
riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MIN
Samuel Holland
2024-05-16
2
-4
/
+0
|
|
|
/
|
*
|
riscv: do not select MODULE_SECTIONS by default
Qingfang Deng
2024-05-23
1
-1
/
+1
|
*
|
riscv: show help string for riscv-specific targets
Emil Renner Berthing
2024-05-23
1
-0
/
+17
|
*
|
riscv: make image compression configurable
Emil Renner Berthing
2024-05-23
3
-10
/
+33
*
|
|
Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-05-23
5
-0
/
+49
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
riscv: add support for kernel-mode FPU
Samuel Holland
2024-05-19
5
-0
/
+49
*
|
|
Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-05-22
35
-666
/
+615
|
\
\
\
|
*
|
|
riscv: defconfig: Enable CONFIG_CLK_SOPHGO_CV1800
Inochi Amaoto
2024-05-13
1
-0
/
+1
|
*
|
|
Merge patch series "riscv: ASID-related and UP-related TLB flush enhancements"
Palmer Dabbelt
2024-04-30
15
-151
/
+113
|
|
\
\
\
|
|
*
|
|
riscv: mm: Always use an ASID to flush mm contexts
Samuel Holland
2024-04-29
1
-2
/
+1
|
|
*
|
|
riscv: mm: Preserve global TLB entries when switching contexts
Samuel Holland
2024-04-29
1
-1
/
+1
|
|
*
|
|
riscv: mm: Make asid_bits a local variable
Samuel Holland
2024-04-29
1
-2
/
+1
|
|
*
|
|
riscv: mm: Use a fixed layout for the MM context ID
Samuel Holland
2024-04-29
3
-8
/
+4
|
|
*
|
|
riscv: mm: Introduce cntx2asid/cntx2version helper macros
Samuel Holland
2024-04-29
3
-7
/
+10
|
|
*
|
|
riscv: Avoid TLB flush loops when affected by SiFive CIP-1200
Samuel Holland
2024-04-29
3
-1
/
+8
|
|
*
|
|
riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vma
Samuel Holland
2024-04-29
3
-25
/
+29
|
|
*
|
|
riscv: mm: Combine the SMP and UP TLB flush code
Samuel Holland
2024-04-29
3
-33
/
+5
|
|
*
|
|
riscv: Only send remote fences when some other CPU is online
Samuel Holland
2024-04-29
2
-2
/
+6
|
|
*
|
|
riscv: mm: Broadcast kernel TLB flushes only when needed
Samuel Holland
2024-04-29
1
-13
/
+5
|
|
*
|
|
riscv: Use IPIs for remote cache/TLB flushes by default
Samuel Holland
2024-04-29
7
-47
/
+37
|
|
*
|
|
riscv: Factor out page table TLB synchronization
Samuel Holland
2024-04-29
1
-18
/
+13
|
|
*
|
|
riscv: Flush the instruction cache during SMP bringup
Samuel Holland
2024-04-29
1
-3
/
+4
|
|
|
|
/
|
|
|
/
|
|
*
|
|
riscv: select ARCH_HAS_FAST_MULTIPLIER
Jisheng Zhang
2024-04-30
1
-0
/
+1
|
*
|
|
Merge patch series "riscv: enable lockless lockref implementation"
Palmer Dabbelt
2024-04-30
2
-0
/
+19
|
|
\
\
\
|
|
*
|
|
riscv: cmpxchg: implement arch_cmpxchg64_{relaxed|acquire|release}
Jisheng Zhang
2024-04-24
1
-0
/
+18
|
|
*
|
|
riscv: select ARCH_USE_CMPXCHG_LOCKREF
Jisheng Zhang
2024-04-24
1
-0
/
+1
|
*
|
|
|
riscv: mm: still create swiotlb buffer for kmalloc() bouncing if required
Jisheng Zhang
2024-04-30
2
-2
/
+16
|
*
|
|
|
riscv: Annotate pgtable_l{4,5}_enabled with __ro_after_init
Dawei Li
2024-04-30
1
-2
/
+2
|
*
|
|
|
riscv: Remove redundant CONFIG_64BIT from pgtable_l{4,5}_enabled
Dawei Li
2024-04-30
1
-2
/
+2
|
*
|
|
|
Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX ...
Palmer Dabbelt
2024-04-30
6
-9
/
+159
|
|
\
\
\
\
[next]