index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
tick-broadcast.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-31
timer_list: Print name of per-cpu wakeup device
Will Deacon
1
-0
/
+7
2021-05-31
tick/broadcast: Program wakeup timer when entering idle if required
Will Deacon
1
-1
/
+43
2021-05-31
tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcast
Will Deacon
1
-1
/
+58
2021-05-31
tick/broadcast: Split __tick_broadcast_oneshot_control() into a helper
Will Deacon
1
-13
/
+20
2021-05-31
tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST guard
Will Deacon
1
-2
/
+0
2021-04-16
tick/broadcast: Allow late registered device to enter oneshot mode
Jindong Yue
1
-2
/
+14
2021-03-22
timekeeping, clocksource: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2020-11-19
tick: Get rid of tick_period
Thomas Gleixner
1
-1
/
+1
2020-11-19
tick/broadcast: Serialize access to tick_next_period
Thomas Gleixner
1
-3
/
+20
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2019-04-19
tick: Fix typos in comments
Laurent Gauthier
1
-2
/
+2
2019-03-29
tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()
Borislav Petkov
1
-0
/
+4
2019-03-23
tick: Remove outgoing CPU from broadcast masks
Thomas Gleixner
1
-21
/
+19
2019-01-29
timers: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2018-11-23
hrtimers/tick/clockevents: Remove sloppy license references
Thomas Gleixner
1
-3
/
+0
2018-11-23
time: Add SPDX license identifiers
Thomas Gleixner
1
-0
/
+1
2018-11-23
time: Remove useless filenames in top level comments
Thomas Gleixner
1
-2
/
+0
2018-09-28
tick/broadcast: Remove redundant check
Peng Hao
1
-2
/
+0
2018-05-15
tick/broadcast: Use for_each_cpu() specially on UP kernels
Dexuan Cui
1
-0
/
+8
2017-06-12
tick/broadcast: Make tick_broadcast_setup_oneshot() static
Stephen Boyd
1
-1
/
+3
2017-02-20
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+8
2017-02-13
tick/broadcast: Prevent deadlock on tick_broadcast_lock
Mike Galbraith
1
-8
/
+7
2017-02-04
tick/broadcast: Reduce lock cacheline contention
Waiman Long
1
-7
/
+8
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-12
/
+12
2016-12-15
tick/broadcast: Prevent NULL pointer dereference
Thomas Gleixner
1
-0
/
+3
2015-07-14
tick: Move the export of tick_broadcast_oneshot_control to the proper place
Thomas Gleixner
1
-1
/
+0
2015-07-11
tick/broadcast: Prevent NULL pointer dereference
Thomas Gleixner
1
-8
/
+10
2015-07-07
tick/broadcast: Handle spurious interrupts gracefully
Thomas Gleixner
1
-0
/
+7
2015-07-07
tick/broadcast: Check for hrtimer broadcast active early
Thomas Gleixner
1
-10
/
+26
2015-07-07
tick/broadcast: Return busy when IPI is pending
Thomas Gleixner
1
-3
/
+7
2015-07-07
tick/broadcast: Return busy if periodic mode and hrtimer broadcast
Thomas Gleixner
1
-1
/
+5
2015-07-07
tick/broadcast: Move the check for periodic mode inside state handling
Thomas Gleixner
1
-14
/
+8
2015-07-07
tick/broadcast: Prevent deep idle if no broadcast device available
Thomas Gleixner
1
-0
/
+7
2015-07-07
tick/broadcast: Make idle check independent from mode and config
Thomas Gleixner
1
-15
/
+11
2015-07-07
tick/broadcast: Sanity check the shutdown of the local clock_event
Thomas Gleixner
1
-7
/
+16
2015-07-07
tick/broadcast: Prevent hrtimer recursion
Thomas Gleixner
1
-1
/
+15
2015-06-02
clockevents: Provide functions to set and get the state
Thomas Gleixner
1
-6
/
+6
2015-06-02
clockevents: Use helpers to check the state of a clockevent device
Viresh Kumar
1
-3
/
+3
2015-05-05
tick: broadcast: Simplify oneshot logic and shorten lock region
Thomas Gleixner
1
-25
/
+17
2015-05-05
tick: broadcast: Prevent livelock from event handler
Thomas Gleixner
1
-28
/
+25
2015-04-03
clockevents: Cleanup dead cpu explicitely
Thomas Gleixner
1
-19
/
+20
2015-04-03
clockevents: Provide explicit broadcast oneshot control functions
Thomas Gleixner
1
-11
/
+17
2015-04-03
clockevents: Provide explicit broadcast control functions
Thomas Gleixner
1
-35
/
+27
2015-04-02
clockevents: Fix cpu_down() race for hrtimer based broadcasting
Preeti U Murthy
1
-8
/
+11
2015-04-01
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
Thomas Gleixner
1
-7
/
+17
2015-04-01
tick: Make tick_resume_broadcast_oneshot() static
Thomas Gleixner
1
-3
/
+4
2015-03-27
clockevents: Manage device's state separately for the core
Viresh Kumar
1
-10
/
+10
2015-03-27
clockevents: Handle tick device's resume separately
Viresh Kumar
1
-1
/
+1
2014-08-26
time: Replace __get_cpu_var uses
Christoph Lameter
1
-1
/
+1
2014-04-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-11
/
+74
[next]