summaryrefslogtreecommitdiff
path: root/include/linux/sched.h (unfollow)
Commit message (Expand)Author
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-12-13memcg: turn memcg_kmem_skip_account into a bit fieldVladimir Davydov
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar
2014-10-28sched: Exclude cond_resched() from nested sleep testPeter Zijlstra
2014-10-28sched: Debug nested sleepsPeter Zijlstra
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli
2014-10-09mm: clear __GFP_FS when PF_MEMALLOC_NOIO is setJunxiao Bi
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li
2014-09-24sched: add macros to define bitops for task atomic flagsZefan Li
2014-09-24sched: fix confusing PFA_NO_NEW_PRIVS constantZefan Li
2014-09-20sched: Fix end_of_stack() and location of stack canary for architectures usin...Chuck Ebbert
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin
2014-09-19sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel
2014-09-07rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney
2014-09-07rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney
2014-08-25sched: Add function single_task_running to let a task check if it is the only...Tim Chen
2014-08-08shm: make exit_shm work proportional to task activityJack Miller
2014-08-08kernel/fork.c: make mm_init_owner staticVladimir Davydov
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner
2014-08-06cpuidle: menu: Lookup CPU runqueues lessMel Gorman
2014-08-06sas_ss_flags: Remove nested ternary ifRichard Weinberger
2014-07-23delayacct: Make accounting nanosecond basedThomas Gleixner
2014-07-23sched: Make task->start_time nanoseconds basedThomas Gleixner
2014-07-23sched: Make task->real_start_time nanoseconds basedThomas Gleixner
2014-07-18sched: move no_new_privs into new atomic flagsKees Cook
2014-07-16sched: Transform resched_task() into resched_curr()Kirill Tkhai
2014-07-16sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov
2014-07-09rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney
2014-07-02sched: Fix compiler warningsGuenter Roeck
2014-06-06signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov
2014-06-06perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter
2014-06-05sched: Rename capacity related flagsNicolas Pitre
2014-06-05sched: Final power vs. capacity cleanupsNicolas Pitre
2014-06-05sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter
2014-06-04kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...Oleg Nesterov
2014-06-04kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov
2014-06-04memcg: kill CONFIG_MM_OWNEROleg Nesterov
2014-05-23wait: swap EXIT_ZOMBIE(Z) and EXIT_DEAD(X) chars in TASK_STATE_TO_CHAR_STRMasatake YAMATO
2014-05-22sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...xiaofeng.yan
2014-05-08sched/idle: Remove TS_POLLING supportPeter Zijlstra