ta name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/kernel/kthread.c
AgeCommit message (Expand)Author
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar
2010-12-22kthread_work: make lockdep happyYong Zhang
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro
2010-06-29kthread: implement kthread_data()Tejun Heo
2010-06-29kthread: implement kthread_workerTejun Heo
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie
2010-02-09kthread, sched: Remove reference to kthread_create_on_cpuAnton Blanchard
2009-12-16sched: Move kthread_bind() back to kthread.cPeter Zijlstra
2009-11-03sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith
2009-09-09sched: Keep kthreads at default priorityMike Galbraith
2009-07-27update the comment in kthread_stop()Oleg Nesterov
2009-06-18kthreads: rework kthread_stop()Oleg Nesterov
2009-06-18kthreads: simplify the startup synchronizationOleg Nesterov
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt
2009-04-14tracing: create automated trace definesSteven Rostedt
2009-04-09kthread: move sched-realeted initialization from kthreadd contextOleg Nesterov
2009-04-09kthread: Don't looking for a task in create_kthread() #2Vitaliy Gusev