summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2017-09-10signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles
2017-06-07sched, cgroup: reorganize threadgroup lockingTejun Heo
2017-03-02ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2016-07-10pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-01-31unix: properly account for FDs passed over unix socketswilly tarreau
2015-10-27sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-04-12Remove rest of exec domains.Richard Weinberger
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman
2015-03-23x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti
2015-03-19sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
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-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
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-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-09mm: clear __GFP_FS when PF_MEMALLOC_NOIO is setJunxiao Bi
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-09-27Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
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-14Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-08-11Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds