summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | | | ntp: let update_persistent_clock() sleepMaciej W. Rozycki2008-09-241-6/+6
| | | * | | | Merge branch 'linus' into timers/ntpIngo Molnar2008-09-061-1/+8
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | * / | | ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanupRoman Zippel2008-08-221-36/+40
| | |/ / / / | |/| | | |
| | * | | | NOHZ: restart tick device from irq_enter()Thomas Gleixner2008-10-173-8/+38
| | * | | | NOHZ: split tick_nohz_restart_sched_tick()Thomas Gleixner2008-10-171-22/+27
| | * | | | NOHZ: unify the nohz function calls in irq_enter()Thomas Gleixner2008-10-171-1/+12
| | | |_|/ | | |/| |
| | * | | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-161-1/+1
| | |\ \ \
| | | | \ \
| | | | \ \
| | | | \ \
| | | | \ \
| | | *---. \ \ Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-151-1/+1
| | | |\ \ \ \ \ | | | | | | |/ / | | | | | |/| / | | | | | |_|/ | | | | |/| |
| | | | | | * printk: robustify printkPeter Zijlstra2008-08-111-1/+1
| | * | | | | Kconfig: eliminate "def_bool n" constructsJan Beulich2008-10-161-1/+0
| | |/ / / /
| | * | | | [CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand g...venkatesh.pallipadi@intel.com2008-10-091-1/+10
| | * | | | clockevents: check broadcast tick device not the clock events deviceThomas Gleixner2008-10-041-2/+4
| | * | | | hrtimer: prevent migration of per CPU hrtimersThomas Gleixner2008-09-291-1/+1