index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
clockevents.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-11-05
clockevents: Remove unnecessary unlikely()
Yangtao Li
1
-9
/
+3
2018-08-02
clockevents: Warn if cpu_all_mask is used as cpumask
Sudeep Holla
1
-0
/
+6
2017-10-19
clockevents: Retry programming min delta up to 10 times
James Hogan
1
-8
/
+13
2017-03-23
clockevents: Make clockevents_config() static
Nicolai Stange
1
-1
/
+1
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-3
/
+3
2016-07-19
clockevents: Make clockevents_subsys static
Ben Dooks
1
-1
/
+1
2015-09-14
clockevents: Remove unused set_mode() callback
Viresh Kumar
1
-41
/
+1
2015-07-07
clockevents: Allow set-state callbacks to be optional
Viresh Kumar
1
-15
/
+9
2015-06-18
clockevents: Check state instead of mode in suspend/resume path
Viresh Kumar
1
-2
/
+2
2015-06-02
clockevents: Use set/get state helper functions
Thomas Gleixner
1
-5
/
+6
2015-06-02
clockevents: Provide functions to set and get the state
Thomas Gleixner
1
-9
/
+9
2015-06-02
clockevents: Use helpers to check the state of a clockevent device
Viresh Kumar
1
-12
/
+12
2015-05-27
clockevents: Do not suspend/resume if unused
Alexandre Belloni
1
-2
/
+2
2015-05-19
clockevents: Stop unused clockevent devices
Viresh Kumar
1
-0
/
+4
2015-05-19
clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state
Viresh Kumar
1
-1
/
+13
2015-05-10
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+1
2015-04-24
clockevents: Shutdown detached clockevent device
Viresh Kumar
1
-5
/
+1
2015-04-21
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2015-04-03
clockevents: Cleanup dead cpu explicitely
Thomas Gleixner
1
-30
/
+21
2015-04-03
clockevents: Make tick handover explicit
Thomas Gleixner
1
-4
/
+0
2015-04-03
clockevents: Remove broadcast oneshot control leftovers
Rafael J. Wysocki
1
-7
/
+0
2015-04-03
clockevents: Provide explicit broadcast oneshot control functions
Thomas Gleixner
1
-1
/
+3
2015-04-03
clockevents: Remove the broadcast control leftovers
Thomas Gleixner
1
-10
/
+0
2015-04-03
clockevents: Provide explicit broadcast control functions
Thomas Gleixner
1
-1
/
+5
2015-04-01
clockevents: Make suspend/resume calls explicit
Thomas Gleixner
1
-9
/
+0
2015-04-01
clockevents: Remove extra local_irq_save() in clockevents_exchange_device()
Thomas Gleixner
1
-5
/
+2
2015-04-01
clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD
Thomas Gleixner
1
-3
/
+0
2015-03-27
clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...
Viresh Kumar
1
-1
/
+2
2015-03-27
clockevents: Manage device's state separately for the core
Viresh Kumar
1
-46
/
+53
2015-03-27
clockevents: Handle tick device's resume separately
Viresh Kumar
1
-9
/
+21
2015-03-02
clockevents: export clockevents_unbind_device instead of clockevents_unbind
Vitaly Kuznetsov
1
-1
/
+1
2015-02-18
clockevents: Introduce mode specific callbacks
Viresh Kumar
1
-2
/
+86
2014-10-25
clockevents: Prevent shift out of bounds
Thomas Gleixner
1
-1
/
+1
2014-08-01
timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks
Jan Kara
1
-4
/
+6
2014-02-07
time: Change the return type of clockevents_notify() to integer
Preeti U Murthy
1
-3
/
+5
2014-02-07
clockevents: Adjust timer interval when frequency changes
Soren Brinkmann
1
-3
/
+6
2014-02-07
clockevents: Serialize calls to clockevents_update_freq() in the core
Thomas Gleixner
1
-7
/
+22
2013-11-12
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2013-10-23
clockevents: Sanitize ticks to nsec conversion
Thomas Gleixner
1
-15
/
+50
2013-10-19
time: Fix signedness bug in sysfs_get_uname() and its callers
Patrick Palka
1
-1
/
+1
2013-05-16
clockevents: Implement unbind functionality
Thomas Gleixner
1
-0
/
+125
2013-05-16
clockevents: Provide sysfs interface
Thomas Gleixner
1
-0
/
+86
2013-05-16
clockevents: Add module refcount
Thomas Gleixner
1
-0
/
+1
2013-05-16
clockevents: Move the tick_notify() switch case to clockevents_notify()
Thomas Gleixner
1
-1
/
+27
2013-05-16
clockevents: Get rid of the notifier chain
Thomas Gleixner
1
-32
/
+3
2013-01-14
clockevents: export clockevents_config_and_register for module use
Shawn Guo
1
-0
/
+1
2012-09-04
timekeeping: Add suspend and resume of clock event devices
Rafael J. Wysocki
1
-0
/
+24
[next]