summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner2013-07-051-15/+42
* Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-044-9/+21
|\
| * 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
| |/
* | tick: Sanitize broadcast control logicThomas Gleixner2013-07-022-12/+61
* | tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner2013-07-021-1/+9
* | tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner2013-07-021-2/+11
* | timekeeping: Indicate that clock was set in the pvclock gtod notifierDavid Vrabel2013-06-281-12/+18
* | timekeeping: Pass flags instead of multiple bools to timekeeping_update()David Vrabel2013-06-281-9/+12
* | clockevents: Prefer CPU local devices over global devicesStephen Boyd2013-06-241-2/+7
* | ARM: sched_clock: Load cycle count after epoch stabilizesStephen Boyd2013-06-171-11/+8
* | sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-122-0/+216
* | alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie2013-06-121-1/+9
* | power: Add option to log time spent in suspendColin Cross2013-05-294-0/+89
* | alarmtimer: Add functions for timerfd supportTodd Poynor2013-05-291-1/+38
* | clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Thomas Gleixner2013-05-281-0/+1
* | clockevents: Define CS_NAME_LEN unconditionallyThomas Gleixner2013-05-281-2/+2
* | clockevents: Implement unbind functionalityThomas Gleixner2013-05-164-4/+161
* | clockevents: Split out selection logicThomas Gleixner2013-05-162-38/+56
* | clockevents: Provide sysfs interfaceThomas Gleixner2013-05-161-0/+86
* | clockevents: Add module refcountThomas Gleixner2013-05-163-0/+8
* | clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner2013-05-163-48/+35
* | clockevents: Simplify lockingThomas Gleixner2013-05-161-17/+5
* | clockevents: Get rid of the notifier chainThomas Gleixner2013-05-164-63/+14
* | clocksource: Let clocksource_unregister() return success/errorThomas Gleixner2013-05-161-21/+12
* | clocksource: Provide unbind interface in sysfsThomas Gleixner2013-05-161-0/+73
* | clocksource: Split out user string inputThomas Gleixner2013-05-161-14/+23
* | clocksource: Allow clocksource select to skip current clocksourceThomas Gleixner2013-05-161-11/+20
* | clocksource: Add module refcountThomas Gleixner2013-05-161-5/+14
* | clocksource: Let timekeeping_notify return success/errorThomas Gleixner2013-05-162-5/+6
* | clocksource: Always verify highres capabilityThomas Gleixner2013-05-161-5/+26
|/
* 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