aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds
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
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2013-11-13sched: remove ARCH specific fpu_counter from task_structVineet Gupta
2013-11-06hung_task: add method to reset detectorMarcelo Tosatti
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner
2013-10-09sched/numa: Skip some page migrations after a shared faultRik van Riel
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel
2013-10-09sched/numa: Add debuggingIngo Molnar
2013-10-09sched/numa: Call task_numa_free() from do_execve()Rik van Riel
2013-10-09sched/numa: Use group fault statistics in numa placementMel Gorman
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra
2013-10-09sched/numa: Introduce migrate_swap()Peter Zijlstra
2013-10-09sched/numa: Retry migration of tasks to CPU on a preferred nodeMel Gorman
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman
2013-10-09sched/numa: Favour moving tasks towards the preferred nodeMel Gorman
2013-10-09sched/numa: Update NUMA hinting faults once per scanMel Gorman
2013-10-09sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman
2013-10-09sched/numa: Track NUMA hinting faults on per-node basisMel Gorman
2013-10-09sched/numa: Set the scan rate proportional to the memory usage of the task be...Mel Gorman
2013-09-28sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra