aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-13syscalls: implement execveat() system callGravatar David Drysdale 1-0/+4
2014-12-13memcg: turn memcg_kmem_skip_account into a bit fieldGravatar Vladimir Davydov 1-2/+5
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-23/+64
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersGravatar Iulia Manda 1-18/+13
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionGravatar Pranith Kumar 1-2/+2
2014-10-28sched: Exclude cond_resched() from nested sleep testGravatar Peter Zijlstra 1-3/+3
2014-10-28sched: Debug nested sleepsGravatar Peter Zijlstra 1-2/+44
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACGravatar Juri Lelli 1-0/+2
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Gravatar Juri Lelli 1-0/+2
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+6
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-17/+22
2014-10-09mm: clear __GFP_FS when PF_MEMALLOC_NOIO is setGravatar Junxiao Bi 1-2/+4
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+1
2014-09-27Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-13/+25
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsGravatar Zefan Li 1-2/+11
2014-09-24sched: add macros to define bitops for task atomic flagsGravatar Zefan Li 1-9/+12
2014-09-24sched: fix confusing PFA_NO_NEW_PRIVS constantGravatar Zefan Li 1-1/+1
2014-09-20sched: Fix end_of_stack() and location of stack canary for architectures usin...Gravatar Chuck Ebbert 1-0/+13
2014-09-19sched: Add helper for task stack page overrun checkingGravatar Aaron Tomlin 1-0/+2
2014-09-19init/main.c: Give init_task a canaryGravatar Aaron Tomlin 1-0/+2
2014-09-19sched: Add new API wake_up_if_idle() to wake up the idle cpuGravatar Chuansheng Liu 1-0/+1
2014-09-08time, signal: Protect resource use statistics with seqlockGravatar Rik van Riel 1-0/+1
2014-09-07rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Gravatar Paul E. McKenney 1-7/+9
2014-09-07rcu: Make TASKS_RCU handle nohz_full= CPUsGravatar Paul E. McKenney 1-0/+2
2014-09-07rcu: Add call_rcu_tasks()Gravatar Paul E. McKenney 1-11/+12
2014-08-25sched: Add function single_task_running to let a task check if it is the only...Gravatar Tim Chen 1-0/+1
2014-08-14Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2014-08-11Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-2/+1
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+4
2014-08-08shm: make exit_shm work proportional to task activityGravatar Jack Miller 1-0/+2
2014-08-08kernel/fork.c: make mm_init_owner staticGravatar Vladimir Davydov 1-5/+0
2014-08-08mm: memcontrol: use page lists for uncharge batchingGravatar Johannes Weiner 1-6/+0
2014-08-06cpuidle: menu: Lookup CPU runqueues lessGravatar Mel Gorman 1-2/+1
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-3/+15
2014-08-06sas_ss_flags: Remove nested ternary ifGravatar Richard Weinberger 1-2/+4
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+4
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+3
2014-08-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+0
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Gravatar Ingo Molnar 1-4/+4
2014-07-23delayacct: Make accounting nanosecond basedGravatar Thomas Gleixner 1-2/+2
2014-07-23sched: Make task->start_time nanoseconds basedGravatar Thomas Gleixner 1-1/+1
2014-07-23sched: Make task->real_start_time nanoseconds basedGravatar Thomas Gleixner 1-1/+1
2014-07-18sched: move no_new_privs into new atomic flagsGravatar Kees Cook 1-3/+15
2014-07-16sched: Transform resched_task() into resched_curr()Gravatar Kirill Tkhai 1-3/+3
2014-07-16sched/deadline: Kill task_struct->pi_top_taskGravatar Oleg Nesterov 1-2/+0
2014-07-09rcu: Simplify priority boosting by putting rt_mutex in rcu_nodeGravatar Paul E. McKenney 1-6/+0
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