index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
Age
Commit message (
Expand
)
Author
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: Add ADD16 and SUB16 rela types
Andrew Jones
2023-01-31
riscv: module: move find_section to module.h
Jisheng Zhang
2023-01-31
riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
Jisheng Zhang
2023-01-31
riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
Jisheng Zhang
2023-01-31
riscv: move riscv_noncoherent_supported() out of ZICBOM probe
Jisheng Zhang
2023-01-31
Merge patch series "Zbb string optimizations"
Palmer Dabbelt
2023-01-31
RISC-V: add zbb support to string functions
Heiko Stuebner
2023-01-31
RISC-V: add infrastructure to allow different str* implementations
Heiko Stuebner
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
2023-01-25
riscv: Move call to init_cpu_topology() to later initialization stage
Ley Foon Tan
2023-01-24
riscv/kprobe: Fix instruction simulation of JALR
Liao Chang
2023-01-24
riscv: fix jal offsets in patched alternatives
Jisheng Zhang
2023-01-20
Merge tag 'archtopo-cacheinfo-updates-6.3' of git://git.kernel.org/pub/scm/li...
Greg Kroah-Hartman
2023-01-19
Merge patch series "Putting some basic order on isa extension lists"
Palmer Dabbelt
2023-01-19
riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAIT
Masahiro Yamada
2023-01-18
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
2023-01-18
arch_topology: Build cacheinfo from primary CPU
Pierre Gondois
2023-01-17
RISC-V: resort all extensions in consistent orders
Conor Dooley
2023-01-17
RISC-V: clarify ISA string ordering rules in cpu.c
Conor Dooley
2023-01-17
cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation
Pierre Gondois
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
2023-01-05
riscv, kprobes: Stricter c.jr/c.jalr decoding
Björn Töpel
2022-12-29
RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stuebner
2022-12-29
RISC-V: kprobes: use central defined funct3 constants
Heiko Stuebner
2022-12-29
RISC-V: rename parse_asm.h to insn.h
Heiko Stuebner
2022-12-29
RISC-V: Move riscv_insn_is_* macros into a common header
Heiko Stuebner
2022-12-29
RISC-V: add prefix to all constants/macros in parse_asm.h
Heiko Stuebner
2022-12-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-12-14
Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-12-13
Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-12
Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-12-12
Merge patch series "RISC-V: Align the shadow stack"
Palmer Dabbelt
2022-12-12
RISC-V: Add some comments about the shadow and overflow stacks
Palmer Dabbelt
2022-12-12
RISC-V: Align the shadow stack
Palmer Dabbelt
2022-12-09
Merge patch series "RISC-V: Ensure Zicbom has a valid block size"
Palmer Dabbelt
2022-12-09
RISC-V: Ensure Zicbom has a valid block size
Andrew Jones
2022-12-09
RISC-V: Introduce riscv_isa_extension_check
Andrew Jones
2022-12-09
RISC-V: Improve use of isa2hwcap[]
Andrew Jones
2022-12-08
Merge patch "RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path"
Palmer Dabbelt
2022-12-08
RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
Andrew Bresticker
2022-12-07
Merge tag 'v6.1-rc8' into efi/next
Ard Biesheuvel
2022-12-07
RISC-V: Export sbi_get_mvendorid() and friends
Anup Patel
2022-12-05
riscv: stacktrace: Make walk_stackframe cross pt_regs frame
Guo Ren
2022-12-05
riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argument
Guo Ren
2022-12-05
RISC-V: kexec: Fix memory leak of elf header buffer
Li Huafei
2022-12-05
RISC-V: kexec: Fix memory leak of fdt buffer
Li Huafei
2022-12-02
Merge patch series "Support VMCOREINFO export for RISCV64"
Palmer Dabbelt
[prev]
[next]