summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-11ntp: Make the RTC synchronization more reliableThomas Gleixner3-43/+55
2020-12-11rtc: core: Make the sync offset default more realisticThomas Gleixner1-1/+1
2020-12-11rtc: cmos: Make rtc_cmos sync offset correctThomas Gleixner1-0/+3
2020-12-11rtc: mc146818: Reduce spinlock section in mc146818_set_time()Thomas Gleixner1-4/+2
2020-12-11rtc: mc146818: Prevent reading garbageThomas Gleixner1-25/+39
2020-12-04Merge tag 'timers-v5.11' of https://git.linaro.org/people/daniel.lezcano/linu...Thomas Gleixner10-393/+142
2020-12-03clocksource/drivers/riscv: Make RISCV_TIMER depends on RISCV_SBIKefeng Wang1-1/+1
2020-12-03clocksource/drivers/ingenic: Fix section mismatchDaniel Lezcano1-1/+1
2020-12-03clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent()Yu Kuai1-9/+9
2020-12-03dt-bindings: timer: renesas: tmu: Convert to json-schemaGeert Uytterhoeven2-50/+99
2020-12-03dt-bindings: timer: renesas: tmu: Document r8a774e1 bindingsMarian-Cristian Rotariu1-0/+1
2020-12-03clocksource/drivers/orion: Add missing clk_disable_unprepare() on error pathYang Yingliang1-3/+8
2020-12-03clocksource/drivers/nps: Remove EZChip NPS clocksource driverVineet Gupta3-295/+0
2020-12-03dt-bindings: timer: Add new OST support for the upcoming new driver.周琰杰 (Zhou Yanjie)1-3/+7
2020-12-03clocksource/drivers/sp804: Use pr_fmtKefeng Wang1-4/+7
2020-12-03clocksource/drivers/sp804: Correct clk_get_rate handleKefeng Wang1-9/+1
2020-12-03clocksource/drivers/sp804: Use clk_prepare_enable and clk_disable_unprepareKefeng Wang1-11/+2
2020-12-03clocksource/drivers/sp804: Make some symbol staticKefeng Wang1-3/+2
2020-12-03clocksource/drivers/sp804: Add static for functions such as sp804_clockevents...Zhen Lei1-6/+6
2020-11-19tick: Get rid of tick_periodThomas Gleixner4-18/+15
2020-11-19tick/sched: Release seqcount before invoking calc_load_global()Yunfeng Ye1-1/+11
2020-11-19tick/sched: Optimize tick_do_update_jiffies64() furtherThomas Gleixner1-5/+6
2020-11-19tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Yunfeng Ye1-25/+22
2020-11-19tick/sched: Use tick_next_period for lockless quick checkThomas Gleixner1-13/+33
2020-11-19tick: Document protections for tick related dataThomas Gleixner2-2/+6
2020-11-19tick/broadcast: Serialize access to tick_next_periodThomas Gleixner1-3/+20
2020-11-16hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab2-2/+6
2020-11-16timers: Make run_local_timers() staticThomas Gleixner2-25/+24
2020-11-16timekeeping: Address parameter documentation issues for various functionsAlex Shi1-2/+5
2020-11-16timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset()Alex Shi1-2/+3
2020-11-16timekeeping: Add missing parameter docs for pvclock_gtod_[un]register_notifier()Alex Shi1-0/+2
2020-11-16timekeeping: Fix up function documentation for the NMI safe accessorsThomas Gleixner1-25/+33
2020-11-16timekeeping: Add missing parameter documentation for update_fast_timekeeper()Alex Shi1-0/+1
2020-11-16timekeeping: Remove static functions from kernel-doc markupAlex Shi1-7/+5
2020-11-16time: Add missing colons for parameter documentation of time64_to_tm()Alex Shi1-3/+3
2020-11-15timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timersSebastian Andrzej Siewior1-1/+8
2020-11-15timer_list: Use printk format instead of open-coded symbol lookupHelge Deller1-47/+19
2020-10-26timekeeping: Convert jiffies_seq to seqcount_raw_spinlock_tDavidlohr Bueso2-2/+3
2020-10-26Linux 5.10-rc1Linus Torvalds1-2/+2
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches117-196/+196
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes1-3/+3
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers6-8/+6
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches1-5/+7
2020-10-25Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+116
2020-10-25Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+12
2020-10-25Merge tag 'perf-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-10-25Merge tag 'locking-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-10-25Merge tag 'ntb-5.10' of git://github.com/jonmason/ntbLinus Torvalds3-5/+3
2020-10-25Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+10
2020-10-25Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-15/+213