aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAge
* Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-09
|\
| * sas_ss_flags: Remove nested ternary ifRichard Weinberger2014-08-06
* | shm: make exit_shm work proportional to task activityJack Miller2014-08-08
* | kernel/fork.c: make mm_init_owner staticVladimir Davydov2014-08-08
* | mm: memcontrol: use page lists for uncharge batchingJohannes Weiner2014-08-08
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-06
|\ \
| * | sched: move no_new_privs into new atomic flagsKees Cook2014-07-18
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-05
|\ \ \
| * | | delayacct: Make accounting nanosecond basedThomas Gleixner2014-07-23
| * | | sched: Make task->start_time nanoseconds basedThomas Gleixner2014-07-23
| * | | sched: Make task->real_start_time nanoseconds basedThomas Gleixner2014-07-23
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-04
|\ \ \
| * \ \ Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2014-07-28
| |\ \ \ | | | |/ | | |/|
| * | | sched: Transform resched_task() into resched_curr()Kirill Tkhai2014-07-16
| * | | sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov2014-07-16
| | |/ | |/|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-04
|\ \ \ | |_|/ |/| |
| * | rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney2014-07-09
| |/
* / sched: Fix compiler warningsGuenter Roeck2014-07-02
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-12
|\
| * Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar2014-06-12
| |\
| * | sched: Rename capacity related flagsNicolas Pitre2014-06-05
| * | sched: Final power vs. capacity cleanupsNicolas Pitre2014-06-05
| * | sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre2014-06-05
| * | sched: Fix signedness bug in yield_to()Dan Carpenter2014-06-05
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-12
|\ \ \
| * | | perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-06
* | | | signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov2014-06-06
* | | | kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...Oleg Nesterov2014-06-04
* | | | kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov2014-06-04
* | | | memcg: kill CONFIG_MM_OWNEROleg Nesterov2014-06-04
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-03
|\ \ \ \ | | |/ / | |/| |
| * | | sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...xiaofeng.yan2014-05-22
| * | | sched/idle: Remove TS_POLLING supportPeter Zijlstra2014-05-08
| * | | sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot2014-05-07
| * | | sched, powerpc: Create a dedicated topology tableVincent Guittot2014-05-07
| * | | sched: Rework sched_domain topology definitionVincent Guittot2014-05-07
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-03
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-05-23
|\ \ \ | | |/ | |/|
| * | sched/deadline: Fix sched_yield() behaviorJuri Lelli2014-05-07
| |/
* / wait: swap EXIT_ZOMBIE(Z) and EXIT_DEAD(X) chars in TASK_STATE_TO_CHAR_STRMasatake YAMATO2014-05-23
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-12
|\
| * sched: declare pid_alive as inlineRichard Guy Briggs2014-03-20
| * pid: get pid_t ppid of task in init_pid_nsRichard Guy Briggs2014-03-20
* | wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2014-04-07
* | wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov2014-04-07
* | exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov2014-04-07
* | mm, mempolicy: remove per-process flagDavid Rientjes2014-04-07
* | mm: per-thread vma cachingDavidlohr Bueso2014-04-07
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-01
|\ \