summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/time.c
AgeCommit message (Expand)AuthorLines
2019-05-10parisc: Use __ro_after_init in time.cHelge Deller-1/+1
2018-04-20parisc: time: Convert read_persistent_clock() to read_persistent_clock64()Baolin Wang-1/+1
2018-04-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-1/+1
2018-03-20parisc: time: stop validating rtc_time in .read_timeAlexandre Belloni-1/+1
2018-03-02parisc: Reduce irq overhead when run in qemuHelge Deller-4/+5
2018-03-02parisc: Use cr16 interval timers unconditionally on qemuHelge Deller-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-19parisc: Fix detection of nonsynchronous cr16 cycle countersHelge Deller-1/+4
2017-05-10parisc: Enhance detection of synchronous cr16 clocksourcesHelge Deller-4/+20
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-12-29parisc: Mark cr16 clocksource unstable on SMP systemsHelge Deller-3/+20
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-20parisc: Optimize timer interrupt functionHelge Deller-83/+29
2016-11-25parisc: Switch to generic sched_clock implementationHelge Deller-46/+11
2016-09-25parisc: Fix self-detected CPU stall warnings on Mako machinesHelge Deller-6/+0
2016-08-20parisc: Fix automatic selection of cr16 clocksourceHelge Deller-12/+0
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-1/+35
2016-06-05parisc: Fix printk time during bootHelge Deller-5/+0
2016-06-04rtc: parisc: provide rtc_class_ops directlyArnd Bergmann-1/+35
2016-05-22parisc: Add native high-resolution sched_clock() implementationHelge Deller-1/+62
2015-09-08parisc: Use platform_device_register_simple("rtc-generic")Helge Deller-10/+4
2015-09-08parisc: Drop CONFIG_SMP around update_cr16_clocksource()Helge Deller-7/+0
2012-05-10parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer-0/+1
2011-11-21clocksource: parisc: Convert to clocksource_register_hz/khzJohn Stultz-5/+1
2011-01-31parisc: Switch do_timer() to xtime_update()Torben Hohn-5/+2
2010-03-06parisc: Convert to read/update_persistent_clockjohn stultz-16/+13
2009-07-03parisc: fix "delay!" timer handlingGrant Grundler-35/+53
2009-07-03parisc: add parameter to read_cr16()Coly Li-1/+1
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds-1/+2
2009-04-02parisc: rtc: Rename rtc-parisc to rtc-genericGeert Uytterhoeven-3/+3
2009-04-01rtc-parisc: remove unnecessary ret variabledann frazier-4/+1
2009-04-01rtc-parisc: declare rtc_parisc_dev as staticdann frazier-1/+1
2009-03-31parisc: add ftrace (function and graph tracer) functionalityHelge Deller-1/+2
2009-01-05parisc: Replace NR_CPUS in parisc codeHelge Deller-2/+2
2008-10-10parisc: add rtc platform driverKyle McMartin-1/+19
2007-10-18[PARISC] Kill pointless variable use in time.cKyle McMartin-4/+2
2007-05-22[PARISC] spelling fixes: arch/parisc/Simon Arlott-1/+1
2007-02-26[PARISC] clocksource: Move update_cr16_clocksource later in bootKyle McMartin-0/+5
2007-02-26[PARISC] time: clocksource lost update_callbackKyle McMartin-5/+3
2007-02-26[PARISC] time: Convert clocksource is_continuous to flagKyle McMartin-1/+1
2007-02-26[PARISC] clocksource_cr16: Use clocksource_change_rating()Kyle McMartin-2/+1
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds-111/+35
2007-02-17[PARISC] Convert soft power switch driver to kthreadHelge Deller-4/+0
2007-02-17[PARISC] disable cr16 clocksource when multiple CPUs are onlineHelge Deller-5/+19
2007-02-17[PARISC] GENERIC_TIME patchset for pariscHelge Deller-110/+24
2007-02-11[PATCH] Consolidate default sched_clock()Alexey Dobriyan-11/+0
2006-10-07[PARISC] More pt_regs removalMatthew Wilcox-13/+11
2006-10-07[PARISC] Make firmware calls irqsafe-ish...Kyle McMartin-3/+5
2006-10-06Build fixes for struct pt_regs removalMatthew Wilcox-1/+1