/tools/testing/selftests/mqueue/

d> index : ralf/linux-ax25.git
ROSE Development and bugfix repository.Ralf Baechle
summaryrefslogtreecommitdiffstats
path: root/kernel/kthread.c
Commit message (Expand)AuthorAgeFilesLines
* cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie2010-03-241-1/+1
* kthread, sched: Remove reference to kthread_create_on_cpuAnton Blanchard2010-02-091-1/+1
* sched: Move kthread_bind() back to kthread.cPeter Zijlstra2009-12-161-0/+23
* sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith2009-11-031-23/+0
* sched: Keep kthreads at default priorityMike Galbraith2009-09-091-4/+0
* update the comment in kthread_stop()Oleg Nesterov2009-07-271-4/+6
* kthreads: rework kthread_stop()Oleg Nesterov2009-06-181-41/+28
* kthreads: simplify the startup synchronizationOleg Nesterov2009-06-181-7/+4
* cpuset,mm: update tasks' mems_allowed in timeMiao Xie2009-06-161-0/+2
* tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
* tracing: create automated trace definesSteven Rostedt2009-04-141-3/+0
* kthread: move sched-realeted initialization from kthreadd contextOleg Nesterov2009-04-091-11/+11
* kthread: Don't looking for a task in create_kthread() #2Vitaliy Gusev2009-04-091-3/+1
* cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell2009-03-301-2/+2
* tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers2008-11-161-0/+3
* Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-0/+5
|\
| * tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers2008-10-141-0/+5
* | kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE)Oleg Nesterov2008-10-201-3/+2
|/
* tracehook: wait_task_inactiveRoland McGrath2008-07-261-1/+1
* kthread: reduce stack pressure in create_kthread and kthreaddMike Travis2008-07-181-2/+2
* Freezer: Introduce PF_FREEZER_NOSIGRafael J. Wysocki2008-07-161-1/+1
* sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes2008-06-101-0/+1
* Deprecate find_task_by_pid()Pavel Emelyanov2008-04-301-1/+1
* kthread: call wake_up_process() without the lock being heldDmitry Adamushko2008-04-291-1/+1
* Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-211-1/+0
|\
| * kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-18