summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard2015-09-291-0/+2
| * | | | | | | | | | genirq: Fix the documentation of request_percpu_irqMaxime Ripard2015-09-291-3/+4
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-0315-393/+452
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETSOleg Nesterov2015-10-201-5/+7
| * | | | | | | | | | sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra2015-10-202-9/+4
| * | | | | | | | | | sched: Start stopper earlyPeter Zijlstra2015-10-202-4/+9
| * | | | | | | | | | stop_machine: Kill cpu_stop_threads->setup() and cpu_stop_unpark()Oleg Nesterov2015-10-201-11/+1
| * | | | | | | | | | stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Oleg Nesterov2015-10-203-4/+12
| * | | | | | | | | | stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabledOleg Nesterov2015-10-201-9/+20
| * | | | | | | | | | stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works()Oleg Nesterov2015-10-201-11/+26
| * | | | | | | | | | stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Oleg Nesterov2015-10-202-11/+14
| * | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar2015-10-205-11/+13
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan2015-10-063-3/+3
| * | | | | | | | | | | sched/core: Drop unlikely behind BUG_ON()Geliang Tang2015-10-061-1/+1
| * | | | | | | | | | | sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra2015-10-062-25/+33
| * | | | | | | | | | | sched/numa: Fix task_tick_fair() from disabling numa_balancingSrikar Dronamraju2015-10-061-1/+1
| * | | | | | | | | | | sched/core: Add preempt_count invariant checkPeter Zijlstra2015-10-061-0/+4
| * | | | | | | | | | | sched/core: More notrace annotationsPeter Zijlstra2015-10-061-3/+3
| * | | | | | | | | | | sched/core: Simplify preempt_count testsPeter Zijlstra2015-10-061-1/+1
| * | | | | | | | | | | sched/core: Robustify preemption leak checksPeter Zijlstra2015-10-062-2/+6
| * | | | | | | | | | | sched/core: Stop setting PREEMPT_ACTIVEPeter Zijlstra2015-10-061-13/+6
| * | | | | | | | | | | sched/core: Fix trace_sched_switch()Peter Zijlstra2015-10-064-4/+5
| * | | | | | | | | | | sched/core: Add preempt argument to __schedule()Peter Zijlstra2015-10-061-6/+6
| * | | | | | | | | | | sched/core: Create preempt_count invariantPeter Zijlstra2015-10-061-2/+21
| * | | | | | | | | | | sched/core: Rework TASK_DEAD preemption exceptionPeter Zijlstra2015-10-061-6/+13
| * | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-10-0617-126/+265
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross2015-09-231-1/+2
| * | | | | | | | | | | | sched/rt: Make (do_)balance_runtime() return voidJuri Lelli2015-09-231-16/+6
| * | | | | | | | | | | | sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()Juri Lelli2015-09-231-1/+2
| * | | | | | | | | | | | sched/deadline: Unify dl_time_before() usageJuri Lelli2015-09-233-10/+1
| * | | | | | | | | | | | sched/fair: Remove unnecessary parameter for group_classify()Leo Yan2015-09-181-5/+5
| * | | | | | | | | | | | sched/fair: Polish comments for LOAD_AVG_MAXLeo Yan2015-09-181-2/+3
| * | | | | | | | | | | | sched/numa: Limit the amount of virtual memory scanned in task_numa_work()Rik van Riel2015-09-181-6/+12
| * | | | | | | | | | | | sched/core: Make policy-testing consistentHenrik Austad2015-09-182-6/+12
| * | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixes before applying new ch...Ingo Molnar2015-09-185-74/+27
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sched/fair: Optimize per entity utilization trackingPeter Zijlstra2015-09-131-7/+10
| * | | | | | | | | | | | | sched/fair: Defer calling scaling functionsDietmar Eggemann2015-09-131-2/+4
| * | | | | | | | | | | | | sched/fair: Optimize __update_load_avg()Peter Zijlstra2015-09-131-1/+1
| * | | | | | | | | | | | | sched/fair: Rename scale() to cap_scale()Peter Zijlstra2015-09-131-7/+7
| * | | | | | | | | | | | | sched/fair: Initialize task load and utilization before placing task on rqMorten Rasmussen2015-09-131-2/+2
| * | | | | | | | | | | | | sched/fair: Get rid of scaling utilization by capacity_origDietmar Eggemann2015-09-131-16/+22
| * | | | | | | | | | | | | sched/fair: Name utilization related data and functions consistentlyDietmar Eggemann2015-09-131-18/+19
| * | | | | | | | | | | | | sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann2015-09-132-4/+5
| * | | | | | | | | | | | | sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen2015-09-133-26/+12
| * | | | | | | | | | | | | sched/fair: Make load tracking frequency scale-invariantDietmar Eggemann2015-09-131-10/+17
| * | | | | | | | | | | | | sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju2015-09-133-11/+11
| * | | | | | | | | | | | | sched/numa: Remove the NUMA sched_featureSrikar Dronamraju2015-09-132-22/+0
| * | | | | | | | | | | | | sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju2015-09-133-17/+7
| * | | | | | | | | | | | | sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju2015-09-133-8/+8
| * | | | | | | | | | | | | sched/fair: Fix nohz.next_balance updateVincent Guittot2015-09-131-4/+30
OpenPOWER on IntegriCloud