aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAge
* time: ntp: refactor do_adjtimex() some moreIngo Molnar2009-02-25
* time: ntp: refactor do_adjtimex()Ingo Molnar2009-02-25
* time: ntp: fix bug in ntp_update_offset() & do_adjtimex()Ingo Molnar2009-02-25
* time: ntp: micro-optimize ntp_update_offset()Ingo Molnar2009-02-25
* time: ntp: simplify ntp_update_offset_fll()Ingo Molnar2009-02-25
* time: ntp: refactor and clean up ntp_update_offset()Ingo Molnar2009-02-25
* time: ntp: refactor up ntp_update_frequency()Ingo Molnar2009-02-25
* time: ntp: clean up ntp_update_frequency()Ingo Molnar2009-02-25
* time: ntp: simplify the MAX_TICKADJ_SCALED definitionIngo Molnar2009-02-25
* time: ntp: simplify the second_overflow() code flowIngo Molnar2009-02-25
* time: ntp: clean up kernel/time/ntp.cIngo Molnar2009-02-25
* time: apply NTP frequency/tick changes immediatelyjohn stultz2009-02-19
* hrtimers: allow the hot-unplugging of all cpusSebastien Dugue2009-01-30
* time-sched.c: tick_nohz_update_jiffies should be staticJaswinder Singh Rajput2009-01-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-07
|\
| * trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-06
| |
| \
*-. \ Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgentIngo Molnar2009-01-06
|\ \ \ | |_|/ |/| |
| * | sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner2008-12-31
* | | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-03
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-03
| |\ \ \
| | * | | cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell2008-12-31
| | * | | cpumask: convert kernel time functionsRusty Russell2008-12-31
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-31
| | |\| |
* | | | | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-03
|\ \ \ \ \
| * | | | | [PATCH] idle cputime accountingMartin Schwidefsky2008-12-31
| * | | | | [PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky2008-12-31
| | |_|/ / | |/| | |
* | | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-02
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge ../linux-2.6-x86Rusty Russell2008-12-13
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-12
| | |\|
| | * | sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell2008-11-24
| * | | cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-13
| * | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-13
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar2008-12-25
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| | | * | nohz: suppress needless timer reprogrammingWoodruff, Richard2008-12-12
| | | * | nohz: no softirq pending warnings for offline cpusHeiko Carstens2008-12-12
| |_|/ / |/| | |
| | * | hrtimer: removing all ur callback modesPeter Zijlstra2008-11-25
| |/ /
* / / time: catch xtime_nsec underflows and fix themjohn stultz2008-12-04
|/ /
* / nohz: disable tick_nohz_kick_tick() for nowThomas Gleixner2008-11-10
|/
* Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-22
|\
| * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-17
| |\
| * | hrtimer: show the timer ranges in /proc/timer_listArjan van de Ven2008-09-07
| * | hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven2008-09-06
* | | NOHZ: fix thinko in the timer restart code pathThomas Gleixner2008-10-21
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-20
|\ \ \ \ \ \ \
| | | | | * | | timer_list: add base address to clock baseThomas Gleixner2008-10-20
| | | | | * | | timer_list: print cpu number of clockevents deviceThomas Gleixner2008-10-20
| | | | | * | | timer_list: print real timer addressThomas Gleixner2008-10-20
| | | | | | |/ | | | | | |/|
| | | * | | | ntp: improve adjtimex frequency roundingRoman Zippel2008-09-24
| | | * | | | timekeeping: fix rounding problem during clock updateRoman Zippel2008-09-24
| | | * | | | ntp: let update_persistent_clock() sleepMaciej W. Rozycki2008-09-24