index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2026-02-26
kbuild: Split .modinfo out from ELF_DETAILS
Nathan Chancellor
-0
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-13
/
+11
2026-02-12
Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-90
/
+1217
2026-02-10
Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-10
/
+1
2026-02-10
Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+2
2026-02-09
Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2026-02-09
riscv: ptrace: validate input vector csr registers
Sergey Matyukevich
-1
/
+87
2026-02-09
riscv: vector: init vector context with proper vlenb
Sergey Matyukevich
-4
/
+8
2026-01-29
riscv: ptrace: return ENODATA for inactive vector extension
Ilya Mamay
-2
/
+8
2026-01-29
arch/riscv: add dual vdso creation logic and select vdso based on hw
Deepak Gupta
-10
/
+67
2026-01-29
arch/riscv: compile vdso with landing pad and shadow stack note
Jim Shu
-2
/
+33
2026-01-29
riscv: enable kernel access to shadow stack memory via the FWFT SBI call
Deepak Gupta
-0
/
+33
2026-01-29
riscv: add kernel command line option to opt out of user CFI
Deepak Gupta
-13
/
+52
2026-01-29
riscv/hwprobe: add zicfilp / zicfiss enumeration in hwprobe
Deepak Gupta
-2
/
+3
2026-01-29
riscv: hwprobe: add support for RISCV_HWPROBE_KEY_IMA_EXT_1
Paul Walmsley
-69
/
+100
2026-01-29
riscv/ptrace: expose riscv CFI status and state via ptrace and in core files
Deepak Gupta
-0
/
+95
2026-01-29
riscv/kernel: update __show_regs() to print shadow stack register
Deepak Gupta
-2
/
+2
2026-01-29
riscv/signal: save and restore the shadow stack on a signal
Deepak Gupta
-0
/
+143
2026-01-29
riscv/traps: Introduce software check exception and uprobe handling
Deepak Gupta
-0
/
+57
2026-01-29
riscv: Implement indirect branch tracking prctls
Deepak Gupta
-0
/
+88
2026-01-29
riscv: Implement arch-agnostic shadow stack prctls
Deepak Gupta
-0
/
+118
2026-01-29
riscv/shstk: If needed allocate a new shadow stack on clone
Deepak Gupta
-0
/
+130
2026-01-29
riscv/mm: Implement map_shadow_stack() syscall
Deepak Gupta
-0
/
+141
2026-01-25
riscv/mm: ensure PROT_WRITE leads to VM_READ | VM_WRITE
Deepak Gupta
-0
/
+10
2026-01-25
riscv: Add usercfi state for task and save/restore of CSR_SSP on trap entry/exit
Deepak Gupta
-0
/
+35
2026-01-25
riscv: zicfiss / zicfilp enumeration
Deepak Gupta
-0
/
+22
2026-01-25
riscv: signal: fix some warnings reported by sparse
Paul Walmsley
-3
/
+3
2026-01-14
riscv: suspend: Fix stimecmp update hazard on RV32
Naohiko Shimizu
-1
/
+2
2026-01-12
riscv/paravirt: Use common code for paravirt_steal_clock()
Juergen Gross
-7
/
+0
2026-01-12
sched: Move clock related paravirt code to kernel/sched
Juergen Gross
-3
/
+1
2026-01-07
riscv: trace: fix snapshot deadlock with sbi ecall
Martin Kaiser
-7
/
+8
2026-01-07
riscv: cpu_ops_sbi: smp_processor_id() returns int, not unsigned int
Ben Dooks
-1
/
+1
2026-01-06
riscv/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()
Keke Ming
-2
/
+2
2026-01-05
riscv: kexec_image: Fix dead link to boot-image-header.rst
Soham Metha
-1
/
+1
2026-01-05
riscv: cpufeature: Fix Zk bundled extension missing Zknh
Guodong Xu
-12
/
+11
2025-12-30
riscv: fix KUnit test_kprobes crash when building with Clang
Jiakai Xu
-0
/
+2
2025-12-30
riscv: Sanitize syscall table indexing under speculation
Lukas Gerlach
-1
/
+3
2025-12-19
riscv: hwprobe: export Zilsd and Zclsd ISA extensions
Pincheng Wang
-0
/
+2
2025-12-19
riscv: add ISA extension parsing for Zilsd and Zclsd
Pincheng Wang
-0
/
+24
2025-12-19
riscv: signal: abstract header saving for setup_sigcontext
Andy Chiu
-21
/
+41
2025-12-16
sysfb: Replace screen_info with sysfb_primary_display
Thomas Zimmermann
-1
/
+1
2025-12-05
Merge tag 'riscv-for-linus-6.19-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-3
/
+46
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-0
/
+1
2025-11-24
riscv: add RISC-V Svrsw60t59b extension support
Chunyan Zhang
-0
/
+1
2025-11-19
riscv: hwprobe: Expose Zicbop extension and its block size
Yao Zihong
-0
/
+6
2025-11-19
riscv: hwprobe: Export Zalasr extension
Xu Lu
-0
/
+1
[next]