aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz
2012-08-22time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz
2012-08-22time: Avoid potential shift overflow with large shift valuesJohn Stultz
2012-08-22time: Fix casting issue in timekeeping_forward_nowAndreas Schwab
2012-08-22time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz
2012-08-15time: Improve sanity checking of timekeeping inputsJohn Stultz
2012-08-05time: Fix adjustment cleanup bug in timekeeping_adjust()Ingo Molnar
2012-07-31time: Remove all direct references to timekeeperJohn Stultz
2012-07-31time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updatesJohn Stultz
2012-07-31time: Clean up stray newlinesJohn Stultz
2012-07-31time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz
2012-07-31Merge branch 'linus' into timers/urgentIngo Molnar
2012-07-24time: Fix casting issue in tk_set_xtime and tk_xtime_addJohn Stultz
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