aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | sched: sync wakeups vs avg_overlapPeter Zijlstra2008-10-081-8/+10
| | | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Ingo Molnar2008-10-088-320/+359
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so constFrederic Weisbecker2008-10-031-1/+1
| | | * | | | | | | | | | | | | | | | | | kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2008-09-081-0/+19
| | * | | | | | | | | | | | | | | | | | | sched: remove redundant code in cpu_cgroup_create()Li Zefan2008-10-061-4/+0
| | * | | | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/develIngo Molnar2008-10-0612-35/+147
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rqDario Faggioli2008-10-041-4/+4
| | * | | | | | | | | | | | | | | | | | | | sched: minor optimizations in wake_affine and select_task_rq_fairAmit K. Arora2008-09-301-9/+7
| | * | | | | | | | | | | | | | | | | | | | sched: maintain only task entities in cfs_rq->tasks listBharata B Rao2008-09-251-17/+9
| | * | | | | | | | | | | | | | | | | | | | sched: fixup buddy selectionPeter Zijlstra2008-09-231-2/+2
| | * | | | | | | | | | | | | | | | | | | | sched: more sanity checks on the bandwidth settingsPeter Zijlstra2008-09-231-5/+28
| | * | | | | | | | | | | | | | | | | | | | sched: add some comments to the bandwidth codePeter Zijlstra2008-09-231-0/+42
| | * | | | | | | | | | | | | | | | | | | | sched: fixlet for group load balancePeter Zijlstra2008-09-231-13/+14
| | | | | | | | | | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'sched/urgent' and 'sched/rt' into sched/develIngo Molnar2008-09-238-129/+162
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | sched: compilation fix with gcc 3.4.6Krzysztof Helt2008-09-061-6/+4
| | | | * | | | | | | | | | | | | | | | | | | | sched: extract walk_tg_tree(), fixIngo Molnar2008-08-281-1/+1
| | | | * | | | | | | | | | | | | | | | | | | | sched: rt-bandwidth fixesPeter Zijlstra2008-08-191-62/+63
| | | | * | | | | | | | | | | | | | | | | | | | sched: extract walk_tg_tree()Peter Zijlstra2008-08-191-33/+46
| | | | * | | | | | | | | | | | | | | | | | | | sched: rt-bandwidth group disable fixesPeter Zijlstra2008-08-192-2/+12
| | | | * | | | | | | | | | | | | | | | | | | | sched: rt-bandwidth accounting fixPeter Zijlstra2008-08-191-6/+5
| | | | * | | | | | | | | | | | | | | | | | | | sched: rt-bandwidth for user grouping interfacePeter Zijlstra2008-08-191-2/+2
| | | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | sched: rework wakeup preemptionPeter Zijlstra2008-09-231-129/+4
| | * | | | | | | | | | | | | | | | | | | | | sched: clarify ifdef tangleAndrew Morton2008-09-231-3/+3
| | * | | | | | | | | | | | | | | | | | | | | sched: fix list traversal to use _rcu variantChris Friesen2008-09-221-1/+1
| | * | | | | | | | | | | | | | | | | | | | | sched: turn off WAKEUP_OVERLAPIngo Molnar2008-09-221-1/+1
| | * | | | | | | | | | | | | | | | | | | | | sched: wakeup preempt when small overlapPeter Zijlstra2008-09-225-13/+21
| | * | | | | | | | | | | | | | | | | | | | | Merge commit 'v2.6.27-rc6' into sched/develIngo Molnar2008-09-118-165/+296
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | kernel/cpu.c: Move the CPU_DYING notifiersManfred Spraul2008-09-061-2/+3
| | * | | | | | | | | | | | | | | | | | | | | sched: fix __load_balance_iterator() for cfq with only one taskGautham R Shenoy2008-09-061-1/+1
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/develIngo Molnar2008-09-0617-163/+246
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | sched: clean up __might_sleep()Ingo Molnar2008-08-281-14/+19
| | * | | | | | | | | | | | | | | | | | | | | | make might_sleep() display the oopsing processJoe Korty2008-08-281-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | sched: call resched_task() conditionally from new task wake up pathBharata B Rao2008-08-281-1/+8
| | * | | | | | | | | | | | | | | | | | | | | | sched: add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txtKevin Diggs2008-08-261-0/+56
| | * | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/develIngo Molnar2008-08-2619-85/+128
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | wait_task_inactive: "improve" the returned value for ->nvcsw == 0Oleg Nesterov2008-08-221-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | wait_task_inactive(): don't consider task->nivcswOleg Nesterov2008-08-221-5/+2
| | * | | | | | | | | | | | | | | | | | | | | | | sched: do_wait_for_common: use signal_pending_state()Oleg Nesterov2008-08-221-4/+1
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | kgdb: call touch_softlockup_watchdog on resumeJason Wessel2008-10-061-0/+3
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | clockevents: check broadcast tick device not the clock events deviceThomas Gleixner2008-10-041-2/+4
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | fix error-path NULL deref in alloc_posix_timer()Dan Carpenter2008-10-021-1/+1
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-304-14/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | hrtimer: prevent migration of per CPU hrtimersThomas Gleixner2008-09-294-16/+29
| | * | | | | | | | | | | | | | | | | | | | hrtimer: mark migration stateThomas Gleixner2008-09-291-2/+10
| | * | | | | | | | | | | | | | | | | | | | hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimersThomas Gleixner2008-09-291-3/+25
| | * | | | | | | | | | | | | | | | | | | | hrtimer: migrate pending list on cpu offlineThomas Gleixner2008-09-291-1/+33
| * | | | | | | | | | | | | | | | | | | | | mm owner: fix race between swapoff and exitBalbir Singh2008-09-292-4/+13
| * | | | | | | | | | | | | | | | | | | | | kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel2008-09-261-4/+4
| * | | | | | | | | | | | | | | | | | | | | kgdb: could not write to the last of valid memory with kgdbAtsuo Igarashi2008-09-261-1/+1
| |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-234-10/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \