index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
clockchips.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpuidle: Fix ct_idle_*() usage
Peter Zijlstra
2023-01-13
1
-2
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"
Daniel Lezcano
2017-06-12
1
-9
/
+0
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-05-01
1
-1
/
+0
|
\
|
*
clockevents: Make clockevents_config() static
Nicolai Stange
2017-03-23
1
-1
/
+0
*
|
clockevents: Fix syntax error in clkevt-of macro
Alexander Kochetkov
2017-03-28
1
-1
/
+1
|
/
*
clockevents: Add a clkevt-of mechanism like clksrc-of
Daniel Lezcano
2017-02-07
1
-0
/
+9
*
clockevents: Rename last parameter of clocks_calc_mult_shift() to maxsec
Alexander Kuleshov
2016-01-27
1
-2
/
+2
*
clockevents: Remove unused set_mode() callback
Viresh Kumar
2015-09-14
1
-24
/
+5
*
clockevents: Remove clockevents_notify() prototype
Stephen Boyd
2015-07-20
1
-3
/
+0
*
clockevents: Rename state to state_use_accessors
Thomas Gleixner
2015-06-02
1
-7
/
+7
*
clockevents: Add helpers to check the state of a clockevent device
Viresh Kumar
2015-06-02
1
-0
/
+26
*
clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state
Viresh Kumar
2015-05-19
1
-1
/
+6
*
clockevents: Cleanup dead cpu explicitely
Thomas Gleixner
2015-04-03
1
-6
/
+0
*
clockevents: Make tick handover explicit
Thomas Gleixner
2015-04-03
1
-1
/
+0
*
clockevents: Remove broadcast oneshot control leftovers
Rafael J. Wysocki
2015-04-03
1
-2
/
+0
*
clockevents: Remove the broadcast control leftovers
Thomas Gleixner
2015-04-03
1
-3
/
+0
*
clockevents: Clean up clockchips.h
Ingo Molnar
2015-04-02
1
-46
/
+41
*
arm/bL_switcher: Kill tick suspend hackery
Thomas Gleixner
2015-04-01
1
-6
/
+0
*
clockevents: Make suspend/resume calls explicit
Thomas Gleixner
2015-04-01
1
-2
/
+0
*
tick: Move core only declarations and functions to core
Thomas Gleixner
2015-04-01
1
-9
/
+6
*
clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD
Thomas Gleixner
2015-04-01
1
-6
/
+3
*
clockevents: Manage device's state separately for the core
Viresh Kumar
2015-03-27
1
-13
/
+31
*
clockevents: Handle tick device's resume separately
Viresh Kumar
2015-03-27
1
-2
/
+2
*
clockevents: Introduce mode specific callbacks
Viresh Kumar
2015-02-18
1
-2
/
+19
*
tick: Fixup more fallout from hrtimer broadcast mode
Preeti U Murthy
2014-02-09
1
-0
/
+1
*
time: Fixup fallout from recent clockevent/tick changes
Thomas Gleixner
2014-02-07
1
-1
/
+1
*
tick: Introduce hrtimer based broadcast
Preeti U Murthy
2014-02-07
1
-0
/
+9
*
time: Change the return type of clockevents_notify() to integer
Preeti U Murthy
2014-02-07
1
-3
/
+3
*
clockchips: Add FEAT_PERCPU clockevent flag
Soren Brinkmann
2013-10-02
1
-0
/
+1
*
clockevents: Implement unbind functionality
Thomas Gleixner
2013-05-16
1
-0
/
+1
*
clockevents: Add module refcount
Thomas Gleixner
2013-05-16
1
-0
/
+3
*
clockevents: Get rid of the notifier chain
Thomas Gleixner
2013-05-16
1
-1
/
+0
*
Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-04-30
1
-16
/
+16
|
\
|
*
timer: move enum definition out of ifdef section
Daniel Lezcano
2013-04-01
1
-16
/
+16
*
|
clockevents: Add missing tick_check_broadcast_expired() for CLOCKEVENTS=n
Thomas Gleixner
2013-03-22
1
-0
/
+1
*
|
tick: Provide a check for a forced broadcast pending
Thomas Gleixner
2013-03-13
1
-0
/
+6
*
|
tick: Dynamically set broadcast irq affinity
Daniel Lezcano
2013-03-07
1
-0
/
+5
|
/
*
clockevents: Add generic timer broadcast function
Mark Rutland
2013-01-31
1
-0
/
+5
*
clockevents: Add generic timer broadcast receiver
Mark Rutland
2013-01-31
1
-0
/
+4
*
timekeeping: Add suspend and resume of clock event devices
Rafael J. Wysocki
2012-09-04
1
-0
/
+8
*
clockevents: Make clockevents_config() a global symbol
Magnus Damm
2012-05-25
1
-0
/
+1
*
clockevents: Add direct ktime programming function
Martin Schwidefsky
2011-09-08
1
-3
/
+7
*
clockevents: Make minimum delay adjustments configurable
Martin Schwidefsky
2011-09-08
1
-1
/
+1
*
clockevents: Provide interface to reconfigure an active clock event device
Thomas Gleixner
2011-05-19
1
-0
/
+2
*
clockevents: Provide combined configure and register function
Thomas Gleixner
2011-05-19
1
-0
/
+9
*
clockevents: Restructure clock_event_device members
Thomas Gleixner
2011-05-19
1
-22
/
+23
*
clockevents: Sanitize min_delta_ns adjustment and prevent overflows
Thomas Gleixner
2010-03-12
1
-0
/
+2
*
nohz: Allow 32-bit machines to sleep for more than 2.15 seconds
Jon Hunter
2009-11-13
1
-4
/
+4
*
clocksource: Provide a generic mult/shift factor calculation
Thomas Gleixner
2009-11-13
1
-0
/
+7
[next]