summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/cpuacct: Simplify the cpuacct codeZhao Lei2016-03-212-25/+7
* sched/cpuacct: Rename parameter in cpuusage_write() for readabilityDongsheng Yang2016-03-211-2/+5
* sched/fair: Add comments to explain select_idle_sibling()Matt Fleming2016-03-211-1/+18
* sched/fair: Fix fairness issue on migrationPeter Zijlstra2016-03-211-6/+14
* sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra2016-03-211-21/+14
* Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar2016-03-21986-9365/+26835
|\
| * Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-1535-236/+1294
| |\
| | * cpu/hotplug: Document states betterThomas Gleixner2016-03-121-1/+46
| | * cpu/hotplug: Fix smpboot thread orderingThomas Gleixner2016-03-101-2/+3
| | * cpu/hotplug: Remove redundant state checkThomas Gleixner2016-03-061-2/+0
| | * cpu/hotplug: Plug death reporting raceThomas Gleixner2016-03-031-2/+14
| | * rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner2016-03-016-41/+42
| | * cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner2016-03-014-10/+17
| | * cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner2016-03-013-32/+45
| | * arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-0122-21/+22
| | * cpu/hotplug: Move online calls to hotplugged cpuThomas Gleixner2016-03-012-52/+102
| | * cpu/hotplug: Create hotplug threadsThomas Gleixner2016-03-013-1/+147
| | * cpu/hotplug: Split out the state walk into functionsThomas Gleixner2016-03-011-43/+68
| | * cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner2016-03-016-45/+13
| | * cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner2016-03-013-10/+19
| | * cpu/hotplug: Implement setup/removal interfaceThomas Gleixner2016-03-012-0/+291
| | * cpu/hotplug: Make target state writeableThomas Gleixner2016-03-012-8/+78
| | * cpu/hotplug: Add sysfs state interfaceThomas Gleixner2016-03-011-0/+100
| | * cpu/hotplug: Hand in target state to _cpu_up/downThomas Gleixner2016-03-011-11/+20
| | * cpu/hotplug: Convert the hotplugged cpu work to a state machineThomas Gleixner2016-03-012-15/+70
| | * cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner2016-03-014-45/+194
| | * cpu/hotplug: Add tracepointsThomas Gleixner2016-03-011-0/+66
| | * cpu/hotplug: Split out cpu down functionsThomas Gleixner2016-03-011-30/+53
| | * cpu/hotplug: Restructure cpu_up codeThomas Gleixner2016-03-011-22/+47
| | * cpu/hotplug: Restructure FROZEN state handlingThomas Gleixner2016-03-012-40/+31
| * | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-1558-608/+2956
| |\ \
| | * \ Merge tag 'irqchip-core-4.6-3' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2016-03-141-2/+5
| | |\ \
| | | * \ Merge branch 'irqchip/mvebu' into irqchip/coreJason Cooper2016-03-131-2/+5
| | | |\ \
| | | | * | dt-bindings: interrupt-controller: Add SoC-specific compatible string to Marv...Thomas Petazzoni2016-02-271-2/+5
| | * | | | irqchip/irq-alpine-msi: Release the correct domain on errorDan Carpenter2016-03-111-1/+1
| | * | | | irqchip/mxs: Fix error check of of_io_request_and_map()Vladimir Zapolskiy2016-03-101-1/+1
| | * | | | irqchip/sunxi-nmi: Fix error check of of_io_request_and_map()Vladimir Zapolskiy2016-03-101-2/+2
| | * | | | genirq: Export IRQ functions for module useQuan Nguyen2016-03-102-0/+9
| | * | | | Merge tag 'gic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-...Thomas Gleixner2016-03-098-61/+669
| | |\ \ \ \
| | | * | | | irqchip/gic/realview: Support more RealView DCC variantsLinus Walleij2016-03-092-6/+39
| | | * | | | Documentation/bindings: Document the Alpine MSIX driverAntoine Tenart2016-03-091-0/+26
| | | * | | | irqchip: Add the Alpine MSIX interrupt controllerAntoine Tenart2016-03-093-0/+300
| | | * | | | irqchip/gic-v3: Always return IRQ_SET_MASK_OK_DONE in gic_set_affinityAntoine Tenart2016-03-091-1/+1
| | | * | | | irqchip/gic-v3-its: Mark its_init() and its children as __initTomasz Nowicki2016-03-091-3/+4
| | | * | | | irqchip/gic-v3: Remove gic_root_node variable from the ITS codeHanjun Guo2016-03-091-3/+0
| | | * | | | irqchip/gic-v3: ACPI: Add redistributor support via GICC structuresTomasz Nowicki2016-03-091-13/+101
| | | * | | | irqchip/gic-v3: Add ACPI support for GICv3/4 initializationTomasz Nowicki2016-03-091-0/+137
| | | * | | | irqchip/gic-v3: Refactor gic_of_init() for GICv3 driverTomasz Nowicki2016-03-091-52/+78
| | |/ / / /
| | * | | | x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytesDenys Vlasenko2016-03-081-1/+1
| | * | | | x86/apic: Deinline __default_send_IPI_*, save ~200 bytesDenys Vlasenko2016-03-082-56/+62
OpenPOWER on IntegriCloud