summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-03-2612-261/+437
|\
| *---. Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Ingo Molnar2009-03-268-234/+357
| |\ \ \
| | | | * posix timers: fix RLIMIT_CPU && fork()Oleg Nesterov2009-03-231-1/+2
| | | * | 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-252-3/+3
| | | * | 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
| | * | | timers: add mod_timer_pending()Ingo Molnar2009-02-185-62/+80
| * | | | Merge branch 'timers/hpet' into timers/coreIngo Molnar2009-03-262-17/+67
| |\ \ \ \
| | * | | | x86: hpet: stop HPET_COUNTER when programming periodic modeAndreas Herrmann2009-02-221-10/+3
| | * | | | x86: hpet: provide separate functions to stop and start the counterAndreas Herrmann2009-02-221-6/+16
| | * | | | x86: hpet: print HPET registers during setup (if hpet=verbose is used)Andreas Herrmann2009-02-222-1/+48
| | * | | | Merge branch 'linus' into timers/hpetIngo Molnar2009-02-222816-36046/+88783
| | |\ \ \ \
| * | \ \ \ \ Merge commit 'v2.6.29' into timers/coreIngo Molnar2009-03-261372-39168/+56302
| |\ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. \ \ \ \ \ \ Merge branches 'timers/clockevents', 'timers/hpet', 'timers/hrtimers' and 'ti...Ingo Molnar2009-02-0812-78/+205
| |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | | | * | | | | | | hrtimer: prevent negative expiry value after clock_was_set()Thomas Gleixner2009-01-251-0/+7
| | | | * | | | | | | Merge branch 'linus' into timers/hrtimersThomas Gleixner2009-01-25918-8085/+36063
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc1' into timers/hrtimersIngo Molnar2009-01-126422-274163/+964596
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | hrtimers: allow the hot-unplugging of all cpusSebastien Dugue2008-12-303-7/+24
| | | | * | | | | | | | | Merge branch 'linus' into timers/hrtimersIngo Molnar2008-12-292854-80263/+142976
| | | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | hrtimers: increase clock min delta threshold while interrupt hangingFrederic Weisbecker2008-12-271-1/+29
| | | * | | | | | | | | | | x86: hpet: allow force enable on ICH10 HPETAndi Kleen2009-01-121-1/+2
| | * | | | | | | | | | | | clockevents: let set_mode() setup delta informationMagnus Damm2009-01-161-9/+11
* | | | | | | | | | | | | | Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-03-2620-642/+1262
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sched/balancing' into sched/coreIngo Molnar2009-03-261-250/+515
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | sched: Add comments to find_busiest_group() functionGautham R Shenoy2009-03-251-8/+42
| | * | | | | | | | | | | | | | sched: Refactor the power savings balance codeGautham R Shenoy2009-03-251-83/+153
| | * | | | | | | | | | | | | | sched: Optimize the !power_savings_balance during fbg()Gautham R Shenoy2009-03-251-9/+14
| | * | | | | | | | | | | | | | sched: Create a helper function to calculate imbalanceGautham R Shenoy2009-03-251-33/+45
| | * | | | | | | | | | | | | | sched: Create helper to calculate small_imbalance in fbg()Gautham R Shenoy2009-03-251-61/+70
| | * | | | | | | | | | | | | | sched: Create a helper function to calculate sched_domain stats for fbg()Gautham R Shenoy2009-03-251-44/+73
| | * | | | | | | | | | | | | | sched: Define structure to store the sched_domain statistics for fbg()Gautham R Shenoy2009-03-251-86/+121
| | * | | | | | | | | | | | | | sched: Create a helper function to calculate sched_group stats for fbg()Gautham R Shenoy2009-03-251-75/+100
| | * | | | | | | | | | | | | | sched: Define structure to store the sched_group statistics for fbg()Gautham R Shenoy2009-03-251-33/+46
| | * | | | | | | | | | | | | | sched: Fix indentations in find_busiest_group() using gotosGautham R Shenoy2009-03-251-15/+17
| | * | | | | | | | | | | | | | sched: Simple helper functions for find_busiest_group()Gautham R Shenoy2009-03-251-12/+43
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge branch 'sched/cleanups'; commit 'v2.6.29' into sched/coreIngo Molnar2009-03-2549-150/+351
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | sched: remove unused fields from struct rqLuis Henriques2009-03-243-11/+4