| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-03-26 | 2 | -179/+285 |
|\ |
|
| *-. | Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer... | Ingo Molnar | 2009-03-26 | 1 | -170/+274 |
| |\ \ |
|
| | | * | time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix | John Stultz | 2009-02-26 | 1 | -2/+2 |
| | | * | time: ntp: clean up second_overflow() | Ingo Molnar | 2009-02-25 | 1 | -5/+6 |
| | | * | time: ntp: simplify ntp_tick_adj calculations | Ingo Molnar | 2009-02-25 | 1 | -2/+5 |
| | | * | time: ntp: make 64-bit constants more robust | Ingo Molnar | 2009-02-25 | 1 | -2/+2 |
| | | * | time: ntp: refactor do_adjtimex() some more | Ingo Molnar | 2009-02-25 | 1 | -25/+36 |
| | | * | time: ntp: refactor do_adjtimex() | Ingo Molnar | 2009-02-25 | 1 | -83/+99 |
| | | * | time: ntp: fix bug in ntp_update_offset() & do_adjtimex() | Ingo Molnar | 2009-02-25 | 1 | -1/+8 |
| | | * | time: ntp: micro-optimize ntp_update_offset() | Ingo Molnar | 2009-02-25 | 1 | -3/+3 |
| | | * | time: ntp: simplify ntp_update_offset_fll() | Ingo Molnar | 2009-02-25 | 1 | -6/+5 |
| | | * | time: ntp: refactor and clean up ntp_update_offset() | Ingo Molnar | 2009-02-25 | 1 | -14/+30 |
| | | * | time: ntp: refactor up ntp_update_frequency() | Ingo Molnar | 2009-02-25 | 1 | -8/+5 |
| | | * | time: ntp: clean up ntp_update_frequency() | Ingo Molnar | 2009-02-25 | 1 | -9/+18 |
| | | * | time: ntp: simplify the MAX_TICKADJ_SCALED definition | Ingo Molnar | 2009-02-25 | 1 | -2/+2 |
| | | * | time: ntp: simplify the second_overflow() code flow | Ingo Molnar | 2009-02-25 | 1 | -12/+17 |
| | | * | time: ntp: clean up kernel/time/ntp.c | Ingo Molnar | 2009-02-25 | 1 | -48/+81 |
| | | * | time: apply NTP frequency/tick changes immediately | john stultz | 2009-02-19 | 1 | -0/+7 |
| | |/ |
|
| | | | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'timers/clockevents', 'timers/hpet', 'timers/hrtimers' and 'ti... | Ingo Molnar | 2009-02-08 | 1 | -9/+11 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | | | * | Merge commit 'v2.6.29-rc1' into timers/hrtimers | Ingo Molnar | 2009-01-12 | 7 | -82/+91 |
| | | | |\
| | | | |/
| | | |/| |
|
| | | | * | hrtimers: allow the hot-unplugging of all cpus | Sebastien Dugue | 2008-12-30 | 1 | -7/+19 |
| | * | | | clockevents: let set_mode() setup delta information | Magnus Damm | 2009-01-16 | 1 | -9/+11 |
| | |/ / |
|
* | | | | timecompare: generic infrastructure to map between two time bases | Patrick Ohly | 2009-02-15 | 2 | -1/+192 |
* | | | | clocksource: allow usage independent of timekeeping.c | Patrick Ohly | 2009-02-15 | 1 | -0/+76 |
|/ / / |
|
* | | | hrtimers: allow the hot-unplugging of all cpus | Sebastien Dugue | 2009-01-30 | 1 | -7/+19 |
* | | | time-sched.c: tick_nohz_update_jiffies should be static | Jaswinder Singh Rajput | 2009-01-15 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 | 1 | -1/+1 |
|\ \ |
|
| * | | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 | 1 | -1/+1 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgent | Ingo Molnar | 2009-01-06 | 1 | -2/+5 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | sched_clock: prevent scd->clock from moving backwards, take #2 | Thomas Gleixner | 2008-12-31 | 1 | -2/+5 |
| | |/
| |/| |
|
* | | | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 3 | -63/+67 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Mike Travis | 2009-01-03 | 5 | -84/+94 |
| |\ \ \ |
|
| | * | | | cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/ | Rusty Russell | 2009-01-01 | 2 | -2/+3 |
| | * | | | cpumask: convert kernel time functions | Rusty Russell | 2009-01-01 | 3 | -61/+64 |
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-31 | 2 | -21/+27 |
| | |\ \ \
| | | |/ / |
|
* | | | | | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-01-03 | 1 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | [PATCH] idle cputime accounting | Martin Schwidefsky | 2008-12-31 | 1 | -7/+6 |
| * | | | | | [PATCH] fix scaled & unscaled cputime accounting | Martin Schwidefsky | 2008-12-31 | 1 | -2/+3 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 4 | -12/+14 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | Merge ../linux-2.6-x86 | Rusty Russell | 2008-12-13 | 1 | -5/+5 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Merge branch 'sched/core' into cpus4096 | Ingo Molnar | 2008-12-12 | 1 | -0/+22 |
| | |\ \
| | | |/ |
|
| | * | | sched: convert nohz_cpu_mask to cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -5/+5 |
| * | | | cpumask: convert struct clock_event_device to cpumask pointers. | Rusty Russell | 2008-12-13 | 3 | -5/+7 |
| * | | | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 2008-12-13 | 1 | -3/+3 |
| | |/
| |/| |
|
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
*-----. \ \ | Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer... | Ingo Molnar | 2008-12-25 | 2 | -21/+27 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | /
| | |_|_|/
| |/| | | |
|
| | | * | | nohz: suppress needless timer reprogramming | Woodruff, Richard | 2008-12-12 | 1 | -17/+24 |
| | | * | | nohz: no softirq pending warnings for offline cpus | Heiko Carstens | 2008-12-12 | 1 | -1/+1 |
| |_|/ /
|/| | | |
|
| | * | | hrtimer: removing all ur callback modes | Peter Zijlstra | 2008-11-25 | 2 | -3/+2 |
| |/ / |
|
* | | | time: catch xtime_nsec underflows and fix them | john stultz | 2008-12-04 | 1 | -0/+22 |
|/ / |
|
* | | nohz: disable tick_nohz_kick_tick() for now | Thomas Gleixner | 2008-11-10 | 1 | -0/+4 |
|/ |
|