1. 04 Jun, 2020 35 commits
  2. 14 May, 2020 1 commit
  3. 07 May, 2020 1 commit
  4. 03 May, 2020 3 commits
    • Linus Torvalds's avatar
      Linux 5.7-rc4 · 0e698dfa
      Linus Torvalds authored
      0e698dfa
    • Linus Torvalds's avatar
      Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux · 262f7a6b
      Linus Torvalds authored
      Pull more btrfs fixes from David Sterba:
       "A few more stability fixes, minor build warning fixes and git url
        fixup:
      
         - fix partial loss of prealloc extent past i_size after fsync
      
         - fix potential deadlock due to wrong transaction handle passing via
           journal_info
      
         - fix gcc 4.8 struct intialization warning
      
         - update git URL in MAINTAINERS entry"
      
      * tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
        MAINTAINERS: btrfs: fix git repo URL
        btrfs: fix gcc-4.8 build warning for struct initializer
        btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_info::journal_info
        btrfs: fix partial loss of prealloc extent past i_size after fsync
      262f7a6b
    • Linus Torvalds's avatar
      Merge tag 'iommu-fixes-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu · ea915933
      Linus Torvalds authored
      Pull IOMMU fixes from Joerg Roedel:
      
       - Fix a memory leak when dev_iommu gets freed and a sub-pointer does
         not
      
       - Build dependency fixes for Mediatek, spapr_tce, and Intel IOMMU
         driver
      
       - Export iommu_group_get_for_dev() only for GPLed modules
      
       - Fix AMD IOMMU interrupt remapping when x2apic is enabled
      
       - Fix error path in the QCOM IOMMU driver probe function
      
      * tag 'iommu-fixes-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
        iommu/qcom: Fix local_base status check
        iommu: Properly export iommu_group_get_for_dev()
        iommu/vt-d: Use right Kconfig option name
        iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system
        iommu: spapr_tce: Disable compile testing to fix build on book3s_32 config
        iommu/mediatek: Fix MTK_IOMMU dependencies
        iommu: Fix the memory leak in dev_iommu_free()
      ea915933