| Commit message (Expand) | Author | Age | Files | Lines |
* | sched_clock: Disable seqlock lockdep usage in sched_clock() | John Stultz | 2014-01-12 | 1 | -3/+3 |
* | nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off | Thomas Gleixner | 2013-11-29 | 1 | -1/+3 |
* | time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLD | Martin Schwidefsky | 2013-11-22 | 1 | -1/+1 |
* | tick: Document tick_do_timer_cpu | Andrew Morton | 2013-11-19 | 1 | -0/+15 |
* | NOHZ: Check for nohz active instead of nohz enabled | Thomas Gleixner | 2013-11-19 | 1 | -12/+9 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-11-12 | 10 | -84/+107 |
|\ |
|
| * | time: Fix signedness bug in sysfs_get_uname() and its callers | Patrick Palka | 2013-10-18 | 3 | -3/+3 |
| * | timekeeping: Fix some trivial typos in comments | Xie XiuQi | 2013-10-18 | 1 | -1/+2 |
| * | alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist | KOSAKI Motohiro | 2013-10-18 | 1 | -2/+2 |
| * | timer stats: Add a 'Collection: active/inactive' line to timer usage statistics | Dong Zhu | 2013-10-10 | 1 | -4/+4 |
| * | Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux... | Ingo Molnar | 2013-10-10 | 2 | -10/+3 |
| |\ |
|
| | * | sched_clock: Remove sched_clock_func() hook | Stephen Boyd | 2013-10-09 | 1 | -8/+1 |
| | * | clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_un... | Elad Wexler | 2013-09-17 | 1 | -2/+2 |
| * | | Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux... | Ingo Molnar | 2013-10-03 | 1 | -0/+1 |
| |\ \ |
|
| | * | | tick: broadcast: Deny per-cpu clockevents from being broadcast sources | Soren Brinkmann | 2013-10-02 | 1 | -0/+1 |
| | |/ |
|
| * | | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 2013-10-03 | 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 tag 'v3.12-rc3' into timers/core | Ingo Molnar | 2013-10-03 | 2 | -4/+4 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| * | | Merge branch 'fortglx/3.12/time' into fortglx/3.13/time | John Stultz | 2013-09-16 | 2 | -1/+3 |
| |\ \ |
|
| | * | | ntp: Make periodic RTC update more reliable | Miroslav Lichvar | 2013-08-22 | 1 | -1/+2 |
| | * | | clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compile | Prarit Bhargava | 2013-07-22 | 1 | -0/+1 |
| * | | | Merge branch 'fortglx/3.12/sched-clock64-base' into fortglx/3.13/time | John Stultz | 2013-09-16 | 2 | -65/+91 |
| |\ \ \ |
|
| | * | | | sched_clock: Add support for >32 bit sched_clock | Stephen Boyd | 2013-07-30 | 1 | -14/+32 |
| | * | | | sched_clock: Use an hrtimer instead of timer | Stephen Boyd | 2013-07-30 | 1 | -17/+21 |
| | * | | | sched_clock: Use seqcount instead of rolling our own | Stephen Boyd | 2013-07-30 | 1 | -19/+8 |
| | * | | | clocksource: Extract max nsec calculation into separate function | Stephen Boyd | 2013-07-30 | 1 | -15/+30 |
| | |/ / |
|
* | | | | clockevents: Sanitize ticks to nsec conversion | Thomas Gleixner | 2013-10-23 | 1 | -15/+50 |
| |_|/
|/| | |
|
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2013-09-18 | 2 | -4/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | timekeeping: Fix HRTICK related deadlock from ntp lock changes | John Stultz | 2013-09-12 | 2 | -4/+4 |
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-09-04 | 2 | -33/+29 |
|\ \ \
| |/ / |
|
| * | | nohz: Include local CPU in full dynticks global kick | Frederic Weisbecker | 2013-08-16 | 1 | -0/+1 |
| * | | Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2013-08-14 | 3 | -34/+28 |
| |\ \ |
|
| | * | | nohz: Optimize full dynticks's sched hooks with static keys | Frederic Weisbecker | 2013-08-14 | 1 | -4/+4 |
| | * | | nohz: Optimize full dynticks state checks with static keys | Frederic Weisbecker | 2013-08-14 | 1 | -12/+2 |
| | * | | nohz: Rename a few state variables | Frederic Weisbecker | 2013-08-14 | 1 | -22/+22 |
| | * | | context_tracking: Remove full dynticks' hacky dependency on wide context trac... | Frederic Weisbecker | 2013-08-13 | 1 | -1/+0 |
| | * | | nohz: Only enable context tracking on full dynticks CPUs | Frederic Weisbecker | 2013-08-13 | 1 | -0/+6 |
* | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2013-09-03 | 1 | -0/+50 |
|\ \ \ \ |
|
| * | | | | 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 |
* | | | | | timer_list: correct the iterator for timer_list | Nathan Zimmer | 2013-08-28 | 1 | -17/+24 |
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2013-08-19 | 2 | -4/+3 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux... | Ingo Molnar | 2013-08-12 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | sched_clock: Fix integer overflow | Baruch Siach | 2013-07-22 | 1 | -1/+1 |
| | | |/
| | |/| |
|
| * | | | nohz: fix compile warning in tick_nohz_init() | Li Zhong | 2013-07-24 | 1 | -2/+0 |
| * | | | nohz: Do not warn about unstable tsc unless user uses nohz_full | Steven Rostedt | 2013-07-24 | 1 | -1/+2 |
| | |/
| |/| |
|
* | | | Revert "cpuidle: Quickly notice prediction failure for repeat mode" | Rafael J. Wysocki | 2013-07-29 | 1 | -7/+2 |
|/ / |
|
* | | kernel: delete __cpuinit usage from all core kernel files | Paul Gortmaker | 2013-07-14 | 1 | -1/+1 |
|/ |
|
* | tick: broadcast: Check broadcast mode on CPU hotplug | Stephen Boyd | 2013-07-12 | 1 | -1/+4 |