summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2012-07-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+6
2012-07-16timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner-0/+1
2012-07-15ntp: Fix STA_INS/DEL clearing bugJohn Stultz-2/+6
2012-07-14Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds-0/+2
2012-07-11timekeeping: Provide hrtimer update functionThomas Gleixner-0/+34
2012-07-11timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner-2/+23
2012-07-11timekeeping: Fix leapsecond triggered load spike issueJohn Stultz-0/+4
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra-0/+2
2012-06-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+6
2012-06-11Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar-1/+6
2012-06-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+2
2012-06-06rcu: Precompute RCU_FAST_NO_HZ timer offsetsPaul E. McKenney-1/+6
2012-06-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2012-06-04timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz-0/+2
2012-05-30sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra-0/+1
2012-05-25tick: Move skew_tick option into the HIGH_RES_TIMER sectionThomas Gleixner-8/+8
2012-05-25clockevents: Make clockevents_config() a global symbolMagnus Damm-2/+1
2012-05-25tick: Add tick skew boot optionMike Galbraith-0/+18
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-15/+55
2012-05-22Merge branch 'fortglx/3.5/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner-8/+4
2012-05-21timekeeping: Fix a few minor newline issues.Richard Cochran-3/+1
2012-05-21ntp: Fix a stale comment and a few stray newlines.Richard Cochran-4/+2
2012-05-21ntp: Correct TAI offset during leap secondRichard Cochran-1/+1
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner-32/+41
2012-05-21timers: Provide generic Kconfig switchesThomas Gleixner-0/+35
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman-2/+2
2012-04-20alarmtimer: Provide accessor to alarmtimer rtc deviceJohn Stultz-2/+2
2012-04-19tick: Fix the spurious broadcast timer ticks after resumeSuresh Siddha-1/+2
2012-04-19tick: Ensure that the broadcast device is initializedThomas Gleixner-0/+3
2012-04-18tick: Fix oneshot broadcast setup reallyThomas Gleixner-6/+1
2012-04-10clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha-1/+3
2012-04-06nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell-2/+2
2012-03-31tick: Document TICK_ONESHOT config optionThomas Gleixner-0/+4
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-118/+77
2012-03-24alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner-3/+8
2012-03-23kernel-time: fix s/then/than/ spelling errorsJim Cromie-8/+8
2012-03-23time: remove no_sync_cmos_clockCesar Eduardo Barros-5/+1
2012-03-23time: Avoid scary backtraces when warning of > 11% adjJohn Stultz-4/+6
2012-03-23alarmtimer: Make sure we initialize the rtctimerJohn Stultz-1/+4
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+2
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz-101/+47
2012-03-15time: Fix change_clocksource lockingJohn Stultz-0/+7
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin-1/+1
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov-76/+241
2012-02-15Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner-174/+247
2012-02-15nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker-5/+6
2012-02-15nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko-5/+1
2012-02-15clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha-0/+4
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz-0/+2
2012-01-26time: Move common updates to a functionThomas Gleixner-22/+17