aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/kernel/time.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-07sh: add the sh_ prefix to early platform symbolsGravatar Bartosz Golaszewski 1-2/+2
2019-10-07drivers: move the early platform device support to arch/shGravatar Bartosz Golaszewski 1-0/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+1
2018-12-28sh: kernel: convert to SPDX identifiersGravatar Kuninori Morimoto 1-4/+1
2018-12-18sh: remove board_time_init() callbackGravatar Arnd Bergmann 1-4/+1
2018-12-18sh: remove unused rtc_sh_get/set_time infrastructureGravatar Arnd Bergmann 1-69/+0
2016-08-06Merge tag 'sh-for-4.8' of git://git.libc.org/linux-shGravatar Linus Torvalds 1-2/+1
2016-07-31sh: make time.c explicitly non-modularGravatar Paul Gortmaker 1-2/+1
2016-06-04rtc: sh: provide rtc_class_ops directlyGravatar Arnd Bergmann 1-13/+20
2014-08-06arch/sh/kernel/time.c: use PTR_ERR_OR_ZEROGravatar Fabian Frederick 1-3/+1
2011-11-18sh: hwblk: Kill off remaining bits of hwblk API.Gravatar Paul Mundt 1-2/+0
2010-03-05sh: Convert sh to use read/update_persistent_clockGravatar John Stultz 1-5/+1
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 1-14/+17
2009-08-25timekeeping: Fix up read_persistent_clock() breakage on shGravatar Paul Mundt 1-1/+1
2009-08-19sh: Fix up clockevents broadcasting.Gravatar Paul Mundt 1-4/+0
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Gravatar Martin Schwidefsky 1-4/+2
2009-07-29Revert "sh: Bump the earlytimer bits back to time_init()."Gravatar Paul Mundt 1-11/+16
2009-07-05sh: hwblk base implementationGravatar Magnus Damm 1-0/+2
2009-06-14sh: Bump the earlytimer probe devices up.Gravatar Paul Mundt 1-2/+7
2009-06-14sh: Use generic sched_clock().Gravatar Paul Mundt 1-5/+0
2009-06-14sh: Bump the earlytimer bits back to time_init().Gravatar Paul Mundt 1-11/+6
2009-05-12sh: Kill off the remnants of the old timer code.Gravatar Paul Mundt 1-27/+2
2009-05-11sh: Account for INITIAL_JIFFIES when using jiffies clocksource.Gravatar Paul Mundt 1-1/+1
2009-05-08sh: Kill off the global rtc_lock with extreme prejudice.Gravatar Paul Mundt 1-5/+0
2009-05-08sh: Kill off dead timer sysclass pm hooks.Gravatar Paul Mundt 1-45/+0
2009-05-08sh: Kill off dead handle_timer_tick() code.Gravatar Paul Mundt 1-49/+4
2009-05-08sh: Wire up GENERIC_CMOS_UPDATE for the platforms that need it.Gravatar Paul Mundt 1-0/+14
2009-05-08sh: Rename arch/sh/kernel/time_32.c to arch/sh/kernel/time.c.Gravatar Paul Mundt 1-0/+231
2008-01-28sh: Kill off the rest of arch/sh64/kernel/.Gravatar Paul Mundt 1-269/+0
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesGravatar Kay Sievers 1-1/+1
2007-05-09sh: clockevent/clocksource/hrtimers/nohz TMU support.Gravatar Paul Mundt 1-117/+55
2007-02-11[PATCH] Consolidate default sched_clock()Gravatar Alexey Dobriyan 1-8/+0
2006-12-06sh: compile fixes for header cleanup.Gravatar Paul Mundt 1-0/+2
2006-12-06sh: dyntick infrastructure.Gravatar Paul Mundt 1-1/+123
2006-12-06sh: Turn off IRQs around get_timer_offset() calls.Gravatar Paul Mundt 1-4/+9
2006-10-06sh: Updates for IRQ handler changes.Gravatar Paul Mundt 1-3/+4
2006-10-06sh: First step at generic timeofday support.Gravatar Paul Mundt 1-0/+2
2006-10-01[PATCH] kill wall_jiffiesGravatar Atsushi Nemoto 1-9/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Gravatar Atsushi Nemoto 1-1/+1
2006-09-27sh: Kill off the rest of the legacy rtc mess.Gravatar Paul Mundt 1-23/+18
2006-09-27sh: Rename rtc_get/set_time() to avoid RTC_CLASS conflict.Gravatar Paul Mundt 1-7/+7
2006-09-27sh: APM/PM support.Gravatar Andriy Skulysh 1-0/+25
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-01-16[PATCH] sh: Simplistic clock frameworkGravatar Paul Mundt 1-486/+32
2005-10-30[PATCH] jiffies_64 cleanupGravatar Thomas Gleixner 1-4/+0
2005-09-07[PATCH] NTP: ntp-helper functionsGravatar john stultz 1-5/+2
2005-09-07[PATCH] remove the second arg of do_timer_interrupt()Gravatar Adrian Bunk 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+657