summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/time.c
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Fix possible division by zero in scaled time accountingMichael Neuling2007-11-201-2/+3
* [POWERPC] Demote clockevent printk to KERN_DEBUGTony Breeds2007-11-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-11-101-24/+1Star
|\
| * sched: restore deterministic CPU accounting on powerpcPaul Mackerras2007-11-091-24/+1Star
* | [POWERPC] Fix off-by-one error in setting decrementer on Book E/4xx (v2)Paul Mackerras2007-11-081-7/+3Star
|/
* powerpc: add scaled time accountingMichael Neuling2007-10-181-2/+30
* [POWERPC] Quieten clockevent printkAnton Blanchard2007-10-171-1/+1
* [POWERPC] Make clockevents work on PPC601 processorsPaul Mackerras2007-10-111-1/+1
* [POWERPC] Prevent decrementer clockevents from firing earlyPaul Mackerras2007-10-111-0/+14
* [POWERPC] Implement clockevents driver for powerpcTony Breeds2007-10-031-43/+88
* [POWERPC] Implement generic time of day clocksource for powerpcTony Breeds2007-10-031-172/+98Star
* [POWERPC] Implement {read,update}_persistent_clockTony Breeds2007-10-031-59/+26Star
* Merge branch 'linux-2.6'Paul Mackerras2007-09-201-3/+5
|\
| * [POWERPC] Fix timekeeping on PowerPC 601Benjamin Herrenschmidt2007-09-191-3/+5
* | [POWERPC] 40x decrementer fixesJosh Boyer2007-08-201-1/+1
* | [POWERPC] Clean out a bunch of duplicate includesJesper Juhl2007-08-171-1/+0Star
|/
* [CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson2007-07-201-0/+1
* [POWERPC] Modify sched_clock() to make CONFIG_PRINTK_TIME more saneTony Breeds2007-07-101-3/+6
* [POWERPC] Move iSeries_tb_recal into its own late_initcall.Tony Breeds2007-06-281-11/+19
* [POWERPC] Fix stolen time for SMT without LPARMichael Neuling2007-06-251-1/+1
* [POWERPC] Remove spinlock from struct cpu_purr_dataNathan Lynch2007-06-251-9/+15
* [POWERPC] Simplify smp_space_timerswill schmidt2007-05-121-17/+2Star
* [POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell2007-04-121-1/+1
* [POWERPC] iSeries: fix time.c for combined buildStephen Rothwell2006-12-041-3/+4
* [POWERPC] Revert "[POWERPC] Add powerpc get/set_rtc_time interface to new gen...Kim Phillips2006-11-221-42/+0Star
* [POWERPC] Simplify stolen time calculationStephen Rothwell2006-10-231-47/+16Star
* [POWERPC] Fix up after irq changesOlaf Hering2006-10-071-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-10-031-0/+42
|\
| * [POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc classKim Phillips2006-10-021-0/+42
* | [PATCH] kill wall_jiffiesAtsushi Nemoto2006-10-011-7/+0Star
* | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto2006-09-291-1/+1
|/
* [POWERPC] Define of_read_ulong helperPaul Mackerras2006-09-201-3/+1Star
* Merge branch 'merge'Paul Mackerras2006-08-311-17/+8Star
|\
| * [PATCH] ppc32: fix last_jiffy time comparisonPaul Mackerras2006-08-311-17/+8Star
* | Merge branch 'merge'Paul Mackerras2006-08-251-8/+17
|\|
| * [POWERPC] Fix gettimeofday inaccuraciesNathan Lynch2006-08-231-8/+17
* | [POWERPC] Constify & voidify get_property()Jeremy Kerr2006-07-311-2/+2
|/
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] fix and optimize clock source updateRoman Zippel2006-06-261-2/+2
* [PATCH] Time: Let user request precision from current_tick_length()john stultz2006-06-261-1/+1
* [POWERPC] support ibm,extended-*-frequency propertiesAnton Blanchard2006-06-211-27/+30
* [PATCH] powerpc: Remove stale iseries globalOlof Johansson2006-04-221-5/+1Star
* [PATCH] powerpc: Quiet time init outputOlof Johansson2006-04-221-2/+2
* [PATCH] for_each_possible_cpu: powerpcKAMEZAWA Hiroyuki2006-03-291-2/+2
* Merge ../linux-2.6Paul Mackerras2006-03-171-14/+34
|\
| * powerpc: Fix problem with time going backwardsPaul Mackerras2006-03-161-14/+34
* | powerpc: Export variables used in conversions to/from cputime_tPaul Mackerras2006-02-271-0/+5
* | powerpc: Implement accurate task and CPU time accountingPaul Mackerras2006-02-241-2/+234
|/
* powerpc: Keep xtime and gettimeofday in syncPaul Mackerras2006-02-201-183/+99Star