aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/time.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-01RISC-V: time.c: Add ACPI support for time_init()Gravatar Sunil V L 1-6/+19
2023-02-13clocksource/drivers/riscv: Get rid of clocksource_arch_init() callbackGravatar Lad Prabhakar 1-9/+0
2023-02-13RISC-V: time: initialize hrtimer based broadcast clock event deviceGravatar Conor Dooley 1-0/+3
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2021-04-26riscv: Mark some global variables __ro_after_initGravatar Jisheng Zhang 1-1/+1
2021-03-09riscv: time: Fix no prototype for time_initGravatar Nanyong Sun 1-0/+1
2021-01-07riscv: Fix kernel time_init()Gravatar Damien Le Moal 1-0/+3
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsGravatar Vincent Chen 1-0/+9
2019-10-28riscv: add missing header file includesGravatar Paul Walmsley 1-0/+1
2019-09-20RISC-V: Export kernel symbols for kvmGravatar Atish Patra 1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Gravatar Thomas Gleixner 1-9/+1
2018-12-21RISC-V: add of_node_put()Gravatar Yangtao Li 1-0/+1
2018-08-13clocksource: new RISC-V SBI timer driverGravatar Palmer Dabbelt 1-8/+1
2018-08-13RISC-V: remove timer leftoversGravatar Christoph Hellwig 1-21/+0
2017-09-26RISC-V: Init and Halt CodeGravatar Palmer Dabbelt 1-0/+61