summaryrefslogtreecommitdiffstats
path: root/kernel/time/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* sched/idle: Conditionally handle tick broadcast in default_idle_call()Thomas Gleixner2024-03-011-0/+5
* clocksource: Loosen clocksource watchdog constraintsPaul E. McKenney2023-01-031-1/+5
* context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-051-0/+6
* context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-291-11/+20
* clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEWWaiman Long2022-02-011-0/+9
* Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-291-0/+9
|\
| * time: Improve performance of time64_to_tm()Cassio Neri2021-06-241-0/+9
* | tick/nohz: Update nohz_full Kconfig helpFrederic Weisbecker2021-05-131-5/+6
|/
* Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-271-1/+1
|\
| * timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"Colin Ian King2020-12-181-1/+1
* | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+1
* | timekeeping: add CONFIG_LEGACY_TIMER_TICKArnd Bergmann2020-10-301-0/+7
* | timekeeping: remove arch_gettimeoffsetArnd Bergmann2020-10-301-9/+0
|/
* posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner2020-08-061-0/+9
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* time: Move CONTEXT_TRACKING to kernel/time/KconfigPaul E. McKenney2019-01-151-0/+29
* clocksource: Provide clocksource_arch_init()Thomas Gleixner2018-10-041-0/+4
* sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney2018-02-151-10/+0
* sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATIONPaul E. McKenney2017-12-181-0/+1
* timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar2017-11-141-4/+0
* kernel/time/Kconfig: Fix typo in commentRandy Dunlap2017-11-021-1/+1
* rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-081-50/+0
* rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney2015-07-061-2/+0
* clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner2015-04-011-6/+0
* clocksource: Move cycle_last validation to core codeThomas Gleixner2014-07-231-0/+5
* ktime: Kill non-scalar ktime_t implementation for 2038John Stultz2014-07-231-4/+0
* nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker2014-02-141-1/+1
* nohz: Drop generic vtime obsolete dependency on CONFIG_64BITKevin Hilman2013-09-301-1/+0
* vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN KconfigKevin Hilman2013-09-301-0/+1
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-041-1/+0
|\
| * context_tracking: Remove full dynticks' hacky dependency on wide context trac...Frederic Weisbecker2013-08-131-1/+0
* | nohz_full: Add full-system-idle state machinePaul E. McKenney2013-08-311-0/+27
* | nohz_full: Add Kconfig parameter for scalable detection of all-idle statePaul E. McKenney2013-08-181-0/+23
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-05-151-5/+0
|\
| * time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz2013-05-141-5/+0
* | rcu: Fix full dynticks' dependency on wide RCU nocb modeFrederic Weisbecker2013-05-041-1/+0
* | nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configFrederic Weisbecker2013-04-261-1/+3
* | nohz: Remove full dynticks' superfluous dependency on RCU treeFrederic Weisbecker2013-04-241-2/+0
* | nohz: Select wide RCU nocb for full dynticksFrederic Weisbecker2013-04-221-0/+1
* | Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Ingo Molnar2013-04-211-0/+1
|\ \
| * | nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker2013-04-181-0/+1
* | | nohz: New option to default all CPUs in full dynticks rangeFrederic Weisbecker2013-04-191-0/+10
|/ /
* | nohz: Improve a bit the full dynticks Kconfig documentationFrederic Weisbecker2013-04-151-3/+5
* | nohz: Align periodic tick Kconfig with other choices' naming conventionFrederic Weisbecker2013-04-151-1/+1
* | nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker2013-04-151-2/+2
* | nohz: Fix old dynticks idle Kconfig backward compatibilityFrederic Weisbecker2013-04-151-4/+8
* | nohz: Pack nohz Kconfig option in a menu of choicesFrederic Weisbecker2013-04-031-5/+23
* | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-4/+9
* | nohz: Unhide full dynticks feature from its dependenciesFrederic Weisbecker2013-04-021-5/+14
* | nohz: Basic full dynticks interfaceFrederic Weisbecker2013-03-211-0/+19
|/