1. 24 Nov, 2022 5 commits
    • Linus Torvalds's avatar
      Merge tag 'soc-fixes-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc · cd89db60
      Linus Torvalds authored
      Pull ARM SoC fixes from Arnd Bergmann:
       "There are a bunch of late fixes that just came in, in particular a
        longer series for Rockchips devicetree files, but most of those just
        address cosmetic errors that were found during the binding validation.
      
        There are a couple of code changes:
      
         - A regression fix to the IXP42x PCI bus
      
         - A fix for a memory leak on optee, and another one for mach-mxs
      
         - Two fixes for the sunxi rsb bus driver, to address problems with
           the shutdown logic
      
        The rest are small but important devicetree fixes for a number of
        individual boards, addressing issues across all platforms:
      
         - arm global timer on older rockchip SoCs is unstable and needs to be
           disabled in favor of a more reliable clocksource
      
         - Corrections to fix bluetooth, mmc, and networking on a few Rockchip
           boards
      
         - at91/sam9g20ek UDC needs a pin controller config change
      
         - an omap board runs into mmc probe errors because of regulator nodes
           in the wrong place
      
         - imx8mp-evk has a minor inaccuracy with its pin config, but without
           user visible impact
      
         - The Allwinner H6 Hantro G2 video decoder needs an IOMMU reference
           to prevent the driver from crashing"
      
      * tag 'soc-fixes-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (30 commits)
        bus: ixp4xx: Don't touch bit 7 on IXP42x
        ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties
        arm64: dts: imx8mp-evk: correct pcie pad settings
        ARM: mxs: fix memory leak in mxs_machine_init()
        ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl
        tee: optee: fix possible memory leak in optee_register_device()
        arm64: dts: allwinner: h6: Add IOMMU reference to Hantro G2
        media: dt-bindings: allwinner: h6-vpu-g2: Add IOMMU reference property
        bus: sunxi-rsb: Support atomic transfers
        bus: sunxi-rsb: Remove the shutdown callback
        ARM: dts: rockchip: disable arm_global_timer on rk3066 and rk3188
        arm64: dts: rockchip: Fix Pine64 Quartz4-B PMIC interrupt
        ARM: dts: am335x-pcm-953: Define fixed regulators in root node
        ARM: dts: rockchip: rk3188: fix lcdc1-rgb24 node name
        arm64: dts: rockchip: fix ir-receiver node names
        ARM: dts: rockchip: fix ir-receiver node names
        arm64: dts: rockchip: fix adc-keys sub node names
        ARM: dts: rockchip: fix adc-keys sub node names
        arm: dts: rockchip: remove clock-frequency from rtc
        arm: dts: rockchip: fix node name for hym8563 rtc
        ...
      cd89db60
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm · b11266ac
      Linus Torvalds authored
      Pull ARM fixes from Russell King:
       "Two fixes for 6.1:
      
         - fix stacktraces for tracepoint events in Thumb2 mode
      
         - fix for noMMU ZERO_PAGE() implementation"
      
      * tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm:
        ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementation
        ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
      b11266ac
    • Linus Torvalds's avatar
      Merge tag 'loongarch-fixes-6.1-2' of... · 3bfd8fca
      Linus Torvalds authored
      Merge tag 'loongarch-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
      
      Pull LoongArch fixes from Huacai Chen:
       "Fix two build warnings, a copy_thread() bug, two page table
        manipulation bugs, and some trivial cleanups"
      
      * tag 'loongarch-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:
        docs/zh_CN/LoongArch: Fix wrong description of FPRs Note
        LoongArch: Fix unsigned comparison with less than zero
        LoongArch: Set _PAGE_DIRTY only if _PAGE_MODIFIED is set in {pmd,pte}_mkwrite()
        LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()
        LoongArch: Clear FPU/SIMD thread info flags for kernel thread
        LoongArch: SMP: Change prefix from loongson3 to loongson
        LoongArch: Combine acpi_boot_table_init() and acpi_boot_init()
        LoongArch: Makefile: Use "grep -E" instead of "egrep"
      3bfd8fca
    • Linus Torvalds's avatar
      Merge tag 'ext4_for_linus_stable2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · 6fd2152f
      Linus Torvalds authored
      Pull ext4 fixes from Ted Ts'o:
       "Fix a regression in the lazytime code that was introduced in v6.1-rc1,
        and a use-after-free that can be triggered by a maliciously corrupted
        file system"
      
      * tag 'ext4_for_linus_stable2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
        fs: do not update freeing inode i_io_list
        ext4: fix use-after-free in ext4_ext_shift_extents
      6fd2152f
    • Arnd Bergmann's avatar
      Merge tag 'v6.2-rockchip-dts32-1' of... · b10dbd6f
      Arnd Bergmann authored
      Merge tag 'v6.2-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
      
      Disabling of the unreliable arm-global-timer on earliest
      Rockchip SoCs, due to its frequency being bound to the
      changing cpu clock.
      
      * tag 'v6.2-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
        ARM: dts: rockchip: disable arm_global_timer on rk3066 and rk3188
      b10dbd6f
  2. 23 Nov, 2022 7 commits
  3. 22 Nov, 2022 2 commits
  4. 21 Nov, 2022 13 commits
  5. 20 Nov, 2022 8 commits
  6. 19 Nov, 2022 5 commits