summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers/tango: Remove tango driverArnd Bergmann2021-02-033-66/+0
* clocksource/drivers/u300: Remove the u300 driverArnd Bergmann2021-02-034-483/+0
* dt-bindings: timer: nuvoton: Clarify that interrupt of timer 0 should be spec...Jonathan Neuschäfer2021-01-181-2/+1
* clocksource/drivers/davinci: Move pr_fmt() before the includesBartosz Golaszewski2021-01-181-3/+2
* clocksource/drivers/efm32: Drop unused timer codeUwe Kleine-König2021-01-183-288/+0
* ntp: Fix prototype in the !CONFIG_GENERIC_CMOS_UPDATE caseIngo Molnar2020-12-131-0/+2
* Merge tag 'timers-v5.11-2' of https://git.linaro.org/people/daniel.lezcano/li...Thomas Gleixner2020-12-123-31/+71
|\
| * clocksource/drivers/sh_cmt: Fix potential deadlock when calling runtime PMNiklas Söderlund2020-12-071-4/+14
| * clocksource/drivers/arm_arch_timer: Correct fault programming of CNTKCTL_EL1....Keqian Zhu2020-12-051-7/+16
| * clocksource/drivers/arm_arch_timer: Use stable count reader in erratum sneKeqian Zhu2020-12-051-2/+2
| * clocksource/drivers/dw_apb_timer_of: Add error handling if no clock availableDinh Nguyen2020-12-051-18/+39
* | tick/sched: Make jiffies update quick check more robustThomas Gleixner2020-12-111-27/+47
* | ntp: Consolidate the RTC update implementationThomas Gleixner2020-12-111-92/+52
* | ntp: Make the RTC sync offset less obscureThomas Gleixner2020-12-114-32/+61
* | ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner2020-12-114-99/+85
* | ntp: Make the RTC synchronization more reliableThomas Gleixner2020-12-113-43/+55
* | rtc: core: Make the sync offset default more realisticThomas Gleixner2020-12-111-1/+1
* | rtc: cmos: Make rtc_cmos sync offset correctThomas Gleixner2020-12-111-0/+3
* | rtc: mc146818: Reduce spinlock section in mc146818_set_time()Thomas Gleixner2020-12-111-4/+2
* | rtc: mc146818: Prevent reading garbageThomas Gleixner2020-12-111-25/+39
|/
* Merge tag 'timers-v5.11' of https://git.linaro.org/people/daniel.lezcano/linu...Thomas Gleixner2020-12-0410-393/+142
|\
| * clocksource/drivers/riscv: Make RISCV_TIMER depends on RISCV_SBIKefeng Wang2020-12-031-1/+1
| * clocksource/drivers/ingenic: Fix section mismatchDaniel Lezcano2020-12-031-1/+1
| * clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent()Yu Kuai2020-12-031-9/+9
| * dt-bindings: timer: renesas: tmu: Convert to json-schemaGeert Uytterhoeven2020-12-032-50/+99
| * dt-bindings: timer: renesas: tmu: Document r8a774e1 bindingsMarian-Cristian Rotariu2020-12-031-0/+1
| * clocksource/drivers/orion: Add missing clk_disable_unprepare() on error pathYang Yingliang2020-12-031-3/+8
| * clocksource/drivers/nps: Remove EZChip NPS clocksource driverVineet Gupta2020-12-033-295/+0
| * dt-bindings: timer: Add new OST support for the upcoming new driver.周琰杰 (Zhou Yanjie)2020-12-031-3/+7
| * clocksource/drivers/sp804: Use pr_fmtKefeng Wang2020-12-031-4/+7
| * clocksource/drivers/sp804: Correct clk_get_rate handleKefeng Wang2020-12-031-9/+1
| * clocksource/drivers/sp804: Use clk_prepare_enable and clk_disable_unprepareKefeng Wang2020-12-031-11/+2
| * clocksource/drivers/sp804: Make some symbol staticKefeng Wang2020-12-031-3/+2
| * clocksource/drivers/sp804: Add static for functions such as sp804_clockevents...Zhen Lei2020-12-031-6/+6
|/
* tick: Get rid of tick_periodThomas Gleixner2020-11-194-18/+15
* tick/sched: Release seqcount before invoking calc_load_global()Yunfeng Ye2020-11-191-1/+11
* tick/sched: Optimize tick_do_update_jiffies64() furtherThomas Gleixner2020-11-191-5/+6
* tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Yunfeng Ye2020-11-191-25/+22
* tick/sched: Use tick_next_period for lockless quick checkThomas Gleixner2020-11-191-13/+33
* tick: Document protections for tick related dataThomas Gleixner2020-11-192-2/+6
* tick/broadcast: Serialize access to tick_next_periodThomas Gleixner2020-11-191-3/+20
* hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab2020-11-162-2/+6
* timers: Make run_local_timers() staticThomas Gleixner2020-11-162-25/+24
* timekeeping: Address parameter documentation issues for various functionsAlex Shi2020-11-151-2/+5
* timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset()Alex Shi2020-11-151-2/+3
* timekeeping: Add missing parameter docs for pvclock_gtod_[un]register_notifier()Alex Shi2020-11-151-0/+2
* timekeeping: Fix up function documentation for the NMI safe accessorsThomas Gleixner2020-11-151-25/+33
* timekeeping: Add missing parameter documentation for update_fast_timekeeper()Alex Shi2020-11-151-0/+1
* timekeeping: Remove static functions from kernel-doc markupAlex Shi2020-11-151-7/+5
* time: Add missing colons for parameter documentation of time64_to_tm()Alex Shi2020-11-151-3/+3