summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timersSebastian Andrzej Siewior2020-11-151-1/+8
* timer_list: Use printk format instead of open-coded symbol lookupHelge Deller2020-11-151-47/+19
* timekeeping: Convert jiffies_seq to seqcount_raw_spinlock_tDavidlohr Bueso2020-10-262-2/+3
* Linux 5.10-rc1v5.10-rc1Linus Torvalds2020-10-251-2/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-25117-196/+196
* kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes2020-10-251-3/+3
* mm: remove kzfree() compatibility definitionEric Biggers2020-10-256-8/+6
* checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches2020-10-251-5/+7
* Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-253-1/+116
|\
| * selftests/timens: Add a test for futex()Andrei Vagin2020-10-202-1/+111
| * futex: Adjust absolute futex timeouts with per time namespace offsetAndrei Vagin2020-10-201-0/+5
* | Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-252-5/+12
|\ \
| * | sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-142-4/+11