aboutsummaryrefslogtreecommitdiffstats
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
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
2006-10-04[PARISC] Kill wall_jiffies useAndrew Morton1-3/+0
2006-10-04[PARISC] Further updates to timer_interrupt()Grant Grundler1-62/+65
2006-10-04[PARISC] remove halftick and copy clocktick to local var (gcc can optimize us...Grant Grundler1-15/+31
2006-10-04[PARISC] Rewrite timer_interrupt() and gettimeoffset() using "unsigned" math.Grant Grundler1-44/+96
2006-10-04[PARISC] Add new function to start local Interval Timer, start_cpu_itimer()Grant Grundler1-9/+11
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-4/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PARISC] Fix do_gettimeofday() hangJames Bottomley1-2/+16
2006-01-10[PARISC] Add __read_mostly section for pariscHelge Deller1-2/+2
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-10-21[PARISC] Use work queue in LED/LCD driver instead of tasklet.Grant Grundler1-8/+0
2005-10-21[PARISC] Take into account nullified insn and lock functions for profilingRandolph Chung1-0/+18
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz1-4/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+243