summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-43/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-0/+3
|\
| * preparation for generic kernel_thread()Al Viro2012-09-301-0/+3
* | oom: remove deprecated oom_adjDavidlohr Bueso2012-10-091-1/+0
* | coredump: update coredump-related headersAlex Kelly2012-10-061-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+1
|\ \
| * | coredump: move core dump functionality into its own fileAlex Kelly2012-10-021-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-0/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-1/+0
| |\ \ | | |/
| * | net: use a per task frag allocatorEric Dumazet2012-09-241-0/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-1/+1
|\ \ \
| * | | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-1/+1
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-011-8/+2
|\ \ \ \
| * | | | sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2012-09-131-2/+2
| * | | | sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2012-09-131-5/+0
| * | | | sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi2012-08-131-1/+0
| | |/ / | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-011-0/+3
|\ \ \ \
| * | | | uprobes: Introduce MMF_RECALC_UPROBESOleg Nesterov2012-09-151-1/+2
| * | | | uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov2012-08-281-0/+2
| |/ / /
* | | | rcu: Switch task's syscall hooks on context switchFrederic Weisbecker2012-09-261-0/+8
| |_|/ |/| |
* | | Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds2012-09-161-1/+0
|/ /
* | Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki2012-08-081-8/+0
|/
* mm: allow PF_MEMALLOC from softirq contextMel Gorman2012-07-311-0/+7
* memcg: rename config variablesAndrew Morton2012-07-311-1/+1
* NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda2012-07-301-0/+8
* coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook2012-07-301-0/+5
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-261-1/+5
|\
| * sched: Fix race in task_group()Peter Zijlstra2012-07-241-1/+4
| * sched: Improve scalability via 'CPU buddies', which withstand random perturba...Mike Galbraith2012-07-241-0/+1
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-231-2/+1
|\ \
| * | get rid of ->scm_work_listAl Viro2012-07-221-1/+0
| * | merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-221-1/+1
| * | trim task_work: get rid of hlistAl Viro2012-07-221-1/+1
* | | Merge branch 'linus' into perf/coreIngo Molnar2012-07-181-10/+8
|\ \ \ | | |/ | |/|
| | |
| | \
| *-. \ 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 tag 'v3.5-rc2' into perf/coreIngo Molnar2012-06-111-0/+12
|\ \ | |/
| * 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
| |/
* | uprobes: Kill uprobes_srcu/uprobe_srcu_idOleg Nesterov2012-06-061-1/+0
|/
* 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
OpenPOWER on IntegriCloud