index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
tick-common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
timekeeping: Split jiffies seqlock
Thomas Gleixner
2015-01-01
1
-4
/
+6
*
timers/PM: Drop unnecessary braces from tick_freeze()
Rafael J. Wysocki
2015-04-03
1
-3
/
+2
*
timers/PM: Fix up tick_unfreeze()
Rafael J. Wysocki
2015-04-03
1
-1
/
+1
*
clockevents: Cleanup dead cpu explicitely
Thomas Gleixner
2015-04-03
1
-3
/
+3
*
clockevents: Make tick handover explicit
Thomas Gleixner
2015-04-03
1
-3
/
+6
*
arm/bL_switcher: Kill tick suspend hackery
Thomas Gleixner
2015-04-01
1
-1
/
+1
*
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
Thomas Gleixner
2015-04-01
1
-17
/
+38
*
clockevents: Make suspend/resume calls explicit
Thomas Gleixner
2015-04-01
1
-3
/
+23
*
clockevents: Manage device's state separately for the core
Viresh Kumar
2015-03-27
1
-3
/
+4
*
clockevents: Handle tick device's resume separately
Viresh Kumar
2015-03-27
1
-1
/
+1
*
PM / sleep: Make it possible to quiesce timers during suspend-to-idle
Rafael J. Wysocki
2015-02-15
1
-0
/
+50
*
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-10-15
1
-3
/
+3
|
\
|
*
time: Replace __get_cpu_var uses
Christoph Lameter
2014-08-26
1
-3
/
+3
*
|
nohz: Move nohz full init call to tick init
Frederic Weisbecker
2014-09-13
1
-0
/
+1
|
/
*
tick-common: Fix wrong check in tick_check_replacement()
Viresh Kumar
2014-04-15
1
-1
/
+1
*
tick: Remove code duplication in tick_handle_periodic()
Viresh Kumar
2014-03-26
1
-7
/
+7
*
tick: Fix spelling mistake in tick_handle_periodic()
Viresh Kumar
2014-03-26
1
-1
/
+1
*
Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...
Ingo Molnar
2014-01-12
1
-0
/
+1
|
\
|
*
tick/timekeeping: Call update_wall_time outside the jiffies lock
John Stultz
2013-12-23
1
-0
/
+1
*
|
tick: Document tick_do_timer_cpu
Andrew Morton
2013-11-19
1
-0
/
+15
|
/
*
tick: Sanitize broadcast control logic
Thomas Gleixner
2013-07-02
1
-1
/
+2
*
clockevents: Prefer CPU local devices over global devices
Stephen Boyd
2013-06-24
1
-2
/
+7
*
clockevents: Implement unbind functionality
Thomas Gleixner
2013-05-16
1
-0
/
+24
*
clockevents: Split out selection logic
Thomas Gleixner
2013-05-16
1
-33
/
+36
*
clockevents: Add module refcount
Thomas Gleixner
2013-05-16
1
-0
/
+4
*
clockevents: Move the tick_notify() switch case to clockevents_notify()
Thomas Gleixner
2013-05-16
1
-46
/
+4
*
clockevents: Simplify locking
Thomas Gleixner
2013-05-16
1
-17
/
+5
*
clockevents: Get rid of the notifier chain
Thomas Gleixner
2013-05-16
1
-25
/
+5
*
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-05-05
1
-1
/
+4
|
\
|
*
nohz: Switch from "extended nohz" to "full nohz" based naming
Frederic Weisbecker
2013-04-15
1
-1
/
+1
|
*
nohz: Assign timekeeping duty to a CPU outside the full dynticks range
Frederic Weisbecker
2013-03-21
1
-1
/
+4
*
|
clockevents: Set dummy handler on CPU_DEAD shutdown
Thomas Gleixner
2013-04-25
1
-0
/
+1
*
|
tick: Convert broadcast cpu bitmaps to cpumask_var_t
Thomas Gleixner
2013-03-07
1
-0
/
+1
|
/
*
time: Kill xtime_lock, replacing it with jiffies_lock
John Stultz
2012-11-13
1
-4
/
+4
*
clockevents: Make minimum delay adjustments configurable
Martin Schwidefsky
2011-09-08
1
-2
/
+2
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2011-03-15
1
-1
/
+0
|
\
|
*
time: Make do_timer() and xtime_lock local to kernel/time/
Torben Hohn
2011-01-31
1
-1
/
+0
*
|
clockevents: Prevent oneshot mode when broadcast device is periodic
Thomas Gleixner
2011-02-26
1
-1
/
+5
|
/
*
core: Replace __get_cpu_var with __this_cpu_read if not used for an address.
Christoph Lameter
2010-12-17
1
-1
/
+1
*
clockevents: Convert to raw_spinlock
Thomas Gleixner
2009-12-14
1
-10
/
+10
*
clockevents: Make tick_device_lock static
Thomas Gleixner
2009-12-14
1
-1
/
+1
*
clockevents: prevent endless loop in tick_handle_periodic()
john stultz
2009-05-02
1
-1
/
+11
*
hrtimers: allow the hot-unplugging of all cpus
Sebastien Dugue
2009-01-30
1
-7
/
+19
*
cpumask: convert kernel time functions
Rusty Russell
2009-01-01
1
-3
/
+3
*
cpumask: convert struct clock_event_device to cpumask pointers.
Rusty Russell
2008-12-13
1
-4
/
+4
*
cpumask: make irq_set_affinity() take a const struct cpumask
Rusty Russell
2008-12-13
1
-3
/
+3
*
clockevents: prevent mode mismatch on cpu online
Thomas Gleixner
2008-09-23
1
-1
/
+2
*
clockevents: prevent cpu online to interfere with nohz
Thomas Gleixner
2008-09-23
1
-3
/
+4
*
clockevents: make device shutdown robust
Thomas Gleixner
2008-09-16
1
-2
/
+2
*
clockevents: prevent clockevent event_handler ending up handler_noop
Venkatesh Pallipadi
2008-09-05
1
-0
/
+1
[next]