This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 531e93d11470 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net new b1fc58333575 stop_machine: Avoid potential race behaviour new 589f1222e043 Merge branch 'core-urgent-for-linus' of git://git.kernel.o [...] new ff229eee3d89 hrtimer: Annotate lockless access to timer->base new 188768f3c072 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] new 9c426b770bd0 irqchip/al-fic: Add support for irq retrigger new 212fbf2c9e84 irqchip/atmel-aic5: Add support for sam9x60 irqchip new c107d613f920 irqchip/gic-v3: Fix GIC_LINE_NR accessor new bb0fed1c60cc irqchip/sifive-plic: Switch to fasteoi flow new c9b59181c2b0 Merge tag 'irqchip-fixes-5.4-1' of git://git.kernel.org/pu [...] new 81c4bc31c4cd Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...] new 2aa85f246c18 x86/boot/64: Make level2_kernel_pgt pages invalid outside [...] new 1869dbe87cb9 x86/boot/64: Round memory hole size up to next PMD page new e211288b72f1 x86/hyperv: Make vapic support x2apic mode new 7a22e03b0c02 x86/apic/x2apic: Fix a NULL pointer deref when handling a [...] new f7c0f50f1857 x86/hyperv: Set pv_info.name to "Hyper-V" new 228d120051a2 x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guard new 4fe34d61a3a9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../bindings/interrupt-controller/atmel,aic.txt | 7 +++- arch/x86/boot/compressed/acpi.c | 48 +++++++++++----------- arch/x86/boot/compressed/misc.c | 25 ++++++++--- arch/x86/hyperv/hv_apic.c | 20 ++++++--- arch/x86/kernel/apic/x2apic_cluster.c | 3 +- arch/x86/kernel/cpu/mshyperv.c | 4 ++ arch/x86/kernel/head64.c | 22 +++++++++- drivers/irqchip/irq-al-fic.c | 12 ++++++ drivers/irqchip/irq-atmel-aic5.c | 10 +++++ drivers/irqchip/irq-gic-v3.c | 2 +- drivers/irqchip/irq-sifive-plic.c | 29 ++++++------- kernel/stop_machine.c | 10 +++-- kernel/time/hrtimer.c | 8 ++-- 13 files changed, 137 insertions(+), 63 deletions(-)