aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2014-07-02sched: Fix compiler warningsGravatar Guenter Roeck 1-4/+4
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+7
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+5
2014-06-12Merge commit '3cf2f34' into sched/core, to fix build errorGravatar Ingo Molnar 1-4/+2
2014-06-06signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Gravatar Oleg Nesterov 1-3/+0
2014-06-06perf: Differentiate exec() and non-exec() comm eventsGravatar Adrian Hunter 1-1/+5
2014-06-05sched: Rename capacity related flagsGravatar Nicolas Pitre 1-2/+2
2014-06-05sched: Final power vs. capacity cleanupsGravatar Nicolas Pitre 1-3/+3
2014-06-05sched: Let 'struct sched_group_power' care about CPU capacityGravatar Nicolas Pitre 1-1/+1
2014-06-05sched: Fix signedness bug in yield_to()Gravatar Dan Carpenter 1-1/+1
2014-06-04kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...Gravatar Oleg Nesterov 1-6/+0
2014-06-04kernel/user.c: drop unused field 'files' from user_structGravatar Kirill A. Shutemov 1-1/+0
2014-06-04memcg: kill CONFIG_MM_OWNERGravatar Oleg Nesterov 1-2/+2
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-47/+57
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+2
2014-05-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+5
2014-05-23wait: swap EXIT_ZOMBIE(Z) and EXIT_DEAD(X) chars in TASK_STATE_TO_CHAR_STRGravatar Masatake YAMATO 1-1/+1
2014-05-22sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...Gravatar xiaofeng.yan 1-2/+2
2014-05-08sched/idle: Remove TS_POLLING supportGravatar Peter Zijlstra 1-44/+2
2014-05-07sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainGravatar Vincent Guittot 1-0/+1
2014-05-07sched, powerpc: Create a dedicated topology tableGravatar Vincent Guittot 1-2/+0
2014-05-07sched: Rework sched_domain topology definitionGravatar Vincent Guittot 1-0/+53
2014-05-07sched/deadline: Fix sched_yield() behaviorGravatar Juri Lelli 1-2/+5
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-4/+2
2014-04-12Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-1/+19
2014-04-07wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceGravatar Oleg Nesterov 1-2/+2
2014-04-07wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionGravatar Oleg Nesterov 1-0/+1
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicGravatar Oleg Nesterov 1-1/+1
2014-04-07mm, mempolicy: remove per-process flagGravatar David Rientjes 1-1/+0
2014-04-07mm: per-thread vma cachingGravatar Davidlohr Bueso 1-0/+7
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+5
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2014-03-20sched: declare pid_alive as inlineGravatar Richard Guy Briggs 1-1/+1
2014-03-20pid: get pid_t ppid of task in init_pid_nsGravatar Richard Guy Briggs 1-1/+19
2014-03-20timer: Remove code redundancy while calling get_nohz_timer_target()Gravatar Viresh Kumar 1-1/+5
2014-03-13cputime: Default implementation of nsecs -> cputime conversionGravatar Frederic Weisbecker 1-1/+1
2014-02-22sched: Add better debug output for might_sleep()Gravatar Thomas Gleixner 1-0/+3
2014-02-21Merge branch 'linus' into sched/coreGravatar Thomas Gleixner 1-1/+2
2014-02-10sched/fair: Track cgroup depthGravatar Peter Zijlstra 1-0/+1
2014-02-09sched: Implement task_nice() as static inline functionGravatar Dongsheng Yang 1-1/+10
2014-02-09sched: Move the priority specific bits into a new header fileGravatar Dongsheng Yang 1-0/+2
2014-02-05execve: use 'struct filename *' for executable name passingGravatar Linus Torvalds 1-1/+2
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsGravatar Ingo Molnar 1-11/+31
2014-01-28sched/numa: Normalize faults_cpu stats and weigh by CPU useGravatar Rik van Riel 1-0/+2
2014-01-28sched/numa, mm: Use active_nodes nodemask to limit numa migrationsGravatar Rik van Riel 1-0/+7
2014-01-28sched/numa: Track from which nodes NUMA faults are triggeredGravatar Rik van Riel 1-2/+7
2014-01-28sched/numa: Rename p->numa_faults to numa_faults_memoryGravatar Rik van Riel 1-4/+4
2014-01-28sched/numa, mm: Remove p->numa_migrate_deferredGravatar Rik van Riel 1-1/+0
2014-01-23exec: kill task_struct->did_execGravatar Oleg Nesterov 1-1/+0
2014-01-23kernel/fork.c: make dup_mm() staticGravatar DaeSeok Youn 1-2/+0