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
/
process.c
Age
Commit message (
Expand
)
Author
2023-03-23
riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
Jisheng Zhang
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
2022-11-10
riscv: process: fix kernel info leakage
Jisheng Zhang
2022-10-05
riscv: compat: s/failed/unsupported if compat mode isn't supported
Jisheng Zhang
2022-06-03
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
2022-04-26
riscv: compat: Add hw capability check for elf
Guo Ren
2022-04-26
riscv: compat: process: Add UXL_32 support in start_thread
Guo Ren
2022-03-10
RISC-V: Enable CPU_IDLE drivers
Anup Patel
2021-05-25
riscv: Turn has_fpu into a static key if FPU=y
Jisheng Zhang
2021-03-09
riscv: process: Fix no prototype for show_regs
Nanyong Sun
2021-02-27
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2021-01-14
riscv: Improve __show_regs
Kefeng Wang
2021-01-14
riscv: Add dump stack in show_regs
Kefeng Wang
2021-01-14
riscv: Enable per-task stack canaries
Guo Ren
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
2020-10-04
riscv: remove address space overrides using set_fs()
Christoph Hellwig
2020-08-07
Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-07-30
riscv: Add STACKPROTECTOR supported
Guo Ren
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-05-21
RISC-V: gp_in_global needs register keyword
Palmer Dabbelt
2020-03-03
RISC-V: Stop relying on GCC's register allocator's hueristics
Palmer Dabbelt
2020-01-07
riscv: Implement copy_thread_tls
Amanieu d'Antras
2019-11-05
riscv: abstract out CSR names for supervisor vs machine mode
Christoph Hellwig
2019-10-28
riscv: add missing header file includes
Paul Walmsley
2019-08-14
riscv: Correct the initialized flow of FP register
Vincent Chen
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
Thomas Gleixner
2018-10-22
Auto-detect whether a FPU exists
Alan Kao
2018-10-22
Allow to disable FPU support
Alan Kao
2018-01-31
Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-01-07
riscv: rename SR_* constants to match the spec
Christoph Hellwig
2017-12-04
riscv: use linux/uaccess.h, not asm/uaccess.h...
Al Viro
2017-09-26
RISC-V: Task implementation
Palmer Dabbelt