Age | Commit message (Expand) | Author |
2015-06-02 | Merge branch 'linus' into sched/core, to resolve conflict | Ingo Molnar |
2015-05-19 | Merge tag 'v4.1-rc4' into sched/core, before applying new patches | Ingo Molnar |
2015-05-13 | ktime: Fix ktime_divns to do signed division | John Stultz |
2015-05-09 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2015-05-08 | sched, timer: Use the atomic task_cputime in thread_group_cputimer | Jason Low |
2015-05-08 | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i... | Jason Low |
2015-05-08 | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()... | Jason Low |
2015-04-24 | clockevents: Shutdown detached clockevent device | Viresh Kumar |
2015-04-21 | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-04-03 | timers/PM: Drop unnecessary braces from tick_freeze() | Rafael J. Wysocki |
2015-04-03 | timers/PM: Fix up tick_unfreeze() | Rafael J. Wysocki |
2015-04-03 | timekeeping: Get rid of stale comment | Thomas Gleixner |
2015-04-03 | clockevents: Cleanup dead cpu explicitely | Thomas Gleixner |
2015-04-03 | clockevents: Make tick handover explicit | Thomas Gleixner |
2015-04-03 | clockevents: Remove broadcast oneshot control leftovers | Rafael J. Wysocki |
2015-04-03 | clockevents: Provide explicit broadcast oneshot control functions | Thomas Gleixner |
2015-04-03 | clockevents: Remove the broadcast control leftovers | Thomas Gleixner |
2015-04-03 | clockevents: Provide explicit broadcast control functions | Thomas Gleixner |
2015-04-03 | clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ... | John Stultz |
2015-04-03 | time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksource | Xunlei Pang |
2015-04-03 | time: Fix a bug in timekeeping_suspend() with no persistent clock | Xunlei Pang |
2015-04-03 | time: Don't build timekeeping_inject_sleeptime64() if no one uses it | Xunlei Pang |
2015-04-03 | time: Add y2038 safe update_persistent_clock64() | Xunlei Pang |
2015-04-03 | time: Add y2038 safe read_persistent_clock64() | Xunlei Pang |
2015-04-03 | time: Add y2038 safe read_boot_clock64() | Xunlei Pang |
2015-04-02 | timer: Further simplify the SMP and HOTPLUG logic | Peter Zijlstra |
2015-04-02 | timer: Don't initialize 'tvec_base' on hotplug | Viresh Kumar |
2015-04-02 | timer: Allocate per-cpu tvec_base's statically | Peter Zijlstra |
2015-04-02 | clockevents: Fix cpu_down() race for hrtimer based broadcasting | Preeti U Murthy |
2015-04-02 | tick: Further simplify tick-internal.h | Ingo Molnar |
2015-04-01 | arm/bL_switcher: Kill tick suspend hackery | Thomas Gleixner |
2015-04-01 | tick/xen: Provide and use tick_suspend_local() and tick_resume_local() | Thomas Gleixner |
2015-04-01 | tick: Make tick_resume_broadcast_oneshot() static | Thomas Gleixner |
2015-04-01 | clockevents: Make suspend/resume calls explicit | Thomas Gleixner |
2015-04-01 | clockevents: Remove extra local_irq_save() in clockevents_exchange_device() | Thomas Gleixner |
2015-04-01 | tick: Move core only declarations and functions to core | Thomas Gleixner |
2015-04-01 | tick: Simplify tick-internal.h | Thomas Gleixner |
2015-04-01 | tick: Move clocksource related stuff to timekeeping.h | Thomas Gleixner |
2015-04-01 | clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD | Thomas Gleixner |
2015-03-31 | Merge tag 'v4.0-rc6' into timers/core, before applying new patches | Ingo Molnar |
2015-03-27 | clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i... | Viresh Kumar |
2015-03-27 | clockevents: Manage device's state separately for the core | Viresh Kumar |
2015-03-27 | clockevents: Handle tick device's resume separately | Viresh Kumar |
2015-03-27 | time: Introduce tk_fast_raw | Peter Zijlstra |
2015-03-27 | time: Parametrize all tk_fast_mono users | Peter Zijlstra |
2015-03-27 | time: Add timerkeeper::tkr_raw | Peter Zijlstra |
2015-03-27 | time: Rename timekeeper::tkr to timekeeper::tkr_mono | Peter Zijlstra |
2015-03-27 | timers, sched/clock: Clean up the code a bit | Ingo Molnar |
2015-03-27 | timers, sched/clock: Avoid deadlock during read from NMI | Daniel Thompson |
2015-03-27 | timers, sched/clock: Remove redundant notrace from update function | Daniel Thompson |