summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2011-12-09timekeeping: add arch_offset hook to ktime_get functionsHector Palacios
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
2011-04-26timers: Introduce in-kernel alarm-timer interfaceJohn Stultz
2011-04-26time: Add timekeeping_inject_sleeptimeJohn Stultz
2011-04-18posix clocks: Replace mutex with reader/writer semaphoreRichard Cochran
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-04ntp: fix non privileged system time shiftingRichard Cochran
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23timekeeping: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-03-12posix-clocks: Check write permissions in posix syscallsTorben Hohn
2011-02-26clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz
2011-02-18ntp: Remove redundant and incorrect parameter checkRichard Cochran
2011-02-12timer debug: Hide kernel addresses via %pK in /proc/timer_listKees Cook
2011-02-02posix clocks: Introduce dynamic clocksRichard Cochran
2011-02-02ntp: Add ADJ_SETOFFSET mode bitRichard Cochran
2011-02-02time: Introduce timekeeping_inject_offsetJohn Stultz
2011-02-02time: Correct the *settime* parametersRichard Cochran
2011-02-01time: Fix legacy arch falloutThomas Gleixner