summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-03-262-179/+285
|\
| *-. Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Ingo Molnar2009-03-261-170/+274
| |\ \
| | | * time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fixJohn Stultz2009-02-261-2/+2
| | | * time: ntp: clean up second_overflow()Ingo Molnar2009-02-251-5/+6
| | | * time: ntp: simplify ntp_tick_adj calculationsIngo Molnar2009-02-251-2/+5
| | | * time: ntp: make 64-bit constants more robustIngo Molnar2009-02-251-2/+2
| | | * time: ntp: refactor do_adjtimex() some moreIngo Molnar2009-02-251-25/+36
| | | * time: ntp: refactor do_adjtimex()Ingo Molnar2009-02-251-83/+99
| | | * time: ntp: fix bug in ntp_update_offset() & do_adjtimex()Ingo Molnar2009-02-251-1/+8
| | | * time: ntp: micro-optimize ntp_update_offset()Ingo Molnar2009-02-251-3/+3
| | | * time: ntp: simplify ntp_update_offset_fll()Ingo Molnar2009-02-251-6/+5
| | | * 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
|/