| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2012-09-21 | 1 | -7/+12 |
|\ |
|
| * | time: Fix timeekeping_get_ns overflow on 32bit systems | John Stultz | 2012-09-13 | 1 | -7/+12 |
* | | sched: Add missing call to calc_load_exit_idle() | Charles Wang | 2012-09-04 | 1 | -0/+1 |
|/ |
|
* | time: Move ktime_t overflow checking into timespec_valid_strict | John Stultz | 2012-09-01 | 1 | -5/+5 |
* | time: Avoid making adjustments if we haven't accumulated anything | John Stultz | 2012-08-22 | 1 | -0/+4 |
* | time: Avoid potential shift overflow with large shift values | John Stultz | 2012-08-22 | 1 | -2/+2 |
* | time: Fix casting issue in timekeeping_forward_now | Andreas Schwab | 2012-08-22 | 1 | -1/+1 |
* | time: Ensure we normalize the timekeeper in tk_xtime_add | John Stultz | 2012-08-22 | 1 | -0/+1 |
* | time: Improve sanity checking of timekeeping inputs | John Stultz | 2012-08-15 | 1 | -2/+24 |
* | time: Fix adjustment cleanup bug in timekeeping_adjust() | Ingo Molnar | 2012-08-05 | 1 | -14/+17 |
* | time: Remove all direct references to timekeeper | John Stultz | 2012-07-31 | 1 | -128/+154 |
* | time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updates | John Stultz | 2012-07-31 | 1 | -36/+54 |
* | time: Clean up stray newlines | John Stultz | 2012-07-31 | 1 | -10/+0 |
* | time/jiffies: Rename ACTHZ to SHIFTED_HZ | John Stultz | 2012-07-31 | 2 | -2/+2 |
* | Merge branch 'linus' into timers/urgent | Ingo Molnar | 2012-07-31 | 2 | -1/+2 |
|\ |
|
| * | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-07-22 | 3 | -312/+371 |
| |\ |
|
| | * | Merge branch 'linus' into timers/core | Ingo Molnar | 2012-07-18 | 1 | -0/+1 |
| | |\ |
|
| * | \ | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-07-22 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter | Paul E. McKenney | 2012-07-02 | 1 | -1/+1 |
| * | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2012-07-18 | 1 | -2/+6 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | timekeeping: Add missing update call in timekeeping_resume() | Thomas Gleixner | 2012-07-16 | 1 | -0/+1 |
* | | | | | time: Fix casting issue in tk_set_xtime and tk_xtime_add | John Stultz | 2012-07-24 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | time: Rework timekeeping functions to take timekeeper ptr as argument | John Stultz | 2012-07-15 | 1 | -105/+103 |
* | | | | time: Move xtime_nsec adjustment underflow handling timekeeping_adjust | John Stultz | 2012-07-15 | 1 | -21/+21 |
* | | | | time: Move arch_gettimeoffset() usage into timekeeping_get_ns() | John Stultz | 2012-07-15 | 1 | -19/+10 |
* | | | | time: Refactor accumulation of nsecs to secs | John Stultz | 2012-07-15 | 1 | -22/+32 |
* | | | | time: Condense timekeeper.xtime into xtime_sec | John Stultz | 2012-07-15 | 1 | -71/+110 |
* | | | | time: Explicitly use u32 instead of int for shift values | John Stultz | 2012-07-15 | 1 | -3/+3 |
* | | | | time: Whitespace cleanups per Ingo%27s requests | John Stultz | 2012-07-15 | 1 | -21/+18 |
* | | | | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 2012-07-15 | 3 | -6/+74 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | ntp: Fix STA_INS/DEL clearing bug | John Stultz | 2012-07-15 | 1 | -2/+6 |
| |/ / |
|
| | | | |
| | \ | |
| *-. \ | Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur... | Linus Torvalds | 2012-07-14 | 1 | -0/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | | * | sched/nohz: Rewrite and fix load-avg computation -- again | Peter Zijlstra | 2012-07-05 | 1 | -0/+2 |
| | |/ |
|
| * | | timekeeping: Provide hrtimer update function | Thomas Gleixner | 2012-07-11 | 1 | -0/+34 |
| * | | timekeeping: Maintain ktime_t based offsets for hrtimers | Thomas Gleixner | 2012-07-11 | 1 | -2/+23 |
| * | | timekeeping: Fix leapsecond triggered load spike issue | John Stultz | 2012-07-11 | 1 | -0/+4 |
| |/ |
|
| * | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-06-15 | 1 | -1/+6 |
| |\ |
|
| | * | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Ingo Molnar | 2012-06-11 | 1 | -1/+6 |
| | |\ |
|
| | | * | rcu: Precompute RCU_FAST_NO_HZ timer offsets | Paul E. McKenney | 2012-06-06 | 1 | -1/+6 |
* | | | | nohz: Move next idle expiry time record into idle logic area | Frederic Weisbecker | 2012-06-11 | 1 | -10/+14 |
* | | | | nohz: Move ts->idle_calls incrementation into strict idle logic | Frederic Weisbecker | 2012-06-11 | 1 | -39/+47 |
* | | | | nohz: Rename ts->idle_tick to ts->last_tick | Frederic Weisbecker | 2012-06-11 | 2 | -4/+4 |
* | | | | nohz: Make nohz API agnostic against idle ticks cputime accounting | Frederic Weisbecker | 2012-06-11 | 1 | -15/+22 |
* | | | | nohz: Separate idle sleeping time accounting from nohz logic | Frederic Weisbecker | 2012-06-11 | 1 | -35/+42 |
|/ / / |
|
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2012-06-08 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond | John Stultz | 2012-06-04 | 1 | -0/+2 |
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-06-05 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | sched/nohz: Fix rq->cpu_load calculations some more | Peter Zijlstra | 2012-05-30 | 1 | -0/+1 |
| |/ |
|
* | | tick: Move skew_tick option into the HIGH_RES_TIMER section | Thomas Gleixner | 2012-05-25 | 1 | -8/+8 |
* | | clockevents: Make clockevents_config() a global symbol | Magnus Damm | 2012-05-25 | 1 | -2/+1 |