summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-3120-97/+194
|\
| * cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus()Thomas Gleixner2020-03-282-5/+11
| * cpu/hotplug: Hide cpu_up/down()Qais Yousef2020-03-253-18/+32
| * cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef2020-03-253-8/+14
| * torture: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-4/+5
| * firmware: psci: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-2/+2
| * xen/cpuhotplug: Replace cpu_up/down() with device_online/offline()Qais Yousef2020-03-251-1/+1
| * parisc: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-1/+1
| * sparc: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-2/+2
| * powerpc: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-1/+1
| * x86/smp: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-253-19/+9
| * arm64: hibernate: Use bringup_hibernate_cpu()Qais Yousef2020-03-251-8/+5
| * cpu/hotplug: Provide bringup_hibernate_cpu()Qais Yousef2020-03-252-0/+24
| * arm64: Use reboot_cpu instead of hardconding it to 0Qais Yousef2020-03-251-1/+1
| * arm64: Don't use disable_nonboot_cpus()Qais Yousef2020-03-251-2/+2
| * ARM: Use reboot_cpu instead of hardcoding it to 0Qais Yousef2020-03-251-1/+1
| * ARM: Don't use disable_nonboot_cpus()Qais Yousef2020-03-251-2/+2
| * ia64: Replace cpu_down() with smp_shutdown_nonboot_cpus()Qais Yousef2020-03-251-7/+1
| * cpu/hotplug: Create a new function to shutdown nonboot cpusQais Yousef2020-03-252-0/+44
| * cpu/hotplug: Add new {add,remove}_cpu() functionsQais Yousef2020-03-252-0/+26
| * sched/core: Remove rq.hrtick_csd_pendingPeter Xu2020-03-062-8/+2
| * MIPS: smp: Remove tick_broadcast_countPeter Xu2020-03-061-8/+1
| * smp: Allow smp_call_function_single_async() to insert locked csdPeter Xu2020-03-061-3/+11
* | Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-3164-420/+1185
|\ \
| * \ Merge tag 'irqchip-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2020-03-2931-236/+964
| |\ \
| | * \ Merge branch 'irq/gic-v4.1' into irq/irqchip-nextMarc Zyngier2020-03-249-55/+600
| | |\ \
| | | * | irqchip/gic-v4.1: Eagerly vmap vPEsMarc Zyngier2020-03-241-10/+42
| | | * | irqchip/gic-v4.1: Add VSGI property setupMarc Zyngier2020-03-242-0/+14
| | | * | irqchip/gic-v4.1: Add VSGI allocation/teardownMarc Zyngier2020-03-242-1/+69
| | | * | irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layerMarc Zyngier2020-03-245-26/+61
| | | * | irqchip/gic-v4.1: Plumb set_vcpu_affinity SGI callbacksMarc Zyngier2020-03-242-0/+23
| | | * | irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacksMarc Zyngier2020-03-242-0/+91
| | | * | irqchip/gic-v4.1: Plumb mask/unmask SGI callbacksMarc Zyngier2020-03-241-0/+18
| | | * | irqchip/gic-v4.1: Add initial SGI configurationMarc Zyngier2020-03-242-2/+93
| | | * | irqchip/gic-v4.1: Plumb skeletal VSGI irqchipMarc Zyngier2020-03-243-4/+88
| | | * | irqchip/gic-v4.1: Map the ITS SGIR register pageMarc Zyngier2020-03-201-2/+13
| | | * | irqchip/gic-v4.1: Advertise support v4.1 to KVMMarc Zyngier2020-03-203-1/+12
| | | * | irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RDMarc Zyngier2020-03-203-0/+8
| | | * | irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operationZenghui Yu2020-03-201-0/+2
| | | * | irqchip/gic-v4.1: Ensure mutual exclusion between vPE affinity change and RD ...Marc Zyngier2020-03-192-8/+53
| | | * | irqchip/gic-v4.1: Skip absent CPUs while iterating over redistributorsMarc Zyngier2020-03-191-0/+4
| | | * | irqchip/gic-v3: Use SGIs without active state if offeredMarc Zyngier2020-03-192-2/+10
| | * | | irqchip/stm32: Retrigger both in eoi and unmask callbacksMarek Vasut2020-03-241-4/+14
| | * | | irqchip/gic-v3: Move irq_domain_update_bus_token to after checking for NULL d...luanshi2020-03-221-1/+2
| | * | | irqchip/xilinx: Do not call irq_set_default_host()Mubin Sayyed2020-03-221-1/+0
| | * | | irqchip/xilinx: Enable generic irq multi handlerMichal Simek2020-03-224-37/+23
| | * | | irqchip/xilinx: Fill error code when irq domain registration failsMichal Simek2020-03-221-0/+1
| | * | | irqchip/xilinx: Add support for multiple instancesMubin Sayyed2020-03-221-48/+67
| | * | | irqchip/ingenic: Add support for TCU of X1000.周琰杰 (Zhou Yanjie)2020-03-221-0/+1
| | * | | irqchip/qcom-irq-combiner: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-221-1/+1