summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2014-06-26nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner1-1/+3
2014-02-22time: Fix overflow when HZ is smaller than 60Mikulas Patocka1-0/+6
2014-02-20sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra1-0/+1
2014-02-133.4.y: timekeeping: fix 32-bit overflow in get_monotonic_boottimeColin Cross1-1/+1
2014-02-13timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz1-4/+8
2013-12-04alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro1-2/+2
2013-11-13clockevents: Sanitize ticks to nsec conversionThomas Gleixner1-15/+50
2013-07-28tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner1-1/+9
2013-07-13Revert "sched: Add missing call to calc_load_exit_idle()"Greg Kroah-Hartman1-1/+0
2013-05-19tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner1-1/+1
2013-05-07clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2-0/+5
2013-03-28nohz: Make tick_nohz_irq_exit() irq safeFrederic Weisbecker1-0/+5
2013-03-28clockevents: Don't allow dummy broadcast timersMark Rutland1-1/+2
2012-12-03timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter1-1/+1
2012-10-02time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz1-5/+5
2012-10-02time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz1-1/+4
2012-10-02time: Improve sanity checking of timekeeping inputsJohn Stultz1-2/+24
2012-10-02sched: Add missing call to calc_load_exit_idle()Charles Wang1-0/+1
2012-07-29ntp: Fix STA_INS/DEL clearing bugJohn Stultz1-2/+6
2012-07-19timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner1-0/+1
2012-07-19timekeeping: Provide hrtimer update functionThomas Gleixner1-0/+34
2012-07-19timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner1-2/+23
2012-07-19timekeeping: Fix leapsecond triggered load spike issueJohn Stultz1-0/+4
2012-07-19sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra1-0/+2
2012-06-22ntp: Correct TAI offset during leap secondRichard Cochran1-1/+1
2012-06-17timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz1-0/+2
2012-04-19tick: Fix the spurious broadcast timer ticks after resumeSuresh Siddha1-1/+2
2012-04-19tick: Ensure that the broadcast device is initializedThomas Gleixner1-0/+3
2012-04-18tick: Fix oneshot broadcast setup reallyThomas Gleixner1-6/+1
2012-04-10clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha1-1/+3
2012-04-06nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell1-2/+2
2012-03-31tick: Document TICK_ONESHOT config optionThomas Gleixner1-0/+4
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-118/+77
2012-03-24alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner1-3/+8
2012-03-23kernel-time: fix s/then/than/ spelling errorsJim Cromie2-8/+8
2012-03-23time: remove no_sync_cmos_clockCesar Eduardo Barros1-5/+1
2012-03-23time: Avoid scary backtraces when warning of > 11% adjJohn Stultz1-4/+6
2012-03-23alarmtimer: Make sure we initialize the rtctimerJohn Stultz1-1/+4
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz2-101/+47
2012-03-15time: Fix change_clocksource lockingJohn Stultz1-0/+7
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin1-1/+1
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov7-76/+241
2012-02-15Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2-174/+247
2012-02-15nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker1-5/+6
2012-02-15nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko1-5/+1
2012-02-15clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha1-0/+4
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz1-0/+2
2012-01-26time: Move common updates to a functionThomas Gleixner1-22/+17
2012-01-26time: Reorder so the hot data is togetherThomas Gleixner1-2/+2