summaryrefslogtreecommitdiff
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-10-051-2/+8
* alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-10-051-2/+4
* timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara2014-08-071-4/+6
* alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz2014-07-281-2/+18
* nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner2014-06-261-1/+3
* tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner2014-03-231-2/+11
* time: Fix overflow when HZ is smaller than 60Mikulas Patocka2014-02-221-0/+6
* tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner2014-02-221-0/+1
* timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz2014-02-131-7/+18
* timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz2014-02-131-0/+2
* timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz2014-02-131-2/+2
* timekeeping: Fix lost updates to tai adjustmentJohn Stultz2014-02-131-0/+2
* time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky2013-12-111-1/+1
* ntp: Make periodic RTC update more reliableMiroslav Lichvar2013-12-081-1/+2
* clockevents: Prefer CPU local devices over global devicesStephen Boyd2013-12-081-2/+7
* clockevents: Split out selection logicThomas Gleixner2013-12-082-38/+56
* clockevents: Add module refcountThomas Gleixner2013-12-083-0/+8
* clockevents: Get rid of the notifier chainThomas Gleixner2013-12-084-63/+14
* alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro2013-12-041-2/+2
* clockevents: Sanitize ticks to nsec conversionThomas Gleixner2013-11-131-15/+50
* timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2013-10-012-4/+4
* timer_list: correct the iterator for timer_listNathan Zimmer2013-09-071-17/+24
* Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki2013-08-111-7/+2
* tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner2013-07-251-1/+9
* tick: Sanitize broadcast control logicThomas Gleixner2013-07-252-12/+61
* tick: Fix tick_broadcast_pending_mask not clearedDaniel Lezcano2013-06-211-2/+5
* tick: Remove useless timekeeping duty attribution to broadcast sourceJiri Bohac2013-05-311-4/+0
* nohz: Fix notifier return val that enforce timekeepingLi Zhong2013-05-311-1/+1
* Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner2013-05-292-1/+8
|\
| * timekeeping: Correct run-time detection of persistent_clock.Zoran Markovic2013-05-281-0/+8
| * ntp: Remove unused variable flags in __hardppsGeert Uytterhoeven2013-05-281-1/+0
* | tick: Cure broadcast false positive pending bit warningThomas Gleixner2013-05-281-1/+7
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-05-153-11/+7
|\
| * time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz2013-05-141-5/+0
| * tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner2013-05-141-0/+1
| * tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-121-1/+1
| * tick: Use zalloc_cpumask_var for allocating offstack cpumasksThomas Gleixner2013-05-051-5/+5
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-054-24/+360
|\ \ | |/ |/|
| * sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker2013-05-041-0/+7
| * rcu: Fix full dynticks' dependency on wide RCU nocb modeFrederic Weisbecker2013-05-041-1/+0
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-1/+2
| |\
| * | nohz: Protect smp_processor_id() in tick_nohz_task_switch()Li Zhong2013-04-291-3/+4
| * | Merge branch 'timers/nohz-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-04-271-1/+3
| |\ \
| | * | nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configFrederic Weisbecker2013-04-261-1/+3
| * | | nohz: Reduce overhead under high-freq idling patternsIngo Molnar2013-04-261-3/+4
| |/ /
| * | nohz: Remove full dynticks' superfluous dependency on RCU treeFrederic Weisbecker2013-04-241-2/+0
| * | nohz: Add basic tracingFrederic Weisbecker2013-04-221-4/+15
| * | nohz: Select wide RCU nocb for full dynticksFrederic Weisbecker2013-04-221-0/+1
| * | nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker2013-04-221-0/+20
| * | nohz: Prepare to stop the tick on irq exitFrederic Weisbecker2013-04-221-6/+25