aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker
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
2011-06-21time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz
2011-06-21alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz
2011-06-21alarmtimers: Handle late rtc module loadingJohn Stultz
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner
2011-06-03clockevents: Handle empty cpumask gracefullyThomas Gleixner
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner
2011-05-20Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2011-05-20clockevents/source: Use u64 to make 32bit happyThomas Gleixner
2011-05-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-05-19Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2011-05-19clockevents: Provide interface to reconfigure an active clock event deviceThomas Gleixner
2011-05-19clockevents: Provide combined configure and register functionThomas Gleixner
2011-05-19clocksource: Get rid of the hardcoded 5 seconds sleep time limitThomas Gleixner
2011-05-16tick: Clear broadcast active bit when switching to oneshotThomas Gleixner
2011-05-05clockevents: Move C3 stop test outside lockAndi Kleen
2011-05-05clocksource: Install completely before selectingjohn stultz
2011-05-04alarmtimer: Drop device refcount after rtc_open()Thomas Gleixner
2011-05-04alarmtimer: Check return value of class_find_device()Thomas Gleixner
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner
2011-05-02hrtimers: Prepare for cancel on clock was set timersThomas Gleixner
2011-05-02timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=nJohn Stultz
2011-04-28timers: Remove delayed irqwork from alarmtimers implementationJohn Stultz
2011-04-28timers: Improve alarmtimer comments and minor fixesJohn Stultz
2011-04-26timers: Posix interface for alarm-timersJohn Stultz