aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Gravatar Rafael J. Wysocki 1-7/+2
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 1-1/+1
2013-07-12tick: broadcast: Check broadcast mode on CPU hotplugGravatar Stephen Boyd 1-1/+4
2013-07-12Merge branch 'linus' into timers/urgentGravatar Thomas Gleixner 11-263/+1026
2013-07-10Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 1-10/+5
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityGravatar Thomas Gleixner 1-15/+42
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofGravatar Thomas Gleixner 4-9/+21
2013-07-02tick: Sanitize broadcast control logicGravatar Thomas Gleixner 2-12/+61
2013-07-02tick: Prevent uncontrolled switch to oneshot modeGravatar Thomas Gleixner 1-1/+9
2013-07-02tick: Make oneshot broadcast robust vs. CPU offliningGravatar Thomas Gleixner 1-2/+11
2013-06-28timekeeping: Indicate that clock was set in the pvclock gtod notifierGravatar David Vrabel 1-12/+18
2013-06-28timekeeping: Pass flags instead of multiple bools to timekeeping_update()Gravatar David Vrabel 1-9/+12
2013-06-24clockevents: Prefer CPU local devices over global devicesGravatar Stephen Boyd 1-2/+7
2013-06-21tick: Fix tick_broadcast_pending_mask not clearedGravatar Daniel Lezcano 1-2/+5
2013-06-20nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbsGravatar Frederic Weisbecker 1-10/+0
2013-06-20nohz: Warn if the machine can not perform nohz_fullGravatar Steven Rostedt 1-0/+5
2013-06-17ARM: sched_clock: Load cycle count after epoch stabilizesGravatar Stephen Boyd 1-11/+8
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesGravatar Stephen Boyd 2-0/+216
2013-06-12alarmtimer: Export symbols of functions declared in linux/alarmtimer.hGravatar Marcus Gelderie 1-1/+9
2013-05-31tick: Remove useless timekeeping duty attribution to broadcast sourceGravatar Jiri Bohac 1-4/+0
2013-05-31nohz: Fix notifier return val that enforce timekeepingGravatar Li Zhong 1-1/+1
2013-05-29power: Add option to log time spent in suspendGravatar Colin Cross 4-0/+89
2013-05-29alarmtimer: Add functions for timerfd supportGravatar Todd Poynor 1-1/+38
2013-05-29Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Gravatar Thomas Gleixner 2-1/+8
2013-05-28timekeeping: Correct run-time detection of persistent_clock.Gravatar Zoran Markovic 1-0/+8
2013-05-28ntp: Remove unused variable flags in __hardppsGravatar Geert Uytterhoeven 1-1/+0
2013-05-28clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Gravatar Thomas Gleixner 1-0/+1
2013-05-28tick: Cure broadcast false positive pending bit warningGravatar Thomas Gleixner 1-1/+7
2013-05-28clockevents: Define CS_NAME_LEN unconditionallyGravatar Thomas Gleixner 1-2/+2
2013-05-16clockevents: Implement unbind functionalityGravatar Thomas Gleixner 4-4/+161
2013-05-16clockevents: Split out selection logicGravatar Thomas Gleixner 2-38/+56
2013-05-16clockevents: Provide sysfs interfaceGravatar Thomas Gleixner 1-0/+86
2013-05-16clockevents: Add module refcountGravatar Thomas Gleixner 3-0/+8
2013-05-16clockevents: Move the tick_notify() switch case to clockevents_notify()Gravatar Thomas Gleixner 3-48/+35
2013-05-16clockevents: Simplify lockingGravatar Thomas Gleixner 1-17/+5
2013-05-16clockevents: Get rid of the notifier chainGravatar Thomas Gleixner 4-63/+14
2013-05-16clocksource: Let clocksource_unregister() return success/errorGravatar Thomas Gleixner 1-21/+12
2013-05-16clocksource: Provide unbind interface in sysfsGravatar Thomas Gleixner 1-0/+73
2013-05-16clocksource: Split out user string inputGravatar Thomas Gleixner 1-14/+23
2013-05-16clocksource: Allow clocksource select to skip current clocksourceGravatar Thomas Gleixner 1-11/+20
2013-05-16clocksource: Add module refcountGravatar Thomas Gleixner 1-5/+14
2013-05-16clocksource: Let timekeeping_notify return success/errorGravatar Thomas Gleixner 2-5/+6
2013-05-16clocksource: Always verify highres capabilityGravatar Thomas Gleixner 1-5/+26
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-11/+7
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsGravatar John Stultz 1-5/+0
2013-05-14tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineGravatar Thomas Gleixner 1-0/+1
2013-05-12tick: Cleanup NOHZ per cpu data on cpu downGravatar Thomas Gleixner 1-1/+1
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-24/+360
2013-05-05tick: Use zalloc_cpumask_var for allocating offstack cpumasksGravatar Thomas Gleixner 1-5/+5
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksGravatar Frederic Weisbecker 1-0/+7