aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-03-061-3/+7
* time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-03-061-0/+7
* alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-11-051-2/+8
* alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-11-051-2/+4
* alarmtimer: Return relative times in timer_gettimeRichard Larocque2014-11-051-7/+17
* nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner2014-08-061-1/+3
* alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz2014-08-061-2/+18
* timekeeping: fix 32-bit overflow in get_monotonic_boottimeColin Cross2014-04-021-1/+1
* time: Fix overflow when HZ is smaller than 60Mikulas Patocka2014-04-021-0/+6
* alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro2014-01-031-2/+2
* tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-301-1/+1
* clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2013-05-132-0/+5
* clockevents: Don't allow dummy broadcast timersMark Rutland2013-04-101-1/+2
* timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter2012-10-301-1/+1
* time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2012-09-191-5/+5
* time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz2012-09-191-0/+4
* time: Improve sanity checking of timekeeping inputsJohn Stultz2012-09-191-2/+24
* sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra2012-08-021-0/+1
* timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner2012-07-251-0/+1
* timekeeping: Provide hrtimer update functionThomas Gleixner2012-07-251-0/+34
* timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner2012-07-251-1/+24
* timekeeping: Fix leapsecond triggered load spike issueJohn Stultz2012-07-251-0/+4
* time: Move common updates to a functionThomas Gleixner2012-07-251-17/+17
* timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz2012-07-251-1/+2
* ntp: Correct TAI offset during leap secondRichard Cochran2012-07-251-1/+1
* ntp: Fix leap-second hrtimer livelockJohn Stultz2012-07-252-93/+47
* sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra2012-07-251-0/+2
* nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell2012-04-221-2/+2
* ntp: Fix integer overflow when setting timeSasha Levin2012-04-021-1/+1
* Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds2011-12-301-1/+0
* time/clocksource: Fix kernel-doc warningsKusanagi Kouichi2011-12-191-3/+9
* alarmtimers: Fix time comparisonThomas Gleixner2011-12-061-1/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-053-3/+4
|\
| * clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner2011-12-021-0/+1
| * tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner2011-12-021-1/+1
| * clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)2011-12-011-2/+2
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-11-282-11/+139
|\ \ | |/
| * timekeeping: add arch_offset hook to ktime_get functionsHector Palacios2011-11-171-0/+4
| * 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
| |/
* | 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