Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c6eb3f70d4482806dc2d3e1e3c7736f497b1d418
/
kernel
/
time
/
tick-common.c
c6eb3f7
hrtimer: Get rid of hrtimer softirq
by Thomas Gleixner
· 10 years ago
def7470
timers/PM: Drop unnecessary braces from tick_freeze()
by Rafael J. Wysocki
· 10 years ago
422fe75
timers/PM: Fix up tick_unfreeze()
by Rafael J. Wysocki
· 10 years ago
a49b116
clockevents: Cleanup dead cpu explicitely
by Thomas Gleixner
· 10 years ago
52c063d
clockevents: Make tick handover explicit
by Thomas Gleixner
· 10 years ago
7270d11
arm/bL_switcher: Kill tick suspend hackery
by Thomas Gleixner
· 10 years ago
f46481d
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
by Thomas Gleixner
· 10 years ago
4ffee52
clockevents: Make suspend/resume calls explicit
by Thomas Gleixner
· 10 years ago
77e32c8
clockevents: Manage device's state separately for the core
by Viresh Kumar
· 10 years ago
554ef38
clockevents: Handle tick device's resume separately
by Viresh Kumar
· 10 years ago
124cf911
PM / sleep: Make it possible to quiesce timers during suspend-to-idle
by Rafael J. Wysocki
· 10 years ago
0429fbc
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
a80e49e
nohz: Move nohz full init call to tick init
by Frederic Weisbecker
· 10 years ago
22127e9
time: Replace __get_cpu_var uses
by Christoph Lameter
· 10 years ago
521c429
tick-common: Fix wrong check in tick_check_replacement()
by Viresh Kumar
· 11 years ago
b97f029
tick: Remove code duplication in tick_handle_periodic()
by Viresh Kumar
· 11 years ago
cacb3c7
tick: Fix spelling mistake in tick_handle_periodic()
by Viresh Kumar
· 11 years ago
d05d24a
Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/linux into timers/core
by Ingo Molnar
· 11 years ago
47a1b796
tick/timekeeping: Call update_wall_time outside the jiffies lock
by John Stultz
· 11 years ago
050ded1
tick: Document tick_do_timer_cpu
by Andrew Morton
· 11 years ago
07bd117
tick: Sanitize broadcast control logic
by Thomas Gleixner
· 12 years ago
70e5975
clockevents: Prefer CPU local devices over global devices
by Stephen Boyd
· 12 years ago
03e13cf
clockevents: Implement unbind functionality
by Thomas Gleixner
· 12 years ago
45cb8e0
clockevents: Split out selection logic
by Thomas Gleixner
· 12 years ago
ccf33d6
clockevents: Add module refcount
by Thomas Gleixner
· 12 years ago
8c53daf
clockevents: Move the tick_notify() switch case to clockevents_notify()
by Thomas Gleixner
· 12 years ago
7126cac
clockevents: Simplify locking
by Thomas Gleixner
· 12 years ago
7172a286
clockevents: Get rid of the notifier chain
by Thomas Gleixner
· 12 years ago
534c97b
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
6f7a05d
clockevents: Set dummy handler on CPU_DEAD shutdown
by Thomas Gleixner
· 12 years ago
c5bfece
nohz: Switch from "extended nohz" to "full nohz" based naming
by Frederic Weisbecker
· 12 years ago
a382bf9
nohz: Assign timekeeping duty to a CPU outside the full dynticks range
by Frederic Weisbecker
· 12 years ago
b352bc1
tick: Convert broadcast cpu bitmaps to cpumask_var_t
by Thomas Gleixner
· 12 years ago
d6ad418
time: Kill xtime_lock, replacing it with jiffies_lock
by John Stultz
· 13 years ago
d174830
clockevents: Make minimum delay adjustments configurable
by Martin Schwidefsky
· 13 years ago
420c1c5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
3a142a0
clockevents: Prevent oneshot mode when broadcast device is periodic
by Thomas Gleixner
· 14 years ago
e2830b5
time: Make do_timer() and xtime_lock local to kernel/time/
by Torben Hohn
· 14 years ago
909ea96
core: Replace __get_cpu_var with __this_cpu_read if not used for an address.
by Christoph Lameter
· 14 years ago
b5f91da
clockevents: Convert to raw_spinlock
by Thomas Gleixner
· 15 years ago
d192c47
clockevents: Make tick_device_lock static
by Thomas Gleixner
· 15 years ago
74a03b6
clockevents: prevent endless loop in tick_handle_periodic()
by john stultz
· 16 years ago
94df7de
hrtimers: allow the hot-unplugging of all cpus
by Sebastien Dugue
· 16 years ago
6b95482
cpumask: convert kernel time functions
by Rusty Russell
· 16 years ago
320ab2b
cpumask: convert struct clock_event_device to cpumask pointers.
by Rusty Russell
· 16 years ago
0de2652
cpumask: make irq_set_affinity() take a const struct cpumask
by Rusty Russell
· 16 years ago
27ce4cb
clockevents: prevent mode mismatch on cpu online
by Thomas Gleixner
· 16 years ago
6441402
clockevents: prevent cpu online to interfere with nohz
by Thomas Gleixner
· 16 years ago
2344abb
clockevents: make device shutdown robust
by Thomas Gleixner
· 16 years ago
7c1e768
clockevents: prevent clockevent event_handler ending up handler_noop
by Venkatesh Pallipadi
· 16 years ago
0bc3cc0
cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu
by Mike Travis
· 16 years ago
c18a41f
cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.c
by Mike Travis
· 16 years ago
d7b9068
[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.h
by Russell King
· 17 years ago
1595f45
clockevents: introduce force broadcast notifier
by Thomas Gleixner
· 17 years ago
4a93232
clock events: allow replacement of broadcast timer
by Venki Pallipadi
· 17 years ago
18de5bc
clockevents: fix resume logic
by Thomas Gleixner
· 17 years ago
d3ed782
highres/dyntick: prevent xtime lock contention
by Thomas Gleixner
· 18 years ago
cd05a1f
[PATCH] clockevents: Fix suspend/resume to disk hangs
by Thomas Gleixner
· 18 years ago
6321dd6
[PATCH] Save/restore periodic tick information over suspend/resume
by Thomas Gleixner
· 18 years ago
3494c16
[TICK] tick-common: Fix one-shot handling in tick_handle_periodic().
by David S. Miller
· 18 years ago
289f480
[PATCH] Add debugging feature /proc/timer_list
by Ingo Molnar
· 18 years ago
79bf2bb
[PATCH] tick-management: dyntick / highres functionality
by Thomas Gleixner
· 18 years ago
f8381cb
[PATCH] tick-management: broadcast functionality
by Thomas Gleixner
· 18 years ago
906568c
[PATCH] tick-management: core functionality
by Thomas Gleixner
· 18 years ago