aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-142/+133
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-21/+21
2010-10-14powerpc: export ppc_proc_freq and ppc_tb_freq as GPL symbolsTimur Tabi1-1/+2
2010-09-02powerpc/pseries: Re-enable dispatch trace log userspace interfacePaul Mackerras1-1/+5
2010-09-02powerpc: Account time using timebase rather than PURRPaul Mackerras1-141/+127
2010-08-31powerpc/perf_event: Reduce latency of calling perf_event_do_pendingPaul Mackerras1-12/+11
2010-07-28Merge branch 'powerpc.cherry-picks' into timers/clocksourceThomas Gleixner1-133/+9
2010-07-28powerpc: Clean up obsolete code relating to decrementer and timebasePaul Mackerras1-133/+3
2010-07-28powerpc: Rework VDSO gettimeofday to prevent time going backwardsPaul Mackerras1-27/+34
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz1-4/+4
2010-07-27powerpc: Cleanup xtime usageJohn Stultz1-4/+4
2010-07-27powerpc: Simplify update_vsyscallJohn Stultz1-30/+25
2010-05-12powerpc/perf_event: Fix oops due to perf_event_do_pending callPaul Mackerras1-12/+48
2010-02-17powerpc: Add timer, performance monitor and machine check counts to /proc/interruptsAnton Blanchard1-0/+2
2010-02-09powerpc: Only print clockevent settings onceAnton Blanchard1-2/+2
2010-02-03powerpc: Replace per_cpu(, smp_processor_id()) with __get_cpu_var()Anton Blanchard1-2/+2
2010-01-15powerpc: Fix decrementer setup on 1GHz boardsStefan Roese1-1/+10
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