index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
2023-03-31
Merge tag 'riscv-for-linus-6.3-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-29
Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...
Palmer Dabbelt
2023-03-29
RISC-V: always select RISCV_ALTERNATIVE for non-xip kernels
Conor Dooley
2023-03-29
RISC-V: add non-alternative fallback for riscv_has_extension_[un]likely()
Conor Dooley
2023-03-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-03-24
Merge tag 'riscv-for-linus-6.3-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-23
riscv: Handle zicsr/zifencei issues between clang and binutils
Nathan Chancellor
2023-03-21
riscv: mm: Fix incorrect ASID argument when flushing TLB
Dylan Jhong
2023-03-17
Merge tag 'riscv-for-linus-6.3-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-17
riscv/kvm: Fix VM hang in case of timer delta being zero.
Rajnesh Kanwal
2023-03-14
RISC-V: mm: Support huge page in vmalloc_fault()
Dylan Jhong
2023-03-10
Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-09
Merge patch series "riscv: asid: switch to alternative way to fix stale TLB e...
Palmer Dabbelt
2023-03-09
riscv: asid: Fixup stale TLB entry cause application crash
Guo Ren
2023-03-09
Revert "riscv: mm: notify remote harts about mmu cache updates"
Sergey Matyukevich
2023-03-09
RISC-V: Don't check text_mutex during stop_machine
Conor Dooley
2023-03-09
riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode
Alexandre Ghiti
2023-03-09
Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-03-07
RISC-V: fix taking the text_mutex twice during sifive errata patching
Conor Dooley
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-03-06
RISC-V: Stop emitting attributes
Palmer Dabbelt
2023-03-05
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2023-03-03
Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-02
riscv: fix livelock in uaccess
Al Viro
2023-03-01
riscv: Bump COMMAND_LINE_SIZE value to 1024
Alexandre Ghiti
2023-02-28
riscv, lib: Fix Zbb strncmp
Björn Töpel
2023-02-28
RISC-V: improve string-function assembly
Heiko Stuebner
2023-02-27
riscv, bpf: Fix patch_text implicit declaration
Randy Dunlap
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 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
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
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-21
riscv: mm: hugetlb: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
Guo Ren
2023-02-21
riscv: Add header include guards to insn.h
Liao Chang
2023-02-21
Merge patch series "riscv: Dump faulting instructions in oops handler"
Palmer Dabbelt
2023-02-21
riscv: alternative: proceed one more instruction for auipc/jalr pair
Jisheng Zhang
2023-02-21
Merge patch series "riscv: improve link and support ARCH_WANT_LD_ORPHAN_WARN"
Palmer Dabbelt
2023-02-21
riscv: Avoid enabling interrupts in die()
Mattias Nissler
2023-02-21
riscv, mm: Perform BPF exhandler fixup on page fault
Björn Töpel
2023-02-21
RISC-V: take text_mutex during alternative patching
Conor Dooley
2023-02-21
riscv: hwcap: Don't alphabetize ISA extension IDs
Andrew Jones
2023-02-21
RISC-V: fix ordering of Zbb extension
Heiko Stuebner
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-21
riscv: Add instruction dump to RISC-V splats
Björn Töpel
[next]