summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2012-08-02sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra
2012-07-25timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner
2012-07-25timekeeping: Provide hrtimer update functionThomas Gleixner
2012-07-25timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner
2012-07-25timekeeping: Fix leapsecond triggered load spike issueJohn Stultz
2012-07-25time: Move common updates to a functionThomas Gleixner
2012-07-25timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz
2012-07-25ntp: Correct TAI offset during leap secondRichard Cochran
2012-07-25ntp: Fix leap-second hrtimer livelockJohn Stultz
2012-07-25sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra
2012-04-22nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell
2012-04-02ntp: Fix integer overflow when setting timeSasha Levin
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi
2011-12-06alarmtimers: Fix time comparisonThomas Gleixner
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2011-12-02clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner
2011-12-02tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner
2011-12-01clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)
2011-11-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2011-11-17timekeeping: add arch_offset hook to ktime_get functionsHector Palacios
2011-11-11Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...Ingo Molnar
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker
2011-10-28time: Improve documentation of timekeeeping_adjust()John Stultz
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex
2011-09-14alarmtimers: Fix error handlingThomas Gleixner
2011-09-13locking, timer_stats: Annotate table_lock as rawThomas Gleixner
2011-09-13clocksource: Make watchdog reset locklessThomas Gleixner
2011-09-08clockevents: Add direct ktime programming functionMartin Schwidefsky
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky
2011-09-08nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens
2011-09-08nohz: Make idle/iowait counter update conditionalMichal Hocko
2011-09-08nohz: Fix update_ts_time_stat idle accountingMichal Hocko
2011-08-10alarmtimers: Rework RTC device selection using class interfaceJohn Stultz
2011-08-10alarmtimers: Add try_to_cancel functionalityJohn Stultz
2011-08-10alarmtimers: Add more refined alarm state trackingJohn Stultz
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz
2011-08-10alarmtimers: Remove interval cap limit hackJohn Stultz
2011-08-10alarmtimers: Add alarm_forward functionalityJohn Stultz
2011-08-10alarmtimers: Push rearming peroidic timers down into alamrtimer handlerJohn Stultz
2011-08-10alarmtimers: Change alarmtimer functions to return alarmtimer_restart valuesJohn Stultz
2011-08-10alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz
2011-08-10alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz
2011-08-10alarmtimers: Avoid possible null pointer traversalJohn Stultz
2011-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-20time: Fix stupid KERN_WARN compile issueJohn Stultz
2011-06-21time: Avoid accumulating time drift in suspend/resumeJohn Stultz