aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-07ARC: timer: rtc: implement read loop in "C" vs. inline asmVineet Gupta1-8/+11
2016-07-15ARC/time: Convert to hotplug state machineAnna-Maria Gleixner1-30/+18
2016-06-28clocksources: Switch back to the clksrc tableDaniel Lezcano1-3/+3
2016-06-28clocksource/drivers/arc: Convert init function to return errorDaniel Lezcano1-27/+42
2016-05-09ARC: clocksource: DT based probeVineet Gupta1-53/+81
2016-05-09ARC: clockevent: DT based probeVineet Gupta1-16/+43
2016-05-09ARC: clockevent: Prepare for DT based probeNoam Camus1-0/+5
2016-05-09ARC: clockevent: switch to cpu notifier for clockevent setupNoam Camus1-21/+41
2016-05-09ARC: opencode arc_request_percpu_irqVineet Gupta1-3/+11
2016-03-11ARC: Fix misspellings in comments.Adam Buchbinder1-2/+2
2016-01-29ARCv2: clocksource: Rename GRTC -> GFRC ...Vineet Gupta1-4/+4
2015-10-28ARC: remove @init_time, @init_irq platform callbacksVineet Gupta1-3/+0
2015-07-20ARC/time: Migrate to new 'set-state' interfaceViresh Kumar1-25/+15
2015-06-22ARCv2: SMP: clocksource: Enable Global Real Time counterVineet Gupta1-0/+45
2015-06-22ARCv2: clocksource: Introduce 64bit local RTC counterVineet Gupta1-0/+50
2015-06-19ARC: clocksource cleanupsVineet Gupta1-10/+2
2015-06-19ARC: RIP broken 64bit RTSCVineet Gupta1-48/+1
2014-07-23ARC: update some commentsVineet Gupta1-3/+7
2014-07-23ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)Vineet Gupta1-15/+3
2014-06-03ARC: arc_local_timer_setup() need not pass own cpu idVineet Gupta1-5/+6
2014-03-26ARC: [clockevent] simplify timer ISRVineet Gupta1-19/+15
2014-03-26ARC: [clockevent] can't be SoC specificVineet Gupta1-2/+1
2013-11-07ARC: [SMP] Disallow RTSCVineet Gupta1-3/+4
2013-11-06ARC: use __weak instead of __attribute__((weak))Vineet Gupta1-1/+1
2013-11-06arc: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2013-09-27ARC: Use clockevents_config_and_register over clockevents_register_deviceUwe Kleine-König1-5/+2
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker1-3/+3
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta1-0/+11
2013-04-09ARC: Remove duplicate inclusion of header filesSachin Kamat1-1/+0
2013-02-15ARC: 64bit RTSC timestamp hardware issueVineet Gupta1-36/+2
2013-02-15ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta1-0/+4
2013-02-11ARC: Timers/counters/delay managementVineet Gupta1-0/+295