summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2011-12-02clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner-0/+1
2011-12-02tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner-1/+1
2011-12-01clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)-2/+2
2011-11-29clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGRPaul Bolle-1/+1
2011-11-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-11/+139
2011-11-21time: Fix spelling mistakes in new commentsJohn Stultz-4/+4
2011-11-21time: fix bogus comment in timekeeping_get_ns_rawDan McGee-1/+1
2011-11-17timekeeping: add arch_offset hook to ktime_get functionsHector Palacios-0/+4
2011-11-11Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...Ingo Molnar-10/+55
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz-10/+55
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker-0/+1
2011-10-28time: Improve documentation of timekeeeping_adjust()John Stultz-1/+80
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-213/+364
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+0
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex-6/+0
2011-09-14alarmtimers: Fix error handlingThomas Gleixner-10/+31
2011-09-13locking, timer_stats: Annotate table_lock as rawThomas Gleixner-3/+3
2011-09-13clocksource: Make watchdog reset locklessThomas Gleixner-20/+18
2011-09-08clockevents: Add direct ktime programming functionMartin Schwidefsky-0/+4
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky-93/+121
2011-09-08nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens-5/+1
2011-09-08nohz: Make idle/iowait counter update conditionalMichal Hocko-6/+35
2011-09-08nohz: Fix update_ts_time_stat idle accountingMichal Hocko-4/+4
2011-08-10alarmtimers: Rework RTC device selection using class interfaceJohn Stultz-38/+40
2011-08-10alarmtimers: Add try_to_cancel functionalityJohn Stultz-6/+37
2011-08-10alarmtimers: Add more refined alarm state trackingJohn Stultz-7/+14
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz-16/+14
2011-08-10alarmtimers: Remove interval cap limit hackJohn Stultz-9/+0
2011-08-10alarmtimers: Add alarm_forward functionalityJohn Stultz-1/+36
2011-08-10alarmtimers: Push rearming peroidic timers down into alamrtimer handlerJohn Stultz-7/+13
2011-08-10alarmtimers: Change alarmtimer functions to return alarmtimer_restart valuesJohn Stultz-4/+9
2011-08-10alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz-0/+9
2011-08-10alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz-0/+2
2011-08-10alarmtimers: Avoid possible null pointer traversalJohn Stultz-5/+2
2011-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+28
2011-07-20time: Fix stupid KERN_WARN compile issueJohn Stultz-1/+1
2011-06-21time: Avoid accumulating time drift in suspend/resumeJohn Stultz-0/+22
2011-06-21time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz-0/+6
2011-06-21alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz-1/+22
2011-06-21alarmtimers: Handle late rtc module loadingJohn Stultz-70/+67
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner-11/+13
2011-06-03clockevents: Handle empty cpumask gracefullyThomas Gleixner-1/+4
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner-2/+2
2011-05-20Merge branch 'timers/urgent' into timers/coreThomas Gleixner-22/+96
2011-05-20clockevents/source: Use u64 to make 32bit happyThomas Gleixner-2/+2
2011-05-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+748
2011-05-19Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds-19/+83
2011-05-19clockevents: Provide interface to reconfigure an active clock event deviceThomas Gleixner-0/+20
2011-05-19clockevents: Provide combined configure and register functionThomas Gleixner-0/+44
2011-05-19clocksource: Get rid of the hardcoded 5 seconds sleep time limitThomas Gleixner-19/+19