summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/time.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-08parisc: Mark cr16 clock unstable on all SMP machinesHelge Deller1-23/+4
2022-05-08Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized"Helge Deller1-3/+4
2022-05-08Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines"Helge Deller1-8/+22
2022-03-29parisc: Find a new timesync master if current CPU is removedHelge Deller1-1/+3
2022-03-29parisc: Move CPU startup-related functions into .text sectionHelge Deller1-1/+1
2021-12-04parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller1-22/+8
2021-09-09parisc: Mark sched_clock unstable only if clocks are not syncronizedHelge Deller1-4/+3
2020-10-30parisc: use legacy_timer_tickArnd Bergmann1-6/+3
2020-10-22parisc: Improve error return codes when setting rtc timeHelge Deller1-2/+9
2019-05-10parisc: Use __ro_after_init in time.cHelge Deller1-1/+1
2018-04-20parisc: time: Convert read_persistent_clock() to read_persistent_clock64()Baolin Wang1-1/+1
2018-04-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-1/+1
2018-03-20parisc: time: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-02parisc: Reduce irq overhead when run in qemuHelge Deller1-4/+5
2018-03-02parisc: Use cr16 interval timers unconditionally on qemuHelge Deller1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19parisc: Fix detection of nonsynchronous cr16 cycle countersHelge Deller1-1/+4
2017-05-10parisc: Enhance detection of synchronous cr16 clocksourcesHelge Deller1-4/+20
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-12-29parisc: Mark cr16 clocksource unstable on SMP systemsHelge Deller1-3/+20
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-20parisc: Optimize timer interrupt functionHelge Deller1-83/+29
2016-11-25parisc: Switch to generic sched_clock implementationHelge Deller1-46/+11
2016-09-25parisc: Fix self-detected CPU stall warnings on Mako machinesHelge Deller1-6/+0
2016-08-20parisc: Fix automatic selection of cr16 clocksourceHelge Deller1-12/+0
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-1/+35
2016-06-05parisc: Fix printk time during bootHelge Deller1-5/+0
2016-06-04rtc: parisc: provide rtc_class_ops directlyArnd Bergmann1-1/+35
2016-05-22parisc: Add native high-resolution sched_clock() implementationHelge Deller1-1/+62
2015-09-08parisc: Use platform_device_register_simple("rtc-generic")Helge Deller1-10/+4
2015-09-08parisc: Drop CONFIG_SMP around update_cr16_clocksource()Helge Deller1-7/+0
2012-05-10parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer1-0/+1
2011-11-21clocksource: parisc: Convert to clocksource_register_hz/khzJohn Stultz1-5/+1
2011-01-31parisc: Switch do_timer() to xtime_update()Torben Hohn1-5/+2
2010-03-06parisc: Convert to read/update_persistent_clockjohn stultz1-16/+13
2009-07-03parisc: fix "delay!" timer handlingGrant Grundler1-35/+53
2009-07-03parisc: add parameter to read_cr16()Coly Li1-1/+1
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-1/+2
2009-04-02parisc: rtc: Rename rtc-parisc to rtc-genericGeert Uytterhoeven1-3/+3
2009-04-01rtc-parisc: remove unnecessary ret variabledann frazier1-4/+1
2009-04-01rtc-parisc: declare rtc_parisc_dev as staticdann frazier1-1/+1
2009-03-31parisc: add ftrace (function and graph tracer) functionalityHelge Deller1-1/+2
2009-01-05parisc: Replace NR_CPUS in parisc codeHelge Deller1-2/+2
2008-10-10parisc: add rtc platform driverKyle McMartin1-1/+19
2007-10-18[PARISC] Kill pointless variable use in time.cKyle McMartin1-4/+2
2007-05-22[PARISC] spelling fixes: arch/parisc/Simon Arlott1-1/+1
2007-02-26[PARISC] clocksource: Move update_cr16_clocksource later in bootKyle McMartin1-0/+5
2007-02-26[PARISC] time: clocksource lost update_callbackKyle McMartin1-5/+3
2007-02-26[PARISC] time: Convert clocksource is_continuous to flagKyle McMartin1-1/+1