Age | Commit message (Expand) | Author |
2023-03-03 | Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-03-01 | riscv: Bump COMMAND_LINE_SIZE value to 1024 | Alexandre Ghiti |
2023-02-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2023-02-25 | Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-02-24 | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-23 | Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-02-22 | RISC-V: add a spin_shadow_stack declaration | Conor Dooley |
2023-02-21 | riscv: Add header include guards to insn.h | Liao Chang |
2023-02-21 | riscv: hwcap: Don't alphabetize ISA extension IDs | Andrew Jones |
2023-02-21 | riscv: jump_label: Fixup unaligned arch_static_branch function | Andy Chiu |
2023-02-21 | RISC-V: Only provide the single-letter extensions in HWCAP | Palmer Dabbelt |
2023-02-21 | riscv: mm: fix regression due to update_mmu_cache change | Sergey Matyukevich |
2023-02-20 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-02-17 | riscv: Extend patch_text for multiple instructions | Pu Lehui |
2023-02-15 | RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobes | Heiko Stuebner |
2023-02-15 | Merge patch series "riscv: Optimize function trace" | Palmer Dabbelt |
2023-02-15 | riscv: ftrace: Reduce the detour code size to half | Guo Ren |
2023-02-15 | Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini |
2023-02-14 | Merge patch series "Remove toolchain dependencies for Zicbom" | Palmer Dabbelt |
2023-02-14 | RISC-V: replace cbom instructions with an insn-def | Conor Dooley |
2023-02-14 | RISC-V: insn-def: Add I-type insn-def | Andrew Jones |
2023-02-14 | Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V" | Palmer Dabbelt |
2023-02-14 | riscv: Fix Zbb alternative IDs | Samuel Holland |
2023-02-09 | mm, arch: add generic implementation of pfn_valid() for FLATMEM | Mike Rapoport (IBM) |
2023-02-07 | RISC-V: KVM: Support firmware events | Atish Patra |
2023-02-07 | RISC-V: KVM: Implement trap & emulate for hpmcounters | Atish Patra |
2023-02-07 | RISC-V: KVM: Add skeleton support for perf | Atish Patra |
2023-02-07 | RISC-V: KVM: Modify SBI extension handler to return SBI error code | Atish Patra |
2023-02-07 | RISC-V: KVM: Define a probe function for SBI extension data structures | Atish Patra |
2023-02-07 | RISC-V: Improve SBI PMU extension related definitions | Atish Patra |
2023-02-06 | Merge 6.2-rc7 into tty-next | Greg Kroah-Hartman |
2023-02-04 | efi: Discover BTI support in runtime services regions | Ard Biesheuvel |
2023-02-02 | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand |
2023-02-02 | riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand |
2023-02-01 | riscv: mm: Implement pmdp_collapse_flush for THP | Mayuresh Chitale |
2023-02-01 | Merge patch series "riscv: improve boot time isa extensions handling" | Palmer Dabbelt |
2023-01-31 | riscv: remove riscv_isa_ext_keys[] array and related usage | Jisheng Zhang |
2023-01-31 | riscv: cpu_relax: switch to riscv_has_extension_likely() | Jisheng Zhang |
2023-01-31 | riscv: alternative: patch alternatives in the vDSO | Jisheng Zhang |
2023-01-31 | riscv: switch to relative alternative entries | Jisheng Zhang |
2023-01-31 | riscv: module: move find_section to module.h | Jisheng Zhang |
2023-01-31 | riscv: fpu: switch has_fpu() to riscv_has_extension_likely() | Jisheng Zhang |
2023-01-31 | riscv: introduce riscv_has_extension_[un]likely() | Jisheng Zhang |
2023-01-31 | riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions | Jisheng Zhang |
2023-01-31 | riscv: hwcap: make ISA extension ids can be used in asm | Jisheng Zhang |
2023-01-31 | Merge patch "riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y" | Palmer Dabbelt |
2023-01-31 | riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y | Samuel Holland |
2023-01-31 | Merge patch series "Zbb string optimizations" | Palmer Dabbelt |
2023-01-31 | RISC-V: add zbb support to string functions | Heiko Stuebner |