summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |_|/ / |/| | |
| * | | rcu: Simplify unboosting checksPaul E. McKenney2012-02-211-2/+1
| |/ /
* | | vfork: kill PF_STARTINGOleg Nesterov2012-03-051-1/+0
* | | coredump_wait: don't call complete_vfork_done()Oleg Nesterov2012-03-051-1/+0
* | | vfork: make it killableOleg Nesterov2012-03-051-1/+1
* | | vfork: introduce complete_vfork_done()Oleg Nesterov2012-03-051-0/+1
|/ /
* | Fix race in process_vm_rw_coreChristopher Yeoh2012-02-021-0/+6
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-261-1/+1
|\ \ | |/ |/|
| * Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-01-171-1/+1
| |\
| | * sched: Add "const" to is_idle_task() parameterPaul E. McKenney2012-01-161-1/+1