Age | Commit message (Expand) | Author | Files | Lines |
2013-07-15 | kernel: delete __cpuinit usage from all core kernel files | Paul Gortmaker | 1 | -1/+1 |
2013-07-12 | tick: broadcast: Check broadcast mode on CPU hotplug | Stephen Boyd | 1 | -1/+4 |
2013-07-12 | Merge branch 'linus' into timers/urgent | Thomas Gleixner | 11 | -263/+1026 |
2013-07-10 | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 1 | -10/+5 |
2013-07-05 | clocksource: Reselect clocksource when watchdog validated high-res capability | Thomas Gleixner | 1 | -15/+42 |
2013-07-05 | Merge branch 'timers/posix-cpu-timers-for-tglx' of | Thomas Gleixner | 4 | -9/+21 |
2013-07-02 | tick: Sanitize broadcast control logic | Thomas Gleixner | 2 | -12/+61 |
2013-07-02 | tick: Prevent uncontrolled switch to oneshot mode | Thomas Gleixner | 1 | -1/+9 |
2013-07-02 | tick: Make oneshot broadcast robust vs. CPU offlining | Thomas Gleixner | 1 | -2/+11 |
2013-06-29 | timekeeping: Indicate that clock was set in the pvclock gtod notifier | David Vrabel | 1 | -12/+18 |
2013-06-29 | timekeeping: Pass flags instead of multiple bools to timekeeping_update() | David Vrabel | 1 | -9/+12 |
2013-06-25 | clockevents: Prefer CPU local devices over global devices | Stephen Boyd | 1 | -2/+7 |
2013-06-21 | tick: Fix tick_broadcast_pending_mask not cleared | Daniel Lezcano | 1 | -2/+5 |
2013-06-20 | nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbs | Frederic Weisbecker | 1 | -10/+0 |
2013-06-20 | nohz: Warn if the machine can not perform nohz_full | Steven Rostedt | 1 | -0/+5 |
2013-06-18 | ARM: sched_clock: Load cycle count after epoch stabilizes | Stephen Boyd | 1 | -11/+8 |
2013-06-13 | sched_clock: Make ARM's sched_clock generic for all architectures | Stephen Boyd | 2 | -0/+216 |
2013-06-13 | alarmtimer: Export symbols of functions declared in linux/alarmtimer.h | Marcus Gelderie | 1 | -1/+9 |
2013-05-31 | tick: Remove useless timekeeping duty attribution to broadcast source | Jiri Bohac | 1 | -4/+0 |
2013-05-31 | nohz: Fix notifier return val that enforce timekeeping | Li Zhong | 1 | -1/+1 |
2013-05-29 | power: Add option to log time spent in suspend | Colin Cross | 4 | -0/+89 |
2013-05-29 | alarmtimer: Add functions for timerfd support | Todd Poynor | 1 | -1/+38 |
2013-05-29 | Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux... | Thomas Gleixner | 2 | -1/+8 |
2013-05-29 | timekeeping: Correct run-time detection of persistent_clock. | Zoran Markovic | 1 | -0/+8 |
2013-05-29 | ntp: Remove unused variable flags in __hardpps | Geert Uytterhoeven | 1 | -1/+0 |
2013-05-28 | clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET... | Thomas Gleixner | 1 | -0/+1 |
2013-05-28 | tick: Cure broadcast false positive pending bit warning | Thomas Gleixner | 1 | -1/+7 |
2013-05-28 | clockevents: Define CS_NAME_LEN unconditionally | Thomas Gleixner | 1 | -2/+2 |
2013-05-16 | clockevents: Implement unbind functionality | Thomas Gleixner | 4 | -4/+161 |
2013-05-16 | clockevents: Split out selection logic | Thomas Gleixner | 2 | -38/+56 |
2013-05-16 | clockevents: Provide sysfs interface | Thomas Gleixner | 1 | -0/+86 |
2013-05-16 | clockevents: Add module refcount | Thomas Gleixner | 3 | -0/+8 |
2013-05-16 | clockevents: Move the tick_notify() switch case to clockevents_notify() | Thomas Gleixner | 3 | -48/+35 |
2013-05-16 | clockevents: Simplify locking | Thomas Gleixner | 1 | -17/+5 |
2013-05-16 | clockevents: Get rid of the notifier chain | Thomas Gleixner | 4 | -63/+14 |
2013-05-16 | clocksource: Let clocksource_unregister() return success/error | Thomas Gleixner | 1 | -21/+12 |
2013-05-16 | clocksource: Provide unbind interface in sysfs | Thomas Gleixner | 1 | -0/+73 |
2013-05-16 | clocksource: Split out user string input | Thomas Gleixner | 1 | -14/+23 |
2013-05-16 | clocksource: Allow clocksource select to skip current clocksource | Thomas Gleixner | 1 | -11/+20 |
2013-05-16 | clocksource: Add module refcount | Thomas Gleixner | 1 | -5/+14 |
2013-05-16 | clocksource: Let timekeeping_notify return success/error | Thomas Gleixner | 2 | -5/+6 |
2013-05-16 | clocksource: Always verify highres capability | Thomas Gleixner | 1 | -5/+26 |
2013-05-16 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -11/+7 |
2013-05-14 | time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitons | John Stultz | 1 | -5/+0 |
2013-05-14 | tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offline | Thomas Gleixner | 1 | -0/+1 |
2013-05-12 | tick: Cleanup NOHZ per cpu data on cpu down | Thomas Gleixner | 1 | -1/+1 |
2013-05-06 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -24/+360 |
2013-05-05 | tick: Use zalloc_cpumask_var for allocating offstack cpumasks | Thomas Gleixner | 1 | -5/+5 |
2013-05-04 | sched: Keep at least 1 tick per second for active dynticks tasks | Frederic Weisbecker | 1 | -0/+7 |
2013-05-04 | rcu: Fix full dynticks' dependency on wide RCU nocb mode | Frederic Weisbecker | 1 | -1/+0 |