summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2014-04-071-2/+2
* wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov2014-04-071-0/+1
* exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov2014-04-071-1/+1
* mm, mempolicy: remove per-process flagDavid Rientjes2014-04-071-1/+0
* mm: per-thread vma cachingDavidlohr Bueso2014-04-071-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-231-1/+0
| * kernel/fork.c: make dup_mm() staticDaeSeok Youn2014-01-231-2/+0
| * proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov2014-01-231-1/+1
| * coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov2014-01-231-4/+17
| * coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov2014-01-231-3/+1
| * introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-01-211-0/+12
* | sched/numa: Normalize faults_cpu stats and weigh by CPU useRik van Riel2014-01-281-0/+2
* | sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel2014-01-281-0/+7
* | sched/numa: Track from which nodes NUMA faults are triggeredRik van Riel2014-01-281-2/+7
* | sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel2014-01-281-4/+4
* | sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel2014-01-281-1/+0
|/
* sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra2014-01-131-0/+15
* sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-131-1/+3
* sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli2014-01-131-0/+1
* sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-131-1/+7
* rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-131-1/+3
* sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson2014-01-131-0/+1
* sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli2014-01-131-0/+1
* sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli2014-01-131-1/+45
* sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli2014-01-131-0/+62
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2013-12-171-5/+2
|\
| * sched/fair: Rework sched_fair time accountingPeter Zijlstra2013-12-111-1/+2
| * sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra2013-12-111-2/+0
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-021-2/+0
| |\
| | * sched: Remove unused variable in 'struct sched_domain'Alex Shi2013-11-191-2/+0
* | | tasks/exit: Remove unused task_is_dead() methodOleg Nesterov2013-11-271-1/+0
|/ /
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-1/+1
|\ \
| * | preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-151-0/+8
|\ \ \ | |_|/ |/| |
| * | hung_task: add method to reset detectorMarcelo Tosatti2013-11-061-0/+8
* | | exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-131-0/+4
* | | sched: remove ARCH specific fpu_counter from task_structVineet Gupta2013-11-131-9/+0
| |/ |/|
* | Merge branch 'linus' into sched/coreIngo Molnar2013-11-011-4/+3
|\ \
| * | mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2013-10-161-4/+3
| |/