summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2012-07-141-10/+8
|\ \
| | * sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra2012-07-051-0/+8
| |/ |/|
| * Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney2012-07-021-10/+0
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-06-081-0/+11
|\
| * sched: Fix domain iterationPeter Zijlstra2012-06-061-0/+11
* | c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removalKonstantin Khlebnikov2012-06-071-0/+1
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-06-051-1/+2
|\
| * sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra2012-05-301-1/+1
| * sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra2012-05-301-0/+1
* | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-1/+1
* | new helper: sigmask_to_save()Al Viro2012-06-011-0/+8
* | new helper: restore_saved_sigmask()Al Viro2012-06-011-0/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-10/+4
|\ \ | |/ |/|
| * keys: kill task_struct->replacement_session_keyringOleg Nesterov2012-05-231-2/+0
| * genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov2012-05-231-8/+2
| * task_work_add: generic process-context callbacksOleg Nesterov2012-05-231-0/+2
* | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-241-0/+4
|\ \ | |/ |/|
| * Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-141-18/+54
| |\
| * | uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju2012-03-141-0/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-5/+4
|\ \ \
| * | | userns: Disassociate user_struct from the user_namespace.Eric W. Biederman2012-04-071-4/+4
| * | | userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman2012-04-071-1/+1
| * | | userns: Kill bogus declaration of function release_uidsEric W. Biederman2012-04-031-1/+0
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-221-48/+1
|\ \ \
| * | | sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-171-47/+0
| * | | sched/fair: Revert sched-domain iteration breakagePeter Zijlstra2012-05-141-1/+0
| * | | sched/fair: Add some serialization to the sched_domain load-balance walkPeter Zijlstra2012-05-091-0/+1
| * | | sched: Update documentation and commentsHiroshi Shimamoto2012-05-071-1/+1
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-211-1/+3
|\ \ \
| * | | seccomp: kill the seccomp_t typedefWill Drewry2012-04-141-1/+1
| * | | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2012-04-141-0/+2
| |/ /
* | | rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2012-05-021-0/+10
|/ /
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\ \
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | | prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering2012-03-231-0/+12
|/ /
* | cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-211-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-201-7/+34
|\ \
| * \ Merge tag 'v3.3-rc7' into sched/coreIngo Molnar2012-03-131-2/+1
| |\ \
| * | | sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto2012-03-021-1/+1
| * | | sched/rt: Do not submit new work when PI-blockedThomas Gleixner2012-03-011-0/+8
| * | | sched/rt: Add schedule_preempt_disabled()Thomas Gleixner2012-03-011-0/+1
| * | | Merge branch 'linus' into sched/coreIngo Molnar2012-03-011-1/+7
| |\ \ \ | | | |/ | | |/|
| * | | sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-221-0/+6
| * | | sched: Turn lock_task_sighand() into a static inlineAnton Vorontsov2012-02-111-6/+9
| * | | sched: Ensure cpu_power periodic updateVincent Guittot2012-01-271-0/+1
| * | | sched, block: Unify cache detectionPeter Zijlstra2012-01-271-0/+8
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-201-5/+5
|\ \ \ \
| * \ \ \ Merge branch 'linus' into irq/coreThomas Gleixner2012-03-131-2/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev2012-03-091-5/+5
| | |_|/ | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-201-2/+1
|\ \ \ \ | |_|/ / |/| | |
OpenPOWER on IntegriCloud