summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2014-08-12Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki1-2/+1
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2014-08-09shm: make exit_shm work proportional to task activityJack Miller1-0/+2
2014-08-09kernel/fork.c: make mm_init_owner staticVladimir Davydov1-5/+0
2014-08-09mm: memcontrol: use page lists for uncharge batchingJohannes Weiner1-6/+0
2014-08-06cpuidle: menu: Lookup CPU runqueues lessMel Gorman1-2/+1
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-3/+15
2014-08-06sas_ss_flags: Remove nested ternary ifRichard Weinberger1-2/+4
2014-08-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2014-08-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+3
2014-08-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar1-4/+4
2014-07-23delayacct: Make accounting nanosecond basedThomas Gleixner1-2/+2
2014-07-23sched: Make task->start_time nanoseconds basedThomas Gleixner1-1/+1
2014-07-23sched: Make task->real_start_time nanoseconds basedThomas Gleixner1-1/+1
2014-07-18sched: move no_new_privs into new atomic flagsKees Cook1-3/+15
2014-07-16sched: Transform resched_task() into resched_curr()Kirill Tkhai1-3/+3
2014-07-16sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov1-2/+0
2014-07-09rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney1-6/+0
2014-07-02sched: Fix compiler warningsGuenter Roeck1-4/+4
2014-06-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+7
2014-06-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+5
2014-06-12Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar1-4/+2
2014-06-07signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov1-3/+0
2014-06-06perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter1-1/+5
2014-06-05sched: Rename capacity related flagsNicolas Pitre1-2/+2
2014-06-05sched: Final power vs. capacity cleanupsNicolas Pitre1-3/+3
2014-06-05sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre1-1/+1
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter1-1/+1
2014-06-05kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...Oleg Nesterov1-6/+0
2014-06-05kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov1-1/+0
2014-06-05memcg: kill CONFIG_MM_OWNEROleg Nesterov1-2/+2
2014-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-47/+57
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+2
2014-05-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+5
2014-05-23wait: swap EXIT_ZOMBIE(Z) and EXIT_DEAD(X) chars in TASK_STATE_TO_CHAR_STRMasatake YAMATO1-1/+1
2014-05-22sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...xiaofeng.yan1-2/+2
2014-05-08sched/idle: Remove TS_POLLING supportPeter Zijlstra1-44/+2
2014-05-07sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot1-0/+1
2014-05-07sched, powerpc: Create a dedicated topology tableVincent Guittot1-2/+0
2014-05-07sched: Rework sched_domain topology definitionVincent Guittot1-0/+53
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli1-2/+5
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-4/+2
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+19
2014-04-08wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov1-2/+2
2014-04-08wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov1-0/+1
2014-04-08exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov1-1/+1
2014-04-08mm, mempolicy: remove per-process flagDavid Rientjes1-1/+0
2014-04-08mm: per-thread vma cachingDavidlohr Bueso1-0/+7