summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-26clone: support passing tls argument via C rather than pt_regs magicJosh Triplett1-0/+15
2015-06-23Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2015-06-23Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+1
2015-06-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-27/+91
2015-06-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2015-06-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner1-5/+1
2015-05-19sched/wait: Introduce TASK_NOLOAD and TASK_IDLEPeter Zijlstra1-3/+7
2015-05-19sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand1-0/+1
2015-05-19sched/preempt: Merge preempt_mask.h into preempt.hFrederic Weisbecker1-1/+1
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra1-4/+4
2015-05-15get rid of assorted nameidata-related debrisAl Viro1-0/+1
2015-05-14sched: Remove redundant #ifdefNikolay Borisov1-2/+0
2015-05-11VFS: replace {, total_}link_count in task_struct with pointer to nameidataNeilBrown1-1/+1
2015-05-10sched, timer: Fix documentation for 'struct thread_group_cputimer'Jason Low1-2/+1
2015-05-08perf: Fix software migrate eventsPeter Zijlstra1-3/+4
2015-05-08sched: Implement lockless wake-queuesPeter Zijlstra1-0/+46
2015-05-08sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low1-3/+1
2015-05-08sched, timer: Provide an atomic 'struct task_cputime' data structureJason Low1-0/+17
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low1-7/+3
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low1-2/+2
2015-05-08signals, ptrace, sched: Fix a misaligned load inside ptrace_attach()Palmer Dabbelt1-1/+1
2015-05-08signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt1-9/+9
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra1-0/+5
2015-05-07context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker1-0/+3
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini1-8/+0
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0
2015-04-14Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-0/+2
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+17
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2015-04-12Remove rest of exec domains.Richard Weinberger1-6/+0
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot1-4/+17
2015-03-26mm: numa: slow PTE scan rate if migration failures occurMel Gorman1-4/+5
2015-03-24x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti1-0/+8
2015-03-19sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel1-0/+2
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+7
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown1-3/+7
2015-02-14kasan: add kernel address sanitizer infrastructureAndrey Ryabinin1-0/+3
2015-02-13kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur1-0/+1
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski1-0/+2
2014-12-13syscalls: implement execveat() system callDavid Drysdale1-0/+4
2014-12-13memcg: turn memcg_kmem_skip_account into a bit fieldVladimir Davydov1-2/+5
2014-12-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-23/+64
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda1-18/+13
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar1-2/+2
2014-10-28sched: Exclude cond_resched() from nested sleep testPeter Zijlstra1-3/+3
2014-10-28sched: Debug nested sleepsPeter Zijlstra1-2/+44
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli1-0/+2
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli1-0/+2
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+6