Tejun Heo
|
cd42d559e4
kthread: implement probe_kthread_data()
|
12 years ago |
Linus Torvalds
|
46d9be3e5e
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
|
12 years ago |
Oleg Nesterov
|
b5c5442bb6
kthread: kill task_get_live_kthread()
|
12 years ago |
Oleg Nesterov
|
4ecdafc808
kthread: introduce to_live_kthread()
|
12 years ago |
Thomas Gleixner
|
f2530dc71c
kthread: Prevent unpark race which puts threads on the wrong cpu
|
12 years ago |
Tejun Heo
|
14a40ffccd
sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
|
12 years ago |
Lai Jiangshan
|
aee4faa499
kthread: use N_MEMORY instead N_HIGH_MEMORY
|
12 years ago |
Linus Torvalds
|
4e21fc138b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 years ago |
Al Viro
|
a74fb73c12
infrastructure for saner ret_from_kernel_thread semantics
|
12 years ago |
Thomas Gleixner
|
2a1d446019
kthread: Implement park/unpark facility
|
13 years ago |
Tejun Heo
|
46f3d97621
kthread_worker: reimplement flush_kthread_work() to allow freeing the work item being executed
|
13 years ago |
Tejun Heo
|
9a2e03d8ed
kthread_worker: reorganize to prepare for flush_kthread_work() reimplementation
|
13 years ago |
Tejun Heo
|
34b087e483
freezer: kill unused set_freezable_with_signal()
|
13 years ago |
Tejun Heo
|
8a32c441c1
freezer: implement and use kthread_freezable_should_stop()
|
13 years ago |
Paul Gortmaker
|
9984de1a5a
kernel: Map most files to use export.h instead of module.h
|
14 years ago |
KOSAKI Motohiro
|
1e1b6c511d
cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed
|
14 years ago |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
Eric Dumazet
|
207205a2ba
kthread: NUMA aware kthread_create_on_node()
|
14 years ago |
Peter Zijlstra
|
c9b5f501ef
sched: Constify function scope static struct sched_param usage
|
14 years ago |
Ingo Molnar
|
27066fd484
Merge commit 'v2.6.37' into sched/core
|
14 years ago |
Yong Zhang
|
4f32e9b1f8
kthread_work: make lockdep happy
|
14 years ago |
KOSAKI Motohiro
|
fe7de49f9d
sched: Make sched_param argument static in sched_setscheduler() callers
|
14 years ago |
Tejun Heo
|
82805ab77d
kthread: implement kthread_data()
|
15 years ago |
Tejun Heo
|
b56c0d8937
kthread: implement kthread_worker
|
15 years ago |
Miao Xie
|
5ab116c934
cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node
|
15 years ago |
Anton Blanchard
|
301ba0457f
kthread, sched: Remove reference to kthread_create_on_cpu
|
15 years ago |
Peter Zijlstra
|
881232b70b
sched: Move kthread_bind() back to kthread.c
|
15 years ago |
Mike Galbraith
|
b84ff7d6f1
sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.c
|
15 years ago |
Mike Galbraith
|
61cbe54d94
sched: Keep kthreads at default priority
|
16 years ago |
Oleg Nesterov
|
9ae260270c
update the comment in kthread_stop()
|
16 years ago |