index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-29
riscv module: remove (NOLOAD)
Fangrui Song
1
-3
/
+3
2022-03-29
Merge branches 'clk-sifive' and 'clk-visconti' into clk-next
Stephen Boyd
2
-24
/
+24
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2
-5
/
+4
2022-03-28
Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-0
/
+1
2022-03-25
Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
24
-754
/
+1450
2022-03-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+2
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-58
/
+160
2022-03-23
riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Jisheng Zhang
1
-4
/
+2
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
2
-34
/
+3
2022-03-22
RISC-V: add support for restartable sequences
Palmer Dabbelt
3
-0
/
+7
2022-03-22
drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
David Hildenbrand
1
-3
/
+0
2022-03-22
mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLB
Anshuman Khandual
1
-3
/
+1
2022-03-22
RISC-V: Add support for restartable sequence
Vincent Chen
3
-0
/
+7
2022-03-21
perf: RISC-V: Add support for SBI PMU and Sscofpmf
Palmer Dabbelt
9
-572
/
+164
2022-03-21
RISC-V: Add sscofpmf extension support
Atish Patra
4
-1
/
+11
2022-03-21
RISC-V: Add RISC-V SBI PMU extension definitions
Atish Patra
1
-0
/
+95
2022-03-21
RISC-V: Add CSR encodings for all HPMCOUNTERS
Atish Patra
1
-0
/
+58
2022-03-21
RISC-V: Remove the current perf implementation
Atish Patra
4
-571
/
+0
2022-03-18
parport_pc: Also enable driver for PCI systems
Maciej W. Rozycki
1
-0
/
+1
2022-03-17
RISC-V: Provide a fraemework for RISC-V ISA extensions
Palmer Dabbelt
3
-23
/
+195
2022-03-17
RISC-V: Improve /proc/cpuinfo output for ISA extensions
Atish Patra
2
-2
/
+70
2022-03-17
RISC-V: Do no continue isa string parsing without correct XLEN
Atish Patra
1
-0
/
+5
2022-03-17
RISC-V: Implement multi-letter ISA extension probing framework
Atish Patra
2
-6
/
+34
2022-03-17
RISC-V: Extract multi-letter extension names from "riscv, isa"
Tsukasa OI
1
-8
/
+27
2022-03-17
RISC-V: Minimal parser for "riscv, isa" strings
Tsukasa OI
1
-11
/
+61
2022-03-17
RISC-V: Correctly print supported extensions
Tsukasa OI
1
-3
/
+5
2022-03-15
riscv: dts: Change the macro name of prci in each device node
Zong Li
2
-24
/
+24
2022-03-11
Merge tag 'riscv-for-linus-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
3
-7
/
+19
2022-03-11
RISC-V: KVM: Implement SBI HSM suspend call
Anup Patel
1
-0
/
+14
2022-03-11
RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() function
Anup Patel
2
-6
/
+17
2022-03-11
RISC-V: Add SBI HSM suspend related defines
Anup Patel
3
-8
/
+25
2022-03-11
RISC-V: KVM: Implement SBI v0.3 SRST extension
Anup Patel
2
-0
/
+46
2022-03-11
RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() function
Anup Patel
3
-16
/
+22
2022-03-11
RISC-V: KVM: Upgrade SBI spec version to v0.3
Anup Patel
1
-1
/
+1
2022-03-11
RISC-V: KVM: Refine __kvm_riscv_switch_to() implementation
Vincent Chen
1
-26
/
+34
2022-03-11
RISC-V: KVM: remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-03-10
riscv: Fix auipc+jalr relocation range checks
Emil Renner Berthing
1
-5
/
+16
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
1
-2
/
+2
2022-03-10
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
1
-3
/
+2
2022-03-10
riscv: Fixed misaligned memory access. Fixed pointer comparison.
Michael T. Kloos
1
-50
/
+302
2022-03-10
riscv: alternative only works on !XIP_KERNEL
Jisheng Zhang
2
-2
/
+3
2022-03-10
RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machine
Anup Patel
3
-0
/
+5
2022-03-10
RISC-V: Add SBI HSM suspend related defines
Anup Patel
3
-8
/
+25
2022-03-10
RISC-V: Add arch functions for non-retentive suspend entry/exit
Anup Patel
7
-21
/
+279
2022-03-10
RISC-V: Rename relocate() and make it global
Anup Patel
1
-3
/
+4
2022-03-10
RISC-V: Enable CPU_IDLE drivers
Anup Patel
5
-1
/
+35
2022-03-09
Update the Icicle Kit device tree
Palmer Dabbelt
3
-66
/
+328
2022-03-09
riscv: dts: microchip: add new peripherals to icicle kit device tree
Conor Dooley
2
-0
/
+213
2022-03-09
riscv: dts: microchip: update peripherals in icicle kit device tree
Conor Dooley
2
-17
/
+29
2022-03-09
riscv: dts: microchip: refactor icicle kit device tree
Conor Dooley
2
-50
/
+52
[prev]
[next]