aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-07-12tick: broadcast: Check broadcast mode on CPU hotplugStephen Boyd
2013-07-12Merge branch 'linus' into timers/urgentThomas Gleixner
2013-07-10Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner
2013-07-02tick: Sanitize broadcast control logicThomas Gleixner
2013-07-02tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner
2013-07-02tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner
2013-06-28timekeeping: Indicate that clock was set in the pvclock gtod notifierDavid Vrabel
2013-06-28timekeeping: Pass flags instead of multiple bools to timekeeping_update()David Vrabel
2013-06-24clockevents: Prefer CPU local devices over global devicesStephen Boyd
2013-06-21tick: Fix tick_broadcast_pending_mask not clearedDaniel Lezcano
2013-06-20nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbsFrederic Weisbecker
2013-06-20nohz: Warn if the machine can not perform nohz_fullSteven Rostedt
2013-06-17ARM: sched_clock: Load cycle count after epoch stabilizesStephen Boyd
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd
2013-06-12alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie
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-29power: Add option to log time spent in suspendColin Cross
2013-05-29alarmtimer: Add functions for timerfd supportTodd Poynor
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-28clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Thomas Gleixner
2013-05-28tick: Cure broadcast false positive pending bit warningThomas Gleixner
2013-05-28clockevents: Define CS_NAME_LEN unconditionallyThomas Gleixner
2013-05-16clockevents: Implement unbind functionalityThomas Gleixner
2013-05-16clockevents: Split out selection logicThomas Gleixner
2013-05-16clockevents: Provide sysfs interfaceThomas Gleixner
2013-05-16clockevents: Add module refcountThomas Gleixner
2013-05-16clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner
2013-05-16clockevents: Simplify lockingThomas Gleixner
2013-05-16clockevents: Get rid of the notifier chainThomas Gleixner
2013-05-16clocksource: Let clocksource_unregister() return success/errorThomas Gleixner
2013-05-16clocksource: Provide unbind interface in sysfsThomas Gleixner
2013-05-16clocksource: Split out user string inputThomas Gleixner
2013-05-16clocksource: Allow clocksource select to skip current clocksourceThomas Gleixner
2013-05-16clocksource: Add module refcountThomas Gleixner
2013-05-16clocksource: Let timekeeping_notify return success/errorThomas Gleixner
2013-05-16clocksource: Always verify highres capabilityThomas 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