aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/abelloni/linuxLinus 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 <linux/sched/clock.h>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/linuxLinus 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
2007-02-26[PARISC] clocksource_cr16: Use clocksource_change_rating()Kyle McMartin1-2/+1
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-111/+35
2007-02-17[PARISC] Convert soft power switch driver to kthreadHelge Deller1-4/+0
2007-02-17[PARISC] disable cr16 clocksource when multiple CPUs are onlineHelge Deller1-5/+19
2007-02-17[PARISC] GENERIC_TIME patchset for pariscHelge Deller1-110/+24
2007-02-11[PATCH] Consolidate default sched_clock()Alexey Dobriyan1-11/+0
2006-10-07[PARISC] More pt_regs removalMatthew Wilcox1-13/+11
2006-10-07[PARISC] Make firmware calls irqsafe-ish...Kyle McMartin1-3/+5
2006-10-06Build fixes for struct pt_regs removalMatthew Wilcox1-1/+1
2006-10-05[PA-RISC] Fix time.c for new do_timer() calling conventionMatthew Wilcox1-14/+23