| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-01-15 | time-sched.c: tick_nohz_update_jiffies should be static |  Jaswinder Singh Rajput | 1 | -1/+1 |
| 2009-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial |  Linus Torvalds | 1 | -1/+1 |
| 2009-01-06 | trivial: fix then -> than typos in comments and documentation |  Frederik Schwarzer | 1 | -1/+1 |
| 2009-01-06 | Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgent |  Ingo Molnar | 1 | -2/+5 |
| 2009-01-03 | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 3 | -62/+66 |
| 2009-01-03 | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 |  Linus Torvalds | 1 | -6/+6 |
| 2009-01-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask |  Mike Travis | 5 | -83/+93 |
| 2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 4 | -12/+14 |
| 2009-01-01 | cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/ |  Rusty Russell | 2 | -2/+3 |
| 2009-01-01 | cpumask: convert kernel time functions |  Rusty Russell | 3 | -60/+63 |
| 2008-12-31 | [PATCH] idle cputime accounting |  Martin Schwidefsky | 1 | -7/+6 |
| 2008-12-31 | [PATCH] fix scaled & unscaled cputime accounting |  Martin Schwidefsky | 1 | -2/+3 |
| 2008-12-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 |  Rusty Russell | 2 | -21/+27 |
| 2008-12-31 | sched_clock: prevent scd->clock from moving backwards, take #2 |  Thomas Gleixner | 1 | -2/+5 |
| 2008-12-25 | Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/core |  Ingo Molnar | 2 | -21/+27 |
| 2008-12-13 | Merge ../linux-2.6-x86 |  Rusty Russell | 1 | -5/+5 |
| 2008-12-13 | cpumask: convert struct clock_event_device to cpumask pointers. |  Rusty Russell | 3 | -5/+7 |
| 2008-12-13 | cpumask: make irq_set_affinity() take a const struct cpumask |  Rusty Russell | 1 | -3/+3 |
| 2008-12-12 | nohz: suppress needless timer reprogramming |  Woodruff, Richard | 1 | -17/+24 |
| 2008-12-12 | Merge branch 'sched/core' into cpus4096 |  Ingo Molnar | 1 | -0/+22 |
| 2008-12-12 | nohz: no softirq pending warnings for offline cpus |  Heiko Carstens | 1 | -1/+1 |
| 2008-12-04 | time: catch xtime_nsec underflows and fix them |  john stultz | 1 | -0/+22 |
| 2008-11-25 | hrtimer: removing all ur callback modes |  Peter Zijlstra | 2 | -3/+2 |
| 2008-11-24 | sched: convert nohz_cpu_mask to cpumask_var_t. |  Rusty Russell | 1 | -5/+5 |
| 2008-11-10 | nohz: disable tick_nohz_kick_tick() for now |  Thomas Gleixner | 1 | -0/+4 |
| 2008-10-22 | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 |  Thomas Gleixner | 3 | -17/+19 |
| 2008-10-21 | NOHZ: fix thinko in the timer restart code path |  Thomas Gleixner | 1 | -1/+11 |
| 2008-10-20 | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus |  Thomas Gleixner | 10 | -136/+314 |
| 2008-10-20 | timer_list: add base address to clock base |  Thomas Gleixner | 1 | -1/+2 |
| 2008-10-20 | timer_list: print cpu number of clockevents device |  Thomas Gleixner | 1 | -3/+7 |
| 2008-10-20 | timer_list: print real timer address |  Thomas Gleixner | 1 | -3/+4 |
| 2008-10-17 | Merge commit 'linus/master' into merge-linus |  Arjan van de Ven | 8 | -49/+162 |
| 2008-10-17 | NOHZ: restart tick device from irq_enter() |  Thomas Gleixner | 3 | -8/+38 |
| 2008-10-17 | NOHZ: split tick_nohz_restart_sched_tick() |  Thomas Gleixner | 1 | -22/+27 |
| 2008-10-17 | NOHZ: unify the nohz function calls in irq_enter() |  Thomas Gleixner | 1 | -1/+12 |
| 2008-10-16 | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -1/+1 |
| 2008-10-16 | Kconfig: eliminate "def_bool n" constructs |  Jan Beulich | 1 | -1/+0 |
| 2008-10-15 | Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linus |  Ingo Molnar | 1 | -1/+1 |
| 2008-10-09 | [CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand governor |  venkatesh.pallipadi@intel.com | 1 | -1/+10 |
| 2008-10-04 | clockevents: check broadcast tick device not the clock events device |  Thomas Gleixner | 1 | -2/+4 |
| 2008-09-29 | hrtimer: prevent migration of per CPU hrtimers |  Thomas Gleixner | 1 | -1/+1 |
| 2008-09-24 | ntp: improve adjtimex frequency rounding |  Roman Zippel | 1 | -3/+2 |
| 2008-09-24 | timekeeping: fix rounding problem during clock update |  Roman Zippel | 1 | -3/+6 |
| 2008-09-24 | ntp: let update_persistent_clock() sleep |  Maciej W. Rozycki | 1 | -6/+6 |
| 2008-09-23 | timers: fix build error in !oneshot case |  Ingo Molnar | 1 | -0/+1 |
| 2008-09-23 | clockevents: prevent mode mismatch on cpu online |  Thomas Gleixner | 3 | -1/+12 |
| 2008-09-23 | clockevents: check broadcast device not tick device |  Thomas Gleixner | 1 | -2/+2 |
| 2008-09-23 | clockevents: prevent stale tick_next_period for onlining CPUs |  Thomas Gleixner | 1 | -0/+3 |
| 2008-09-23 | clockevents: prevent cpu online to interfere with nohz |  Thomas Gleixner | 3 | -7/+12 |
| 2008-09-16 | clockevents: make device shutdown robust |  Thomas Gleixner | 4 | -8/+19 |