Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-03-30 | 1 | -3/+68 | |
|\ | ||||||
| * | Merge branch 'linus' into core/locking | Ingo Molnar | 2009-02-07 | 1 | -20/+37 | |
| |\ | ||||||
| * | | mutex: implement adaptive spinning | Peter Zijlstra | 2009-01-14 | 1 | -0/+61 | |
| * | | mutex: preemption fixes | Peter Zijlstra | 2009-01-14 | 1 | -3/+7 | |
* | | | sched: fix errors in struct & function comments | Randy Dunlap | 2009-03-29 | 1 | -7/+8 | |
* | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 1 | -9/+4 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Ingo Molnar | 2009-02-24 | 1 | -3/+3 | |
| |\ \ \ | ||||||
| | * | | | alloc_percpu: change percpu_ptr to per_cpu_ptr | Rusty Russell | 2009-02-20 | 1 | -3/+3 | |
| | * | | | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar | 2009-02-09 | 1 | -2/+12 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| * | | | | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-22 | 1 | -3/+12 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-13 | 1 | -18/+13 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'x86/urgent' into x86/apic | Ingo Molnar | 2009-02-05 | 1 | -0/+10 | |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 2009-01-21 | 1 | -18/+25 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'core/percpu' into stackprotector | Ingo Molnar | 2009-01-18 | 1 | -479/+639 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'linus' into stackprotector | Ingo Molnar | 2008-12-31 | 1 | -239/+301 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'linus' into stackprotector | Ingo Molnar | 2008-10-15 | 1 | -590/+1094 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'linus' into stackprotector | Ingo Molnar | 2008-06-25 | 1 | -425/+92 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | stackprotector: use canary at end of stack to indicate overruns at oops time | Eric Sandeen | 2008-05-26 | 1 | -6/+1 | |
* | | | | | | | | | | | sched: Add comments to find_busiest_group() function | Gautham R Shenoy | 2009-03-25 | 1 | -8/+42 | |
* | | | | | | | | | | | sched: Refactor the power savings balance code | Gautham R Shenoy | 2009-03-25 | 1 | -83/+153 | |
* | | | | | | | | | | | sched: Optimize the !power_savings_balance during fbg() | Gautham R Shenoy | 2009-03-25 | 1 | -9/+14 | |
* | | | | | | | | | | | sched: Create a helper function to calculate imbalance | Gautham R Shenoy | 2009-03-25 | 1 | -33/+45 | |
* | | | | | | | | | | | sched: Create helper to calculate small_imbalance in fbg() | Gautham R Shenoy | 2009-03-25 | 1 | -61/+70 | |
* | | | | | | | | | | | sched: Create a helper function to calculate sched_domain stats for fbg() | Gautham R Shenoy | 2009-03-25 | 1 | -44/+73 | |
* | | | | | | | | | | | sched: Define structure to store the sched_domain statistics for fbg() | Gautham R Shenoy | 2009-03-25 | 1 | -86/+121 | |
* | | | | | | | | | | | sched: Create a helper function to calculate sched_group stats for fbg() | Gautham R Shenoy | 2009-03-25 | 1 | -75/+100 | |
* | | | | | | | | | | | sched: Define structure to store the sched_group statistics for fbg() | Gautham R Shenoy | 2009-03-25 | 1 | -33/+46 | |
* | | | | | | | | | | | sched: Fix indentations in find_busiest_group() using gotos | Gautham R Shenoy | 2009-03-25 | 1 | -15/+17 | |
* | | | | | | | | | | | sched: Simple helper functions for find_busiest_group() | Gautham R Shenoy | 2009-03-25 | 1 | -12/+43 | |
* | | | | | | | | | | | sched: remove unused fields from struct rq | Luis Henriques | 2009-03-24 | 1 | -3/+0 | |
* | | | | | | | | | | | sched: small optimisation of can_migrate_task() | Luis Henriques | 2009-03-17 | 1 | -4/+6 | |
* | | | | | | | | | | | sched: fix typos in documentation | Luis Henriques | 2009-03-17 | 1 | -2/+2 | |
* | | | | | | | | | | | sched: add avg_overlap decay | Mike Galbraith | 2009-03-11 | 1 | -1/+23 | |
* | | | | | | | | | | | sched: optimize ttwu vs group scheduling | Peter Zijlstra | 2009-03-10 | 1 | -1/+15 | |
* | | | | | | | | | | | sched: TIF_NEED_RESCHED -> need_reshed() cleanup | Lai Jiangshan | 2009-03-06 | 1 | -5/+5 | |
* | | | | | | | | | | | Merge branch 'sched/core' into sched/cleanups | Ingo Molnar | 2009-03-06 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | sched: don't rebalance if attached on NULL domain | Frederic Weisbecker | 2009-03-05 | 1 | -1/+8 | |
* | | | | | | | | | | | | sched: kill unused parameter of pick_next_task() | Wang Chen | 2009-03-02 | 1 | -3/+3 | |
|/ / / / / / / / / / / | ||||||
| | | | | | | | | | | | ||||||
| \ \ \ \ \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ \ \ \ \ | Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/core | Ingo Molnar | 2009-03-02 | 1 | -3/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | sched: don't allow setuid to succeed if the user does not have rt bandwidth | Dhaval Giani | 2009-02-27 | 1 | -2/+11 | |
| | * | | | | | | | | | | sched_rt: don't start timer when rt bandwidth disabled | Hiroshi Shimamoto | 2009-02-26 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | cpuacct: add a branch prediction | Li Zefan | 2009-02-26 | 1 | -1/+1 | |
* | | | | | | | | | | | sched: use TASK_NICE for task_struct | Américo Wang | 2009-02-16 | 1 | -1/+1 | |
* | | | | | | | | | | | sched: idle_at_tick is only used when CONFIG_SMP is set | Henrik Austad | 2009-02-15 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| \ \ \ \ \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ \ \ \ \ | Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/core | Ingo Molnar | 2009-02-15 | 1 | -13/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | / / | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | sched: cpu hotplug fix | Ingo Molnar | 2009-02-12 | 1 | -3/+12 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-02-11 | 1 | -10/+0 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | sched: revert recent sync wakeup changes | Peter Zijlstra | 2009-02-11 | 1 | -10/+0 | |
| * | | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-02-11 | 1 | -6/+11 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge commit 'v2.6.29-rc4' into sched/core | Ingo Molnar | 2009-02-11 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |