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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-08
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
11
-46
/
+113
2026-04-07
rust: simplify `RUSTC_VERSION` Kconfig conditions
Miguel Ojeda
1
-3
/
+0
2026-04-06
ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()
Chengwen Feng
1
-4
/
+0
2026-04-06
ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.h
Chengwen Feng
1
-1
/
+0
2026-04-06
RISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval
Chengwen Feng
3
-3
/
+23
2026-04-06
RISC-V: KVM: Fix shift-out-of-bounds in make_xfence_request()
Jiakai Xu
1
-1
/
+2
2026-04-05
mm: convert do_brk_flags() to use vma_flags_t
Lorenzo Stoakes (Oracle)
1
-1
/
+1
2026-04-05
mm: change to return bool for pudp_test_and_clear_young()
Baolin Wang
1
-2
/
+2
2026-04-05
mm: change to return bool for pmdp_test_and_clear_young()
Baolin Wang
1
-2
/
+2
2026-04-05
mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
Baolin Wang
1
-2
/
+2
2026-04-05
mm: change to return bool for ptep_test_and_clear_young()
Baolin Wang
2
-6
/
+5
2026-04-05
mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
David Hildenbrand (Arm)
1
-1
/
+0
2026-04-05
riscv/mm: align vmemmap to maximal folio size
Kiryl Shutsemau
1
-1
/
+2
2026-04-05
riscv: shstk: use the new common vm_mmap_shadow_stack() helper
Catalin Marinas
1
-11
/
+1
2026-04-05
arch, mm: consolidate empty_zero_page
Mike Rapoport (Microsoft)
2
-11
/
+0
2026-04-04
riscv: Remove support for XIP kernel
Nam Cao
17
-351
/
+37
2026-04-04
riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access()
Nam Cao
1
-39
/
+16
2026-04-04
riscv: Split out compare_unaligned_access()
Nam Cao
1
-19
/
+40
2026-04-04
riscv: Reuse measure_cycles() in check_vector_unaligned_access()
Nam Cao
1
-46
/
+8
2026-04-04
riscv: Split out measure_cycles() for reuse
Nam Cao
1
-36
/
+33
2026-04-04
riscv: Clean up & optimize unaligned scalar access probe
Nam Cao
1
-18
/
+10
2026-04-04
riscv: lib: add strrchr() implementation
Feng Jiang
4
-1
/
+45
2026-04-04
riscv: lib: add strchr() implementation
Feng Jiang
4
-1
/
+43
2026-04-04
riscv: lib: add strnlen() implementation
Feng Jiang
4
-1
/
+172
2026-04-04
riscv: vdso_cfi: Add .gitignore for build artifacts
Chen Pei
1
-0
/
+8
2026-04-04
riscv: vdso_cfi: Add clean rule for copied sources
Chen Pei
1
-0
/
+3
2026-04-04
riscv: enable HAVE_IOREMAP_PROT
Yufeng Wang
1
-0
/
+1
2026-04-04
riscv: mm: WARN_ON() for bad addresses in vmemmap_populate()
Vivian Wang
1
-0
/
+2
2026-04-04
riscv: acpi: update FADT revision check to 6.6
Yufeng Wang
1
-5
/
+5
2026-04-04
riscv: add hardware error trap handler support
Rui Qi
3
-0
/
+4
2026-04-04
riscv: increase COMMAND_LINE_SIZE value to 2048
Austin Kim
1
-1
/
+1
2026-04-04
riscv: Fix typo in purgatory end label
Zishun Yi
1
-2
/
+2
2026-04-04
riscv: remove redundant #ifdef check in cpu-hotplug
Hui Wang
1
-2
/
+0
2026-04-04
riscv: remove redundant check for CONFIG_SMP
Hui Wang
1
-1
/
+1
2026-04-04
riscv: Simplify assignment for UTS_MACHINE
Uwe Kleine-König
1
-2
/
+2
2026-04-04
riscv: export kaslr offset and satp in VMCOREINFO ELF notes
Austin Kim
1
-0
/
+7
2026-04-04
riscv: move kaslr_offset() to page.h as a static inline function
Austin Kim
2
-6
/
+4
2026-04-04
riscv: smp: Clarify comment "cache" -> "instruction cache"
Vivian Wang
1
-2
/
+2
2026-04-04
riscv: smp: Remove outdated comment about disabling preemption
Vivian Wang
1
-4
/
+0
2026-04-04
riscv: fix various typos in comments and code
Sean Chang
20
-24
/
+24
2026-04-04
prctl: cfi: change the branch landing pad prctl()s to be more descriptive
Paul Walmsley
1
-8
/
+7
2026-04-04
riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headers
Paul Walmsley
2
-14
/
+14
2026-04-04
prctl: rename branch landing pad implementation functions to be more explicit
Paul Walmsley
1
-8
/
+8
2026-04-04
riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headers
Paul Walmsley
2
-14
/
+16
2026-04-04
riscv: cfi: clear CFI lock status in start_thread()
Zong Li
3
-10
/
+12
2026-04-04
riscv: ptrace: cfi: fix "PRACE" typo in uapi header
Paul Walmsley
2
-2
/
+2
2026-04-04
riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftests
Paul Walmsley
1
-6
/
+7
2026-04-04
riscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not set
Zishun Yi
1
-1
/
+3
2026-04-04
riscv: make runtime const not usable by modules
Jisheng Zhang
1
-0
/
+4
2026-04-04
riscv: patch: Avoid early phys_to_page()
Vivian Wang
1
-10
/
+11
[prev]
[next]