aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+1
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-0/+6
2009-12-08Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+3
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-11-17timekeeping: Fix clock_gettime vsyscall time warpLin Ming1-2/+3
2009-11-15Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar1-0/+6
2009-11-14clocksource/events: Fix fallout of generic code changesThomas Gleixner1-1/+1
2009-11-12Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-1/+14
2009-11-05powerpc: Avoid giving out RTC dates below EPOCHBenjamin Herrenschmidt1-1/+14
2009-11-05Export symbols for KVM moduleAlexander Graf1-0/+1
2009-10-28powerpc: tracing: Add powerpc tracepoints for timer entry and exitAnton Blanchard1-0/+6
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-15/+15
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+12
2009-08-29Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner1-0/+4
2009-08-28powerpc: Properly start decrementer on BookE secondary CPUsBenjamin Herrenschmidt1-8/+22
2009-08-23timekeeping: Increase granularity of read_persistent_clock(), build fixMartin Schwidefsky1-5/+9
2009-08-20powerpc: Use DIV_ROUND_CLOSEST in time init codeJulia Lawall1-1/+2
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky1-3/+4
2009-08-03cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka1-0/+4
2009-06-18perf_counter: powerpc: Enable use of software counters on 32-bit powerpcPaul Mackerras1-0/+25
2009-06-15powerpc: Don't do generic calibrate_delay()Benjamin Herrenschmidt1-0/+10
2009-05-21powerpc: Improve decrementer accuracyAnton Blanchard1-3/+18
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-4/+4
2009-04-02powerpc: Hook up rtc-generic, and kill rtc-ppcGeert Uytterhoeven1-0/+16
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-7/+11
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky1-3/+10
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky1-5/+2
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-11-06powerpc: Eliminate unused do_gtod variablePaul Mackerras1-35/+0
2008-11-06powerpc: Improve resolution of VDSO clock_gettimePaul Mackerras1-0/+1
2008-07-16Merge commit 'origin/master'Benjamin Herrenschmidt1-1/+1
2008-07-14powerpc/booke: don't reinitialize time baseKumar Gala1-4/+0
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-05-14[POWERPC] Fix sparse warnings in arch/powerpc/kernelMichael Ellerman1-5/+5
2008-05-01ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTRoman Zippel1-1/+1
2008-05-01ntp: increase time_freq resolutionRoman Zippel1-2/+0
2008-02-06taskstats scaled time cleanupMichael Neuling1-6/+6
2007-12-21[POWERPC] Implement arch disable/enable irq hooks.Scott Wood1-0/+39
2007-12-20[POWERPC] Optimize account_system_vtimeMilton Miller1-8/+13
2007-12-20[POWERPC] Depend on ->initialized in calc_steal_timeMilton Miller1-3/+1
2007-12-20[POWERPC] Timer interrupt: use a struct for two per_cpu varablesMilton Miller1-8/+12
2007-12-20[POWERPC] Use __get_cpu_var in time.cMilton Miller1-2/+2
2007-12-20[POWERPC] init_decrementer_clockevent can be static __initMilton Miller1-2/+1
2007-11-20[POWERPC] Fix possible division by zero in scaled time accountingMichael Neuling1-2/+3
2007-11-13[POWERPC] Demote clockevent printk to KERN_DEBUGTony Breeds1-1/+1
2007-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-24/+1
2007-11-09sched: restore deterministic CPU accounting on powerpcPaul Mackerras1-24/+1
2007-11-08[POWERPC] Fix off-by-one error in setting decrementer on Book E/4xx (v2)Paul Mackerras1-7/+3