Skip to content
  1. Jan 16, 2021
    • Linus Torvalds's avatar
      Merge tag 'mips_fixes_5.11.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux · f288c895
      Linus Torvalds authored
      Pull MIPS fixes from Thomas Bogendoerfer:
      
       - fix coredumps on 64bit kernels
      
       - fix for alignment bugs preventing booting
      
       - fix checking for failed irq_alloc_desc calls
      
      * tag 'mips_fixes_5.11.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
        MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciu
        MIPS: relocatable: fix possible boot hangup with KASLR enabled
        MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumps
        MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB
      f288c895
    • Linus Torvalds's avatar
      Merge tag 'acpi-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · f4e087c6
      Linus Torvalds authored
      Pull ACPI fixes from Rafael Wysocki:
       "These address a device ID bounds check error in the device enumeration
        code and fix a mistake in the documentation.
      
        Specifics:
      
         - Harden the ACPI device enumeration code against device ID length
           overflows to address a Linux VM cash on Hyper-V (Dexuan Cui).
      
         - Fix a mistake in the documentation of error type values for PCIe
           errors (Qiuxu Zhuo)"
      
      * tag 'acpi-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        Documentation: ACPI: EINJ: Fix error type values for PCIe errors
        ACPI: scan: Harden acpi_device_add() against device ID overflows
      f4e087c6
    • Linus Torvalds's avatar
      Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip · dcda487c
      Linus Torvalds authored
      Pull xen fixes from Juergen Gross:
      
       - A series to fix a regression when running as a fully virtualized
         guest on an old Xen hypervisor not supporting PV interrupt callbacks
         for HVM guests.
      
       - A patch to add support to query Xen resource sizes (setting was
         possible already) from user mode.
      
      * tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
        x86/xen: Fix xen_hvm_smp_init() when vector callback not available
        x86/xen: Don't register Xen IPIs when they aren't going to be used
        x86/xen: Add xen_no_vector_callback option to test PCI INTX delivery
        xen: Set platform PCI device INTX affinity to CPU0
        xen: Fix event channel callback via INTX/GSI
        xen/privcmd: allow fetching resource sizes
      dcda487c
    • Linus Torvalds's avatar
      Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · 7aec71cd
      Linus Torvalds authored
      Pull iommu fixes from Will Deacon:
       "Three IOMMU fixes for -rc4.
      
        The main one is a change to the Intel IOMMU driver to fix the handling
        of unaligned addresses when invalidating the TLB.
      
        The fix itself is a bit ugly (the caller does a bunch of shifting
        which is then effectively undone later in the callchain), but Lu has
        patches to clean all of this up in 5.12.
      
        Summary:
      
         - Fix address alignment handling for VT-D TLB invalidation
      
         - Enable workarounds for buggy Qualcomm firmware on two more SoCs
      
         - Drop duplicate #include"
      
      * tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        iommu/vt-d: Fix duplicate included linux/dma-map-ops.h
        iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for qcom quirks
        iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()
      7aec71cd
    • Linus Torvalds's avatar
      Merge tag 'topic/nouveau-ampere-modeset-2021-01-15' of git://anongit.freedesktop.org/drm/drm · 02c06dc3
      Linus Torvalds authored
      Pull drm nouveau ampere display support from Dave Airlie:
       "Ben has requested if we can include Ampere modesetting support under
        fixes, it's for new GPUs and shouldn't affect existing hardware.
      
        It's a bit bigger than just adding a PCI ID, but It has no effect on
        older GPUs"
      
      * tag 'topic/nouveau-ampere-modeset-2021-01-15' of git://anongit.freedesktop.org/drm/drm:
        drm/nouveau/disp/ga10[24]: initial support
        drm/nouveau/dmaobj/ga10[24]: initial support
        drm/nouveau/i2c/ga10[024]: initial support
        drm/nouveau/gpio/ga10[024]: initial support
        drm/nouveau/bar/ga10[024]: initial support
        drm/nouveau/mmu/ga10[024]: initial support
        drm/nouveau/timer/ga10[024]: initial support
        drm/nouveau/fb/ga10[024]: initial support
        drm/nouveau/imem/ga10[024]: initial support
        drm/nouveau/privring/ga10[024]: initial support
        drm/nouveau/mc/ga10[024]: initial support
        drm/nouveau/devinit/ga10[024]: initial support
        drm/nouveau/bios/ga10[024]: initial support
        drm/nouveau/pci/ga10[024]: initial support
        drm/nouveau/core: recognise GA10[024]
      02c06dc3
    • Rafael J. Wysocki's avatar
      Merge branch 'acpi-docs' · 179892ad
      Rafael J. Wysocki authored
      * acpi-docs:
        Documentation: ACPI: EINJ: Fix error type values for PCIe errors
      179892ad
  2. Jan 15, 2021