summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-271-13/+25
|\
| * cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2014-09-241-2/+11
| * sched: add macros to define bitops for task atomic flagsZefan Li2014-09-241-9/+12
| * sched: fix confusing PFA_NO_NEW_PRIVS constantZefan Li2014-09-241-1/+1
* | sched: Fix end_of_stack() and location of stack canary for architectures usin...Chuck Ebbert2014-09-201-0/+13
|/
* Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-141-2/+1
|\
| *-. Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2014-08-111-2/+1
| |\ \
| | | * cpuidle: menu: Lookup CPU runqueues lessMel Gorman2014-08-061-2/+1
* | | | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-091-2/+4
|\ \ \ \
| * | | | sas_ss_flags: Remove nested ternary ifRichard Weinberger2014-08-061-2/+4
| | |/ / | |/| |
* | | | shm: make exit_shm work proportional to task activityJack Miller2014-08-081-0/+2
* | | | kernel/fork.c: make mm_init_owner staticVladimir Davydov2014-08-081-5/+0
* | | | mm: memcontrol: use page lists for uncharge batchingJohannes Weiner2014-08-081-6/+0
| |/ / |/| |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-061-3/+15
|\ \ \
| * | | sched: move no_new_privs into new atomic flagsKees Cook2014-07-181-3/+15
| | |/ | |/|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-051-4/+4
|\ \ \
| * | | delayacct: Make accounting nanosecond basedThomas Gleixner2014-07-231-2/+2
| * | | sched: Make task->start_time nanoseconds basedThomas Gleixner2014-07-231-1/+1
| * | | sched: Make task->real_start_time nanoseconds basedThomas Gleixner2014-07-231-1/+1
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-041-5/+3
|\ \ \
| * \ \ Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2014-07-281-4/+4
| |\ \ \ | | | |/ | | |/|
| * | | sched: Transform resched_task() into resched_curr()Kirill Tkhai2014-07-161-3/+3
| * | | sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov2014-07-161-2/+0
| | |/ | |/|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-041-6/+0
|\ \ \ | |_|/ |/| |
| * | rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney2014-07-091-6/+0
| |/
* | sched: Fix compiler warningsGuenter Roeck2014-07-021-4/+4
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-121-7/+7
|\
| * Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar2014-06-121-4/+2
| |\
| * | sched: Rename capacity related flagsNicolas Pitre2014-06-051-2/+2
| * | sched: Final power vs. capacity cleanupsNicolas Pitre2014-06-051-3/+3
| * | sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre2014-06-051-1/+1
| * | sched: Fix signedness bug in yield_to()Dan Carpenter2014-06-051-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-1/+5
|\ \ \
| * | | perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-061-1/+5
* | | | signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov2014-06-061-3/+0
* | | | kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...Oleg Nesterov2014-06-041-6/+0
* | | | kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov2014-06-041-1/+0
* | | | memcg: kill CONFIG_MM_OWNEROleg Nesterov2014-06-041-2/+2
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-47/+57
|\ \ \ \ | | |/ / | |/| |
| * | | sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...xiaofeng.yan2014-05-221-2/+2
| * | | sched/idle: Remove TS_POLLING supportPeter Zijlstra2014-05-081-44/+2
| * | | sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot2014-05-071-0/+1
| * | | sched, powerpc: Create a dedicated topology tableVincent Guittot2014-05-071-2/+0
| * | | sched: Rework sched_domain topology definitionVincent Guittot2014-05-071-0/+53
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-4/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+2
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-05-231-2/+5
|\ \ \ | | |/ | |/|
| * | sched/deadline: Fix sched_yield() behaviorJuri Lelli2014-05-071-2/+5
| |/
* | wait: swap EXIT_ZOMBIE(Z) and EXIT_DEAD(X) chars in TASK_STATE_TO_CHAR_STRMasatake YAMATO2014-05-231-1/+1
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-1/+19
|\
OpenPOWER on IntegriCloud