summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney2014-07-091-6/+0Star
| |/
* / sched: Fix compiler warningsGuenter Roeck2014-07-021-4/+4
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-131-7/+7
|\
| * Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar2014-06-121-4/+2Star
| |\
| * | sched: Rename capacity related flagsNicolas Pitre2014-06-051-2/+2
| * | sched: Final power vs. capacity cleanupsNicolas Pitre2014-06-051-3/+3
| * | sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre2014-06-051-1/+1
| * | sched: Fix signedness bug in yield_to()Dan Carpenter2014-06-051-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-131-1/+5
|\ \ \
| * | | perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-061-1/+5
* | | | signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov2014-06-071-3/+0Star
* | | | kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...Oleg Nesterov2014-06-051-6/+0Star
* | | | kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov2014-06-051-1/+0Star
* | | | memcg: kill CONFIG_MM_OWNEROleg Nesterov2014-06-051-2/+2
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-47/+57
|\ \ \ \ | | |/ / | |/| |
| * | | sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...xiaofeng.yan2014-05-221-2/+2
| * | | sched/idle: Remove TS_POLLING supportPeter Zijlstra2014-05-081-44/+2Star
| * | | sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot2014-05-071-0/+1
| * | | sched, powerpc: Create a dedicated topology tableVincent Guittot2014-05-071-2/+0Star
| * | | sched: Rework sched_domain topology definitionVincent Guittot2014-05-071-0/+53
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-4/+2Star
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+2Star
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-05-231-2/+5
|\ \ \ | | |/ | |/|
| * | sched/deadline: Fix sched_yield() behaviorJuri Lelli2014-05-071-2/+5
| |/
* / wait: swap EXIT_ZOMBIE(Z) and EXIT_DEAD(X) chars in TASK_STATE_TO_CHAR_STRMasatake YAMATO2014-05-231-1/+1
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-1/+19
|\
| * sched: declare pid_alive as inlineRichard Guy Briggs2014-03-201-1/+1
| * pid: get pid_t ppid of task in init_pid_nsRichard Guy Briggs2014-03-201-1/+19
* | wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2014-04-081-2/+2
* | wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov2014-04-081-0/+1
* | exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov2014-04-081-1/+1
* | mm, mempolicy: remove per-process flagDavid Rientjes2014-04-081-1/+0Star
* | mm: per-thread vma cachingDavidlohr Bueso2014-04-081-0/+7
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-1/+5
|\ \
| * | timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar2014-03-201-1/+5
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-1/+1
|\ \ \
| * | | cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker2014-03-131-1/+1
| |/ /
* | | sched: Add better debug output for might_sleep()Thomas Gleixner2014-02-221-0/+3
* | | Merge branch 'linus' into sched/coreThomas Gleixner2014-02-211-1/+2
|\ \ \
| * | | execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-051-1/+2
| |/ /
* | | sched/fair: Track cgroup depthPeter Zijlstra2014-02-101-0/+1
* | | sched: Implement task_nice() as static inline functionDongsheng Yang2014-02-091-1/+10
* | | sched: Move the priority specific bits into a new header fileDongsheng Yang2014-02-091-0/+2
* | | Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar2014-02-021-11/+31
|\| |
| * | exec: kill task_struct->did_execOleg Nesterov2014-01-241-1/+0Star
| * | kernel/fork.c: make dup_mm() staticDaeSeok Youn2014-01-241-2/+0Star
| * | proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov2014-01-241-1/+1
| * | coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov2014-01-241-4/+17
| * | coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov2014-01-241-3/+1Star
| * | introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-01-221-0/+12