aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAge
* Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-24
|\
| * Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-14
| |\
| * | uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju2012-03-14
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-23
|\ \ \
| * | | userns: Disassociate user_struct from the user_namespace.Eric W. Biederman2012-04-07
| * | | userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman2012-04-07
| * | | userns: Kill bogus declaration of function release_uidsEric W. Biederman2012-04-03
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-22
|\ \ \
| * | | sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-17
| * | | sched/fair: Revert sched-domain iteration breakagePeter Zijlstra2012-05-14
| * | | sched/fair: Add some serialization to the sched_domain load-balance walkPeter Zijlstra2012-05-09
| * | | sched: Update documentation and commentsHiroshi Shimamoto2012-05-07
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-21
|\ \ \
| * | | seccomp: kill the seccomp_t typedefWill Drewry2012-04-13
| * | | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2012-04-13
| |/ /
* / / rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2012-05-02
|/ /
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28
|\ \
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* | | prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering2012-03-23
|/ /
* | cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-21
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-20
|\ \
| * \ Merge tag 'v3.3-rc7' into sched/coreIngo Molnar2012-03-13
| |\ \
| * | | sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto2012-03-02
| * | | sched/rt: Do not submit new work when PI-blockedThomas Gleixner2012-03-01
| * | | sched/rt: Add schedule_preempt_disabled()Thomas Gleixner2012-03-01
| * | | Merge branch 'linus' into sched/coreIngo Molnar2012-03-01
| |\ \ \ | | | |/ | | |/|
| * | | sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-22
| * | | sched: Turn lock_task_sighand() into a static inlineAnton Vorontsov2012-02-11
| * | | sched: Ensure cpu_power periodic updateVincent Guittot2012-01-27
| * | | sched, block: Unify cache detectionPeter Zijlstra2012-01-27
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-20
|\ \ \ \
| * \ \ \ Merge branch 'linus' into irq/coreThomas Gleixner2012-03-13
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev2012-03-09
| | |_|/ | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-20
|\ \ \ \ | |_|/ / |/| | |
| * | | rcu: Simplify unboosting checksPaul E. McKenney2012-02-21
| |/ /
* | | vfork: kill PF_STARTINGOleg Nesterov2012-03-05
* | | coredump_wait: don't call complete_vfork_done()Oleg Nesterov2012-03-05
* | | vfork: make it killableOleg Nesterov2012-03-05
* | | vfork: introduce complete_vfork_done()Oleg Nesterov2012-03-05
|/ /
* | Fix race in process_vm_rw_coreChristopher Yeoh2012-02-02
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-26
|\ \ | |/ |/|
| * Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-01-17
| |\
| | * sched: Add "const" to is_idle_task() parameterPaul E. McKenney2012-01-16
* | | kernel-doc: fix kernel-doc warnings in schedRandy Dunlap2012-01-23
* | | treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-12
* | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-10
|\ \ \
| * | | writeback: dirty ratelimit - think time compensationWu Fengguang2011-12-18
* | | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-09
|\ \ \ \
| * | | | threadgroup: extend threadgroup_lock() to cover exit and execTejun Heo2011-12-12
| * | | | threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo2011-12-12