summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/time.c
Commit message (Expand)AuthorAgeFilesLines
* [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/time.cDavid S. Miller2008-03-261-26/+40
* read_current_timer() cleanupsAndrew Morton2008-02-061-0/+5
* [SPARC]: Remove duplicate includes.Lucas Woods2007-11-071-2/+0Star
* [SPARC64]: Fix bogus '&' conditinal in set_rtc_mmss().David S. Miller2007-10-311-1/+1
* [SPARC/64]: Move of_platform_driver initialisations: arch/sparc{,64}.Stephen Rothwell2007-10-141-1/+3
* [SPARC64]: Handle mostek clock type in mini_rtc driver.David S. Miller2007-07-301-0/+75
* NTP: move the cmos update code into ntp.cThomas Gleixner2007-07-221-51/+2Star
* clockevents: fix resume logicThomas Gleixner2007-07-221-0/+1
* [SPARC64]: Stop using drivers/char/rtc.cDavid S. Miller2007-07-211-0/+79
* [SPARC/64] Rename some functions like PowerPCStephen Rothwell2007-07-201-1/+1
* [SPARC64]: More sensible udelay implementation.David S. Miller2007-07-161-7/+21
* [SPARC64]: Fill holes in hypervisor APIs and fix KTSB registry.David S. Miller2007-05-291-23/+9Star
* [SPARC64]: arch/sparc64/time.c doesn't compile on Ultra 1 (no PCI)Horst H. von Brand2007-05-291-0/+6
* [SPARC64]: Use machine description and OBP properly for cpu probing.David S. Miller2007-05-291-6/+3Star
* [SPARC64]: Fix sched_clock() et al.David S. Miller2007-05-181-1/+1
* [SPARC64]: Add support for bq4802 TOD chip, as found on ultra45.David S. Miller2007-05-121-20/+210
* [SPARC64]: constify of_get_property return: arch/sparc64Stephen Rothwell2007-04-261-2/+2
* [SPARC64]: Small cleanups time.cTony Breeds2007-04-261-11/+6Star
* [SPARC64]: Fix sparc64_next_event() error return.David S. Miller2007-04-261-1/+1
* [SPARC64]: Add clocksource/clockevents support.David S. Miller2007-04-261-190/+218
* [SPARC64]: Unify timer interrupt handler.David S. Miller2007-04-261-25/+18Star
* [SPARC64]: Synchronize RTC clock via timer just like x86.David S. Miller2007-04-261-18/+48
* [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] sparc64 irq pt_regs falloutAl Viro2006-10-091-3/+4
* [PATCH] kill wall_jiffiesAtsushi Nemoto2006-10-011-2/+0Star
* [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto2006-09-291-2/+2
* [SPARC64]: Fix sched_clock() wrapping every ~17 seconds.David S. Miller2006-09-241-1/+1
* [SPARC64]: Make sure IRQs are disabled properly during early boot.David S. Miller2006-07-151-2/+0Star
* [SPARC64]: Fix sparc64 build errors when CONFIG_PCI=n.Randy Dunlap2006-07-061-1/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [SPARC64]: time: Kill unnecessary asm/{fhc,sbus,ebus,isa}.h includes.David S. Miller2006-06-301-5/+2Star
* [SPARC64]: Fix typo in clock_probe().David S. Miller2006-06-301-2/+2
* [SPARC64] clock: Only probe central fhc clock on Enterprise boxes.David S. Miller2006-06-301-0/+7
* [SPARC]: Convert clock drivers to of_driver framework.David S. Miller2006-06-301-192/+54Star
* [SPARC64]: Convert central bus layer to in-kernel PROM device tree.David S. Miller2006-06-241-11/+11
* [SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller2006-06-241-174/+194
* [SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree.David S. Miller2006-06-241-7/+9
* [SPARC64]: Send all device interrupts via one PIL.David S. Miller2006-06-201-13/+3Star
* [PATCH] RTC: Remove RTC UIP synchronization on Sparc64Matt Mackall2006-03-281-15/+1Star
* [SPARC64]: Fix mini RTC driver reading.David S. Miller2006-03-201-0/+2
* [SPARC64]: Add mini-RTC driver for Starfire and SUN4V.David S. Miller2006-03-201-0/+279
* [SPARC64]: Define ARCH_HAS_READ_CURRENT_TIMER.David S. Miller2006-03-201-7/+1Star
* [SPARC64]: Do not try to write to %tick or %stick on SUN4V.David S. Miller2006-03-201-10/+16
* [SPARC64]: Fetch bootup time of day from Hypervisor.David S. Miller2006-03-201-8/+50
* [SPARC64]: Eliminate race condition reading Hummingbird STICK registerRichard Mortimer2006-01-181-11/+11
* [SPARC64]: Kill off dummy_tick_ops.David S. Miller2005-11-071-11/+2Star
* [PATCH] jiffies_64 cleanupThomas Gleixner2005-10-311-4/+0Star
* [PATCH] NTP: ntp-helper functionsjohn stultz2005-09-081-1/+1
* [SPARC64]: Add __read_mostly support.David S. Miller2005-07-111-15/+9Star
* [SPARC64]: Add support for IRQ pre-handlers.David S. Miller2005-07-041-1/+1