Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e8b461c37717d6b5c071c4924845884a86c20752
/
include
/
linux
/
init_task.h
db0c2bf
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 13 years ago
257058a
threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem
by Tejun Heo
· 13 years ago
7125fac
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
468e6a2
writeback: remove vm_dirties and task->dirties
by Wu Fengguang
· 13 years ago
f1c6f1a
sched: Set the command name of the idle tasks in SMP kernels
by Carsten Emde
· 13 years ago
ee30a7b
locking, sched: Annotate thread_group_cputimer as raw
by Thomas Gleixner
· 15 years ago
4aede84
fixlet: Remove fs_excl from struct task.
by Justin TerAvest
· 13 years ago
4714d1d
cgroups: read-write lock CLONE_THREAD forking per threadgroup
by Ben Blum
· 13 years ago
434d42c
Merge branch 'next' into for-linus
by James Morris
· 13 years ago
625f2a3
sched: Get rid of lock_depth
by Jonathan Corbet
· 14 years ago
a3232d2
capabilities: delete all CAP_INIT macros
by Eric Paris
· 14 years ago
65b2074
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
394f452
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcu
by Ingo Molnar
· 14 years ago
806c09a
sched: Make pushable_tasks CONFIG_SMP dependant
by Dario Faggioli
· 14 years ago
24278d1
rcu: priority boosting for TINY_PREEMPT_RCU
by Paul E. McKenney
· 14 years ago
9b1bf12
signals: move cred_guard_mutex from task_struct to signal_struct
by KOSAKI Motohiro
· 14 years ago
a57eb94
rcu: Add a TINY_PREEMPT_RCU
by Paul E. McKenney
· 14 years ago
4d2deb4
kernel: __rcu annotations
by Arnd Bergmann
· 15 years ago
1f73897
Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
by Linus Torvalds
· 14 years ago
0a14a13
INIT_SIGHAND: use SIG_DFL instead of NULL
by Oleg Nesterov
· 14 years ago
f200114
pids: init_struct_pid.tasks should never see the swapper process
by Oleg Nesterov
· 14 years ago
fa2755e
INIT_TASK() should initialize ->thread_group list
by Oleg Nesterov
· 14 years ago
b3ac022
proc: turn signal_struct->count into "int nr_threads"
by Oleg Nesterov
· 14 years ago
72d5a9f
rcu: remove all rcu head initializations, except on_stack initializations
by Paul E. McKenney
· 14 years ago
8467005
nsproxy: remove INIT_NSPROXY()
by Alexey Dobriyan
· 15 years ago
2af7687
Rename .data.init_task to .data..init_task.
by Tim Abbott
· 15 years ago
b6e3224
Revert "task_struct: make journal_info conditional"
by Linus Torvalds
· 15 years ago
8f0ddf9
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
e4c570c
task_struct: make journal_info conditional
by Hiroshi Shimamoto
· 15 years ago
1d61548
sched: Convert pi_lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
b3a222e
remove CONFIG_SECURITY_FILE_CAPABILITIES compile option
by Serge E. Hallyn
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
dd5d19b
rcu: Create rcutree plugins to handle hotplug CPU for multi-level trees
by Paul E. McKenney
· 15 years ago
6b3ef48
rcu: Remove CONFIG_PREEMPT_RCU
by Paul E. McKenney
· 15 years ago
f41d911
rcu: Merge preemptable-RCU functionality into hierarchical RCU
by Paul E. McKenney
· 15 years ago
857ecee
Add new __init_task_data macro to be used in arch init_task.c files.
by Tim Abbott
· 15 years ago
bb1f17b
mm: consolidate init_mm definition
by Alexey Dobriyan
· 15 years ago
8a1ca8c
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
3296ca2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 15 years ago
940010c
Merge branch 'linus' into perfcounters/core
by Ingo Molnar
· 15 years ago
082ff5a
perf_counter: Change pctrl() behaviour
by Peter Zijlstra
· 15 years ago
a63eaf3
perf_counter: Dynamically allocate tasks' perf_counter_context struct
by Paul Mackerras
· 15 years ago
5e751e9
CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace
by David Howells
· 16 years ago
44347d9
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
e7fd5d4
Merge branch 'linus' into perfcounters/core
by Ingo Molnar
· 16 years ago
261842b
tracing: add same level recursion detection
by Steven Rostedt
· 16 years ago
17a5138
aio: remove INIT_KIOCTX
by Alexey Dobriyan
· 16 years ago
5ea472a
Merge commit 'v2.6.30-rc1' into perfcounters/core
by Ingo Molnar
· 16 years ago
c93f216
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
86665c7
Merge branch 'tracing/urgent' into tracing/ftrace
by Ingo Molnar
· 16 years ago
5ac9f62
function-graph: add proper initialization for init task
by Steven Rostedt
· 16 years ago
01ef09d
perf_counter: fix uninitialized usage of event_list
by Peter Zijlstra
· 16 years ago
f541ae3
Merge branch 'linus' into perfcounters/core-v2
by Ingo Molnar
· 16 years ago
5274f83
Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/core
by Ingo Molnar
· 16 years ago
e9c4ffb
Merge branch 'linus' into perfcounters/core
by Ingo Molnar
· 16 years ago
95fd484
Merge commit 'v2.6.29-rc4' into perfcounters/core
by Ingo Molnar
· 16 years ago
140573d
Merge branches 'sched/rt' and 'sched/urgent' into sched/core
by Ingo Molnar
· 16 years ago
4cd4c1b
timers: split process wide cpu clocks/timers
by Peter Zijlstra
· 16 years ago
0a6d4e1
Merge branch 'sched/latest' of git://git.kernel.org/pub/scm/linux/kernel/git/ghaskins/linux-2.6-hacks into sched/rt
by Ingo Molnar
· 16 years ago
506c10f
Merge commit 'v2.6.29-rc1' into perfcounters/core
by Ingo Molnar
· 16 years ago
490dea4
itimers: remove the per-cpu-ish-ness
by Peter Zijlstra
· 16 years ago
18d8fda
take init_fs to saner place
by Al Viro
· 16 years ago
917b627
sched: create "pushable_tasks" list to limit pushing to one attempt
by Gregory Haskins
· 16 years ago
e1df957
Merge branch 'linus' into perfcounters/core
by Ingo Molnar
· 16 years ago
78b6084
perfcounters: fix init context lock
by Ingo Molnar
· 16 years ago
eef6cbf
perfcounters: pull inherited counters
by Ingo Molnar
· 16 years ago
18b6e04
User namespaces: set of cleanups (v2)
by Serge Hallyn
· 16 years ago
3b11a1d
CRED: Differentiate objective and effective subjective credentials on a task
by David Howells
· 16 years ago
d84f4f9
CRED: Inaugurate COW credentials
by David Howells
· 16 years ago
f1752ee
CRED: Detach the credentials from task_struct
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
6976675
hrtimer: create a "timer_slack" field in the task struct
by Arjan van de Ven
· 16 years ago
7b34e42
introduce PF_KTHREAD flag
by Oleg Nesterov
· 16 years ago
f470021
ptrace children revamp
by Roland McGrath
· 17 years ago
f52111b
[PATCH] take init_files to fs/file.c
by Al Viro
· 17 years ago
9f3acc3
[PATCH] split linux/file.h
by Al Viro
· 17 years ago
3898b1b
capabilities: implement per-process securebits
by Andrew G. Morgan
· 17 years ago
4a55bd5
sched: fair-group: de-couple load-balancing from the rb-trees
by Peter Zijlstra
· 17 years ago
3b7391d
capabilities: introduce per-process capability bounding set
by Serge E. Hallyn
· 17 years ago
4746ec5
[AUDIT] add session id to audit messages
by Eric Paris
· 17 years ago
bfef93a
[PATCH] get rid of loginuid races
by Al Viro
· 17 years ago
fd0928d
ioprio: move io priority from task_struct to io_context
by Jens Axboe
· 17 years ago
6f505b1
sched: rt group scheduling
by Peter Zijlstra
· 17 years ago
fa71706
sched: sched_rt_entity
by Peter Zijlstra
· 17 years ago
73fe6aa
sched: add RT-balance cpu-weight
by Gregory Haskins
· 17 years ago
9a2e705
Isolate the explicit usage of signal->pgrp
by Pavel Emelyanov
· 17 years ago
19b9b9b
pid namespaces: remove the struct pid unneeded fields
by Pavel Emelyanov
· 17 years ago
4c3f2ea
pid namespaces: introduce struct upid
by Sukadev Bhattiprolu
· 17 years ago
1efd24f
Remove unused member from nsproxy
by Pavel Emelyanov
· 17 years ago
3e26c14
mm: dirty balancing for tasks
by Peter Zijlstra
· 17 years ago
4fabcd7
[NETNS]: Fix allnoconfig compilation error.
by Daniel Lezcano
· 17 years ago
772698f
[NET]: Add a network namespace parameter to tasks
by Eric W. Biederman
· 17 years ago
b8fceee
signalfd simplification
by Davide Libenzi
· 17 years ago
acce292
user namespace: add the framework
by Cedric Le Goater
· 17 years ago
fba2afa
signal/timer/event: signalfd core
by Davide Libenzi
· 17 years ago
325aa33
Don't init pgrp and __session in INIT_SIGNALS
by Sukadev Bhattiprolu
· 17 years ago
820e45d
statically initialize struct pid for swapper
by Sukadev Bhattiprolu
· 17 years ago
f7e4217
rename thread_info to stack
by Roman Zippel
· 18 years ago
b32e41b
SPIN_LOCK_UNLOCKED cleanup in init_task.h
by Milind Arun Choudhary
· 18 years ago
ab521dc
[PATCH] tty: update the tty layer to work with struct pid
by Eric W. Biederman
· 18 years ago
Next »