Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
11b8633ada8633991e584951d0027f2741162201
/
arch
/
powerpc
/
kernel
/
time.c
11b8633
powerpc/time: Use clocksource_register_hz
by Anton Blanchard
· 13 years ago
d8afc6f
powerpc/time: Use clockevents_calc_mult_shift
by Anton Blanchard
· 13 years ago
37fb9a0
powerpc/time: Handle wrapping of decrementer
by Anton Blanchard
· 13 years ago
4b16f8e
powerpc: various straight conversions from module.h --> export.h
by Paul Gortmaker
· 13 years ago
4f8b50b
irq_work, ppc: Fix up arch hooks
by Peter Zijlstra
· 14 years ago
84ffae5
powerpc: Fix oops if scan_dispatch_log is called too early
by Anton Blanchard
· 14 years ago
963e5d3
powerpc: Make decrementer interrupt robust against offlined CPUs
by Benjamin Herrenschmidt
· 14 years ago
ad5d1c8
powerpc: Fix accounting of softirq time when idle
by Anton Blanchard
· 14 years ago
b18ae08
powerpc/cell: Use system_wq in cpufreq_spudemand
by Tejun Heo
· 14 years ago
364a124
powerpc/time: printk time stamp init not correct
by Heiko Schocher
· 14 years ago
d4429f6
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 14 years ago
e360adb
irq_work: Add generic hardirq context callbacks
by Peter Zijlstra
· 14 years ago
55ec2fc
powerpc: export ppc_proc_freq and ppc_tb_freq as GPL symbols
by Timur Tabi
· 14 years ago
872e439
powerpc/pseries: Re-enable dispatch trace log userspace interface
by Paul Mackerras
· 14 years ago
cf9efce
powerpc: Account time using timebase rather than PURR
by Paul Mackerras
· 14 years ago
b0d278b
powerpc/perf_event: Reduce latency of calling perf_event_do_pending
by Paul Mackerras
· 14 years ago
47916be
Merge branch 'powerpc.cherry-picks' into timers/clocksource
by Thomas Gleixner
· 14 years ago
d75d68c
powerpc: Clean up obsolete code relating to decrementer and timebase
by Paul Mackerras
· 15 years ago
0e469db
powerpc: Rework VDSO gettimeofday to prevent time going backwards
by Paul Mackerras
· 15 years ago
7615856
timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset
by John Stultz
· 15 years ago
06d518e
powerpc: Cleanup xtime usage
by John Stultz
· 15 years ago
b0797b6
powerpc: Simplify update_vsyscall
by John Stultz
· 15 years ago
0fe1ac4
powerpc/perf_event: Fix oops due to perf_event_do_pending call
by Paul Mackerras
· 15 years ago
89713ed
powerpc: Add timer, performance monitor and machine check counts to /proc/interrupts
by Anton Blanchard
· 15 years ago
b919ee8
powerpc: Only print clockevent settings once
by Anton Blanchard
· 15 years ago
61c03dd
powerpc: Replace per_cpu(, smp_processor_id()) with __get_cpu_var()
by Anton Blanchard
· 15 years ago
3e7b484
powerpc: Fix decrementer setup on 1GHz boards
by Stefan Roese
· 15 years ago
09cea96
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 15 years ago
bcd6acd
Merge commit 'origin/master' into next
by Benjamin Herrenschmidt
· 15 years ago
fbf07ea
Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
60d8ce2
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
0696b71
timekeeping: Fix clock_gettime vsyscall time warp
by Lin Ming
· 15 years ago
0ffa798
Merge branches 'perf/powerpc' and 'perf/bench' into perf/core
by Ingo Molnar
· 15 years ago
a362c63
clocksource/events: Fix fallout of generic code changes
by Thomas Gleixner
· 15 years ago
0526484
Merge commit 'origin/master' into next
by Benjamin Herrenschmidt
· 15 years ago
978d7eb
powerpc: Avoid giving out RTC dates below EPOCH
by Benjamin Herrenschmidt
· 15 years ago
4ab79aa
Export symbols for KVM module
by Alexander Graf
· 15 years ago
6795b85
powerpc: tracing: Add powerpc tracepoints for timer entry and exit
by Anton Blanchard
· 15 years ago
31bbb9b
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
a03fdb7
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
f71bb0a
Merge branch 'timers/posixtimers' into timers/tracing
by Thomas Gleixner
· 15 years ago
77c0a70
powerpc: Properly start decrementer on BookE secondary CPUs
by Benjamin Herrenschmidt
· 15 years ago
d90246c
timekeeping: Increase granularity of read_persistent_clock(), build fix
by Martin Schwidefsky
· 15 years ago
14ea58a
powerpc: Use DIV_ROUND_CLOSEST in time init code
by Julia Lawall
· 15 years ago
d4f587c
timekeeping: Increase granularity of read_persistent_clock()
by Martin Schwidefsky
· 15 years ago
a42548a
cputime: Optimize jiffies_to_cputime(1)
by Stanislaw Gruszka
· 15 years ago
105988c
perf_counter: powerpc: Enable use of software counters on 32-bit powerpc
by Paul Mackerras
· 16 years ago
177996e
powerpc: Don't do generic calibrate_delay()
by Benjamin Herrenschmidt
· 16 years ago
8d165db
powerpc: Improve decrementer accuracy
by Anton Blanchard
· 16 years ago
8e19608
clocksource: pass clocksource to read() callback
by Magnus Damm
· 16 years ago
bcd68a7
powerpc: Hook up rtc-generic, and kill rtc-ppc
by Geert Uytterhoeven
· 16 years ago
61420f5
Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 16 years ago
b840d79
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
79741dd
[PATCH] idle cputime accounting
by Martin Schwidefsky
· 16 years ago
457533a
[PATCH] fix scaled & unscaled cputime accounting
by Martin Schwidefsky
· 16 years ago
320ab2b
cpumask: convert struct clock_event_device to cpumask pointers.
by Rusty Russell
· 16 years ago
3cc6987
powerpc: Eliminate unused do_gtod variable
by Paul Mackerras
· 16 years ago
597bc5c
powerpc: Improve resolution of VDSO clock_gettime
by Paul Mackerras
· 16 years ago
84c3d4a
Merge commit 'origin/master'
by Benjamin Herrenschmidt
· 17 years ago
ddb107e
powerpc/booke: don't reinitialize time base
by Kumar Gala
· 17 years ago
15c8b6c
on_each_cpu(): kill unused 'retry' parameter
by Jens Axboe
· 17 years ago
1c21a29
[POWERPC] Fix sparse warnings in arch/powerpc/kernel
by Michael Ellerman
· 17 years ago
7fc5c78
ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT
by Roman Zippel
· 17 years ago
074b3b8
ntp: increase time_freq resolution
by Roman Zippel
· 17 years ago
06b8e87
taskstats scaled time cleanup
by Michael Neuling
· 17 years ago
7ac5dde
[POWERPC] Implement arch disable/enable irq hooks.
by Scott Wood
· 17 years ago
53024fe
[POWERPC] Optimize account_system_vtime
by Milton Miller
· 17 years ago
db3801a
[POWERPC] Depend on ->initialized in calc_steal_time
by Milton Miller
· 17 years ago
6e6b44e
[POWERPC] Timer interrupt: use a struct for two per_cpu varables
by Milton Miller
· 17 years ago
8b5621f
[POWERPC] Use __get_cpu_var in time.c
by Milton Miller
· 17 years ago
c481887
[POWERPC] init_decrementer_clockevent can be static __init
by Milton Miller
· 17 years ago
2b46b56
[POWERPC] Fix possible division by zero in scaled time accounting
by Michael Neuling
· 17 years ago
0302f12
[POWERPC] Demote clockevent printk to KERN_DEBUG
by Tony Breeds
· 17 years ago
a70a932
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
by Linus Torvalds
· 17 years ago
fa13a5a
sched: restore deterministic CPU accounting on powerpc
by Paul Mackerras
· 17 years ago
43875cc
[POWERPC] Fix off-by-one error in setting decrementer on Book E/4xx (v2)
by Paul Mackerras
· 17 years ago
4603ac1
powerpc: add scaled time accounting
by Michael Neuling
· 17 years ago
1281c8b
[POWERPC] Quieten clockevent printk
by Anton Blanchard
· 17 years ago
cdec12a
[POWERPC] Make clockevents work on PPC601 processors
by Paul Mackerras
· 17 years ago
d968014
[POWERPC] Prevent decrementer clockevents from firing early
by Paul Mackerras
· 17 years ago
d831d0b
[POWERPC] Implement clockevents driver for powerpc
by Tony Breeds
· 17 years ago
4a4cfe3
[POWERPC] Implement generic time of day clocksource for powerpc
by Tony Breeds
· 17 years ago
aa3be5f
[POWERPC] Implement {read,update}_persistent_clock
by Tony Breeds
· 17 years ago
0ce49a3
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
c27da339
[POWERPC] Fix timekeeping on PowerPC 601
by Benjamin Herrenschmidt
· 17 years ago
aab6929
[POWERPC] 40x decrementer fixes
by Josh Boyer
· 17 years ago
9420dc6
[POWERPC] Clean out a bunch of duplicate includes
by Jesper Juhl
· 17 years ago
1474855
[CELL] oprofile: add support to OProfile for profiling CELL BE SPUs
by Bob Nelson
· 18 years ago
fc9069fe
[POWERPC] Modify sched_clock() to make CONFIG_PRINTK_TIME more sane
by Tony Breeds
· 18 years ago
71712b4
[POWERPC] Move iSeries_tb_recal into its own late_initcall.
by Tony Breeds
· 18 years ago
4cefebb1
[POWERPC] Fix stolen time for SMT without LPAR
by Michael Neuling
· 18 years ago
df211c8
[POWERPC] Remove spinlock from struct cpu_purr_data
by Nathan Lynch
· 18 years ago
e147ec8
[POWERPC] Simplify smp_space_timers
by will schmidt
· 18 years ago
e2eb639
[POWERPC] Rename get_property to of_get_property: arch/powerpc
by Stephen Rothwell
· 18 years ago
501b6d2
[POWERPC] iSeries: fix time.c for combined build
by Stephen Rothwell
· 18 years ago
df9c230
[POWERPC] Revert "[POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc class"
by Kim Phillips
· 18 years ago
cbcdb93
[POWERPC] Simplify stolen time calculation
by Stephen Rothwell
· 18 years ago
35a84c2
[POWERPC] Fix up after irq changes
by Olaf Hering
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
Next »