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
/
tick-internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-19
tick: Get rid of tick_period
Thomas Gleixner
1
-1
/
+0
2019-03-23
tick: Remove outgoing CPU from broadcast masks
Thomas Gleixner
1
-4
/
+6
2018-04-26
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
1
-6
/
+0
2018-03-13
timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clock
Thomas Gleixner
1
-0
/
+6
2018-01-16
hrtimer: Unify remote enqueue handling
Anna-Maria Gleixner
1
-6
/
+0
2018-01-16
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
1
-7
/
+12
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-12
tick/broadcast: Make tick_broadcast_setup_oneshot() static
Stephen Boyd
1
-2
/
+0
2016-07-07
timers: Forward the wheel clock whenever possible
Thomas Gleixner
1
-0
/
+1
2015-06-19
timer: Minimize nohz off overhead
Thomas Gleixner
1
-2
/
+2
2015-06-19
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
1
-0
/
+14
2015-06-02
clockevents: Rename state to state_use_accessors
Thomas Gleixner
1
-2
/
+2
2015-06-02
clockevents: Provide functions to set and get the state
Thomas Gleixner
1
-2
/
+13
2015-04-22
tick: Nohz: Rework next timer evaluation
Thomas Gleixner
1
-0
/
+2
2015-04-03
clockevents: Cleanup dead cpu explicitely
Thomas Gleixner
1
-5
/
+5
2015-04-03
clockevents: Make tick handover explicit
Thomas Gleixner
1
-1
/
+0
2015-04-03
clockevents: Provide explicit broadcast oneshot control functions
Thomas Gleixner
1
-2
/
+0
2015-04-03
clockevents: Provide explicit broadcast control functions
Thomas Gleixner
1
-2
/
+0
2015-04-02
tick: Further simplify tick-internal.h
Ingo Molnar
1
-39
/
+40
2015-04-01
arm/bL_switcher: Kill tick suspend hackery
Thomas Gleixner
1
-0
/
+5
2015-04-01
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
Thomas Gleixner
1
-2
/
+6
2015-04-01
tick: Make tick_resume_broadcast_oneshot() static
Thomas Gleixner
1
-2
/
+0
2015-04-01
clockevents: Make suspend/resume calls explicit
Thomas Gleixner
1
-1
/
+2
2015-04-01
tick: Move core only declarations and functions to core
Thomas Gleixner
1
-0
/
+15
2015-04-01
tick: Simplify tick-internal.h
Thomas Gleixner
1
-96
/
+49
2015-04-01
tick: Move clocksource related stuff to timekeeping.h
Thomas Gleixner
1
-6
/
+0
2015-04-01
clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD
Thomas Gleixner
1
-2
/
+2
2015-03-27
clockevents: Handle tick device's resume separately
Viresh Kumar
1
-0
/
+1
2014-09-13
nohz: Move nohz full init call to tick init
Frederic Weisbecker
1
-0
/
+7
2014-07-23
time: Consolidate the time accessor prototypes
Thomas Gleixner
1
-0
/
+2
2014-02-07
time: Fixup fallout from recent clockevent/tick changes
Thomas Gleixner
1
-1
/
+2
2014-02-07
time: Change the return type of clockevents_notify() to integer
Preeti U Murthy
1
-3
/
+3
2014-02-07
clockevents: Serialize calls to clockevents_update_freq() in the core
Thomas Gleixner
1
-0
/
+4
2013-12-23
tick/timekeeping: Call update_wall_time outside the jiffies lock
John Stultz
1
-0
/
+1
2013-12-02
nohz: Convert a few places to use local per cpu accesses
Frederic Weisbecker
1
-2
/
+2
2013-10-19
time: Fix signedness bug in sysfs_get_uname() and its callers
Patrick Palka
1
-1
/
+1
2013-05-28
clockevents: Define CS_NAME_LEN unconditionally
Thomas Gleixner
1
-2
/
+2
2013-05-16
clockevents: Implement unbind functionality
Thomas Gleixner
1
-0
/
+7
2013-05-16
clockevents: Move the tick_notify() switch case to clockevents_notify()
Thomas Gleixner
1
-1
/
+4
2013-05-16
clockevents: Get rid of the notifier chain
Thomas Gleixner
1
-3
/
+4
2013-04-03
Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...
Thomas Gleixner
1
-0
/
+2
2013-03-23
timekeeping: Make jiffies_lock internal
Thomas Gleixner
1
-0
/
+2
2013-03-07
tick: Convert broadcast cpu bitmaps to cpumask_var_t
Thomas Gleixner
1
-1
/
+2
2012-11-13
time: Kill xtime_lock, replacing it with jiffies_lock
John Stultz
1
-1
/
+0
2011-09-08
clockevents: Make minimum delay adjustments configurable
Martin Schwidefsky
1
-2
/
+0
2011-03-16
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+9
2011-02-26
clockevents: Prevent oneshot mode when broadcast device is periodic
Thomas Gleixner
1
-0
/
+3
2011-02-01
time: Fix legacy arch fallout
Thomas Gleixner
1
-0
/
+4
2011-01-31
time: Make do_timer() and xtime_lock local to kernel/time/
Torben Hohn
1
-0
/
+5
2009-12-15
clockevents: Make tick_device_lock static
Thomas Gleixner
1
-1
/
+0
[next]