aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2014-02-14Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidlinux-linaro-lsk-v3.10-androidlinux-linaro-lsk-androidMark Brown
2014-02-13timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz
2014-02-13timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz
2014-02-13timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz
2014-02-13timekeeping: Fix lost updates to tai adjustmentJohn Stultz
2013-12-12Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2013-12-11time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky
2013-12-08Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2013-12-08ntp: Make periodic RTC update more reliableMiroslav Lichvar
2013-12-08clockevents: Prefer CPU local devices over global devicesStephen Boyd
2013-12-08clockevents: Split out selection logicThomas Gleixner
2013-12-08clockevents: Add module refcountThomas Gleixner
2013-12-08clockevents: Get rid of the notifier chainThomas Gleixner
2013-12-05Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2013-12-04alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro
2013-11-13Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2013-11-13clockevents: Sanitize ticks to nsec conversionThomas Gleixner
2013-10-04Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2013-10-01timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz
2013-09-08Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2013-09-07timer_list: correct the iterator for timer_listNathan Zimmer
2013-08-15Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2013-08-11Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki
2013-07-26Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2013-07-25tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner
2013-07-25tick: Sanitize broadcast control logicThomas Gleixner
2013-07-01alarmtimer: add alarm_expires_remainingTodd Poynor
2013-07-01alarmtimer: add alarm_start_relativeTodd Poynor
2013-07-01alarmtimer: add alarm_forward_nowTodd Poynor
2013-07-01alarmtimer: add alarm_restartTodd Poynor
2013-06-21tick: Fix tick_broadcast_pending_mask not clearedDaniel Lezcano
2013-05-31tick: Remove useless timekeeping duty attribution to broadcast sourceJiri Bohac
2013-05-31nohz: Fix notifier return val that enforce timekeepingLi Zhong
2013-05-29Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner
2013-05-28timekeeping: Correct run-time detection of persistent_clock.Zoran Markovic
2013-05-28ntp: Remove unused variable flags in __hardppsGeert Uytterhoeven
2013-05-28tick: Cure broadcast false positive pending bit warningThomas Gleixner
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz
2013-05-14tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner
2013-05-12tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-05tick: Use zalloc_cpumask_var for allocating offstack cpumasksThomas Gleixner
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker
2013-05-04rcu: Fix full dynticks' dependency on wide RCU nocb modeFrederic Weisbecker
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-04-29nohz: Protect smp_processor_id() in tick_nohz_task_switch()Li Zhong
2013-04-27Merge branch 'timers/nohz-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2013-04-26nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configFrederic Weisbecker
2013-04-26nohz: Reduce overhead under high-freq idling patternsIngo Molnar