summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2013-10-23clockevents: Sanitize ticks to nsec conversionThomas Gleixner-15/+50
2013-09-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+4
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz-4/+4
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-33/+29
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-0/+50
2013-08-31nohz_full: Add full-system-idle state machinePaul E. McKenney-0/+27
2013-08-28timer_list: correct the iterator for timer_listNathan Zimmer-17/+24
2013-08-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+3
2013-08-18nohz_full: Add Kconfig parameter for scalable detection of all-idle statePaul E. McKenney-0/+23
2013-08-16nohz: Include local CPU in full dynticks global kickFrederic Weisbecker-0/+1
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar-34/+28
2013-08-14nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker-4/+4
2013-08-14nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker-12/+2
2013-08-14nohz: Rename a few state variablesFrederic Weisbecker-22/+22
2013-08-13context_tracking: Remove full dynticks' hacky dependency on wide context trac...Frederic Weisbecker-1/+0
2013-08-13nohz: Only enable context tracking on full dynticks CPUsFrederic Weisbecker-0/+6
2013-08-12Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar-1/+1
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki-7/+2
2013-07-24nohz: fix compile warning in tick_nohz_init()Li Zhong-2/+0
2013-07-24nohz: Do not warn about unstable tsc unless user uses nohz_fullSteven Rostedt-1/+2
2013-07-22sched_clock: Fix integer overflowBaruch Siach-1/+1
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker-1/+1
2013-07-12tick: broadcast: Check broadcast mode on CPU hotplugStephen Boyd-1/+4
2013-07-12Merge branch 'linus' into timers/urgentThomas Gleixner-263/+1026
2013-07-10Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar-10/+5
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner-15/+42
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner-9/+21
2013-07-02tick: Sanitize broadcast control logicThomas Gleixner-12/+61
2013-07-02tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner-1/+9
2013-07-02tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner-2/+11
2013-06-28timekeeping: Indicate that clock was set in the pvclock gtod notifierDavid Vrabel-12/+18
2013-06-28timekeeping: Pass flags instead of multiple bools to timekeeping_update()David Vrabel-9/+12
2013-06-24clockevents: Prefer CPU local devices over global devicesStephen Boyd-2/+7
2013-06-21tick: Fix tick_broadcast_pending_mask not clearedDaniel Lezcano-2/+5
2013-06-20nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbsFrederic Weisbecker-10/+0
2013-06-20nohz: Warn if the machine can not perform nohz_fullSteven Rostedt-0/+5
2013-06-17ARM: sched_clock: Load cycle count after epoch stabilizesStephen Boyd-11/+8
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd-0/+216
2013-06-12alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie-1/+9
2013-05-31tick: Remove useless timekeeping duty attribution to broadcast sourceJiri Bohac-4/+0
2013-05-31nohz: Fix notifier return val that enforce timekeepingLi Zhong-1/+1
2013-05-29power: Add option to log time spent in suspendColin Cross-0/+89
2013-05-29alarmtimer: Add functions for timerfd supportTodd Poynor-1/+38
2013-05-29Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner-1/+8
2013-05-28timekeeping: Correct run-time detection of persistent_clock.Zoran Markovic-0/+8
2013-05-28ntp: Remove unused variable flags in __hardppsGeert Uytterhoeven-1/+0
2013-05-28clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Thomas Gleixner-0/+1
2013-05-28tick: Cure broadcast false positive pending bit warningThomas Gleixner-1/+7
2013-05-28clockevents: Define CS_NAME_LEN unconditionallyThomas Gleixner-2/+2
2013-05-16clockevents: Implement unbind functionalityThomas Gleixner-4/+161