| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASK | Andy Lutomirski | 2016-09-16 | 1 | -1/+3 |
* | sched/core: Allow putting thread_info into task_struct | Andy Lutomirski | 2016-09-15 | 1 | -0/+9 |
* | fix up initial thread stack pointer vs thread_info confusion | Linus Torvalds | 2016-06-24 | 1 | -1/+1 |
* | sched/cputime: Convert vtime_seqlock to seqcount | Frederic Weisbecker | 2015-12-04 | 1 | -1/+1 |
* | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-11-05 | 1 | -8/+0 |
|\ |
|
| * | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem | Tejun Heo | 2015-09-16 | 1 | -8/+0 |
* | | posix_cpu_timer: Reduce unnecessary sighand lock contention | Jason Low | 2015-10-15 | 1 | -0/+1 |
* | | posix_cpu_timer: Convert cputimer->running to bool | Jason Low | 2015-10-15 | 1 | -1/+1 |
|/ |
|
* | Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp... | Tejun Heo | 2015-09-16 | 1 | -0/+8 |
* | sched/cputime: Guarantee stime + utime == rtime | Peter Zijlstra | 2015-08-03 | 1 | -0/+10 |
* | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-06-26 | 1 | -8/+0 |
|\ |
|
| * | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem | Tejun Heo | 2015-05-26 | 1 | -8/+0 |
* | | sched, timer: Use the atomic task_cputime in thread_group_cputimer | Jason Low | 2015-05-08 | 1 | -4/+2 |
* | | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i... | Jason Low | 2015-05-08 | 1 | -3/+4 |
|/ |
|
* | kasan: enable stack instrumentation | Andrey Ryabinin | 2015-02-13 | 1 | -0/+8 |
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -0/+3 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-12-09 | 1 | -0/+10 |
|\ |
|
| * | sched/numa: Init numa balancing fields of init_task | Kirill Tkhai | 2014-11-16 | 1 | -0/+10 |
* | | rcu: Remove redundant TREE_PREEMPT_RCU config option | Pranith Kumar | 2014-10-29 | 1 | -1/+1 |
|/ |
|
* | rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch() | Paul E. McKenney | 2014-09-07 | 1 | -1/+1 |
* | rcu: Make TASKS_RCU handle nohz_full= CPUs | Paul E. McKenney | 2014-09-07 | 1 | -1/+2 |
* | rcu: Add call_rcu_tasks() | Paul E. McKenney | 2014-09-07 | 1 | -0/+9 |
* | rcu: Simplify priority boosting by putting rt_mutex in rcu_node | Paul E. McKenney | 2014-07-09 | 1 | -8/+1 |
* | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-01-23 | 1 | -1/+1 |
|\ |
|
| * | audit: convert all sessionid declaration to unsigned int | Eric Paris | 2014-01-13 | 1 | -1/+1 |
* | | introduce for_each_thread() to replace the buggy while_each_thread() | Oleg Nesterov | 2014-01-21 | 1 | -0/+2 |
* | | rtmutex: Turn the plist into an rb-tree | Peter Zijlstra | 2014-01-13 | 1 | -0/+10 |
* | | seqcount: Add lockdep functionality to seqcount/seqlock structures | John Stultz | 2013-11-06 | 1 | -4/+4 |
|/ |
|
* | sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h> | Ingo Molnar | 2013-02-19 | 1 | -0/+1 |
* | cputime: Safely read cputime of full dynticks CPUs | Frederic Weisbecker | 2013-01-27 | 1 | -0/+11 |
* | userns: Convert the audit loginuid to be a kuid | Eric W. Biederman | 2012-09-17 | 1 | -1/+1 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-07-26 | 1 | -1/+11 |
|\ |
|
| * | sched: Fix race in task_group() | Peter Zijlstra | 2012-07-24 | 1 | -1/+11 |
* | | rcu: Use new RCU_POINTER_INITIALIZER for gcc-style initializations | Paul E. McKenney | 2012-07-02 | 1 | -2/+2 |
|/ |
|
* | sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' | Peter Zijlstra | 2012-05-30 | 1 | -1/+1 |
* | cpuset: mm: reduce large amounts of memory barrier related damage v3 | Mel Gorman | 2012-03-21 | 1 | -0/+8 |
* | sched: Make initial SCHED_RR timeslace DEF_TIMESLICE | Hiroshi Shimamoto | 2012-02-22 | 1 | -1/+1 |
* | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-01-09 | 1 | -5/+4 |
|\ |
|
| * | threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem | Tejun Heo | 2011-12-12 | 1 | -5/+4 |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-12-05 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | sched: Set the command name of the idle tasks in SMP kernels | Carsten Emde | 2011-11-14 | 1 | -1/+3 |
* | | writeback: remove vm_dirties and task->dirties | Wu Fengguang | 2011-11-17 | 1 | -1/+0 |
|/ |
|
* | locking, sched: Annotate thread_group_cputimer as raw | Thomas Gleixner | 2011-09-13 | 1 | -1/+1 |
* | fixlet: Remove fs_excl from struct task. | Justin TerAvest | 2011-07-12 | 1 | -1/+0 |
* | cgroups: read-write lock CLONE_THREAD forking per threadgroup | Ben Blum | 2011-05-26 | 1 | -0/+9 |
* | Merge branch 'next' into for-linus | James Morris | 2011-05-24 | 1 | -7/+0 |
|\ |
|
| * | capabilities: delete all CAP_INIT macros | Eric Paris | 2011-04-04 | 1 | -7/+0 |
* | | sched: Get rid of lock_depth | Jonathan Corbet | 2011-04-24 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-01-06 | 1 | -1/+8 |
|\ |
|
| * | sched: Make pushable_tasks CONFIG_SMP dependant | Dario Faggioli | 2010-12-08 | 1 | -1/+8 |