summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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/+0Star
| * | | sched, timer: Fix documentation for 'struct thread_group_cputimer'Jason Low2015-05-101-2/+1Star
| * | | 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/+1Star
| * | | 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/+3Star
| * | | 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-231-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-111-1/+1
|/ /
* / x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-271-8/+0Star
|/
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-6/+0Star
|\
| * Remove rest of exec domains.Richard Weinberger2015-04-121-6/+0Star
* | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-04-141-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
|\ \ \
| * | | sched: Add sched_avg::utilization_avg_contribVincent Guittot2015-03-271-4/+17
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-131-0/+8
|\ \ \ | |_|/ |/| |
| * | x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti2015-03-241-0/+8
| |/
* / mm: numa: slow PTE scan rate if migration failures occurMel Gorman2015-03-261-4/+5
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-211-3/+7
|\
| * sched: Prevent recursion in io_schedule()NeilBrown2015-02-181-3/+7
* | kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2015-02-141-0/+3
* | kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur2015-02-131-0/+1
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-0/+2
|/
* syscalls: implement execveat() system callDavid Drysdale2014-12-131-0/+4
* memcg: turn memcg_kmem_skip_account into a bit fieldVladimir Davydov2014-12-131-2/+5
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-101-23/+64
|\
| * sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda2014-11-041-18/+13Star
| * sched: Exclude cond_resched() from nested sleep testPeter Zijlstra2014-10-281-3/+3
| * sched: Debug nested sleepsPeter Zijlstra2014-10-281-2/+44
| * sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli2014-10-281-0/+2
| * sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli2014-10-281-0/+2
* | rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-291-2/+2
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-0/+6
|\
| * sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-191-0/+2
| * init/main.c: Give init_task a canaryAaron Tomlin2014-09-191-0/+2
| * sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu2014-09-191-0/+1
| * time, signal: Protect resource use statistics with seqlockRik van Riel2014-09-081-0/+1
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-131-17/+22
|\ \
| * | rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney2014-09-081-7/+9