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
/
kernel
Age
Commit message (
Expand
)
Author
2021-09-12
Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-09-11
Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-09-10
riscv: Move EXCEPTION_TABLE to RO_DATA segment
Jisheng Zhang
2021-09-11
Merge branch 'linus' into smp/urgent
Thomas Gleixner
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
trap: cleanup trap_init()
Kefeng Wang
2021-09-05
Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-09-01
drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()
Thomas Gleixner
2021-08-25
riscv: use strscpy to replace strlcpy
Jason Wang
2021-08-24
riscv: explicitly use symbol offsets for VDSO
Saleem Abdulrasool
2021-08-24
riscv: Enable Undefined Behavior Sanitizer UBSAN
Jisheng Zhang
2021-08-24
riscv: Ensure the value of FP registers in the core dump file is up to date
Vincent Chen
2021-08-20
riscv: Fix a number of free'd resources in init_resources()
Petr Pavlu
2021-08-12
riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support it
Changbin Du
2021-07-24
riscv: stacktrace: Fix NULL pointer dereference
Jisheng Zhang
2021-07-23
riscv: stacktrace: pin the task's stack in get_wchan
Jisheng Zhang
2021-07-21
riscv: kprobes: implement the branch instructions
Chen Lifu
2021-07-21
riscv: kprobes: implement the auipc instruction
Chen Lifu
2021-07-09
Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-07-08
riscv: convert to setup_initial_init_mm()
Kefeng Wang
2021-07-06
riscv: xip: Fix duplicate included asm/pgtable.h
Jiapeng Chong
2021-07-06
riscv: add VMAP_STACK overflow detection
Tong Tiangen
2021-07-05
riscv: Introduce structure that group all variables regarding kernel mapping
Alexandre Ghiti
2021-06-30
Merge branch 'riscv-wx-mappings' into for-next
Palmer Dabbelt
2021-06-30
riscv: Map the kernel with correct permissions the first time
Alexandre Ghiti
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-06-28
Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
2021-06-18
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
Ingo Molnar
2021-06-11
riscv: Only initialize swiotlb when necessary
Kefeng Wang
2021-06-10
riscv: xip: support runtime trap patching
Vitaly Wool
2021-06-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
2021-06-03
kprobes: Do not increment probe miss count in the fault handler
Naveen N. Rao
2021-06-01
RISC-V: Fix memblock_free() usages in init_resources()
Wende Tan
2021-06-01
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
2021-05-29
riscv: Add __init section marker to some functions again
Jisheng Zhang
2021-05-29
riscv: kprobes: Remove redundant kprobe_step_ctx
Jisheng Zhang
2021-05-25
riscv: Turn has_fpu into a static key if FPU=y
Jisheng Zhang
2021-05-25
riscv: Move setup_bootmem into paging_init
Kefeng Wang
2021-05-22
riscv: kexec: Fix W=1 build warnings
Jisheng Zhang
2021-05-22
riscv: kprobes: Fix build error when MMU=n
Jisheng Zhang
2021-05-22
riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabled
Chen Huang
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
2021-05-06
riscv: remove unused handle_exception symbol
Rouven Czerwinski
2021-05-06
riscv: Consistify protect_kernel_linear_mapping_text_rodata() use
Geert Uytterhoeven
2021-05-06
Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-05-01
RISC-V: Fix error code returned by riscv_hartid_to_cpuid()
Anup Patel
2021-04-26
RISC-V: enable XIP
Vitaly Wool
2021-04-26
RISC-V: Add crash kernel support
Nick Kossifidis
2021-04-26
RISC-V: Add kdump support
Nick Kossifidis
[next]