summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2009-01-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue-7/+19
2009-01-15time-sched.c: tick_nohz_update_jiffies should be staticJaswinder Singh Rajput-1/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer-1/+1
2009-01-06Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgentIngo Molnar-2/+5
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-63/+67
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds-6/+6
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis-84/+94
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+14
2009-01-01cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell-2/+3
2009-01-01cpumask: convert kernel time functionsRusty Russell-61/+64
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky-7/+6
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky-2/+3
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell-21/+27
2008-12-31sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner-2/+5
2008-12-25Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar-21/+27
2008-12-13Merge ../linux-2.6-x86Rusty Russell-5/+5
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell-5/+7
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell-3/+3
2008-12-12nohz: suppress needless timer reprogrammingWoodruff, Richard-17/+24
2008-12-12Merge branch 'sched/core' into cpus4096Ingo Molnar-0/+22
2008-12-12nohz: no softirq pending warnings for offline cpusHeiko Carstens-1/+1
2008-12-04time: catch xtime_nsec underflows and fix themjohn stultz-0/+22
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra-3/+2
2008-11-24sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell-5/+5
2008-11-10nohz: disable tick_nohz_kick_tick() for nowThomas Gleixner-0/+4
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner-17/+19
2008-10-21NOHZ: fix thinko in the timer restart code pathThomas Gleixner-1/+11
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner-137/+315
2008-10-20timer_list: add base address to clock baseThomas Gleixner-1/+2
2008-10-20timer_list: print cpu number of clockevents deviceThomas Gleixner-3/+7
2008-10-20timer_list: print real timer addressThomas Gleixner-3/+4
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven-50/+163
2008-10-17NOHZ: restart tick device from irq_enter()Thomas Gleixner-8/+38
2008-10-17NOHZ: split tick_nohz_restart_sched_tick()Thomas Gleixner-22/+27
2008-10-17NOHZ: unify the nohz function calls in irq_enter()Thomas Gleixner-1/+12
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich-1/+0
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar-1/+1
2008-10-09[CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand g...venkatesh.pallipadi@intel.com-1/+10
2008-10-04clockevents: check broadcast tick device not the clock events deviceThomas Gleixner-2/+4
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner-1/+1
2008-09-24ntp: improve adjtimex frequency roundingRoman Zippel-3/+2
2008-09-24timekeeping: fix rounding problem during clock updateRoman Zippel-3/+6
2008-09-24ntp: let update_persistent_clock() sleepMaciej W. Rozycki-6/+6
2008-09-23timers: fix build error in !oneshot caseIngo Molnar-0/+1
2008-09-23clockevents: prevent mode mismatch on cpu onlineThomas Gleixner-1/+12
2008-09-23clockevents: check broadcast device not tick deviceThomas Gleixner-2/+2
2008-09-23clockevents: prevent stale tick_next_period for onlining CPUsThomas Gleixner-0/+3
2008-09-23clockevents: prevent cpu online to interfere with nohzThomas Gleixner-7/+12