aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2009-06-18pids: clean up find_task_by_pid variantsChristoph Hellwig
2009-06-18memcg: remove unneeded forward declaration from sched.hLi Zefan
2009-06-16Merge branch 'akpm'Linus Torvalds
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie
2009-06-15sched: delayed cleanup of user_structKay Sievers
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-06-11Merge branch 'next' into for-linusJames Morris
2009-05-24perf_counter: Change pctrl() behaviourPeter Zijlstra
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras
2009-05-19sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar
2009-05-18syscall: Implement a convinience function restart_syscallEric W. Biederman
2009-05-15sched, timers: cleanup avenrun usersThomas Gleixner
2009-05-15sched, timers: move calc_load() to schedulerThomas Gleixner
2009-05-15perf_counter: per user mlock giftPeter Zijlstra
2009-05-13timers: Logic to move non pinned timersArun R Bharadwaj
2009-05-13timers: /proc/sys sysctl hook to enable timer migrationArun R Bharadwaj
2009-05-11CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells
2009-05-08Merge branch 'master' into nextJames Morris
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar
2009-04-30SELinux: Don't flush inherited SIGKILL during execve()David Howells
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar
2009-04-17tracing: add same level recursion detectionSteven Rostedt
2009-04-15rculist: use list_entry_rcu in places where it's appropriateJiri Pirko
2009-04-09sched: do not count frozen tasks toward loadNathan Lynch
2009-04-08Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar
2009-04-07Merge branch 'core/softlockup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger
2009-04-07mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger
2009-04-07sched, hw-branch-tracer: add wait_task_context_switch() function to sched.hMarkus Metzger
2009-04-07Merge branch 'linus' into core/softlockupIngo Molnar
2009-04-06perf_counter: generic context switch eventPeter Zijlstra
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar
2009-04-06Merge branch 'linus' into irq/threadedIngo Molnar
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov
2009-04-02pids: refactor vnr/nr_ns helpers to make them safeOleg Nesterov
2009-04-02pids: document task_pgrp/task_session is not safe without tasklist/rcuOleg Nesterov
2009-04-02forget_original_parent: split out the un-ptrace partOleg Nesterov
2009-04-02Simplify copy_thread()Alexey Dobriyan
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-04-01get_mm_hiwater_xxx: trivial, s/define/inline/Oleg Nesterov