Age | Commit message (Expand) | Author |
2025-01-18 | RISC-V: define the elements of the VCSR vector CSR | Heiko Stuebner |
2025-01-18 | riscv: vector: Use vlenb from DT for thead | Charlie Jenkins |
2025-01-18 | riscv: Add thead and xtheadvector as a vendor extension | Charlie Jenkins |
2025-01-18 | riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree | Charlie Jenkins |
2025-01-18 | RISC-V: Mark riscv_v_init() as __init | Palmer Dabbelt |
2025-01-17 | riscv: dts: spacemit: move aliases to board dts | Yixun Lan |
2025-01-17 | riscv: dts: spacemit: add pinctrl property to uart0 in BPI-F3 | Yixun Lan |
2025-01-17 | riscv: defconfig: enable SpacemiT SoC | Yangyu Chen |
2025-01-17 | riscv: dts: spacemit: add Banana Pi BPI-F3 board device tree | Yangyu Chen |
2025-01-17 | riscv: dts: add initial SpacemiT K1 SoC device tree | Yangyu Chen |
2025-01-17 | riscv: add SpacemiT SoC family Kconfig support | Yangyu Chen |
2025-01-16 | Merge tag 'riscv-dt-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann |
2025-01-15 | Merge tag 'loongarch-kvm-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini |
2025-01-09 | Merge patch series "SBI PMU event related fixes" | Palmer Dabbelt |
2025-01-09 | drivers/perf: riscv: Fix Platform firmware event data | Atish Patra |
2025-01-08 | riscv: use local label names instead of global ones in assembly | Clément Léger |
2025-01-08 | riscv: qspinlock: Fixup _Q_PENDING_LOOPS definition | Guo Ren |
2025-01-08 | riscv: stacktrace: fix backtracing through exceptions | Clément Léger |
2025-01-08 | riscv: mm: Fix the out of bound issue of vmemmap address | Xu Lu |
2025-01-08 | riscv: kprobes: Fix incorrect address calculation | Nam Cao |
2025-01-08 | riscv: Fix sleeping in invalid context in die() | Nam Cao |
2025-01-08 | riscv: module: remove relocation_head rel_entry member allocation | Clément Léger |
2024-12-30 | riscv: Always inline bitops | Nathan Chancellor |
2024-12-30 | RISC-V: KVM: Add new exit statstics for redirected traps | Atish Patra |
2024-12-30 | RISC-V: KVM: Update firmware counters for various events | Atish Patra |
2024-12-30 | RISC-V: KVM: Redirect instruction access fault trap to guest | Quan Zhou |
2024-12-30 | RISC-V: KVM: Allow Ziccrse extension for Guest/VM | Quan Zhou |
2024-12-30 | RISC-V: KVM: Allow Zabha extension for Guest/VM | Quan Zhou |
2024-12-30 | RISC-V: KVM: Allow Svvptc extension for Guest/VM | Quan Zhou |
2024-12-30 | RISC-V: KVM: Add SBI system suspend support | Andrew Jones |
2024-12-27 | riscv: defconfig: drop RT_GROUP_SCHED=y | Celeste Liu |
2024-12-26 | fprobe: Add fprobe_header encoding feature | Masami Hiramatsu (Google) |
2024-12-26 | fprobe: Rewrite fprobe on function-graph tracer | Masami Hiramatsu (Google) |
2024-12-26 | ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC | Masami Hiramatsu (Google) |
2024-12-26 | tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs | Masami Hiramatsu (Google) |
2024-12-26 | fgraph: Replace fgraph_ret_regs with ftrace_regs | Masami Hiramatsu (Google) |
2024-12-26 | fgraph: Pass ftrace_regs to entryfunc | Masami Hiramatsu (Google) |
2024-12-19 | Merge tag 'kvm-selftests-treewide-6.14' of https://github.com/kvm-x86/linux i... | Paolo Bonzini |
2024-12-17 | KVM: Move KVM_REG_SIZE() definition to common uAPI header | Sean Christopherson |
2024-12-16 | riscv: defconfig: enable pinctrl and dwmac support for TH1520 | Drew Fustini |
2024-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2024-12-12 | riscv: dts: thead: Add mailbox node | Michal Wilczynski |
2024-12-11 | riscv: mm: Do not call pmd dtor on vmemmap page table teardown | Björn Töpel |
2024-12-11 | riscv: Fix IPIs usage in kfence_protect_page() | Alexandre Ghiti |
2024-12-11 | riscv: Fix wrong usage of __pa() on a fixmap address | Alexandre Ghiti |
2024-12-11 | riscv: Fixup boot failure when CONFIG_DEBUG_RT_MUTEXES=y | Guo Ren |
2024-12-11 | kexec: Consolidate machine_kexec_mask_interrupts() implementation | Eliav Farber |
2024-12-11 | riscv/futex: Optimize atomic cmpxchg | Davidlohr Bueso |
2024-12-11 | riscv: defconfig: enable pinctrl and dwmac support for TH1520 | Drew Fustini |
2024-12-06 | RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bit | Michael Neuling |