summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2012-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-07-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-07-18Merge branch 'linus' into timers/coreIngo Molnar
2012-07-16timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner
2012-07-15time: Rework timekeeping functions to take timekeeper ptr as argumentJohn Stultz
2012-07-15time: Move xtime_nsec adjustment underflow handling timekeeping_adjustJohn Stultz
2012-07-15time: Move arch_gettimeoffset() usage into timekeeping_get_ns()John Stultz
2012-07-15time: Refactor accumulation of nsecs to secsJohn Stultz
2012-07-15time: Condense timekeeper.xtime into xtime_secJohn Stultz
2012-07-15time: Explicitly use u32 instead of int for shift valuesJohn Stultz
2012-07-15time: Whitespace cleanups per Ingo%27s requestsJohn Stultz
2012-07-15Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2012-07-15ntp: Fix STA_INS/DEL clearing bugJohn Stultz
2012-07-14Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds
2012-07-11timekeeping: Provide hrtimer update functionThomas Gleixner
2012-07-11timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner
2012-07-11timekeeping: Fix leapsecond triggered load spike issueJohn Stultz
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra
2012-07-02rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameterPaul E. McKenney
2012-06-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-06-11nohz: Move next idle expiry time record into idle logic areaFrederic Weisbecker
2012-06-11nohz: Move ts->idle_calls incrementation into strict idle logicFrederic Weisbecker
2012-06-11nohz: Rename ts->idle_tick to ts->last_tickFrederic Weisbecker
2012-06-11nohz: Make nohz API agnostic against idle ticks cputime accountingFrederic Weisbecker
2012-06-11nohz: Separate idle sleeping time accounting from nohz logicFrederic Weisbecker
2012-06-11Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2012-06-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-06-06rcu: Precompute RCU_FAST_NO_HZ timer offsetsPaul E. McKenney
2012-06-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-06-04timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz
2012-05-30sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra
2012-05-25tick: Move skew_tick option into the HIGH_RES_TIMER sectionThomas Gleixner
2012-05-25clockevents: Make clockevents_config() a global symbolMagnus Damm
2012-05-25tick: Add tick skew boot optionMike Galbraith
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-05-22Merge branch 'fortglx/3.5/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2012-05-21timekeeping: Fix a few minor newline issues.Richard Cochran
2012-05-21ntp: Fix a stale comment and a few stray newlines.Richard Cochran
2012-05-21ntp: Correct TAI offset during leap secondRichard Cochran
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner
2012-05-21timers: Provide generic Kconfig switchesThomas Gleixner
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman
2012-04-20alarmtimer: Provide accessor to alarmtimer rtc deviceJohn Stultz
2012-04-19tick: Fix the spurious broadcast timer ticks after resumeSuresh Siddha
2012-04-19tick: Ensure that the broadcast device is initializedThomas Gleixner
2012-04-18tick: Fix oneshot broadcast setup reallyThomas Gleixner
2012-04-10clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha
2012-04-06nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell
2012-03-31tick: Document TICK_ONESHOT config optionThomas Gleixner