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
/
Kconfig
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-15
time: Move CONTEXT_TRACKING to kernel/time/Kconfig
Paul E. McKenney
1
-0
/
+29
2018-10-05
clocksource: Provide clocksource_arch_init()
Thomas Gleixner
1
-0
/
+4
2018-02-16
sched/isolation: Eliminate NO_HZ_FULL_ALL
Paul E. McKenney
1
-10
/
+0
2017-12-18
sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATION
Paul E. McKenney
1
-0
/
+1
2017-11-14
timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLD
Miroslav Lichvar
1
-4
/
+0
2017-11-02
kernel/time/Kconfig: Fix typo in comment
Randy Dunlap
1
-1
/
+1
2017-06-09
rcu: Remove nohz_full full-system-idle state machine
Paul E. McKenney
1
-50
/
+0
2015-07-06
rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL
Paul E. McKenney
1
-2
/
+0
2015-04-01
clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD
Thomas Gleixner
1
-6
/
+0
2014-07-24
clocksource: Move cycle_last validation to core code
Thomas Gleixner
1
-0
/
+5
2014-07-23
ktime: Kill non-scalar ktime_t implementation for 2038
John Stultz
1
-4
/
+0
2014-02-14
nohz: ensure users are aware boot CPU is not NO_HZ_FULL
Paul Gortmaker
1
-1
/
+1
2013-09-30
nohz: Drop generic vtime obsolete dependency on CONFIG_64BIT
Kevin Hilman
1
-1
/
+0
2013-09-30
vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN Kconfig
Kevin Hilman
1
-0
/
+1
2013-09-04
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2013-09-01
nohz_full: Add full-system-idle state machine
Paul E. McKenney
1
-0
/
+27
2013-08-19
nohz_full: Add Kconfig parameter for scalable detection of all-idle state
Paul E. McKenney
1
-0
/
+23
2013-08-13
context_tracking: Remove full dynticks' hacky dependency on wide context trac...
Frederic Weisbecker
1
-1
/
+0
2013-05-16
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+0
2013-05-14
time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitons
John Stultz
1
-5
/
+0
2013-05-04
rcu: Fix full dynticks' dependency on wide RCU nocb mode
Frederic Weisbecker
1
-1
/
+0
2013-04-26
nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks config
Frederic Weisbecker
1
-1
/
+3
2013-04-24
nohz: Remove full dynticks' superfluous dependency on RCU tree
Frederic Weisbecker
1
-2
/
+0
2013-04-23
nohz: Select wide RCU nocb for full dynticks
Frederic Weisbecker
1
-0
/
+1
2013-04-21
Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...
Ingo Molnar
1
-0
/
+1
2013-04-19
nohz: New option to default all CPUs in full dynticks range
Frederic Weisbecker
1
-0
/
+10
2013-04-18
nohz: New APIs to re-evaluate the tick on full dynticks CPUs
Frederic Weisbecker
1
-0
/
+1
2013-04-15
nohz: Improve a bit the full dynticks Kconfig documentation
Frederic Weisbecker
1
-3
/
+5
2013-04-15
nohz: Align periodic tick Kconfig with other choices' naming convention
Frederic Weisbecker
1
-1
/
+1
2013-04-15
nohz: Switch from "extended nohz" to "full nohz" based naming
Frederic Weisbecker
1
-2
/
+2
2013-04-15
nohz: Fix old dynticks idle Kconfig backward compatibility
Frederic Weisbecker
1
-4
/
+8
2013-04-03
nohz: Pack nohz Kconfig option in a menu of choices
Frederic Weisbecker
1
-5
/
+23
2013-04-03
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
Frederic Weisbecker
1
-4
/
+9
2013-04-02
nohz: Unhide full dynticks feature from its dependencies
Frederic Weisbecker
1
-5
/
+14
2013-03-21
nohz: Basic full dynticks interface
Frederic Weisbecker
1
-0
/
+19
2013-02-04
Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...
Thomas Gleixner
1
-0
/
+5
2013-02-01
clockevents: Add generic timer broadcast function
Mark Rutland
1
-0
/
+4
2013-01-30
timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCK
John Stultz
1
-1
/
+1
2013-01-16
timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK option
Feng Tang
1
-0
/
+5
2012-09-24
time: Introduce new GENERIC_TIME_VSYSCALL
John Stultz
1
-0
/
+4
2012-09-24
time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD
John Stultz
1
-1
/
+1
2012-05-22
timers: Fixup the Kconfig consolidation fallout
Thomas Gleixner
1
-32
/
+41
2012-05-21
timers: Provide generic Kconfig switches
Thomas Gleixner
1
-0
/
+35
2012-03-31
tick: Document TICK_ONESHOT config option
Thomas Gleixner
1
-0
/
+4
2011-11-29
clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGR
Paul Bolle
1
-1
/
+1
2011-09-08
clockevents: Make minimum delay adjustments configurable
Martin Schwidefsky
1
-0
/
+2
2010-07-27
time: Kill off CONFIG_GENERIC_TIME
John Stultz
1
-2
/
+2
2008-10-16
Kconfig: eliminate "def_bool n" constructs
Jan Beulich
1
-1
/
+0
2007-10-13
clockevents: Allow build w/o run-tine usage for migration purposes
Thomas Gleixner
1
-0
/
+5
2007-02-16
[PATCH] hrtimers: add high resolution timer support
Thomas Gleixner
1
-0
/
+10
[next]