summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2014-04-02timekeeping: fix 32-bit overflow in get_monotonic_boottimeColin Cross1-1/+1
2014-04-02time: Fix overflow when HZ is smaller than 60Mikulas Patocka1-0/+6
2014-01-03alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro1-2/+2
2013-05-30tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner1-1/+1
2013-05-13clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2-0/+5
2013-04-10clockevents: Don't allow dummy broadcast timersMark Rutland1-1/+2
2012-10-30timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter1-1/+1
2012-09-19time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz1-5/+5
2012-09-19time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz1-0/+4
2012-09-19time: Improve sanity checking of timekeeping inputsJohn Stultz1-2/+24
2012-08-02sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra1-0/+1
2012-07-25timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner1-0/+1
2012-07-25timekeeping: Provide hrtimer update functionThomas Gleixner1-0/+34
2012-07-25timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner1-1/+24
2012-07-25timekeeping: Fix leapsecond triggered load spike issueJohn Stultz1-0/+4
2012-07-25time: Move common updates to a functionThomas Gleixner1-17/+17
2012-07-25timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz1-1/+2
2012-07-25ntp: Correct TAI offset during leap secondRichard Cochran1-1/+1
2012-07-25ntp: Fix leap-second hrtimer livelockJohn Stultz2-93/+47
2012-07-25sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra1-0/+2
2012-04-22nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell1-2/+2
2012-04-02ntp: Fix integer overflow when setting timeSasha Levin1-1/+1
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds1-1/+0
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi1-3/+9
2011-12-06alarmtimers: Fix time comparisonThomas Gleixner1-1/+1
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+4
2011-12-02clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner1-0/+1
2011-12-02tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner1-1/+1
2011-12-01clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)1-2/+2
2011-11-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-11/+139
2011-11-17timekeeping: add arch_offset hook to ktime_get functionsHector Palacios1-0/+4
2011-11-11Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...Ingo Molnar2-10/+55
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz2-10/+55
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker1-0/+1
2011-10-28time: Improve documentation of timekeeeping_adjust()John Stultz1-1/+80
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-213/+364
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex1-6/+0
2011-09-14alarmtimers: Fix error handlingThomas Gleixner1-10/+31
2011-09-13locking, timer_stats: Annotate table_lock as rawThomas Gleixner1-3/+3
2011-09-13clocksource: Make watchdog reset locklessThomas Gleixner1-20/+18
2011-09-08clockevents: Add direct ktime programming functionMartin Schwidefsky1-0/+4
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky6-93/+121
2011-09-08nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens1-5/+1
2011-09-08nohz: Make idle/iowait counter update conditionalMichal Hocko1-6/+35
2011-09-08nohz: Fix update_ts_time_stat idle accountingMichal Hocko1-4/+4
2011-08-10alarmtimers: Rework RTC device selection using class interfaceJohn Stultz1-38/+40
2011-08-10alarmtimers: Add try_to_cancel functionalityJohn Stultz1-6/+37
2011-08-10alarmtimers: Add more refined alarm state trackingJohn Stultz1-7/+14
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz1-16/+14