1. 11 May, 2018 3 commits
  2. 10 May, 2018 4 commits
    • Mauro Carvalho Chehab's avatar
      media: update/fix my e-mail on some places · 901b9dd5
      Mauro Carvalho Chehab authored
      There are two places pointing to an unexisting "m.chehab@kernel.org"
      email. I never had such email, so, I'm unsure how it ends there.
      Anyway, it is plain wrong.
      
      While here, use my canonical e-mail on a bunch of places that
      are pointing to another e-mail. The idea is that, from now on,
      all places will be pointing to the same SMTP server.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      901b9dd5
    • Mauro Carvalho Chehab's avatar
      Merge tag 'v4.17-rc4' into patchwork · 71db1cd7
      Mauro Carvalho Chehab authored
      Linux 4.17-rc4
      
      * tag 'v4.17-rc4': (920 commits)
        Linux 4.17-rc4
        KVM: x86: remove APIC Timer periodic/oneshot spikes
        genksyms: fix typo in parse.tab.{c,h} generation rules
        kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)
        gcc-plugins: fix build condition of SANCOV plugin
        MAINTAINERS: Update Kbuild entry with a few paths
        Revert "usb: host: ehci: Use dma_pool_zalloc()"
        platform/x86: Kconfig: Fix dell-laptop dependency chain.
        platform/x86: asus-wireless: Fix NULL pointer dereference
        arm64: vgic-v2: Fix proxying of cpuif access
        KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance
        KVM: arm64: Fix order of vcpu_write_sys_reg() arguments
        MAINTAINERS & files: Canonize the e-mails I use at files
        media: imx-media-csi: Fix inconsistent IS_ERR and PTR_ERR
        tools: power/acpi, revert to LD = gcc
        bdi: Fix oops in wb_workfn()
        RDMA/cma: Do not query GID during QP state transition to RTR
        IB/mlx4: Fix integer overflow when calculating optimal MTT size
        IB/hfi1: Fix memory leak in exception path in get_irq_affinity()
        IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failure
        ...
      71db1cd7
    • Mauro Carvalho Chehab's avatar
      media: dvbsky: use just one mutex for serializing device R/W ops · 7d95fb74
      Mauro Carvalho Chehab authored
      Right now, there are two mutexes serializing r/w ops: one "generic"
      and another one specifically for stream on/off.
      
      Clean it a little bit, getting rid of one of the mutexes.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      7d95fb74
    • Mauro Carvalho Chehab's avatar
      qm1d1b0004: fix a warning about an unused default_cfg var · 3b7158d6
      Mauro Carvalho Chehab authored
      As warned by gcc:
      
      	drivers/media/tuners/qm1d1b0004.c:62:39: warning: 'default_cfg' defined but not used [-Wunused-const-variable=]
      	 static const struct qm1d1b0004_config default_cfg = {
      	                                       ^~~~~~~~~~~
      
      This var is currently unused. So, comment it out.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      3b7158d6
  3. 09 May, 2018 30 commits
  4. 07 May, 2018 1 commit
  5. 06 May, 2018 2 commits
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm · 701e39d0
      Linus Torvalds authored
      Pll KVM fixes from Radim Krčmář:
       "ARM:
         - Fix proxying of GICv2 CPU interface accesses
         - Fix crash when switching to BE
         - Track source vcpu git GICv2 SGIs
         - Fix an outdated bit of documentation
      
        x86:
         - Speed up injection of expired timers (for stable)"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: x86: remove APIC Timer periodic/oneshot spikes
        arm64: vgic-v2: Fix proxying of cpuif access
        KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance
        KVM: arm64: Fix order of vcpu_write_sys_reg() arguments
        KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI
      701e39d0
    • Linus Torvalds's avatar
      Merge tag 'iommu-fixes-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu · 772d4f84
      Linus Torvalds authored
      Pull iommu fixes from Joerg Roedel:
      
       - fix a compile warning in the AMD IOMMU driver with irq remapping
         disabled
      
       - fix for VT-d interrupt remapping and invalidation size (caused a
         BUG_ON when trying to invalidate more than 4GB)
      
       - build fix and a regression fix for broken graphics with old DTS for
         the rockchip iommu driver
      
       - a revert in the PCI window reservation code which fixes a regression
         with VFIO.
      
      * tag 'iommu-fixes-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
        iommu: rockchip: fix building without CONFIG_OF
        iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb()
        iommu/vt-d: fix shift-out-of-bounds in bug checking
        iommu/dma: Move PCI window region reservation back into dma specific path.
        iommu/rockchip: Make clock handling optional
        iommu/amd: Hide unused iommu_table_lock
        iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()
      772d4f84