1. 20 9月, 2020 11 次提交
  2. 19 9月, 2020 7 次提交
    • L
      Merge tag 'sh-for-5.9-part2' of git://git.libc.org/linux-sh · 92ab97ad
      Linus Torvalds 提交于
      Pull arch/sh fixes from Rich Felker:
       "Fixes for build and function regression"
      
      * tag 'sh-for-5.9-part2' of git://git.libc.org/linux-sh:
        sh: fix syscall tracing
        sh: remove spurious circular inclusion from asm/smp.h
      92ab97ad
    • L
      Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · 69828c47
      Linus Torvalds 提交于
      Pull arm64 fixes from Catalin Marinas:
      
       - Allow CPUs affected by erratum 1418040 to come online late
         (previously we only fixed the other case - CPUs not affected by the
         erratum coming up late).
      
       - Fix branch offset in BPF JIT.
      
       - Defer the stolen time initialisation to the CPU online time from the
         CPU starting time to avoid a (sleep-able) memory allocation in an
         atomic context.
      
      * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        arm64: paravirt: Initialize steal time when cpu is online
        arm64: bpf: Fix branch offset in JIT
        arm64: Allow CPUs unffected by ARM erratum 1418040 to come in late
      69828c47
    • L
      Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux · 5a55d36f
      Linus Torvalds 提交于
      Pull powerpc fixes from Michael Ellerman:
       "Some more powerpc fixes for 5.9:
      
         - Opt us out of the DEBUG_VM_PGTABLE support for now as it's causing
           crashes.
      
         - Fix a long standing bug in our DMA mask handling that was hidden
           until recently, and which caused problems with some drivers.
      
         - Fix a boot failure on systems with large amounts of RAM, and no
           hugepage support and using Radix MMU, only seen in the lab.
      
         - A few other minor fixes.
      
        Thanks to Alexey Kardashevskiy, Aneesh Kumar K.V, Gautham R. Shenoy,
        Hari Bathini, Ira Weiny, Nick Desaulniers, Shirisha Ganta, Vaibhav
        Jain, and Vaidyanathan Srinivasan"
      
      * tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
        powerpc/papr_scm: Limit the readability of 'perf_stats' sysfs attribute
        cpuidle: pseries: Fix CEDE latency conversion from tb to us
        powerpc/dma: Fix dma_map_ops::get_required_mask
        Revert "powerpc/build: vdso linker warning for orphan sections"
        powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpc
        selftests/powerpc: Skip PROT_SAO test in guests/LPARS
        powerpc/book3s64/radix: Fix boot failure with large amount of guest memory
      5a55d36f
    • L
      Merge tag 'pm-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · 794a9965
      Linus Torvalds 提交于
      Pull power management updates from Rafael Wysocki:
       "These add a new CPU ID to the RAPL power capping driver and prevent
        the ACPI processor idle driver from triggering RCU-lockdep complaints.
      
        Specifics:
      
         - Add support for the Lakefield chip to the RAPL power capping driver
           (Ricardo Neri).
      
         - Modify the ACPI processor idle driver to prevent it from triggering
           RCU-lockdep complaints which has started to happen after recent
           changes in that area (Peter Zijlstra)"
      
      * tag 'pm-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        ACPI: processor: Take over RCU-idle for C3-BM idle
        cpuidle: Allow cpuidle drivers to take over RCU-idle
        ACPI: processor: Use CPUIDLE_FLAG_TLB_FLUSHED
        ACPI: processor: Use CPUIDLE_FLAG_TIMER_STOP
        powercap: RAPL: Add support for Lakefield
      794a9965
    • L
      Merge tag 'sound-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 343b529a
      Linus Torvalds 提交于
      Pull sound fixes from Takashi Iwai:
       "Here is a collection of fixes for 5.9. All look small and are nothing
        scary.
      
        The majority of changes are about ASoC driver- specific fixes, while
        there are a couple of ASoC core fixes (DAI lookup and lockdep stuff)
        and usual HD-audio quirks"
      
      * tag 'sound-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (23 commits)
        ALSA: hda/realtek - The Mic on a RedmiBook doesn't work
        ASoC: tlv320adcx140: Wake up codec before accessing register
        ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failure
        ALSA: hda: fixup headset for ASUS GX502 laptop
        ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN Converter9 2-in-1
        ASoC: Intel: haswell: Fix power transition refactor
        ASoC: tlv320adcx140: Fix accessing uninitialized adcx140->dev
        ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functions
        ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811
        ASoC: meson: axg-toddr: fix channel order on g12 platforms
        ASoC: soc-core: add snd_soc_find_dai_with_mutex()
        ASoC: qcom: common: Fix refcount imbalance on error
        ASoC: rt700: Fix return check for devm_regmap_init_sdw()
        ASoC: rt715: Fix return check for devm_regmap_init_sdw()
        ASoC: rt711: Fix return check for devm_regmap_init_sdw()
        ASoC: rt1308-sdw: Fix return check for devm_regmap_init_sdw()
        ASoC: max98373: Fix return check for devm_regmap_init_sdw()
        ASoC: ti: fixup ams_delta_mute() function name
        ASoC: pcm3168a: ignore 0 Hz settings
        ASoC: Intel: tgl_max98373: fix a runtime pm issue in multi-thread case
        ...
      343b529a
    • L
      Merge tag 'iommu-fixes-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu · 1fd79656
      Linus Torvalds 提交于
      Pull iommu fixes from Joerg Roedel:
       "Two fixes for the AMD IOMMU driver:
      
         - Fix a potential NULL-ptr dereference found by smatch
      
         - Fix interrupt remapping when a device is assigned to a guest and
           AVIC is enabled"
      
      * tag 'iommu-fixes-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
        iommu/amd: Restore IRTE.RemapEn bit for amd_iommu_activate_guest_mode
        iommu/amd: Fix potential @entry null deref
      1fd79656
    • L
      Merge tag 'mtd/fixes-for-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux · 92373933
      Linus Torvalds 提交于
      Pull MTD/SPI NOR fixes from Vignesh Raghavendra:
       "Revert patches that caused non volatile Quad Enable bit to be cleared
        for certain SPI NOR flashes during module remove or during shutdown,
        thus breaking backward compatibility"
      Acked-by: NMiquel Raynal <miquel.raynal@bootlin.com>
      
      * tag 'mtd/fixes-for-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
        Revert "mtd: spi-nor: Add capability to disable flash quad mode"
        Revert "mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()"
      92373933
  3. 18 9月, 2020 12 次提交
  4. 17 9月, 2020 10 次提交