summaryrefslogtreecommitdiff
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-311-0/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-269-213/+364
|\
| * 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
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-261-6/+0
|\ \
| * | nohz: Remove nohz_cpu_maskShi, Alex2011-09-281-6/+0
| |/
* | locking, timer_stats: Annotate table_lock as rawThomas Gleixner2011-09-131-3/+3
|/
* 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