Age | Commit message (Expand) | Author |
2015-07-14 | tick: Move the export of tick_broadcast_oneshot_control to the proper place | Thomas Gleixner |
2015-07-11 | tick/broadcast: Prevent NULL pointer dereference | Thomas Gleixner |
2015-07-07 | tick/broadcast: Handle spurious interrupts gracefully | Thomas Gleixner |
2015-07-07 | tick/broadcast: Check for hrtimer broadcast active early | Thomas Gleixner |
2015-07-07 | tick/broadcast: Return busy when IPI is pending | Thomas Gleixner |
2015-07-07 | tick/broadcast: Return busy if periodic mode and hrtimer broadcast | Thomas Gleixner |
2015-07-07 | tick/broadcast: Move the check for periodic mode inside state handling | Thomas Gleixner |
2015-07-07 | tick/broadcast: Prevent deep idle if no broadcast device available | Thomas Gleixner |
2015-07-07 | tick/broadcast: Make idle check independent from mode and config | Thomas Gleixner |
2015-07-07 | tick/broadcast: Sanity check the shutdown of the local clock_event | Thomas Gleixner |
2015-07-07 | tick/broadcast: Prevent hrtimer recursion | Thomas Gleixner |
2015-07-07 | clockevents: Allow set-state callbacks to be optional | Viresh Kumar |
2015-07-01 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2015-07-01 | time: Remove development rules from Kbuild/Makefile | Thomas Gleixner |
2015-06-26 | timer: Fix hotplug regression | Thomas Gleixner |
2015-06-23 | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2015-06-22 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-06-19 | timer: Minimize nohz off overhead | Thomas Gleixner |
2015-06-19 | timer: Reduce timer migration overhead if disabled | Thomas Gleixner |
2015-06-19 | timer: Stats: Simplify the flags handling | Thomas Gleixner |
2015-06-19 | timer: Replace timer base by a cpu index | Thomas Gleixner |
2015-06-19 | timer: Use hlist for the timer wheel hash buckets | Thomas Gleixner |
2015-06-19 | timer: Remove FIFO "guarantee" | Thomas Gleixner |
2015-06-19 | timers: Sanitize catchup_timer_jiffies() usage | Thomas Gleixner |
2015-06-19 | Merge branches 'pm-sleep' and 'pm-runtime' | Rafael J. Wysocki |
2015-06-19 | hrtimer: Allow hrtimer::function() to free the timer | Peter Zijlstra |
2015-06-19 | hrtimer: Fix hrtimer_is_queued() hole | Peter Zijlstra |
2015-06-19 | hrtimer: Remove HRTIMER_STATE_MIGRATE | Oleg Nesterov |
2015-06-18 | timekeeping: Copy the shadow-timekeeper over the real timekeeper last | John Stultz |
2015-06-18 | clockevents: Check state instead of mode in suspend/resume path | Viresh Kumar |
2015-06-12 | ntp: Do leapsecond adjustment in adjtimex read path | John Stultz |
2015-06-12 | time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge | John Stultz |
2015-06-12 | ntp: Introduce and use SECS_PER_DAY macro instead of 86400 | John Stultz |
2015-06-12 | time: Move clock_was_set_seq update before updating shadow-timekeeper | John Stultz |
2015-06-10 | clocksource: Use current logging style | Joe Perches |
2015-06-10 | time: Refactor usecs_to_jiffies | Nicholas Mc Guire |
2015-06-02 | clockevents: Rename state to state_use_accessors | Thomas Gleixner |
2015-06-02 | clockevents: Use set/get state helper functions | Thomas Gleixner |
2015-06-02 | clockevents: Provide functions to set and get the state | Thomas Gleixner |
2015-06-02 | clockevents: Use helpers to check the state of a clockevent device | Viresh Kumar |
2015-06-02 | Merge branch 'linus' into sched/core, to resolve conflict | Ingo Molnar |
2015-05-28 | seqlock: Introduce raw_read_seqcount_latch() | Peter Zijlstra |
2015-05-28 | seqlock: Better document raw_write_seqcount_latch() | Peter Zijlstra |
2015-05-27 | clockevents: Do not suspend/resume if unused | Alexandre Belloni |
2015-05-22 | time: Remove read_boot_clock() | Xunlei Pang |
2015-05-22 | tracing: timer: Add deferrable flag to timer_start | Badhri Jagan Sridharan |
2015-05-22 | time: Rework debugging variables so they aren't global | John Stultz |
2015-05-22 | timekeeping: Provide new API to get the current time resolution | Harald Geyer |
2015-05-22 | time: Make sure tz_minuteswest is set to a valid value when setting time | Sasha Levin |