aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-1/+0
2012-10-06coredump: update coredump-related headersAlex Kelly1-1/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2012-10-02coredump: move core dump functionality into its own fileAlex Kelly1-0/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+2
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker1-0/+8
2012-09-24net: use a per task frag allocatorEric Dumazet1-0/+3
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-1/+1
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations"Linus Torvalds1-1/+0
2012-09-15uprobes: Introduce MMF_RECALC_UPROBESOleg Nesterov1-1/+2
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi1-2/+2
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra1-5/+0
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov1-0/+2
2012-08-13sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi1-1/+0
2012-08-08Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki1-8/+0
2012-07-31mm: allow PF_MEMALLOC from softirq contextMel Gorman1-0/+7
2012-07-31memcg: rename config variablesAndrew Morton1-1/+1
2012-07-30NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda1-0/+8
2012-07-30coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook1-0/+5
2012-07-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2012-07-24sched: Fix race in task_group()Peter Zijlstra1-1/+4
2012-07-24sched: Improve scalability via 'CPU buddies', which withstand random perturbationsMike Galbraith1-0/+1
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2012-07-22get rid of ->scm_work_listAl Viro1-1/+0
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro1-1/+1
2012-07-22trim task_work: get rid of hlistAl Viro1-1/+1
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar1-10/+8
2012-07-14Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+8
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra1-0/+8
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney1-10/+0
2012-06-11Merge tag 'v3.5-rc2' into perf/coreIngo Molnar1-0/+12
2012-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+11
2012-06-07c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removalKonstantin Khlebnikov1-0/+1
2012-06-06uprobes: Kill uprobes_srcu/uprobe_srcu_idOleg Nesterov1-1/+0
2012-06-06sched: Fix domain iterationPeter Zijlstra1-0/+11
2012-06-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-1/+1
2012-06-01new helper: sigmask_to_save()Al Viro1-0/+8
2012-06-01new helper: restore_saved_sigmask()Al Viro1-0/+6
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-10/+4
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra1-1/+1
2012-05-30sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra1-0/+1
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2012-05-23keys: kill task_struct->replacement_session_keyringOleg Nesterov1-2/+0
2012-05-23genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov1-8/+2
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov1-0/+2