summaryrefslogtreecommitdiff
path: root/include/linux/sched.h (follow)
Commit message (Expand)AuthorAge
* x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-18
* x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-18
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-04
|\
| * sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju2015-07-04
| * sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao2015-07-04
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-27
|\ \
| * | signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Oleg Nesterov2015-06-04
* | | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-26
|\ \ \
| * | | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-26
| * | | sched, cgroup: reorganize threadgroup lockingTejun Heo2015-05-26
| |/ /
* | / clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-25
| |/ |/|
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-22
|\ \
| * | context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker2015-05-07
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-22
|\ \ \
| * | | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-19
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-22
|\ \ \
| * | | sched/wait: Introduce TASK_NOLOAD and TASK_IDLEPeter Zijlstra2015-05-19
| * | | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand2015-05-19
| * | | sched/preempt: Merge preempt_mask.h into preempt.hFrederic Weisbecker2015-05-19
| * | | sched: Remove redundant #ifdefNikolay Borisov2015-05-14
| * | | sched, timer: Fix documentation for 'struct thread_group_cputimer'Jason Low2015-05-10
| * | | sched: Implement lockless wake-queuesPeter Zijlstra2015-05-08
| * | | sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2015-05-08
| * | | sched, timer: Provide an atomic 'struct task_cputime' data structureJason Low2015-05-08
| * | | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-08
| * | | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-08
| * | | signals, ptrace, sched: Fix a misaligned load inside ptrace_attach()Palmer Dabbelt2015-05-08
| * | | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt2015-05-08
| * | | sched: Move the loadavg code to a more obvious locationPeter Zijlstra2015-05-08
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-06-22
|\ \ \
| * | | perf: Fix software migrate eventsPeter Zijlstra2015-05-08
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-22
|\ \ \
| * | | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-19
| |/ /
* | | get rid of assorted nameidata-related debrisAl Viro2015-05-15
* | | VFS: replace {, total_}link_count in task_struct with pointer to nameidataNeilBrown2015-05-10
|/ /
* / x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-27
|/
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-15
|\
| * Remove rest of exec domains.Richard Weinberger2015-04-12
* | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-04-13
|\ \
| * | sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel2015-03-19
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-13
|\ \ \
| * | | sched: Add sched_avg::utilization_avg_contribVincent Guittot2015-03-27
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-13
|\ \ \ | |_|/ |/| |
| * | x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti2015-03-23
| |/
* / mm: numa: slow PTE scan rate if migration failures occurMel Gorman2015-03-25
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-21
|\
| * sched: Prevent recursion in io_schedule()NeilBrown2015-02-18
* | kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2015-02-13
* | kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur2015-02-12
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-12
|/