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
2023-05-05
Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-49
/
+532
2023-05-05
Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
-0
/
+4
2023-05-01
RISC-V: include cpufeature.h in cpufeature.c
Conor Dooley
-0
/
+1
2023-05-01
riscv: Move .rela.dyn to the init sections
Alexandre Ghiti
-6
/
+6
2023-05-01
riscv: compat_syscall_table: Fixup compile warning
Guo Ren
-0
/
+1
2023-04-29
RISC-V: Align SBI probe implementation with spec
Andrew Jones
-10
/
+9
2023-04-29
Merge patch series "RISC-V Hibernation Support"
Palmer Dabbelt
-33
/
+515
2023-04-29
RISC-V: Add arch functions to support hibernation/suspend-to-disk
Sia Jee Heng
-0
/
+510
2023-04-29
RISC-V: Factor out common code of __cpu_resume_enter()
Sia Jee Heng
-31
/
+3
2023-04-29
RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public function
Sia Jee Heng
-2
/
+2
2023-04-28
Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-564
/
+715
2023-04-28
Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2023-04-28
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+1
2023-04-27
Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+1
2023-04-26
RISC-V: hwprobe: Explicity check for -1 in vdso init
Andrew Jones
-1
/
+1
2023-04-26
RISC-V: hwprobe: There can only be one first
Andrew Jones
-1
/
+3
2023-04-26
riscv: Allow to downgrade paging mode from the command line
Alexandre Ghiti
-1
/
+113
2023-04-25
RISC-V: hwprobe: Remove __init on probe_vendor_features()
Evan Green
-2
/
+2
2023-04-25
Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-3
/
+1
2023-04-25
Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-172
/
+206
2023-04-21
RISC-V: Detect AIA CSRs from ISA string
Anup Patel
-0
/
+4
2023-04-19
Merge patch series "Introduce 64b relocatable kernel"
Palmer Dabbelt
-10
/
+35
2023-04-19
riscv: Introduce CONFIG_RELOCATABLE
Alexandre Ghiti
-2
/
+15
2023-04-19
riscv: Move .rela.dyn outside of init to avoid empty relocations
Alexandre Ghiti
-4
/
+4
2023-04-19
riscv: Prepare EFI header for relocatable kernels
Alexandre Ghiti
-6
/
+18
2023-04-19
Merge patch series "RISC-V kasan rework"
Palmer Dabbelt
-2
/
+0
2023-04-19
riscv: Fix EFI stub usage of KASAN instrumented strcmp function
Alexandre Ghiti
-2
/
+0
2023-04-18
Merge patch series "RISC-V Hardware Probing User Interface"
Palmer Dabbelt
-14
/
+327
2023-04-18
RISC-V: Add hwprobe vDSO function and data
Evan Green
-7
/
+120
2023-04-18
RISC-V: hwprobe: Support probing of misaligned access performance
Evan Green
-0
/
+51
2023-04-18
RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
Evan Green
-0
/
+20
2023-04-18
RISC-V: Add a syscall for HW probing
Evan Green
-1
/
+134
2023-04-18
RISC-V: Move struct riscv_cpuinfo to new header
Evan Green
-6
/
+2
2023-04-13
riscv: Do not set initial_boot_params to the linear address of the dtb
Alexandre Ghiti
-4
/
+1
2023-04-13
riscv: Move early dtb mapping into the fixmap region
Alexandre Ghiti
-1
/
+0
2023-04-13
riscv: cacheinfo: Adjust includes to remove of_device.h
Rob Herring
-1
/
+0
2023-04-13
riscv: Add explicit include for cpu.h
Rob Herring
-1
/
+1
2023-04-11
Revert "riscv: Set more data to cacheinfo"
Song Shuai
-51
/
+15
2023-04-11
riscv: add icache flush for nommu sigreturn trampoline
Mathis Salmen
-1
/
+8
2023-04-11
riscv: entry: Save a0 prior syscall_enter_from_user_mode()
Björn Töpel
-2
/
+2
2023-04-08
RISC-V: Allow marking IPIs as suitable for remote FENCEs
Anup Patel
-2
/
+11
2023-04-08
RISC-V: Treat IPIs as normal Linux IRQs
Anup Patel
-176
/
+179
2023-04-08
irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
Anup Patel
-0
/
+18
2023-04-08
RISC-V: Clear SIP bit only when using SBI IPI operations
Anup Patel
-3
/
+7
2023-03-24
Merge patch series "riscv: Add GENERIC_ENTRY support"
Palmer Dabbelt
-476
/
+165
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
-2
/
+2
2023-03-23
riscv: entry: Consolidate general regs saving/restoring
Jisheng Zhang
-131
/
+7
2023-03-23
riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
Jisheng Zhang
-12
/
+5
2023-03-23
riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
Jisheng Zhang
-40
/
+0
2023-03-23
riscv: entry: Convert to generic entry
Guo Ren
-297
/
+158
[next]