summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2015-09-161-0/+12
* mm: defer flush of writable TLB entriesMel Gorman2015-09-041-0/+7
* mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman2015-09-041-0/+16
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-311-55/+43
|\
| * sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra2015-08-121-7/+0
| * sched/fair: Rewrite runnable load and utilization average trackingYuyang Du2015-08-031-23/+18
| * sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-08-031-6/+0
| * sched/fair: Beef up wake_wide()Mike Galbraith2015-08-031-2/+2
| * sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2015-08-031-17/+23
* | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-181-1/+5
* | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-181-2/+10
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-041-5/+3
|\
| * sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju2015-07-041-2/+0
| * sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao2015-07-041-3/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-271-1/+0
|\ \
| * | signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Oleg Nesterov2015-06-041-1/+0
* | | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-261-48/+17
|\ \ \
| * | | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-261-12/+0
| * | | sched, cgroup: reorganize threadgroup lockingTejun Heo2015-05-261-36/+17
| |/ /
* | | clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-251-0/+15
| |/ |/|
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-0/+3
|\ \
| * | context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker2015-05-071-0/+3
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-5/+1
|\ \ \
| * | | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-5/+1
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-221-27/+91
|\ \ \
| * | | sched/wait: Introduce TASK_NOLOAD and TASK_IDLEPeter Zijlstra2015-05-191-3/+7
| * | | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand2015-05-191-0/+1
| * | | sched/preempt: Merge preempt_mask.h into preempt.hFrederic Weisbecker2015-05-191-1/+1
| * | | sched: Remove redundant #ifdefNikolay Borisov2015-05-141-2/+0
| * | | sched, timer: Fix documentation for 'struct thread_group_cputimer'Jason Low2015-05-101-2/+1
| * | | sched: Implement lockless wake-queuesPeter Zijlstra2015-05-081-0/+46
| * | | sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2015-05-081-3/+1
| * | | sched, timer: Provide an atomic 'struct task_cputime' data structureJason Low2015-05-081-0/+17
| * | | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-081-7/+3
| * | | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-081-2/+2
| * | | signals, ptrace, sched: Fix a misaligned load inside ptrace_attach()Palmer Dabbelt2015-05-081-1/+1
| * | | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt2015-05-081-9/+9
| * | | sched: Move the loadavg code to a more obvious locationPeter Zijlstra2015-05-081-0/+5
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-06-221-3/+4
|\ \ \
| * | | perf: Fix software migrate eventsPeter Zijlstra2015-05-081-3/+4
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-221-4/+4
|\ \ \
| * | | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-191-4/+4
| |/ /
* | | get rid of assorted nameidata-related debrisAl Viro2015-05-151-0/+1
* | | VFS: replace {, total_}link_count in task_struct with pointer to nameidataNeilBrown2015-05-101-1/+1
|/ /
* | x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-271-8/+0
|/
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-6/+0
|\
| * Remove rest of exec domains.Richard Weinberger2015-04-121-6/+0
* | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-04-131-0/+2
|\ \
| * | sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel2015-03-191-0/+2
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-131-4/+17
|\ \ \
OpenPOWER on IntegriCloud