summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* time: Fix spelling mistakes in new commentsJohn Stultz2011-11-211-4/+4
* time: fix bogus comment in timekeeping_get_ns_rawDan McGee2011-11-211-1/+1
* Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...Ingo Molnar2011-11-112-10/+55
|\
| * clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz2011-11-102-10/+55
* | time: Improve documentation of timekeeeping_adjust()John Stultz2011-10-281-1/+80
|/
* alarmtimers: Fix error handlingThomas Gleixner2011-09-141-10/+31
* clocksource: Make watchdog reset locklessThomas Gleixner2011-09-131-20/+18
* clockevents: Add direct ktime programming functionMartin Schwidefsky2011-09-081-0/+4
* clockevents: Make minimum delay adjustments configurableMartin Schwidefsky2011-09-086-93/+121
* nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens2011-09-081-5/+1
* nohz: Make idle/iowait counter update conditionalMichal Hocko2011-09-081-6/+35
* nohz: Fix update_ts_time_stat idle accountingMichal Hocko2011-09-081-4/+4
* alarmtimers: Rework RTC device selection using class interfaceJohn Stultz2011-08-101-38/+40
* alarmtimers: Add try_to_cancel functionalityJohn Stultz2011-08-101-6/+37
* alarmtimers: Add more refined alarm state trackingJohn Stultz2011-08-101-7/+14
* alarmtimers: Remove period from alarm structureJohn Stultz2011-08-101-16/+14
* alarmtimers: Remove interval cap limit hackJohn Stultz2011-08-101-9/+0
* alarmtimers: Add alarm_forward functionalityJohn Stultz2011-08-101-1/+36
* alarmtimers: Push rearming peroidic timers down into alamrtimer handlerJohn Stultz2011-08-101-7/+13
* alarmtimers: Change alarmtimer functions to return alarmtimer_restart valuesJohn Stultz2011-08-101-4/+9
* alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz2011-08-101-0/+9
* alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz2011-08-101-0/+2
* alarmtimers: Avoid possible null pointer traversalJohn Stultz2011-08-101-5/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-221-0/+28
|\
| * time: Fix stupid KERN_WARN compile issueJohn Stultz2011-07-201-1/+1
| * time: Avoid accumulating time drift in suspend/resumeJohn Stultz2011-06-211-0/+22
| * time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz2011-06-211-0/+6
* | alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz2011-06-211-1/+22
* | alarmtimers: Handle late rtc module loadingJohn Stultz2011-06-211-70/+67
|/
* clocksource: Make watchdog robust vs. interruptionThomas Gleixner2011-06-161-11/+13
* clockevents: Handle empty cpumask gracefullyThomas Gleixner2011-06-031-1/+4
* hrtimers: Avoid touching inactive timer basesThomas Gleixner2011-05-231-2/+2
* Merge branch 'timers/urgent' into timers/coreThomas Gleixner2011-05-203-22/+96
|\
| * clockevents/source: Use u64 to make 32bit happyThomas Gleixner2011-05-202-2/+2
| * Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-193-4/+748
| |\
| * \ Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-192-19/+83
| |\ \
| | * | clockevents: Provide interface to reconfigure an active clock event deviceThomas Gleixner2011-05-191-0/+20
| | * | clockevents: Provide combined configure and register functionThomas Gleixner2011-05-191-0/+44
| | * | clocksource: Get rid of the hardcoded 5 seconds sleep time limitThomas Gleixner2011-05-191-19/+19
| * | | tick: Clear broadcast active bit when switching to oneshotThomas Gleixner2011-05-161-1/+11
| * | | clocksource: Install completely before selectingjohn stultz2011-05-051-2/+2
| |/ /
* | | clockevents: Move C3 stop test outside lockAndi Kleen2011-05-051-7/+9
* | | alarmtimer: Drop device refcount after rtc_open()Thomas Gleixner2011-05-041-1/+7
* | | alarmtimer: Check return value of class_find_device()Thomas Gleixner2011-05-041-2/+4
* | | timerfd: Allow timers to be cancelled when clock was setThomas Gleixner2011-05-021-0/+15
* | | hrtimers: Prepare for cancel on clock was set timersThomas Gleixner2011-05-021-1/+1
| |/ |/|
* | timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=nJohn Stultz2011-05-021-2/+18
* | timers: Remove delayed irqwork from alarmtimers implementationJohn Stultz2011-04-281-23/+9
* | timers: Improve alarmtimer comments and minor fixesJohn Stultz2011-04-281-40/+27
* | timers: Posix interface for alarm-timersJohn Stultz2011-04-261-0/+330