summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2012-10-02time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz
2012-10-02time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz
2012-10-02time: Improve sanity checking of timekeeping inputsJohn Stultz
2012-08-01ntp: Fix STA_INS/DEL clearing bugJohn Stultz
2012-07-19timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner
2012-07-19timekeeping: Provide hrtimer update functionThomas Gleixner
2012-07-19timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner
2012-07-19timekeeping: Fix leapsecond triggered load spike issueJohn Stultz
2012-07-19time: Move common updates to a functionThomas Gleixner
2012-07-19timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz
2012-07-19ntp: Correct TAI offset during leap secondRichard Cochran
2012-07-19ntp: Fix leap-second hrtimer livelockJohn Stultz
2012-04-22nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell
2012-04-02ntp: Fix integer overflow when setting timeSasha Levin
2012-01-03Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds
2011-12-21alarmtimers: Fix time comparisonThomas Gleixner
2011-12-09clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner
2011-12-09clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)
2011-12-09tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner
2011-12-09timekeeping: add arch_offset hook to ktime_get functionsHector Palacios
2011-10-03alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz
2011-10-03alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz
2011-10-03alarmtimers: Avoid possible null pointer traversalJohn 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