aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2012-08-08Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki
2012-07-31mm: allow PF_MEMALLOC from softirq contextMel Gorman
2012-07-31memcg: rename config variablesAndrew Morton
2012-07-30NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda
2012-07-30coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook
2012-07-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-07-24sched: Fix race in task_group()Peter Zijlstra
2012-07-24sched: Improve scalability via 'CPU buddies', which withstand random perturba...Mike Galbraith
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2012-07-22get rid of ->scm_work_listAl Viro
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro
2012-07-22trim task_work: get rid of hlistAl Viro
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar
2012-07-14Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney
2012-06-11Merge tag 'v3.5-rc2' into perf/coreIngo Molnar
2012-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-06-07c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removalKonstantin Khlebnikov
2012-06-06uprobes: Kill uprobes_srcu/uprobe_srcu_idOleg Nesterov
2012-06-06sched: Fix domain iterationPeter Zijlstra
2012-06-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra
2012-05-30sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-23keys: kill task_struct->replacement_session_keyringOleg Nesterov
2012-05-23genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra
2012-05-14sched/fair: Revert sched-domain iteration breakagePeter Zijlstra
2012-05-09sched/fair: Add some serialization to the sched_domain load-balance walkPeter Zijlstra
2012-05-07sched: Update documentation and commentsHiroshi Shimamoto
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar
2012-04-14seccomp: kill the seccomp_t typedefWill Drewry
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski
2012-04-07userns: Disassociate user_struct from the user_namespace.Eric W. Biederman
2012-04-07userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman
2012-04-03userns: Kill bogus declaration of function release_uidsEric W. Biederman
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman