aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAge
* timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz2014-02-13
* timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz2014-02-13
* timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz2014-02-13
* timekeeping: Fix lost updates to tai adjustmentJohn Stultz2014-02-13
* time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky2013-12-12
* ntp: Make periodic RTC update more reliableMiroslav Lichvar2013-12-08
* clockevents: Prefer CPU local devices over global devicesStephen Boyd2013-12-08
* clockevents: Split out selection logicThomas Gleixner2013-12-08
* clockevents: Add module refcountThomas Gleixner2013-12-08
* clockevents: Get rid of the notifier chainThomas Gleixner2013-12-08
* alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro2013-12-04
* clockevents: Sanitize ticks to nsec conversionThomas Gleixner2013-11-12
* timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2013-10-01
* timer_list: correct the iterator for timer_listNathan Zimmer2013-09-08
* Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki2013-08-11
* tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner2013-07-25
* tick: Sanitize broadcast control logicThomas Gleixner2013-07-25
* tick: Fix tick_broadcast_pending_mask not clearedDaniel Lezcano2013-06-21
* tick: Remove useless timekeeping duty attribution to broadcast sourceJiri Bohac2013-05-31
* nohz: Fix notifier return val that enforce timekeepingLi Zhong2013-05-31
* Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner2013-05-29
|\
| * timekeeping: Correct run-time detection of persistent_clock.Zoran Markovic2013-05-28
| * ntp: Remove unused variable flags in __hardppsGeert Uytterhoeven2013-05-28
* | tick: Cure broadcast false positive pending bit warningThomas Gleixner2013-05-28
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-05-15
|\
| * time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz2013-05-14
| * tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner2013-05-14
| * tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-12
| * tick: Use zalloc_cpumask_var for allocating offstack cpumasksThomas Gleixner2013-05-05
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-05
|\ \ | |/ |/|
| * sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker2013-05-04
| * rcu: Fix full dynticks' dependency on wide RCU nocb modeFrederic Weisbecker2013-05-04
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-02
| |\
| * | nohz: Protect smp_processor_id() in tick_nohz_task_switch()Li Zhong2013-04-29
| * | Merge branch 'timers/nohz-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-04-27
| |\ \
| | * | nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configFrederic Weisbecker2013-04-26
| * | | nohz: Reduce overhead under high-freq idling patternsIngo Molnar2013-04-26
| |/ /
| * | nohz: Remove full dynticks' superfluous dependency on RCU treeFrederic Weisbecker2013-04-24
| * | nohz: Add basic tracingFrederic Weisbecker2013-04-22
| * | nohz: Select wide RCU nocb for full dynticksFrederic Weisbecker2013-04-22
| * | nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker2013-04-22
| * | nohz: Prepare to stop the tick on irq exitFrederic Weisbecker2013-04-22
| * | nohz: Implement full dynticks kickFrederic Weisbecker2013-04-22
| * | nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker2013-04-22
| * | Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Ingo Molnar2013-04-21
| |\ \
| | * | nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker2013-04-18
| * | | nohz: New option to default all CPUs in full dynticks rangeFrederic Weisbecker2013-04-19
| * | | nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker2013-04-19
| * | | nohz: Force boot CPU outside full dynticks rangeFrederic Weisbecker2013-04-19
| |/ /
| * | nohz: Improve a bit the full dynticks Kconfig documentationFrederic Weisbecker2013-04-15