index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
2023-04-19
Merge patch series "RISC-V kasan rework"
Palmer Dabbelt
2023-04-19
riscv: Unconditionnally select KASAN_VMALLOC if KASAN
Alexandre Ghiti
2023-04-19
riscv: Fix ptdump when KASAN is enabled
Alexandre Ghiti
2023-04-19
riscv: Fix EFI stub usage of KASAN instrumented strcmp function
Alexandre Ghiti
2023-04-19
riscv: Move DTB_EARLY_BASE_VA to the kernel address space
Alexandre Ghiti
2023-04-19
riscv: Rework kasan population functions
Alexandre Ghiti
2023-04-19
riscv: Split early and final KASAN population functions
Alexandre Ghiti
2023-04-18
Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"
Palmer Dabbelt
2023-04-18
riscv: Use PUD/P4D/PGD pages for the linear mapping
Alexandre Ghiti
2023-04-18
riscv: Move the linear mapping creation in its own function
Alexandre Ghiti
2023-04-18
riscv: Get rid of riscv_pfn_base variable
Alexandre Ghiti
2023-04-18
RISC-V: align ISA extension Kconfig help text with each other
Conor Dooley
2023-04-18
riscv: Kconfig: enable SCHED_MC kconfig
Song Shuai
2023-04-18
riscv: export cpu/freq invariant to scheduler
Song Shuai
2023-04-18
Merge patch series "RISC-V Hardware Probing User Interface"
Palmer Dabbelt
2023-04-18
RISC-V: Add hwprobe vDSO function and data
Evan Green
2023-04-18
RISC-V: hwprobe: Support probing of misaligned access performance
Evan Green
2023-04-18
RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
Evan Green
2023-04-18
RISC-V: Add a syscall for HW probing
Evan Green
2023-04-18
RISC-V: Move struct riscv_cpuinfo to new header
Evan Green
2023-04-11
Revert "riscv: Set more data to cacheinfo"
Song Shuai
2023-04-11
riscv: entry: Save a0 prior syscall_enter_from_user_mode()
Björn Töpel
2023-03-29
RISC-V: convert new selectors of RISCV_ALTERNATIVE to dependencies
Conor Dooley
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 patch series "Add RISC-V 32 NOMMU support"
Palmer Dabbelt
2023-03-27
riscv: configs: Add nommu PHONY defconfig for RV32
Jesse Taube
2023-03-27
riscv: Kconfig: Allow RV32 to build with no MMU
Yimin Gu
2023-03-24
Merge patch series "riscv: Add GENERIC_ENTRY support"
Palmer Dabbelt
2023-03-23
riscv: entry: Consolidate general regs saving/restoring
Jisheng Zhang
2023-03-23
riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
Jisheng Zhang
2023-03-23
riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
Jisheng Zhang
2023-03-23
riscv: entry: Convert to generic entry
Guo Ren
2023-03-23
riscv: entry: Add noinstr to prevent instrumentation inserted
Guo Ren
2023-03-23
riscv: ptrace: Remove duplicate operation
Guo Ren
2023-03-15
Merge patch series "RISC-V: Apply Zicboz to clear_page"
Palmer Dabbelt
2023-03-14
RISC-V: KVM: Expose Zicboz to the guest
Andrew Jones
2023-03-14
RISC-V: KVM: Provide UAPI for Zicboz block size
Andrew Jones
2023-03-14
RISC-V: Use Zicboz in clear_page when available
Andrew Jones
2023-03-14
RISC-V: cpufeatures: Put the upper 16 bits of patch ID to work
Andrew Jones
2023-03-14
RISC-V: Add Zicboz detection and block size parsing
Andrew Jones
2023-03-14
RISC-V: Factor out body of riscv_init_cbom_blocksize loop
Andrew Jones
2023-03-14
RISC-V: alternatives: Support patching multiple insns in assembly
Andrew Jones
2023-03-14
Merge patch series "riscv: alternative/cpufeature related cleanups"
Palmer Dabbelt
2023-03-14
riscv: cpufeature: Drop errata_list.h and other unused includes
Andrew Jones
2023-03-14
riscv: lib: Include hwcap.h directly
Andrew Jones
2023-03-14
riscv: alternatives: Rename errata_id to patch_id
Andrew Jones
2023-03-14
riscv: alternatives: Remove unnecessary define and unused struct
Andrew Jones
2023-03-14
riscv: Rename Kconfig.erratas to Kconfig.errata
Andrew Jones
[next]