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