summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
| * | sched/numa: Export info needed for NUMA balancing on complex topologiesRik van Riel2014-10-282-1/+8
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-091-1/+1
|\ \ \
| * \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-201-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney2014-11-031-1/+1
* | | | context_tracking: Restore previous state in schedule_userAndy Lutomirski2014-12-031-2/+6
* | | | sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2014-11-232-0/+10
| |_|/ |/| |
* | | sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka2014-11-165-27/+24
* | | sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra2014-11-161-13/+0
* | | sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra2014-11-161-0/+7
* | | sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin2014-11-101-0/+4
* | | sched: Remove lockdep check in sched_move_task()Kirill Tkhai2014-11-041-2/+6
|/ /
* | sched/dl: Fix preemption checksKirill Tkhai2014-10-281-3/+7
* | sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov2014-10-281-0/+41
* | sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai2014-10-281-2/+3
* | sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu2014-10-281-1/+1
* | sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai2014-10-281-2/+12
* | sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli2014-10-281-5/+13
* | sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli2014-10-281-1/+12
* | sched: Fix race between task_group and sched_task_groupKirill Tkhai2014-10-281-0/+6
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-155-6/+6
|\
| * percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter2014-08-283-3/+3
| * scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter2014-08-261-2/+2
| * time: Replace __get_cpu_var usesChristoph Lameter2014-08-261-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-1311-393/+609
|\ \
| * | sched/dl: Use dl_bw_of() under rcu_read_lock_sched()Kirill Tkhai2014-10-031-9/+16
| * | sched/fair: Delete resched_cpu() from idle_balance()Kirill Tkhai2014-10-031-6/+0
| * | sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel2014-10-031-10/+19
| * | sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot2014-10-031-6/+7
| * | sched/rt: Use resched_curr() in task_tick_rt()Kirill Tkhai2014-09-241-1/+1
| * | sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai2014-09-241-4/+5
| * | sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'Kirill Tkhai2014-09-241-4/+4
| * | sched: Use dl_bw_of() under RCU read lockKirill Tkhai2014-09-241-0/+10
| * | sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai2014-09-241-14/+2
| * | sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra2014-09-242-36/+0
| * | sched: print_rq(): Don't use tasklist_lockOleg Nesterov2014-09-241-5/+2
| * | sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...Oleg Nesterov2014-09-241-10/+6
| * | sched: Fix the task-group check in tg_has_rt_tasks()Oleg Nesterov2014-09-241-1/+1
| * | sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre2014-09-241-7/+34
| * | sched: Let the scheduler see CPU idle statesDaniel Lezcano2014-09-242-0/+36
| * | sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli2014-09-242-3/+8
| * | sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli2014-09-243-4/+20
| * | sched/numa: Kill the wrong/dead TASK_DEAD check in task_numa_fault()Oleg Nesterov2014-09-241-4/+0
| * | sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang2014-09-213-6/+6
| * | sched: Test the CPU's capacity in wake_affine()Vincent Guittot2014-09-191-9/+10
| * | sched: Allow all architectures to set 'capacity_orig'Vincent Guittot2014-09-191-16/+11
| * | sched: Fix avg_load computationVincent Guittot2014-09-191-2/+2
| * | sched: Remove a wake_affine() conditionVincent Guittot2014-09-191-24/+6
| * | sched: Fix imbalance flag resetVincent Guittot2014-09-191-4/+19
| * | sched: Add default-disabled option to BUG() when stack end location is overwr...Aaron Tomlin2014-09-191-0/+3
| * | sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not runningKirill Tkhai2014-09-191-15/+32
OpenPOWER on IntegriCloud