aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-30RISC-V: paravirt: Add skeleton for pv-time supportAndrew Jones1-0/+3
2023-06-01RISC-V: time.c: Add ACPI support for time_init()Sunil V L1-6/+19
2023-02-13clocksource/drivers/riscv: Get rid of clocksource_arch_init() callbackLad Prabhakar1-9/+0
2023-02-13RISC-V: time: initialize hrtimer based broadcast clock event deviceConor Dooley1-0/+3
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-1/+1
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang1-1/+1
2021-03-09riscv: time: Fix no prototype for time_initNanyong Sun1-0/+1
2021-01-07riscv: Fix kernel time_init()Damien Le Moal1-0/+3
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen1-0/+9
2019-10-28riscv: add missing header file includesPaul Walmsley1-0/+1
2019-09-20RISC-V: Export kernel symbols for kvmAtish Patra1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2018-12-21RISC-V: add of_node_put()Yangtao Li1-0/+1
2018-08-13clocksource: new RISC-V SBI timer driverPalmer Dabbelt1-8/+1
2018-08-13RISC-V: remove timer leftoversChristoph Hellwig1-21/+0
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt1-0/+61