aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-03-01sched/idle: Conditionally handle tick broadcast in default_idle_call()Thomas Gleixner1-0/+5
2023-01-03clocksource: Loosen clocksource watchdog constraintsPaul E. McKenney1-1/+5
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker1-0/+6
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker1-11/+20
2022-02-01clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEWWaiman Long1-0/+9
2021-06-29Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+9
2021-06-24time: Improve performance of time64_to_tm()Cassio Neri1-0/+9
2021-05-13tick/nohz: Update nohz_full Kconfig helpFrederic Weisbecker1-5/+6
2020-12-27Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2020-12-18timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"Colin Ian King1-1/+1
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+1
2020-10-30timekeeping: add CONFIG_LEGACY_TIMER_TICKArnd Bergmann1-0/+7
2020-10-30timekeeping: remove arch_gettimeoffsetArnd Bergmann1-9/+0
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner1-0/+9
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-15time: Move CONTEXT_TRACKING to kernel/time/KconfigPaul E. McKenney1-0/+29
2018-10-04clocksource: Provide clocksource_arch_init()Thomas Gleixner1-0/+4
2018-02-15sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney1-10/+0
2017-12-18sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATIONPaul E. McKenney1-0/+1
2017-11-14timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar1-4/+0
2017-11-02kernel/time/Kconfig: Fix typo in commentRandy Dunlap1-1/+1
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney1-50/+0
2015-07-06rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney1-2/+0
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner1-6/+0
2014-07-23clocksource: Move cycle_last validation to core codeThomas Gleixner1-0/+5
2014-07-23ktime: Kill non-scalar ktime_t implementation for 2038John Stultz1-4/+0
2014-02-14nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker1-1/+1
2013-09-30nohz: Drop generic vtime obsolete dependency on CONFIG_64BITKevin Hilman1-1/+0
2013-09-30vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN KconfigKevin Hilman1-0/+1
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2013-08-31nohz_full: Add full-system-idle state machinePaul E. McKenney1-0/+27
2013-08-18nohz_full: Add Kconfig parameter for scalable detection of all-idle statePaul E. McKenney1-0/+23
2013-08-13context_tracking: Remove full dynticks' hacky dependency on wide context trac...Frederic Weisbecker1-1/+0
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+0
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz1-5/+0
2013-05-04rcu: Fix full dynticks' dependency on wide RCU nocb modeFrederic Weisbecker1-1/+0
2013-04-26nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configFrederic Weisbecker1-1/+3
2013-04-24nohz: Remove full dynticks' superfluous dependency on RCU treeFrederic Weisbecker1-2/+0
2013-04-22nohz: Select wide RCU nocb for full dynticksFrederic Weisbecker1-0/+1
2013-04-21Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Ingo Molnar1-0/+1
2013-04-19nohz: New option to default all CPUs in full dynticks rangeFrederic Weisbecker1-0/+10
2013-04-18nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker1-0/+1
2013-04-15nohz: Improve a bit the full dynticks Kconfig documentationFrederic Weisbecker1-3/+5
2013-04-15nohz: Align periodic tick Kconfig with other choices' naming conventionFrederic Weisbecker1-1/+1
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker1-2/+2
2013-04-15nohz: Fix old dynticks idle Kconfig backward compatibilityFrederic Weisbecker1-4/+8
2013-04-03nohz: Pack nohz Kconfig option in a menu of choicesFrederic Weisbecker1-5/+23
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker1-4/+9
2013-04-02nohz: Unhide full dynticks feature from its dependenciesFrederic Weisbecker1-5/+14
2013-03-21nohz: Basic full dynticks interfaceFrederic Weisbecker1-0/+19
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner1-0/+5
2013-01-31clockevents: Add generic timer broadcast functionMark Rutland1-0/+4
2013-01-29timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz1-1/+1
2013-01-15timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang1-0/+5
2012-09-24time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz1-0/+4
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz1-1/+1
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-32/+41
2012-05-21timers: Provide generic Kconfig switchesThomas Gleixner1-0/+35
2012-03-31tick: Document TICK_ONESHOT config optionThomas Gleixner1-0/+4
2011-11-29clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGRPaul Bolle1-1/+1
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky1-0/+2
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz1-2/+2
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich1-1/+0
2007-10-12clockevents: Allow build w/o run-tine usage for migration purposesThomas Gleixner1-0/+5
2007-02-16[PATCH] hrtimers: add high resolution timer supportThomas Gleixner1-0/+10
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner1-0/+15