| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into sched/urgent, to pick up dependencies | Ingo Molnar | 2016-03-21 | 986 | -9365/+26835 |
|\ |
|
| * | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-03-15 | 35 | -236/+1294 |
| |\ |
|
| | * | cpu/hotplug: Document states better | Thomas Gleixner | 2016-03-12 | 1 | -1/+46 |
| | * | cpu/hotplug: Fix smpboot thread ordering | Thomas Gleixner | 2016-03-10 | 1 | -2/+3 |
| | * | cpu/hotplug: Remove redundant state check | Thomas Gleixner | 2016-03-06 | 1 | -2/+0 |
| | * | cpu/hotplug: Plug death reporting race | Thomas Gleixner | 2016-03-03 | 1 | -2/+14 |
| | * | rcu: Make CPU_DYING_IDLE an explicit call | Thomas Gleixner | 2016-03-01 | 6 | -41/+42 |
| | * | cpu/hotplug: Make wait for dead cpu completion based | Thomas Gleixner | 2016-03-01 | 4 | -10/+17 |
| | * | cpu/hotplug: Let upcoming cpu bring itself fully up | Thomas Gleixner | 2016-03-01 | 3 | -32/+45 |
| | * | arch/hotplug: Call into idle with a proper state | Thomas Gleixner | 2016-03-01 | 22 | -21/+22 |
| | * | cpu/hotplug: Move online calls to hotplugged cpu | Thomas Gleixner | 2016-03-01 | 2 | -52/+102 |
| | * | cpu/hotplug: Create hotplug threads | Thomas Gleixner | 2016-03-01 | 3 | -1/+147 |
| | * | cpu/hotplug: Split out the state walk into functions | Thomas Gleixner | 2016-03-01 | 1 | -43/+68 |
| | * | cpu/hotplug: Unpark smpboot threads from the state machine | Thomas Gleixner | 2016-03-01 | 6 | -45/+13 |
| | * | cpu/hotplug: Move scheduler cpu_online notifier to hotplug core | Thomas Gleixner | 2016-03-01 | 3 | -10/+19 |
| | * | cpu/hotplug: Implement setup/removal interface | Thomas Gleixner | 2016-03-01 | 2 | -0/+291 |
| | * | cpu/hotplug: Make target state writeable | Thomas Gleixner | 2016-03-01 | 2 | -8/+78 |
| | * | cpu/hotplug: Add sysfs state interface | Thomas Gleixner | 2016-03-01 | 1 | -0/+100 |
| | * | cpu/hotplug: Hand in target state to _cpu_up/down | Thomas Gleixner | 2016-03-01 | 1 | -11/+20 |
| | * | cpu/hotplug: Convert the hotplugged cpu work to a state machine | Thomas Gleixner | 2016-03-01 | 2 | -15/+70 |
| | * | cpu/hotplug: Convert to a state machine for the control processor | Thomas Gleixner | 2016-03-01 | 4 | -45/+194 |
| | * | cpu/hotplug: Add tracepoints | Thomas Gleixner | 2016-03-01 | 1 | -0/+66 |
| | * | cpu/hotplug: Split out cpu down functions | Thomas Gleixner | 2016-03-01 | 1 | -30/+53 |
| | * | cpu/hotplug: Restructure cpu_up code | Thomas Gleixner | 2016-03-01 | 1 | -22/+47 |
| | * | cpu/hotplug: Restructure FROZEN state handling | Thomas Gleixner | 2016-03-01 | 2 | -40/+31 |
| * | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-15 | 58 | -608/+2956 |
| |\ \ |
|
| | * \ | Merge tag 'irqchip-core-4.6-3' of git://git.infradead.org/users/jcooper/linux... | Thomas Gleixner | 2016-03-14 | 1 | -2/+5 |
| | |\ \ |
|
| | | * \ | Merge branch 'irqchip/mvebu' into irqchip/core | Jason Cooper | 2016-03-13 | 1 | -2/+5 |
| | | |\ \ |
|
| | | | * | | dt-bindings: interrupt-controller: Add SoC-specific compatible string to Marv... | Thomas Petazzoni | 2016-02-27 | 1 | -2/+5 |
| | * | | | | irqchip/irq-alpine-msi: Release the correct domain on error | Dan Carpenter | 2016-03-11 | 1 | -1/+1 |
| | * | | | | irqchip/mxs: Fix error check of of_io_request_and_map() | Vladimir Zapolskiy | 2016-03-10 | 1 | -1/+1 |
| | * | | | | irqchip/sunxi-nmi: Fix error check of of_io_request_and_map() | Vladimir Zapolskiy | 2016-03-10 | 1 | -2/+2 |
| | * | | | | genirq: Export IRQ functions for module use | Quan Nguyen | 2016-03-10 | 2 | -0/+9 |
| | * | | | | Merge tag 'gic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-... | Thomas Gleixner | 2016-03-09 | 8 | -61/+669 |
| | |\ \ \ \ |
|
| | | * | | | | irqchip/gic/realview: Support more RealView DCC variants | Linus Walleij | 2016-03-09 | 2 | -6/+39 |
| | | * | | | | Documentation/bindings: Document the Alpine MSIX driver | Antoine Tenart | 2016-03-09 | 1 | -0/+26 |
| | | * | | | | irqchip: Add the Alpine MSIX interrupt controller | Antoine Tenart | 2016-03-09 | 3 | -0/+300 |
| | | * | | | | irqchip/gic-v3: Always return IRQ_SET_MASK_OK_DONE in gic_set_affinity | Antoine Tenart | 2016-03-09 | 1 | -1/+1 |
| | | * | | | | irqchip/gic-v3-its: Mark its_init() and its children as __init | Tomasz Nowicki | 2016-03-09 | 1 | -3/+4 |
| | | * | | | | irqchip/gic-v3: Remove gic_root_node variable from the ITS code | Hanjun Guo | 2016-03-09 | 1 | -3/+0 |
| | | * | | | | irqchip/gic-v3: ACPI: Add redistributor support via GICC structures | Tomasz Nowicki | 2016-03-09 | 1 | -13/+101 |
| | | * | | | | irqchip/gic-v3: Add ACPI support for GICv3/4 initialization | Tomasz Nowicki | 2016-03-09 | 1 | -0/+137 |
| | | * | | | | irqchip/gic-v3: Refactor gic_of_init() for GICv3 driver | Tomasz Nowicki | 2016-03-09 | 1 | -52/+78 |
| | |/ / / / |
|
| | * | | | | x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytes | Denys Vlasenko | 2016-03-08 | 1 | -1/+1 |
| | * | | | | x86/apic: Deinline __default_send_IPI_*, save ~200 bytes | Denys Vlasenko | 2016-03-08 | 2 | -56/+62 |
| | * | | | | Merge branch 'linus' into irq/core, to pick up fixes | Ingo Molnar | 2016-03-08 | 1017 | -7924/+12712 |
| | |\ \ \ \ |
|
| | * | | | | | irqchip/mips-gic: Add new DT property to reserve IPIs | Qais Yousef | 2016-02-25 | 2 | -2/+17 |
| | * | | | | | MIPS: Delete smp-gic.c | Qais Yousef | 2016-02-25 | 2 | -7/+0 |
| | * | | | | | MIPS: Make smp CMP, CPS and MT use the new generic IPI functions | Qais Yousef | 2016-02-25 | 7 | -91/+14 |
| | * | | | | | MIPS: Add generic SMP IPI support | Qais Yousef | 2016-02-25 | 1 | -0/+136 |