summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
...
| | | * time: ntp: refactor and clean up ntp_update_offset()Ingo Molnar2009-02-251-14/+30
| | | * time: ntp: refactor up ntp_update_frequency()Ingo Molnar2009-02-251-8/+5
| | | * time: ntp: clean up ntp_update_frequency()Ingo Molnar2009-02-251-9/+18
| | | * time: ntp: simplify the MAX_TICKADJ_SCALED definitionIngo Molnar2009-02-251-2/+2
| | | * time: ntp: simplify the second_overflow() code flowIngo Molnar2009-02-251-12/+17
| | | * time: ntp: clean up kernel/time/ntp.cIngo Molnar2009-02-251-48/+81
| | | * time: apply NTP frequency/tick changes immediatelyjohn stultz2009-02-191-0/+7
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'timers/clockevents', 'timers/hpet', 'timers/hrtimers' and 'ti...Ingo Molnar2009-02-081-9/+11
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * Merge commit 'v2.6.29-rc1' into timers/hrtimersIngo Molnar2009-01-127-82/+91
| | | | |\ | | | | |/ | | | |/|
| | | | * hrtimers: allow the hot-unplugging of all cpusSebastien Dugue2008-12-301-7/+19
| | * | | clockevents: let set_mode() setup delta informationMagnus Damm2009-01-161-9/+11
| | |/ /
* | | | timecompare: generic infrastructure to map between two time basesPatrick Ohly2009-02-152-1/+192
* | | | clocksource: allow usage independent of timekeeping.cPatrick Ohly2009-02-151-0/+76
|/ / /
* | | hrtimers: allow the hot-unplugging of all cpusSebastien Dugue2009-01-301-7/+19
* | | time-sched.c: tick_nohz_update_jiffies should be staticJaswinder Singh Rajput2009-01-151-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\ \
| * | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
| | |
| \ \
*-. \ \ Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgentIngo Molnar2009-01-061-2/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner2008-12-311-2/+5
| | |/ | |/|
* | | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-033-63/+67
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-035-84/+94
| |\ \ \
| | * | | cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell2009-01-012-2/+3
| | * | | cpumask: convert kernel time functionsRusty Russell2009-01-013-61/+64
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-312-21/+27
| | |\ \ \ | | | |/ /
* | | | | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-031-6/+6
|\ \ \ \ \
| * | | | | [PATCH] idle cputime accountingMartin Schwidefsky2008-12-311-7/+6
| * | | | | [PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky2008-12-311-2/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-024-12/+14
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge ../linux-2.6-x86Rusty Russell2008-12-131-5/+5
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-121-0/+22
| | |\ \ | | | |/
| | * | sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell2008-11-241-5/+5
| * | | cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-133-5/+7
| * | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-3/+3
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar2008-12-252-21/+27
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| | | * | nohz: suppress needless timer reprogrammingWoodruff, Richard2008-12-121-17/+24
| | | * | nohz: no softirq pending warnings for offline cpusHeiko Carstens2008-12-121-1/+1
| |_|/ / |/| | |
| | * | hrtimer: removing all ur callback modesPeter Zijlstra2008-11-252-3/+2
| |/ /
* | | time: catch xtime_nsec underflows and fix themjohn stultz2008-12-041-0/+22
|/ /
* | nohz: disable tick_nohz_kick_tick() for nowThomas Gleixner2008-11-101-0/+4
|/
* Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-223-17/+19
|\
| * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-178-50/+163
| |\
| * | hrtimer: show the timer ranges in /proc/timer_listArjan van de Ven2008-09-071-1/+3
| * | hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven2008-09-053-15/+13
* | | NOHZ: fix thinko in the timer restart code pathThomas Gleixner2008-10-211-1/+11
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-2010-137/+315
|\ \ \ \ \ \ \
| | | | | * | | timer_list: add base address to clock baseThomas Gleixner2008-10-201-1/+2
| | | | | * | | timer_list: print cpu number of clockevents deviceThomas Gleixner2008-10-201-3/+7
| | | | | * | | timer_list: print real timer addressThomas Gleixner2008-10-201-3/+4
| | | | | | |/ | | | | | |/|
| | | * | | | ntp: improve adjtimex frequency roundingRoman Zippel2008-09-241-3/+2
| | | * | | | timekeeping: fix rounding problem during clock updateRoman Zippel2008-09-241-3/+6
OpenPOWER on IntegriCloud