aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-08[POWERPC] Fix off-by-one error in setting decrementer on Book E/4xx (v2)Paul Mackerras1-7/+3
2007-10-18powerpc: add scaled time accountingMichael Neuling1-2/+30
2007-10-17[POWERPC] Quieten clockevent printkAnton Blanchard1-1/+1
2007-10-11[POWERPC] Make clockevents work on PPC601 processorsPaul Mackerras1-1/+1
2007-10-11[POWERPC] Prevent decrementer clockevents from firing earlyPaul Mackerras1-0/+14
2007-10-03[POWERPC] Implement clockevents driver for powerpcTony Breeds1-43/+88
2007-10-03[POWERPC] Implement generic time of day clocksource for powerpcTony Breeds1-172/+98
2007-10-03[POWERPC] Implement {read,update}_persistent_clockTony Breeds1-59/+26
2007-09-20Merge branch 'linux-2.6'Paul Mackerras1-3/+5
2007-09-19[POWERPC] Fix timekeeping on PowerPC 601Benjamin Herrenschmidt1-3/+5
2007-08-20[POWERPC] 40x decrementer fixesJosh Boyer1-1/+1
2007-08-17[POWERPC] Clean out a bunch of duplicate includesJesper Juhl1-1/+0
2007-07-20[CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson1-0/+1
2007-07-10[POWERPC] Modify sched_clock() to make CONFIG_PRINTK_TIME more saneTony Breeds1-3/+6
2007-06-28[POWERPC] Move iSeries_tb_recal into its own late_initcall.Tony Breeds1-11/+19
2007-06-25[POWERPC] Fix stolen time for SMT without LPARMichael Neuling1-1/+1
2007-06-25[POWERPC] Remove spinlock from struct cpu_purr_dataNathan Lynch1-9/+15
2007-05-12[POWERPC] Simplify smp_space_timerswill schmidt1-17/+2
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-1/+1
2006-12-04[POWERPC] iSeries: fix time.c for combined buildStephen Rothwell1-3/+4
2006-11-22[POWERPC] Revert "[POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc class"Kim Phillips1-42/+0
2006-10-23[POWERPC] Simplify stolen time calculationStephen Rothwell1-47/+16
2006-10-07[POWERPC] Fix up after irq changesOlaf Hering1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+5
2006-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-0/+42
2006-10-02[POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc classKim Phillips1-0/+42
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-7/+0
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-09-20[POWERPC] Define of_read_ulong helperPaul Mackerras1-3/+1
2006-08-31Merge branch 'merge'Paul Mackerras1-17/+8
2006-08-30[PATCH] ppc32: fix last_jiffy time comparisonPaul Mackerras1-17/+8
2006-08-25Merge branch 'merge'Paul Mackerras1-8/+17
2006-08-23[POWERPC] Fix gettimeofday inaccuraciesNathan Lynch1-8/+17
2006-07-31[POWERPC] Constify & voidify get_property()Jeremy Kerr1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] fix and optimize clock source updateRoman Zippel1-2/+2
2006-06-26[PATCH] Time: Let user request precision from current_tick_length()john stultz1-1/+1
2006-06-21[POWERPC] support ibm,extended-*-frequency propertiesAnton Blanchard1-27/+30
2006-04-22[PATCH] powerpc: Remove stale iseries globalOlof Johansson1-5/+1
2006-04-22[PATCH] powerpc: Quiet time init outputOlof Johansson1-2/+2
2006-03-29[PATCH] for_each_possible_cpu: powerpcKAMEZAWA Hiroyuki1-2/+2
2006-03-17Merge ../linux-2.6Paul Mackerras1-14/+34
2006-03-16powerpc: Fix problem with time going backwardsPaul Mackerras1-14/+34
2006-02-27powerpc: Export variables used in conversions to/from cputime_tPaul Mackerras1-0/+5
2006-02-24powerpc: Implement accurate task and CPU time accountingPaul Mackerras1-2/+234
2006-02-20powerpc: Keep xtime and gettimeofday in syncPaul Mackerras1-183/+99
2006-02-07[PATCH] powerpc: remove pointer/integer confusion in generic_calibrate_decrOlaf Hering1-4/+4
2006-01-13[PATCH] powerpc: Remove lppaca structure from the PACADavid Gibson1-1/+1
2006-01-09[PATCH] powerpc: Remove some unneeded fields from the pacaDavid Gibson1-4/+0
2005-11-18powerpc: Fix delay functions for 601 processorsPaul Mackerras1-0/+28