index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-29
riscv/shstk: If needed allocate a new shadow stack on clone
Deepak Gupta
2
-0
/
+32
2026-01-29
riscv: compat: fix COMPAT_UTS_MACHINE definition
Han Gao
1
-1
/
+1
2026-01-26
mm: provide address parameter to p{te,md,ud}_user_accessible_page()
Rohan McLure
1
-3
/
+3
2026-01-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_...
Rohan McLure
1
-1
/
+1
2026-01-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...
Rohan McLure
1
-1
/
+1
2026-01-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...
Rohan McLure
1
-1
/
+1
2026-01-26
mm/page_table_check: provide addr parameter to page_table_check_ptes_set()
Rohan McLure
1
-1
/
+1
2026-01-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[...
Rohan McLure
1
-2
/
+2
2026-01-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[...
Rohan McLure
1
-2
/
+2
2026-01-25
riscv/mm: update write protect to work on shadow stacks
Deepak Gupta
1
-2
/
+10
2026-01-25
riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
Deepak Gupta
1
-0
/
+7
2026-01-25
riscv/mm: manufacture shadow stack ptes
Deepak Gupta
1
-0
/
+10
2026-01-25
riscv/mm: ensure PROT_WRITE leads to VM_READ | VM_WRITE
Deepak Gupta
2
-0
/
+27
2026-01-25
riscv: Add usercfi state for task and save/restore of CSR_SSP on trap entry/exit
Deepak Gupta
3
-0
/
+27
2026-01-25
riscv: add Zicfiss / Zicfilp extension CSR and bit definitions
Deepak Gupta
1
-0
/
+14
2026-01-25
riscv: zicfiss / zicfilp enumeration
Deepak Gupta
2
-0
/
+14
2026-01-25
riscv: mm: define copy_user_page() as copy_page()
Florian Schmaus
1
-2
/
+1
2026-01-25
riscv: fix minor typo in syscall.h comment
Austin Kim
1
-1
/
+1
2026-01-22
riscv: Add intermediate cast to 'unsigned long' in __get_user_asm
Nathan Chancellor
1
-1
/
+1
2026-01-20
treewide: provide a generic clear_user_page() variant
David Hildenbrand
1
-1
/
+0
2026-01-16
riscv: Use 64-bit variable for output in __get_user_asm
Nathan Chancellor
1
-2
/
+12
2026-01-12
riscv/paravirt: Use common code for paravirt_steal_clock()
Juergen Gross
1
-10
/
+0
2026-01-12
sched: Move clock related paravirt code to kernel/sched
Juergen Gross
1
-4
/
+0
2026-01-12
paravirt: Remove asm/paravirt_api_clock.h
Juergen Gross
1
-1
/
+0
2026-01-07
riscv: remove irqflags.h inclusion in asm/bitops.h
Yunhui Cui
1
-1
/
+0
2026-01-05
riscv: pgtable: Cleanup useless VA_USER_XXX definitions
Guo Ren (Alibaba DAMO Academy)
1
-4
/
+0
2025-12-19
riscv: Add SBI debug trigger extension and function ids
Himanshu Chauhan
1
-0
/
+29
2025-12-19
riscv/atomic.h: use RISCV_FULL_BARRIER in _arch_atomic* function.
Zongmin Zhou
1
-4
/
+4
2025-12-19
riscv: hwprobe: export Zilsd and Zclsd ISA extensions
Pincheng Wang
1
-0
/
+3
2025-12-19
riscv: add ISA extension parsing for Zilsd and Zclsd
Pincheng Wang
1
-0
/
+2
2025-12-19
riscv: mm: use xchg() on non-atomic_long_t variables, not atomic_long_xchg()
Paul Walmsley
1
-2
/
+2
2025-12-19
riscv: mm: ptep_get_and_clear(): avoid atomic ops when !CONFIG_SMP
Paul Walmsley
1
-0
/
+6
2025-12-19
riscv: mm: pmdp_huge_get_and_clear(): avoid atomic ops when !CONFIG_SMP
Paul Walmsley
1
-0
/
+6
2025-12-19
riscv: signal: abstract header saving for setup_sigcontext
Andy Chiu
1
-0
/
+3
2025-12-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-2
/
+14
2025-12-05
Merge tag 'riscv-for-linus-6.19-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
10
-66
/
+116
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-2
/
+179
2025-12-02
Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+4
2025-12-01
Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+5
2025-11-24
riscv: mm: add userfaultfd write-protect support
Chunyan Zhang
2
-0
/
+86
2025-11-24
riscv: mm: add soft-dirty page tracking support
Chunyan Zhang
2
-2
/
+92
2025-11-24
riscv: add RISC-V Svrsw60t59b extension support
Chunyan Zhang
1
-0
/
+1
2025-11-24
RISC-V: KVM: Flush VS-stage TLB after VCPU migration for Andes cores
Hui Min Mina Chou
3
-1
/
+4
2025-11-24
KVM: riscv: Support enabling dirty log gradually in small chunks
Dong Yang
1
-0
/
+3
2025-11-24
RISC-V: KVM: Introduce KVM_EXIT_FAIL_ENTRY_NO_VSFILE
BillXiang
1
-0
/
+2
2025-11-24
RISC-V: KVM: Add SBI MPXY extension support for Guest
Anup Patel
2
-0
/
+2
2025-11-24
RISC-V: KVM: Convert kvm_riscv_vcpu_sbi_forward() into extension handler
Anup Patel
1
-1
/
+3
2025-11-21
Merge branch 'objtool/core'
Peter Zijlstra
59
-176
/
+717
2025-11-19
riscv: hwprobe: Expose Zicbop extension and its block size
Yao Zihong
2
-1
/
+3
2025-11-19
riscv: Introduce Zalasr instructions
Xu Lu
1
-0
/
+79
[prev]
[next]