summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-049-232/+360
|\
| * x86/io_apic: Make eoi_ioapic_pin() staticAndy Shevchenko2015-10-111-1/+1
| * x86/irq: Drop unlikely before IS_ERR_OR_NULLGeliang Tang2015-10-011-1/+1
| * Merge branch 'x86/for-kvm' into x86/apicThomas Gleixner2015-09-30437-2636/+5038
| |\
| | * x86/x2apic: Make stub functions available even if !CONFIG_X86_LOCAL_APICPaolo Bonzini2015-09-301-55/+55
| * | x86/apic: Deinline various functionsDenys Vlasenko2015-09-301-4/+4
| * | x86/numachip: Fix timer build conflictDaniel J Blueman2015-09-231-3/+3
| * | x86/numachip: Introduce Numachip2 timer mechanismsDaniel J Blueman2015-09-223-0/+105
| * | x86/numachip: Add Numachip IPI optimisationsDaniel J Blueman2015-09-222-5/+33
| * | x86/numachip: Add Numachip2 APIC supportDaniel J Blueman2015-09-223-0/+129
| * | x86/numachip: Cleanup Numachip supportDaniel J Blueman2015-09-222-178/+44
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-0426-469/+492
|\ \ \
| * | | 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-205-8/+13
| * | | 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-203-11/+15
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar2015-10-20147-395/+716
| |\ \ \
| * | | | sched/x86: Fix typo in __switch_to() commentsChuck Ebbert2015-10-191-1/+1
| * | | | 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: Kill PREEMPT_ACTIVEPeter Zijlstra2015-10-061-5/+0
| * | | | sched/core, sched/x86: Kill thread_info::saved_preempt_countPeter Zijlstra2015-10-064-22/+1
| * | | | sched/core: Simplify preempt_count testsPeter Zijlstra2015-10-062-3/+2
| * | | | sched/core: Robustify preemption leak checksPeter Zijlstra2015-10-062-2/+6
| * | | | sched/core: Stop setting PREEMPT_ACTIVEPeter Zijlstra2015-10-062-25/+6
| * | | | sched/core: Fix trace_sched_switch()Peter Zijlstra2015-10-065-17/+14
| * | | | sched/core: Add preempt argument to __schedule()Peter Zijlstra2015-10-061-6/+6
| * | | | sched/core: Create preempt_count invariantPeter Zijlstra2015-10-064-9/+35
| * | | | sched/core: Rework TASK_DEAD preemption exceptionPeter Zijlstra2015-10-061-6/+13
| * | | | sched/core: Simplify INIT_PREEMPT_COUNTPeter Zijlstra2015-10-061-6/+5
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-10-061019-5198/+8736
| |\ \ \ \
| * | | | | sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross2015-09-232-3/+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-234-10/+6
| * | | | | 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-18138-441/+639
| |\ \ \ \ \
| * | | | | | sched/fair: Optimize per entity utilization trackingPeter Zijlstra2015-09-131-7/+10
| * | | | | | sched/fair: Defer calling scaling functionsDietmar Eggemann2015-09-131-2/+4