summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2014-05-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-23wait: swap EXIT_ZOMBIE(Z) and EXIT_DEAD(X) chars in TASK_STATE_TO_CHAR_STRMasatake YAMATO
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-04-07wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov
2014-04-07wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov
2014-04-07mm, mempolicy: remove per-process flagDavid Rientjes
2014-04-07mm: per-thread vma cachingDavidlohr Bueso
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-03-20sched: declare pid_alive as inlineRichard Guy Briggs
2014-03-20pid: get pid_t ppid of task in init_pid_nsRichard Guy Briggs
2014-03-20timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker
2014-02-22sched: Add better debug output for might_sleep()Thomas Gleixner
2014-02-21Merge branch 'linus' into sched/coreThomas Gleixner
2014-02-10sched/fair: Track cgroup depthPeter Zijlstra
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang
2014-02-09sched: Move the priority specific bits into a new header fileDongsheng Yang
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar
2014-01-28sched/numa: Normalize faults_cpu stats and weigh by CPU useRik van Riel
2014-01-28sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel
2014-01-28sched/numa: Track from which nodes NUMA faults are triggeredRik van Riel
2014-01-28sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel
2014-01-28sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel
2014-01-23exec: kill task_struct->did_execOleg Nesterov
2014-01-23kernel/fork.c: make dup_mm() staticDaeSeok Youn
2014-01-23proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov
2014-01-23coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov
2014-01-23coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov
2014-01-13sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra
2014-01-13sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli
2013-12-17Merge branch 'sched/urgent' into sched/coreIngo Molnar
2013-12-11sched/fair: Rework sched_fair time accountingPeter Zijlstra
2013-12-11sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra
2013-12-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-27tasks/exit: Remove unused task_is_dead() methodOleg Nesterov
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-19sched: Remove unused variable in 'struct sched_domain'Alex Shi
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds