]> Git Repo - linux.git/commitdiff
Merge tag 'mips_6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
authorLinus Torvalds <[email protected]>
Sat, 20 Jul 2024 16:03:36 +0000 (09:03 -0700)
committerLinus Torvalds <[email protected]>
Sat, 20 Jul 2024 16:03:36 +0000 (09:03 -0700)
Pull MIPS updates from Thomas Bogendoerfer:

 - add support for Realtek RTL9302C

 - add support for Mobileye EyeQ6H

 - add support for Mobileye EyeQ OLB system controller

 - improve r4k clocksource

 - add mode for emulating ieee754 NAN2008

 - rework for BMIPS CBR address handling

 - fixes for Loongson 2K1000

 - defconfig updates

 - cleanups and fixes

* tag 'mips_6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: (58 commits)
  MIPS: config: Add ip30_defconfig
  MIPS: config: lemote2f: Regenerate defconfig
  MIPS: config: generic: Add board-litex
  MIPS: config: Enable MSA and virtualization for MIPS64R6
  MIPS: Fix fallback march for SB1
  mips: dts: realtek: Add RTL9302C board
  mips: generic: add fdt fixup for Realtek reference board
  mips: select REALTEK_OTTO_TIMER for Realtek platforms
  dt-bindings: interrupt-controller: realtek,rtl-intc: Add rtl9300-intc
  dt-bindings: mips: realtek: Add rtl930x-soc compatible
  dt-bindings: vendor-prefixes: Add Cameo Communications
  mips: dts: realtek: add device_type property to cpu node
  mips: dts: realtek: use "serial" instead of "uart" in node name
  MIPS: Implement ieee754 NAN2008 emulation mode
  MIPS: lantiq: improve USB initialization
  MIPS: GIC: Generate redirect block accessors
  MIPS: CPS: Add a couple of multi-cluster utility functions
  MIPS: Octeron: remove source file executable bit
  MAINTAINERS: Mobileye: add OLB drivers and dt-bindings
  MIPS: mobileye: eyeq5: add OLB system-controller node
  ...

1  2 
Documentation/admin-guide/kernel-parameters.txt
Documentation/devicetree/bindings/vendor-prefixes.yaml
MAINTAINERS

index 681d32b0077935b8344bae533cc0ddac03c1e269,c49336b8f03137e8370222d730dfa7277cc05554..7c19a5fd75e4a0d76c25ade22153fd1d4c8709c4
@@@ -12,7 -12,7 +12,7 @@@
        acpi=           [HW,ACPI,X86,ARM64,RISCV64,EARLY]
                        Advanced Configuration and Power Interface
                        Format: { force | on | off | strict | noirq | rsdt |
 -                                copy_dsdt }
 +                                copy_dsdt | nospcr }
                        force -- enable ACPI if default was off
                        on -- enable ACPI but allow fallback to DT [arm64,riscv64]
                        off -- disable ACPI if default was on
                                strictly ACPI specification compliant.
                        rsdt -- prefer RSDT over (default) XSDT
                        copy_dsdt -- copy DSDT to memory
 -                      For ARM64 and RISCV64, ONLY "acpi=off", "acpi=on" or
 -                      "acpi=force" are available
 +                      nospcr -- disable console in ACPI SPCR table as
 +                              default _serial_ console on ARM64
 +                      For ARM64, ONLY "acpi=off", "acpi=on", "acpi=force" or
 +                      "acpi=nospcr" are available
 +                      For RISCV64, ONLY "acpi=off", "acpi=on" or "acpi=force"
 +                      are available
  
                        See also Documentation/power/runtime_pm.rst, pci=noacpi
  
                        you are really sure that your UEFI does sane gc and
                        fulfills the spec otherwise your board may brick.
  
 -      efi_fake_mem=   nn[KMG]@ss[KMG]:aa[,nn[KMG]@ss[KMG]:aa,..] [EFI,X86,EARLY]
 -                      Add arbitrary attribute to specific memory range by
 -                      updating original EFI memory map.
 -                      Region of memory which aa attribute is added to is
 -                      from ss to ss+nn.
 -
 -                      If efi_fake_mem=2G@4G:0x10000,2G@0x10a0000000:0x10000
 -                      is specified, EFI_MEMORY_MORE_RELIABLE(0x10000)
 -                      attribute is added to range 0x100000000-0x180000000 and
 -                      0x10a0000000-0x1120000000.
 -
 -                      If efi_fake_mem=8G@9G:0x40000 is specified, the
 -                      EFI_MEMORY_SP(0x40000) attribute is added to
 -                      range 0x240000000-0x43fffffff.
 -
 -                      Using this parameter you can do debugging of EFI memmap
 -                      related features. For example, you can do debugging of
 -                      Address Range Mirroring feature even if your box
 -                      doesn't support it, or mark specific memory as
 -                      "soft reserved".
 -
        efivar_ssdt=    [EFI; X86] Name of an EFI variable that contains an SSDT
                        that is to be dynamically loaded by Linux. If there are
                        multiple variables with the same name but with different
                        for 64-bit NUMA, off otherwise.
                        Format: 0 | 1 (for off | on)
  
 -      hcl=            [IA-64] SGI's Hardware Graph compatibility layer
 -
        hd=             [EIDE] (E)IDE hard drive subsystem geometry
                        Format: <cyl>,<head>,<sect>
  
                        for the device. By default it is set to false (0).
  
        ieee754=        [MIPS] Select IEEE Std 754 conformance mode
-                       Format: { strict | legacy | 2008 | relaxed }
+                       Format: { strict | legacy | 2008 | relaxed | emulated }
                        Default: strict
  
                        Choose which programs will be accepted for execution
                                by the FPU
                        relaxed accept any binaries regardless of whether
                                supported by the FPU
+                       emulated accept any binaries but enable FPU emulator
+                               if binary mode is unsupported by the FPU.
  
                        The FPU emulator is always able to support both NaN
                        encodings, so if no FPU hardware is present or it has
                        Format: 0 | 1
                        Default set by CONFIG_INIT_ON_FREE_DEFAULT_ON.
  
 -      init_mlocked_on_free=   [MM] Fill freed userspace memory with zeroes if
 -                              it was mlock'ed and not explicitly munlock'ed
 -                              afterwards.
 -                              Format: 0 | 1
 -                              Default set by CONFIG_INIT_MLOCKED_ON_FREE_DEFAULT_ON
 -
        init_pkru=      [X86] Specify the default memory protection keys rights
                        register contents for all processes.  0x55555554 by
                        default (disallow access to all but pkey 0).  Can
  
        keepinitrd      [HW,ARM] See retain_initrd.
  
 -      kernelcore=     [KNL,X86,IA-64,PPC,EARLY]
 +      kernelcore=     [KNL,X86,PPC,EARLY]
                        Format: nn[KMGTPE] | nn% | "mirror"
                        This parameter specifies the amount of memory usable by
                        the kernel for non-movable allocations.  The requested
                        unlikely, in the extreme case this might damage your
                        hardware.
  
 -      ltpc=           [NET]
 -                      Format: <io>,<irq>,<dma>
 -
        lsm.debug       [SECURITY] Enable LSM initialization debugging output.
  
        lsm=lsm1,...,lsmN
                        [SECURITY] Choose order of LSM initialization. This
                        overrides CONFIG_LSM, and the "security=" parameter.
  
 -      machvec=        [IA-64] Force the use of a particular machine-vector
 -                      (machvec) in a generic kernel.
 -                      Example: machvec=hpzx1
 -
        machtype=       [Loongson] Share the same kernel image file between
                        different yeeloong laptops.
                        Example: machtype=lemote-yeeloong-2f-7inch
  
 -      max_addr=nn[KMG]        [KNL,BOOT,IA-64] All physical memory greater
 -                      than or equal to this physical address is ignored.
 -
        maxcpus=        [SMP,EARLY] Maximum number of processors that an SMP kernel
                        will bring up during bootup.  maxcpus=n : n >= 0 limits
                        the kernel to bring up 'n' processors. Surely after
                        deep    - Suspend-To-RAM or equivalent (if supported)
                        See Documentation/admin-guide/pm/sleep-states.rst.
  
 -      mfgpt_irq=      [IA-32] Specify the IRQ to use for the
 -                      Multi-Function General Purpose Timers on AMD Geode
 -                      platforms.
 -
        mfgptfix        [X86-32] Fix MFGPT timers on AMD Geode platforms when
                        the BIOS has incorrectly applied a workaround. TinyBIOS
                        version 0.98 is known to be affected, 0.99 fixes the
                        Enable or disable the microcode minimal revision
                        enforcement for the runtime microcode loader.
  
 -      min_addr=nn[KMG]        [KNL,BOOT,IA-64] All physical memory below this
 -                      physical address is ignored.
 -
        mini2440=       [ARM,HW,KNL]
                        Format:[0..2][b][c][t]
                        Default: "0tb"
        mousedev.yres=  [MOUSE] Vertical screen resolution, used for devices
                        reporting absolute coordinates, such as tablets
  
 -      movablecore=    [KNL,X86,IA-64,PPC,EARLY]
 +      movablecore=    [KNL,X86,PPC,EARLY]
                        Format: nn[KMGTPE] | nn%
                        This parameter is the complement to kernelcore=, it
                        specifies the amount of memory used for migratable
        mtdparts=       [MTD]
                        See drivers/mtd/parsers/cmdlinepart.c
  
 -      mtdset=         [ARM]
 -                      ARM/S3C2412 JIVE boot control
 -
 -                      See arch/arm/mach-s3c/mach-jive.c
 -
        mtouchusb.raw_coordinates=
                        [HW] Make the MicroTouch USB driver use raw coordinates
                        ('y', default) or cooked coordinates ('n')
  
        no_entry_flush  [PPC,EARLY] Don't flush the L1-D cache when entering the kernel.
  
 -      noexec          [IA-64]
 -
        noexec32        [X86-64]
                        This affects only 32-bit executables.
                        noexec32=on: enable non-executable mappings (default)
                        register save and restore. The kernel will only save
                        legacy floating-point registers on task switch.
  
 -      nohalt          [IA-64] Tells the kernel not to use the power saving
 -                      function PAL_HALT_LIGHT when idle. This increases
 -                      power-consumption. On the positive side, it reduces
 -                      interrupt wake-up latency, which may improve performance
 -                      in certain environments such as networked servers or
 -                      real-time systems.
 -
        no_hash_pointers
                        [KNL,EARLY]
                        Force pointers printed to the console or buffers to be
  
        nohibernate     [HIBERNATION] Disable hibernation and resume.
  
 -      nohlt           [ARM,ARM64,MICROBLAZE,MIPS,PPC,SH] Forces the kernel to
 +      nohlt           [ARM,ARM64,MICROBLAZE,MIPS,PPC,RISCV,SH] Forces the kernel to
                        busy wait in do_idle() and not use the arch_cpu_idle()
                        implementation; requires CONFIG_GENERIC_IDLE_POLL_SETUP
                        to be effective. This is useful on platforms where the
                        remapping.
                        [Deprecated - use intremap=off]
  
 -      nointroute      [IA-64]
 -
        noinvpcid       [X86,EARLY] Disable the INVPCID cpu feature.
  
        noiotrap        [SH] Disables trapped I/O port accesses.
  
        noisapnp        [ISAPNP] Disables ISA PnP code.
  
 -      nojitter        [IA-64] Disables jitter checking for ITC timers.
 -
        nokaslr         [KNL,EARLY]
                        When CONFIG_RANDOMIZE_BASE is set, this disables
                        kernel and module base offset ASLR (Address Space
  
        nolapic_timer   [X86-32,APIC,EARLY] Do not use the local APIC timer.
  
 -      nomca           [IA-64] Disable machine check abort handling
 -
        nomce           [X86-32] Disable Machine Check Exception
  
        nomfgpt         [X86-32] Disable Multi-Function General Purpose
        noresume        [SWSUSP] Disables resume and restores original swap
                        space.
  
 -      nosbagart       [IA-64]
 -
        no-scroll       [VGA] Disables scrollback.
                        This is required for the Braillex ib80-piezo Braille
                        reader made by F.H. Papenmeier (Germany).
                        parameter, xsave area per process might occupy more
                        memory on xsaves enabled systems.
  
 -      nps_mtm_hs_ctr= [KNL,ARC]
 -                      This parameter sets the maximum duration, in
 -                      cycles, each HW thread of the CTOP can run
 -                      without interruptions, before HW switches it.
 -                      The actual maximum duration is 16 times this
 -                      parameter's value.
 -                      Format: integer between 1 and 255
 -                      Default: 255
 -
 -      nptcg=          [IA-64] Override max number of concurrent global TLB
 -                      purges which is reported from either PAL_VM_SUMMARY or
 -                      SAL PALO.
 -
        nr_cpus=        [SMP,EARLY] Maximum number of processors that an SMP kernel
                        could support.  nr_cpus=n : n >= 1 limits the kernel to
                        support 'n' processors. It could be larger than the
                                bridges without forcing it upstream. Note:
                                this removes isolation between devices and
                                may put more devices in an IOMMU group.
 +              config_acs=
 +                              Format:
 +                              <ACS flags>@<pci_dev>[; ...]
 +                              Specify one or more PCI devices (in the format
 +                              specified above) optionally prepended with flags
 +                              and separated by semicolons. The respective
 +                              capabilities will be enabled, disabled or
 +                              unchanged based on what is specified in
 +                              flags.
 +
 +                              ACS Flags is defined as follows:
 +                                bit-0 : ACS Source Validation
 +                                bit-1 : ACS Translation Blocking
 +                                bit-2 : ACS P2P Request Redirect
 +                                bit-3 : ACS P2P Completion Redirect
 +                                bit-4 : ACS Upstream Forwarding
 +                                bit-5 : ACS P2P Egress Control
 +                                bit-6 : ACS Direct Translated P2P
 +                              Each bit can be marked as:
 +                                '0' – force disabled
 +                                '1' – force enabled
 +                                'x' – unchanged
 +                              For example,
 +                                pci=config_acs=10x
 +                              would configure all devices that support
 +                              ACS to enable P2P Request Redirect, disable
 +                              Translation Blocking, and leave Source
 +                              Validation unchanged from whatever power-up
 +                              or firmware set it to.
 +
 +                              Note: this may remove isolation between devices
 +                              and may put more devices in an IOMMU group.
                force_floating  [S390] Force usage of floating interrupts.
                nomio           [S390] Do not use MIO instructions.
                norid           [S390] ignore the RID field and force use of
                        none - Limited to cond_resched() calls
                        voluntary - Limited to cond_resched() and might_sleep() calls
                        full - Any section that isn't explicitly preempt disabled
 -                             can be preempted anytime.
 +                             can be preempted anytime.  Tasks will also yield
 +                             contended spinlocks (if the critical section isn't
 +                             explicitly preempt disabled beyond the lock itself).
  
        print-fatal-signals=
                        [KNL] debug: print fatal signals
                        the ->nocb_bypass queue.  The definition of "too
                        many" is supplied by this kernel boot parameter.
  
 +      rcutree.nohz_full_patience_delay= [KNL]
 +                      On callback-offloaded (rcu_nocbs) CPUs, avoid
 +                      disturbing RCU unless the grace period has
 +                      reached the specified age in milliseconds.
 +                      Defaults to zero.  Large values will be capped
 +                      at five seconds.  All values will be rounded down
 +                      to the nearest value representable by jiffies.
 +
        rcutree.qhimark= [KNL]
                        Set threshold of queued RCU callbacks beyond which
                        batch limiting is disabled.
                        them.  If <base> is less than 0x10000, the region
                        is assumed to be I/O ports; otherwise it is memory.
  
 +      reserve_mem=    [RAM]
 +                      Format: nn[KNG]:<align>:<label>
 +                      Reserve physical memory and label it with a name that
 +                      other subsystems can use to access it. This is typically
 +                      used for systems that do not wipe the RAM, and this command
 +                      line will try to reserve the same physical memory on
 +                      soft reboots. Note, it is not guaranteed to be the same
 +                      location. For example, if anything about the system changes
 +                      or if booting a different kernel. It can also fail if KASLR
 +                      places the kernel at the location of where the RAM reservation
 +                      was from a previous boot, the new reservation will be at a
 +                      different location.
 +                      Any subsystem using this feature must add a way to verify
 +                      that the contents of the physical memory is from a previous
 +                      boot, as there may be cases where the memory will not be
 +                      located at the same location.
 +
 +                      The format is size:align:label for example, to request
 +                      12 megabytes of 4096 alignment for ramoops:
 +
 +                      reserve_mem=12M:4096:oops ramoops.mem_name=oops
 +
        reservetop=     [X86-32,EARLY]
                        Format: nn[KMG]
                        Reserves a hole at the top of the kernel virtual
                2       The "airplane mode" button toggles between everything
                        blocked and everything unblocked.
  
 -      rhash_entries=  [KNL,NET]
 -                      Set number of hash buckets for route cache
 -
        ring3mwait=disable
                        [KNL] Disable ring 3 MONITOR/MWAIT feature on supported
                        CPUs.
                        apic=verbose is specified.
                        Example: apic=debug show_lapic=all
  
 -      simeth=         [IA-64]
 -      simscsi=
 -
        slab_debug[=options[,slabs][;[options[,slabs]]...]      [MM]
                        Enabling slab_debug allows one to determine the
                        culprit if slab objects become corrupted. Enabling
                        deployment of the HW BHI control and the SW BHB
                        clearing sequence.
  
 -                      on   - (default) Enable the HW or SW mitigation
 -                             as needed.
 -                      off  - Disable the mitigation.
 +                      on     - (default) Enable the HW or SW mitigation as
 +                               needed.  This protects the kernel from
 +                               both syscalls and VMs.
 +                      vmexit - On systems which don't have the HW mitigation
 +                               available, enable the SW mitigation on vmexit
 +                               ONLY.  On such systems, the host kernel is
 +                               protected from VM-originated BHI attacks, but
 +                               may still be vulnerable to syscall attacks.
 +                      off    - Disable the mitigation.
  
        spectre_v2=     [X86,EARLY] Control mitigation of Spectre variant 2
                        (indirect branch speculation) vulnerability.
                        Not specifying this option is equivalent to
                        spec_store_bypass_disable=auto.
  
 -      spia_io_base=   [HW,MTD]
 -      spia_fio_base=
 -      spia_pedr=
 -      spia_peddr=
 -
        split_lock_detect=
                        [X86] Enable split lock detection or bus lock detection
  
                        This parameter controls use of the Protected
                        Execution Facility on pSeries.
  
 -      swiotlb=        [ARM,IA-64,PPC,MIPS,X86,EARLY]
 +      swiotlb=        [ARM,PPC,MIPS,X86,S390,EARLY]
                        Format: { <int> [,<int>] | force | noforce }
                        <int> -- Number of I/O TLB slabs
                        <int> -- Second integer after comma. Number of swiotlb
                        e.g. base its process migration decisions on it.
                        Default is on.
  
 -      topology_updates= [KNL, PPC, NUMA]
 -                      Format: {off}
 -                      Specify if the kernel should ignore (off)
 -                      topology updates sent by the hypervisor to this
 -                      LPAR.
 -
        torture.disable_onoff_at_boot= [KNL]
                        Prevent the CPU-hotplug component of torturing
                        until after init has spawned.
        torture.verbose_sleep_duration= [KNL]
                        Duration of each verbose-printk() sleep in jiffies.
  
 -      tp720=          [HW,PS2]
 -
        tpm_suspend_pcr=[HW,TPM]
                        Format: integer pcr id
                        Specify that at suspend time, the tpm driver
        usb-storage.delay_use=
                        [UMS] The delay in seconds before a new device is
                        scanned for Logical Units (default 1).
 +                      Optionally the delay in milliseconds if the value has
 +                      suffix with "ms".
 +                      Example: delay_use=2567ms
  
        usb-storage.quirks=
                        [UMS] A list of quirks entries to supplement or
                        Try vdso32=0 if you encounter an error that says:
                        dl_main: Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
  
 -      vector=         [IA-64,SMP]
 -                      vector=percpu: enable percpu vector domain
 -
        video=          [FB,EARLY] Frame buffer configuration
                        See Documentation/fb/modedb.rst.
  
                        Crash from Xen panic notifier, without executing late
                        panic() code such as dumping handler.
  
 +      xen_mc_debug    [X86,XEN,EARLY]
 +                      Enable multicall debugging when running as a Xen PV guest.
 +                      Enabling this feature will reduce performance a little
 +                      bit, so it should only be enabled for obtaining extended
 +                      debug data in case of multicall errors.
 +
        xen_msr_safe=   [X86,XEN,EARLY]
                        Format: <bool>
                        Select whether to always use non-faulting (safe) MSR
                        access functions when running as Xen PV guest. The
                        default value is controlled by CONFIG_XEN_PV_MSR_SAFE.
  
 -      xen_nopvspin    [X86,XEN,EARLY]
 -                      Disables the qspinlock slowpath using Xen PV optimizations.
 -                      This parameter is obsoleted by "nopvspin" parameter, which
 -                      has equivalent effect for XEN platform.
 -
        xen_nopv        [X86]
                        Disables the PV optimizations forcing the HVM guest to
                        run as generic HVM guest with no PV drivers.
index 928e687385ab38736c97390048ef230c17efdd85,67550f0dd189b5d3bd5eccd20cb5d3c3d599d21d..a70ce43b3dc032027172b1ed3611b5ff08d16af8
@@@ -246,6 -246,8 +246,8 @@@ patternProperties
      description: CALAO Systems SAS
    "^calxeda,.*":
      description: Calxeda
+   "^cameo,.*":
+     description: Cameo Communications, Inc
    "^canaan,.*":
      description: Canaan, Inc.
    "^caninos,.*":
      description: Czech Technical University in Prague
    "^cubietech,.*":
      description: Cubietech, Ltd.
 +  "^cudy,.*":
 +    description: Shenzhen Cudy Technology Co., Ltd.
    "^cui,.*":
      description: CUI Devices
    "^cypress,.*":
      description: DPTechnics
    "^dragino,.*":
      description: Dragino Technology Co., Limited
 +  "^dream,.*":
 +    description: Dream Property GmbH
    "^ds,.*":
      description: DaSheng, Inc.
    "^dserve,.*":
      description: Lichee Pi
    "^linaro,.*":
      description: Linaro Limited
 +  "^lincolntech,.*":
 +    description: Lincoln Technology Solutions
    "^lineartechnology,.*":
      description: Linear Technology
    "^linksprite,.*":
      description: Microsoft Corporation
    "^microsys,.*":
      description: MicroSys Electronics GmbH
 +  "^microtips,.*":
 +    description: Microtips Technology USA
    "^mikroe,.*":
      description: MikroElektronika d.o.o.
    "^mikrotik,.*":
      description: MYIR Tech Limited
    "^national,.*":
      description: National Semiconductor
 +  "^neardi,.*":
 +    description: Shanghai Neardi Technology Co., Ltd.
    "^nec,.*":
      description: NEC LCD Technologies, Ltd.
    "^neonode,.*":
      description: OpenPandora GmbH
    "^openrisc,.*":
      description: OpenRISC.io
 +  "^openwrt,.*":
 +    description: OpenWrt
    "^option,.*":
      description: Option NV
    "^oranth,.*":
      description: PowerVR (deprecated, use img)
    "^powkiddy,.*":
      description: Powkiddy
 +  "^primeview,.*":
 +    description: Prime View International (PVI)
    "^primux,.*":
      description: Primux Trading, S.L.
    "^probox2,.*":
      description: Smart Battery System
    "^schindler,.*":
      description: Schindler
 +  "^schneider,.*":
 +    description: Schneider Electric
 +  "^sciosense,.*":
 +    description: ScioSense B.V.
    "^seagate,.*":
      description: Seagate Technology PLC
    "^seeed,.*":
diff --combined MAINTAINERS
index e1b9bac8f15adb9a1a84876b56e5bcdf16469bed,e224f91f65a21b6d4645b2e225a5d8a2dbf6e6c8..880fa3d86f3e47d42a8d63fc7a8d8fc2968b0ea2
@@@ -392,7 -392,6 +392,7 @@@ ACPI WMI DRIVE
  M:    Armin Wolf <[email protected]>
  L:    [email protected]
  S:    Maintained
 +F:    Documentation/ABI/testing/sysfs-bus-wmi
  F:    Documentation/driver-api/wmi.rst
  F:    Documentation/wmi/
  F:    drivers/platform/x86/wmi.c
@@@ -440,16 -439,6 +440,16 @@@ W:       http://wiki.analog.com/AD714
  W:    https://ez.analog.com/linux-software-drivers
  F:    drivers/input/misc/ad714x.c
  
 +AD738X ADC DRIVER (AD7380/1/2/4)
 +M:    Michael Hennerich <[email protected]>
 +M:    Nuno Sá <[email protected]>
 +R:    David Lechner <[email protected]>
 +S:    Supported
 +W:    https://wiki.analog.com/resources/tools-software/linux-drivers/iio-adc/ad738x
 +W:    https://ez.analog.com/linux-software-drivers
 +F:    Documentation/devicetree/bindings/iio/adc/adi,ad7380.yaml
 +F:    drivers/iio/adc/ad7380.c
 +
  AD7877 TOUCHSCREEN DRIVER
  M:    Michael Hennerich <[email protected]>
  S:    Supported
@@@ -693,15 -682,6 +693,15 @@@ S:       Supporte
  F:    fs/aio.c
  F:    include/linux/*aio*.h
  
 +AIROHA ETHERNET DRIVER
 +M:    Lorenzo Bianconi <[email protected]>
 +L:    [email protected] (moderated for non-subscribers)
 +L:    [email protected] (moderated for non-subscribers)
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/net/airoha,en7581-eth.yaml
 +F:    drivers/net/ethernet/mediatek/airoha_eth.c
 +
  AIROHA SPI SNFI DRIVER
  M:    Lorenzo Bianconi <[email protected]>
  M:    Ray Liu <[email protected]>
@@@ -866,6 -846,12 +866,6 @@@ ALPS PS/2 TOUCHPAD DRIVE
  R:    Pali Rohár <[email protected]>
  F:    drivers/input/mouse/alps.*
  
 -ALTERA I2C CONTROLLER DRIVER
 -M:    Thor Thayer <[email protected]>
 -S:    Maintained
 -F:    Documentation/devicetree/bindings/i2c/i2c-altera.txt
 -F:    drivers/i2c/busses/i2c-altera.c
 -
  ALTERA MAILBOX DRIVER
  M:    Mun Yew Tham <[email protected]>
  S:    Maintained
@@@ -885,6 -871,21 +885,6 @@@ L:        [email protected]
  S:    Maintained
  F:    drivers/gpio/gpio-altera.c
  
 -ALTERA SYSTEM MANAGER DRIVER
 -M:    Thor Thayer <[email protected]>
 -S:    Maintained
 -F:    drivers/mfd/altera-sysmgr.c
 -F:    include/linux/mfd/altera-sysmgr.h
 -
 -ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
 -M:    Thor Thayer <[email protected]>
 -S:    Maintained
 -F:    drivers/gpio/gpio-altera-a10sr.c
 -F:    drivers/mfd/altera-a10sr.c
 -F:    drivers/reset/reset-a10sr.c
 -F:    include/dt-bindings/reset/altr,rst-mgr-a10sr.h
 -F:    include/linux/mfd/altera-a10sr.h
 -
  ALTERA TRIPLE SPEED ETHERNET DRIVER
  M:    Joyce Ooi <[email protected]>
  L:    [email protected]
@@@ -990,12 -991,6 +990,12 @@@ F:       include/uapi/linux/psp-dbc.
  F:    tools/crypto/ccp/*.c
  F:    tools/crypto/ccp/*.py
  
 +AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - HSTI SUPPORT
 +M:    Mario Limonciello <[email protected]>
 +L:    [email protected]
 +S:    Supported
 +F:    drivers/crypto/ccp/hsti.*
 +
  AMD DISPLAY CORE
  M:    Harry Wentland <[email protected]>
  M:    Leo Li <[email protected]>
@@@ -1049,7 -1044,7 +1049,7 @@@ M:      Joerg Roedel <[email protected]
  R:    Suravee Suthikulpanit <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git
  F:    drivers/iommu/amd/
  F:    include/linux/amd-iommu.h
  
@@@ -1097,7 -1092,7 +1097,7 @@@ F:      Documentation/ABI/testing/sysfs-amd-
  F:    drivers/platform/x86/amd/pmf/
  
  AMD POWERPLAY AND SWSMU
 -M:    Evan Quan <evan.quan@amd.com>
 +M:    Kenneth Feng <kenneth.feng@amd.com>
  L:    [email protected]
  S:    Supported
  T:    git https://gitlab.freedesktop.org/agd5f/linux.git
@@@ -1212,7 -1207,7 +1212,7 @@@ F:      Documentation/devicetree/bindings/ii
  F:    drivers/iio/adc/ad7091r*
  
  ANALOG DEVICES INC AD7192 DRIVER
 -M:    Alexandru Tachici <alexandru.tachici@analog.com>
 +M:    Alisa-Dariana Roman <alisa.roman@analog.com>
  L:    [email protected]
  S:    Supported
  W:    https://ez.analog.com/linux-software-drivers
@@@ -1913,15 -1908,6 +1913,15 @@@ F:    include/dt-bindings/reset/actions,
  F:    include/linux/soc/actions/
  N:    owl
  
 +ARM/AIROHA SOC SUPPORT
 +M:    Matthias Brugger <[email protected]>
 +M:    AngeloGioacchino Del Regno <[email protected]>
 +L:    [email protected] (moderated for non-subscribers)
 +L:    [email protected] (moderated for non-subscribers)
 +S:    Odd Fixes
 +F:    arch/arm/boot/dts/airoha/
 +F:    arch/arm64/boot/dts/airoha/
 +
  ARM/Allwinner SoC Clock Support
  M:    Emilio López <[email protected]>
  S:    Maintained
@@@ -1944,16 -1930,6 +1944,16 @@@ N:    allwinne
  N:    sun[x456789]i
  N:    sun[25]0i
  
 +ARM/ALPHASCALE ARCHITECTURE
 +M:    Krzysztof Kozlowski <[email protected]>
 +L:    [email protected] (moderated for non-subscribers)
 +S:    Odd Fixes
 +F:    arch/arm/boot/dts/alphascale/
 +F:    drivers/clk/clk-asm9260.c
 +F:    drivers/clocksource/asm9260_timer.c
 +F:    drivers/rtc/rtc-asm9260.c
 +F:    drivers/watchdog/asm9260_wdt.c
 +
  ARM/AMD PENSANDO ARM64 ARCHITECTURE
  M:    Brad Larson <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
@@@ -2009,9 -1985,10 +2009,9 @@@ F:     drivers/soc/amlogic
  N:    meson
  
  ARM/Annapurna Labs ALPINE ARCHITECTURE
 -M:    Tsahee Zidenberg <[email protected]>
  M:    Antoine Tenart <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
 -S:    Maintained
 +S:    Odd Fixes
  F:    arch/arm/boot/dts/amazon/
  F:    arch/arm/mach-alpine/
  F:    arch/arm64/boot/dts/amazon/
@@@ -2116,14 -2093,6 +2116,14 @@@ F:    arch/arm/boot/dts/aspeed
  F:    arch/arm/mach-aspeed/
  N:    aspeed
  
 +ARM/AXM LSI SOC
 +M:    Krzysztof Kozlowski <[email protected]>
 +L:    [email protected] (moderated for non-subscribers)
 +S:    Odd Fixes
 +F:    Documentation/devicetree/bindings/arm/axxia.yaml
 +F:    arch/arm/boot/dts/intel/axm/
 +F:    arch/arm/mach-axxia/
 +
  ARM/BITMAIN ARCHITECTURE
  M:    Manivannan Sadhasivam <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
@@@ -2237,14 -2206,11 +2237,14 @@@ M:   Marek Behún <[email protected]
  S:    Maintained
  W:    https://www.turris.cz/
  F:    Documentation/ABI/testing/debugfs-moxtet
 +F:    Documentation/ABI/testing/sysfs-bus-i2c-devices-turris-omnia-mcu
  F:    Documentation/ABI/testing/sysfs-bus-moxtet-devices
  F:    Documentation/ABI/testing/sysfs-firmware-turris-mox-rwtm
  F:    Documentation/devicetree/bindings/bus/moxtet.txt
  F:    Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt
 +F:    Documentation/devicetree/bindings/firmware/cznic,turris-omnia-mcu.yaml
  F:    Documentation/devicetree/bindings/gpio/gpio-moxtet.txt
 +F:    Documentation/devicetree/bindings/interrupt-controller/marvell,mpic.yaml
  F:    Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml
  F:    Documentation/devicetree/bindings/watchdog/armada-37xx-wdt.txt
  F:    drivers/bus/moxtet.c
@@@ -2252,12 -2218,10 +2252,12 @@@ F:   drivers/firmware/turris-mox-rwtm.
  F:    drivers/gpio/gpio-moxtet.c
  F:    drivers/leds/leds-turris-omnia.c
  F:    drivers/mailbox/armada-37xx-rwtm-mailbox.c
 +F:    drivers/platform/cznic/
  F:    drivers/watchdog/armada_37xx_wdt.c
  F:    include/dt-bindings/bus/moxtet.h
  F:    include/linux/armada-37xx-rwtm-mailbox.h
  F:    include/linux/moxtet.h
 +F:    include/linux/turris-omnia-mcu-interface.h
  
  ARM/FARADAY FA526 PORT
  M:    Hans Ulli Kroll <[email protected]>
@@@ -2410,7 -2374,7 +2410,7 @@@ ARM/LPC18XX ARCHITECTUR
  M:    Vladimir Zapolskiy <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
  S:    Maintained
 -F:    Documentation/devicetree/bindings/i2c/i2c-lpc2k.txt
 +F:    Documentation/devicetree/bindings/i2c/nxp,lpc1788-i2c.yaml
  F:    arch/arm/boot/dts/nxp/lpc/lpc43*
  F:    drivers/i2c/busses/i2c-lpc2k.c
  F:    drivers/memory/pl172.c
@@@ -2559,15 -2523,6 +2559,15 @@@ F:    arch/arm/boot/dts/socionext/milbeaut
  F:    arch/arm/mach-milbeaut/
  N:    milbeaut
  
 +ARM/MOXA ART SOC
 +M:    Krzysztof Kozlowski <[email protected]>
 +L:    [email protected] (moderated for non-subscribers)
 +S:    Odd Fixes
 +F:    Documentation/devicetree/bindings/arm/moxart.yaml
 +F:    Documentation/devicetree/bindings/clock/moxa,moxart-clock.txt
 +F:    arch/arm/boot/dts/moxa/
 +F:    drivers/clk/clk-moxart.c
 +
  ARM/MStar/Sigmastar Armv7 SoC support
  M:    Daniel Palmer <[email protected]>
  M:    Romain Perier <[email protected]>
@@@ -2937,7 -2892,7 +2937,7 @@@ F:      drivers/edac/altera_edac.[ch
  ARM/SPREADTRUM SoC SUPPORT
  M:    Orson Zhai <[email protected]>
  M:    Baolin Wang <[email protected]>
 -M:    Chunyan Zhang <[email protected]>
 +R:    Chunyan Zhang <[email protected]>
  S:    Maintained
  F:    arch/arm64/boot/dts/sprd
  N:    sprd
@@@ -3078,15 -3033,6 +3078,15 @@@ F:    Documentation/devicetree/bindings/hw
  F:    arch/arm64/boot/dts/ti/Makefile
  F:    arch/arm64/boot/dts/ti/k3-*
  
 +ARM/TEXAS INSTRUMENTS NSPIRE ARCHITECTURE
 +M:    Krzysztof Kozlowski <[email protected]>
 +L:    [email protected] (moderated for non-subscribers)
 +S:    Odd Fixes
 +F:    Documentation/devicetree/bindings/*/*/ti,nspire*
 +F:    Documentation/devicetree/bindings/*/ti,nspire*
 +F:    Documentation/devicetree/bindings/arm/ti/nspire.yaml
 +F:    arch/arm/boot/dts/nspire/
 +
  ARM/TOSHIBA VISCONTI ARCHITECTURE
  M:    Nobuhiro Iwamatsu <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
@@@ -3156,12 -3102,9 +3156,12 @@@ W:    http://www.armlinux.org.uk
  F:    arch/arm/vfp/
  
  ARM/VT8500 ARM ARCHITECTURE
 +M:    Alexey Charkov <[email protected]>
 +M:    Krzysztof Kozlowski <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
 -S:    Orphan
 +S:    Odd Fixes
  F:    Documentation/devicetree/bindings/i2c/i2c-wmt.txt
 +F:    arch/arm/boot/dts/vt8500/
  F:    arch/arm/mach-vt8500/
  F:    drivers/clocksource/timer-vt8500.c
  F:    drivers/i2c/busses/i2c-viai2c-wmt.c
@@@ -3578,13 -3521,6 +3578,13 @@@ F:    include/linux/cfag12864b.
  F:    include/uapi/linux/map_to_14segment.h
  F:    include/uapi/linux/map_to_7segment.h
  
 +AVAGO APDS9306 AMBIENT LIGHT SENSOR DRIVER
 +M:    Subhajit Ghosh <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/iio/light/avago,apds9300.yaml
 +F:    drivers/iio/light/apds9306.c
 +
  AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER
  M:    Andreas Klinger <[email protected]>
  L:    [email protected]
@@@ -3634,15 -3570,6 +3634,15 @@@ W:    https://ez.analog.com/linux-software
  F:    Documentation/devicetree/bindings/spi/adi,axi-spi-engine.yaml
  F:    drivers/spi/spi-axi-spi-engine.c
  
 +AXI PWM GENERATOR
 +M:    Michael Hennerich <[email protected]>
 +M:    Nuno Sá <[email protected]>
 +L:    [email protected]
 +S:    Supported
 +W:    https://ez.analog.com/linux-software-drivers
 +F:    Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml
 +F:    drivers/pwm/pwm-axi-pwmgen.c
 +
  AXXIA I2C CONTROLLER
  M:    Krzysztof Adamski <[email protected]>
  L:    [email protected]
@@@ -3674,9 -3601,10 +3674,9 @@@ W:     https://wireless.wiki.kernel.org/en/
  F:    drivers/net/wireless/broadcom/b43/
  
  B43LEGACY WIRELESS DRIVER
 -M:    Larry Finger <[email protected]>
  L:    [email protected]
  L:    [email protected]
 -S:    Maintained
 +S:    Orphan
  W:    https://wireless.wiki.kernel.org/en/users/Drivers/b43
  F:    drivers/net/wireless/broadcom/b43legacy/
  
@@@ -3743,6 -3671,7 +3743,6 @@@ F:      drivers/md/bcache
  
  BCACHEFS
  M:    Kent Overstreet <[email protected]>
 -R:    Brian Foster <[email protected]>
  L:    [email protected]
  S:    Supported
  C:    irc://irc.oftc.net/bcache
@@@ -3852,20 -3781,6 +3852,20 @@@ F:    include/linux/blk
  F:    kernel/trace/blktrace.c
  F:    lib/sbitmap.c
  
 +BLOCK LAYER DEVICE DRIVER API [RUST]
 +M:    Andreas Hindborg <[email protected]>
 +R:    Boqun Feng <[email protected]>
 +L:    [email protected]
 +L:    [email protected]
 +S:    Supported
 +W:    https://rust-for-linux.com
 +B:    https://github.com/Rust-for-Linux/linux/issues
 +C:    https://rust-for-linux.zulipchat.com/#narrow/stream/Block
 +T:    git https://github.com/Rust-for-Linux/linux.git rust-block-next
 +F:    drivers/block/rnull.rs
 +F:    rust/kernel/block.rs
 +F:    rust/kernel/block/
 +
  BLOCK2MTD DRIVER
  M:    Joern Engel <[email protected]>
  L:    [email protected]
@@@ -4065,7 -3980,7 +4065,7 @@@ R:      Song Liu <[email protected]
  R:    Yonghong Song <[email protected]>
  R:    John Fastabend <[email protected]>
  R:    KP Singh <[email protected]>
 -R:    Stanislav Fomichev <sdf@google.com>
 +R:    Stanislav Fomichev <sdf@fomichev.me>
  R:    Hao Luo <[email protected]>
  R:    Jiri Olsa <[email protected]>
  L:    [email protected]
@@@ -4168,13 -4083,12 +4168,13 @@@ F:   kernel/bpf/ringbuf.
  
  BPF [SECURITY & LSM] (Security Audit and Enforcement using BPF)
  M:    KP Singh <[email protected]>
 -R:    Matt Bobrowski <[email protected]>
 +M:    Matt Bobrowski <[email protected]>
  L:    [email protected]
  S:    Maintained
  F:    Documentation/bpf/prog_lsm.rst
  F:    include/linux/bpf_lsm.h
  F:    kernel/bpf/bpf_lsm.c
 +F:    kernel/trace/bpf_trace.c
  F:    security/bpf/
  
  BPF [SELFTESTS] (Test Runners & Infrastructure)
@@@ -4928,7 -4842,6 +4928,7 @@@ W:      https://github.com/linux-ca
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
  F:    Documentation/networking/can.rst
 +F:    Documentation/networking/iso15765-2.rst
  F:    include/linux/can/can-ml.h
  F:    include/linux/can/core.h
  F:    include/linux/can/skb.h
@@@ -5222,30 -5135,11 +5222,30 @@@ S:   Maintaine
  F:    Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml
  F:    sound/soc/codecs/cros_ec_codec.*
  
 +CHROMEOS EC CHARGE CONTROL
 +M:    Thomas Weißschuh <[email protected]>
 +S:    Maintained
 +F:    drivers/power/supply/cros_charge-control.c
 +
 +CHROMEOS EC HARDWARE MONITORING
 +M:    Thomas Weißschuh <[email protected]>
 +L:    [email protected]
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/hwmon/cros_ec_hwmon.rst
 +F:    drivers/hwmon/cros_ec_hwmon.c
 +
 +CHROMEOS EC LED DRIVER
 +M:    Thomas Weißschuh <[email protected]>
 +S:    Maintained
 +F:    drivers/leds/leds-cros_ec.c
 +
  CHROMEOS EC SUBDRIVERS
  M:    Benson Leung <[email protected]>
  R:    Guenter Roeck <[email protected]>
  L:    [email protected]
  S:    Maintained
 +F:    drivers/power/supply/cros_charge-control.c
  F:    drivers/power/supply/cros_usbpd-charger.c
  N:    cros_ec
  N:    cros-ec
@@@ -5311,18 -5205,6 +5311,18 @@@ F:    sound/pci/hda/hda_component
  F:    sound/pci/hda/hda_cs_dsp_ctl.*
  F:    sound/soc/codecs/cs*
  
 +CIRRUS LOGIC HAPTIC DRIVERS
 +M:    James Ogletree <[email protected]>
 +M:    Fred Treven <[email protected]>
 +M:    Ben Bright <[email protected]>
 +L:    [email protected]
 +S:    Supported
 +F:    Documentation/devicetree/bindings/input/cirrus,cs40l50.yaml
 +F:    drivers/input/misc/cs40l*
 +F:    drivers/mfd/cs40l*
 +F:    include/linux/mfd/cs40l*
 +F:    sound/soc/codecs/cs40l*
 +
  CIRRUS LOGIC DSP FIRMWARE DRIVER
  M:    Simon Trimmer <[email protected]>
  M:    Charles Keepax <[email protected]>
@@@ -5413,7 -5295,7 +5413,7 @@@ F:      drivers/infiniband/hw/usnic
  
  CLANG CONTROL FLOW INTEGRITY SUPPORT
  M:    Sami Tolvanen <[email protected]>
 -M:    Kees Cook <keescook@chromium.org>
 +M:    Kees Cook <kees@kernel.org>
  R:    Nathan Chancellor <[email protected]>
  L:    [email protected]
  S:    Supported
@@@ -5653,7 -5535,6 +5653,7 @@@ CONTROL GROUP (CGROUP
  M:    Tejun Heo <[email protected]>
  M:    Zefan Li <[email protected]>
  M:    Johannes Weiner <[email protected]>
 +M:    Michal Koutný <[email protected]>
  L:    [email protected]
  S:    Maintained
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
@@@ -6234,12 -6115,6 +6234,12 @@@ F:    Documentation/ABI/obsolete/procfs-i8
  F:    drivers/hwmon/dell-smm-hwmon.c
  F:    include/uapi/linux/i8k.h
  
 +DELL PC DRIVER
 +M:    Lyndon Sanche <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    drivers/platform/x86/dell/dell-pc.c
 +
  DELL REMOTE BIOS UPDATE DRIVER
  M:    Stuart Hayes <[email protected]>
  L:    [email protected]
@@@ -6363,8 -6238,9 +6363,8 @@@ S:      Maintaine
  F:    drivers/usb/dwc3/
  
  DESIGNWARE XDATA IP DRIVER
 -M:    Gustavo Pimentel <[email protected]>
  L:    [email protected]
 -S:    Maintained
 +S:    Orphan
  F:    Documentation/misc-devices/dw-xdata-pcie.rst
  F:    drivers/misc/dw-xdata-pcie.c
  
@@@ -7023,11 -6899,6 +7023,11 @@@ S:    Maintaine
  F:    Documentation/devicetree/bindings/display/panel/ilitek,ili9805.yaml
  F:    drivers/gpu/drm/panel/panel-ilitek-ili9805.c
  
 +DRM DRIVER FOR ILITEK ILI9806E PANELS
 +M:    Michael Walle <[email protected]>
 +S:    Maintained
 +F:    drivers/gpu/drm/panel/panel-ilitek-ili9806e.c
 +
  DRM DRIVER FOR JADARD JD9365DA-H3 MIPI-DSI LCD PANELS
  M:    Jagan Teki <[email protected]>
  S:    Maintained
@@@ -7038,7 -6909,7 +7038,7 @@@ DRM DRIVER FOR LG SW43408 PANEL
  M:    Sumit Semwal <[email protected]>
  M:    Caleb Connolly <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/panel/lg,sw43408.yaml
  F:    drivers/gpu/drm/panel/panel-lg-sw43408.c
  
@@@ -7325,7 -7196,6 +7325,7 @@@ L:      [email protected]
  S:    Maintained
  T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/gpu/vkms.rst
 +F:    drivers/gpu/drm/ci/xfails/vkms*
  F:    drivers/gpu/drm/vkms/
  
  DRM DRIVER FOR VIRTUALBOX VIRTUAL GPU
@@@ -7607,7 -7477,6 +7607,7 @@@ L:      [email protected]
  S:    Maintained
  T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/st,stm32-ltdc.yaml
 +F:    Documentation/devicetree/bindings/display/st,stm32mp25-lvds.yaml
  F:    drivers/gpu/drm/stm
  
  DRM DRIVERS FOR TI KEYSTONE
@@@ -7649,9 -7518,8 +7649,9 @@@ F:      include/uapi/drm/v3d_drm.
  
  DRM DRIVERS FOR VC4
  M:    Maxime Ripard <[email protected]>
 +M:    Dave Stevenson <[email protected]>
 +R:    Raspberry Pi Kernel Maintenance <[email protected]>
  S:    Supported
 -T:    git git://github.com/anholt/linux
  T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/brcm,bcm2835-*.yaml
  F:    drivers/gpu/drm/vc4/
@@@ -7698,6 -7566,7 +7698,6 @@@ F:      include/drm/gpu_scheduler.
  DRM PANEL DRIVERS
  M:    Neil Armstrong <[email protected]>
  R:    Jessica Zhang <[email protected]>
 -R:    Sam Ravnborg <[email protected]>
  L:    [email protected]
  S:    Maintained
  T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
@@@ -8342,15 -8211,13 +8342,15 @@@ F:   rust/kernel/net/phy.r
  
  EXEC & BINFMT API, ELF
  R:    Eric Biederman <[email protected]>
 -R:    Kees Cook <keescook@chromium.org>
 +R:    Kees Cook <kees@kernel.org>
  L:    [email protected]
  S:    Supported
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/execve
  F:    Documentation/userspace-api/ELF.rst
  F:    fs/*binfmt_*.c
 +F:    fs/Kconfig.binfmt
  F:    fs/exec.c
 +F:    fs/exec_test.c
  F:    include/linux/binfmts.h
  F:    include/linux/elf.h
  F:    include/uapi/linux/binfmts.h
@@@ -8615,7 -8482,6 +8615,7 @@@ R:      Darrick J. Wong <[email protected]
  L:    [email protected]
  L:    [email protected]
  S:    Supported
 +F:    Documentation/filesystems/iomap/*
  F:    fs/iomap/
  F:    include/linux/iomap.h
  
@@@ -8746,7 -8612,7 +8746,7 @@@ S:      Maintaine
  F:    drivers/net/ethernet/nvidia/*
  
  FORTIFY_SOURCE
 -M:    Kees Cook <keescook@chromium.org>
 +M:    Kees Cook <kees@kernel.org>
  L:    [email protected]
  S:    Supported
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
@@@ -8842,7 -8708,7 +8842,7 @@@ FREESCALE DSPI DRIVE
  M:    Vladimir Oltean <[email protected]>
  L:    [email protected]
  S:    Maintained
 -F:    Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
 +F:    Documentation/devicetree/bindings/spi/fsl,dspi*.yaml
  F:    drivers/spi/spi-fsl-dspi.c
  F:    include/linux/spi/spi-fsl-dspi.h
  
@@@ -8943,14 -8809,14 +8943,14 @@@ M:   Madalin Bucur <[email protected]
  R:    Sean Anderson <[email protected]>
  L:    [email protected]
  S:    Maintained
 -F:    Documentation/devicetree/bindings/net/fsl-fman.txt
 +F:    Documentation/devicetree/bindings/net/fsl,fman*.yaml
  F:    drivers/net/ethernet/freescale/fman
  
  FREESCALE QORIQ PTP CLOCK DRIVER
  M:    Yangbo Lu <[email protected]>
  L:    [email protected]
  S:    Maintained
 -F:    Documentation/devicetree/bindings/ptp/ptp-qoriq.txt
 +F:    Documentation/devicetree/bindings/ptp/fsl,ptp.yaml
  F:    drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp*
  F:    drivers/net/ethernet/freescale/dpaa2/dprtc*
  F:    drivers/net/ethernet/freescale/enetc/enetc_ptp.c
@@@ -8967,7 -8833,6 +8967,7 @@@ F:      drivers/spi/spi-fsl-qspi.
  
  FREESCALE QUICC ENGINE LIBRARY
  M:    Qiang Zhao <[email protected]>
 +M:    Christophe Leroy <[email protected]>
  L:    [email protected]
  S:    Maintained
  F:    drivers/soc/fsl/qe/
@@@ -9017,10 -8882,9 +9017,10 @@@ S:    Maintaine
  F:    drivers/tty/serial/ucc_uart.c
  
  FREESCALE SOC DRIVERS
 +M:    Christophe Leroy <[email protected]>
  L:    [email protected]
  L:    [email protected] (moderated for non-subscribers)
 -S:    Orphan
 +S:    Maintained
  F:    Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml
  F:    Documentation/devicetree/bindings/soc/fsl/
  F:    drivers/soc/fsl/
@@@ -9045,16 -8909,6 +9045,16 @@@ S:    Maintaine
  F:    sound/soc/fsl/fsl*
  F:    sound/soc/fsl/imx*
  
 +FREESCALE SOC LPC32XX SOUND DRIVERS
 +M:    J.M.B. Downing <[email protected]>
 +M:    Piotr Wojtaszczyk <[email protected]>
 +R:    Vladimir Zapolskiy <[email protected]>
 +L:    [email protected] (moderated for non-subscribers)
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/sound/nxp,lpc3220-i2s.yaml
 +F:    sound/soc/fsl/lpc3xxx-*
 +
  FREESCALE SOC SOUND QMC DRIVER
  M:    Herve Codina <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
@@@ -9121,7 -8975,7 +9121,7 @@@ M:      Eddie James <[email protected]
  L:    [email protected]
  L:    [email protected] (moderated for non-subscribers)
  S:    Maintained
 -F:    Documentation/devicetree/bindings/i2c/i2c-fsi.txt
 +F:    Documentation/devicetree/bindings/i2c/ibm,i2c-fsi.yaml
  F:    drivers/i2c/busses/i2c-fsi.c
  
  FSI-ATTACHED SPI DRIVER
@@@ -9229,20 -9083,6 +9229,20 @@@ S:    Maintaine
  F:    Documentation/devicetree/bindings/media/i2c/galaxycore,gc0308.yaml
  F:    drivers/media/i2c/gc0308.c
  
 +GALAXYCORE GC05a2 CAMERA SENSOR DRIVER
 +M:    Zhi Mao <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/media/i2c/galaxycore,gc05a2.yaml
 +F:    drivers/media/i2c/gc05a2.c
 +
 +GALAXYCORE GC08A3 CAMERA SENSOR DRIVER
 +M:    Zhi Mao <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/media/i2c/galaxycore,gc08a3.yaml
 +F:    drivers/media/i2c/gc08a3.c
 +
  GALAXYCORE GC2145 SENSOR DRIVER
  M:    Alain Volmat <[email protected]>
  L:    [email protected]
@@@ -9262,7 -9102,7 +9262,7 @@@ F:      include/linux/mfd/gsc.
  F:    include/linux/platform_data/gsc_hwmon.h
  
  GCC PLUGINS
 -M:    Kees Cook <keescook@chromium.org>
 +M:    Kees Cook <kees@kernel.org>
  L:    [email protected]
  S:    Maintained
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
@@@ -9396,7 -9236,7 +9396,7 @@@ S:      Maintaine
  F:    drivers/input/touchscreen/resistive-adc-touch.c
  
  GENERIC STRING LIBRARY
 -M:    Kees Cook <keescook@chromium.org>
 +M:    Kees Cook <kees@kernel.org>
  R:    Andy Shevchenko <[email protected]>
  L:    [email protected]
  S:    Supported
@@@ -9751,11 -9591,11 +9751,11 @@@ S:   Maintaine
  F:    block/partitions/efi.*
  
  HABANALABS PCI DRIVER
 -M:    Oded Gabbay <[email protected]>
 +M:    Ofir Bitton <[email protected]>
  L:    [email protected]
  S:    Supported
  C:    irc://irc.oftc.net/dri-devel
 -T:    git https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux.git
 +T:    git https://github.com/HabanaAI/drivers.accel.habanalabs.kernel.git
  F:    Documentation/ABI/testing/debugfs-driver-habanalabs
  F:    Documentation/ABI/testing/sysfs-driver-habanalabs
  F:    drivers/accel/habanalabs/
@@@ -10813,7 -10653,7 +10813,7 @@@ F:   net/ieee802154
  F:    net/mac802154/
  
  Intel VIRTIO DATA PATH ACCELERATOR
 -M:    Zhu Lingshan <lingshan.zhu@intel.com>
 +M:    Zhu Lingshan <lingshan.zhu@kernel.org>
  L:    [email protected]
  S:    Supported
  F:    drivers/vdpa/ifcvf/
@@@ -10925,13 -10765,6 +10925,13 @@@ S: Maintaine
  F:    Documentation/devicetree/bindings/auxdisplay/img,ascii-lcd.yaml
  F:    drivers/auxdisplay/img-ascii-lcd.c
  
 +IMGTEC JPEG ENCODER DRIVER
 +M:    Devarsh Thakkar <[email protected]>
 +L:    [email protected]
 +S:    Supported
 +F:    Documentation/devicetree/bindings/media/img,e5010-jpeg-enc.yaml
 +F:    drivers/media/platform/imagination/e5010*
 +
  IMGTEC IR DECODER DRIVER
  S:    Orphan
  F:    drivers/media/rc/img-ir/
@@@ -11179,7 -11012,6 +11179,7 @@@ S:   Supporte
  F:    drivers/gpu/drm/i915/display/
  F:    drivers/gpu/drm/xe/display/
  F:    drivers/gpu/drm/xe/compat-i915-headers
 +F:    include/drm/intel/
  
  INTEL DRM I915 DRIVER (Meteor Lake, DG2 and older excluding Poulsbo, Moorestown and derivative)
  M:    Jani Nikula <[email protected]>
@@@ -11192,18 -11024,18 +11192,18 @@@ W:        https://drm.pages.freedesktop.org/in
  Q:    http://patchwork.freedesktop.org/project/intel-gfx/
  B:    https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html
  C:    irc://irc.oftc.net/intel-gfx
 -T:    git git://anongit.freedesktop.org/drm-intel
 +T:    git https://gitlab.freedesktop.org/drm/i915/kernel.git
  F:    Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon
  F:    Documentation/gpu/i915.rst
  F:    drivers/gpu/drm/ci/xfails/i915*
  F:    drivers/gpu/drm/i915/
 -F:    include/drm/i915*
 +F:    include/drm/intel/
  F:    include/uapi/drm/i915_drm.h
  
  INTEL DRM XE DRIVER (Lunar Lake and newer)
  M:    Lucas De Marchi <[email protected]>
 -M:    Oded Gabbay <[email protected]>
  M:    Thomas Hellström <[email protected]>
 +M:    Rodrigo Vivi <[email protected]>
  L:    [email protected]
  S:    Supported
  W:    https://drm.pages.freedesktop.org/intel-docs/
@@@ -11214,12 -11046,12 +11214,12 @@@ T:        git https://gitlab.freedesktop.org/d
  F:    Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon
  F:    Documentation/gpu/xe/
  F:    drivers/gpu/drm/xe/
 -F:    include/drm/xe*
 +F:    include/drm/intel/
  F:    include/uapi/drm/xe_drm.h
  
  INTEL ETHERNET DRIVERS
 -M:    Jesse Brandeburg <[email protected]>
  M:    Tony Nguyen <[email protected]>
 +M:    Przemek Kitszel <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
  S:    Supported
  W:    https://www.intel.com/content/www/us/en/support.html
@@@ -11234,7 -11066,7 +11234,7 @@@ F:   include/linux/net/intel/iidc.
  
  INTEL ETHERNET PROTOCOL DRIVER FOR RDMA
  M:    Mustafa Ismail <[email protected]>
 -M:    Shiraz Saleem <shiraz.saleem@intel.com>
 +M:    Tatyana Nikolova <tatyana.e.nikolova@intel.com>
  L:    [email protected]
  S:    Supported
  F:    drivers/infiniband/hw/irdma/
@@@ -11311,7 -11143,6 +11311,7 @@@ R:   Tony Luck <[email protected]
  S:    Maintained
  F:    drivers/platform/x86/intel/ifs
  F:    include/trace/events/intel_ifs.h
 +F:    tools/testing/selftests/drivers/platform/x86/intel/ifs/
  
  INTEL INTEGRATED SENSOR HUB DRIVER
  M:    Srinivas Pandruvada <[email protected]>
@@@ -11325,7 -11156,7 +11325,7 @@@ M:   David Woodhouse <[email protected]
  M:    Lu Baolu <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git
  F:    drivers/iommu/intel/
  
  INTEL IPU3 CSI-2 CIO2 DRIVER
@@@ -11678,7 -11509,6 +11678,7 @@@ M:   Jean-Baptiste Maneyrol <jmaneyrol@in
  L:    [email protected]
  S:    Maintained
  W:    https://invensense.tdk.com/
 +F:    Documentation/ABI/testing/sysfs-bus-iio-inv_icm42600
  F:    Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml
  F:    drivers/iio/imu/inv_icm42600/
  
@@@ -11699,7 -11529,7 +11699,7 @@@ IOMMU DMA-API LAYE
  M:    Robin Murphy <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git
  F:    drivers/iommu/dma-iommu.c
  F:    drivers/iommu/dma-iommu.h
  F:    drivers/iommu/iova.c
@@@ -11711,8 -11541,9 +11711,8 @@@ M:   Will Deacon <[email protected]
  R:    Robin Murphy <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git
  F:    Documentation/devicetree/bindings/iommu/
 -F:    Documentation/userspace-api/iommu.rst
  F:    drivers/iommu/
  F:    include/linux/iommu.h
  F:    include/linux/iova.h
@@@ -11739,7 -11570,7 +11739,7 @@@ F:   include/linux/iosys-map.
  
  IO_URING
  M:    Jens Axboe <[email protected]>
 -R:    Pavel Begunkov <[email protected]>
 +M:    Pavel Begunkov <[email protected]>
  L:    [email protected]
  S:    Maintained
  T:    git git://git.kernel.dk/linux-block
@@@ -12119,7 -11950,7 +12119,7 @@@ F:   scripts/package
  F:    usr/
  
  KERNEL HARDENING (not covered by other areas)
 -M:    Kees Cook <keescook@chromium.org>
 +M:    Kees Cook <kees@kernel.org>
  R:    Gustavo A. R. Silva <[email protected]>
  L:    [email protected]
  S:    Supported
@@@ -12130,7 -11961,6 +12130,7 @@@ F:   arch/*/configs/hardening.confi
  F:    include/linux/overflow.h
  F:    include/linux/randomize_kstack.h
  F:    kernel/configs/hardening.config
 +F:    lib/usercopy_kunit.c
  F:    mm/usercopy.c
  K:    \b(add|choose)_random_kstack_offset\b
  K:    \b__check_(object_size|heap_object)\b
@@@ -12150,7 -11980,7 +12150,7 @@@ R:   Dai Ngo <[email protected]
  R:    Tom Talpey <[email protected]>
  L:    [email protected]
  S:    Supported
 -W:    http://nfs.sourceforge.net/
 +B:    https://bugzilla.kernel.org
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git
  F:    Documentation/filesystems/nfs/
  F:    fs/lockd/
@@@ -12552,6 -12382,7 +12552,6 @@@ F:   drivers/video/backlight/ktz8866.
  
  KVM PARAVIRT (KVM/paravirt)
  M:    Paolo Bonzini <[email protected]>
 -R:    Wanpeng Li <[email protected]>
  R:    Vitaly Kuznetsov <[email protected]>
  L:    [email protected]
  S:    Supported
@@@ -12618,7 -12449,6 +12618,7 @@@ LANTIQ / INTEL Ethernet driver
  M:    Hauke Mehrtens <[email protected]>
  L:    [email protected]
  S:    Maintained
 +F:    Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml
  F:    drivers/net/dsa/lantiq_gswip.c
  F:    drivers/net/dsa/lantiq_pce.h
  F:    drivers/net/ethernet/lantiq_xrx200.c
@@@ -12648,7 -12478,7 +12648,7 @@@ F:   drivers/scsi/53c700
  
  LEAKING_ADDRESSES
  M:    Tycho Andersen <[email protected]>
 -R:    Kees Cook <keescook@chromium.org>
 +R:    Kees Cook <kees@kernel.org>
  L:    [email protected]
  S:    Maintained
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
@@@ -12659,7 -12489,7 +12659,7 @@@ M:   Pavel Machek <[email protected]
  M:    Lee Jones <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git
  F:    Documentation/devicetree/bindings/leds/
  F:    Documentation/leds/
  F:    drivers/leds/
@@@ -12924,6 -12754,7 +12924,6 @@@ F:   arch/powerpc/platforms/52xx
  LINUX FOR POWERPC EMBEDDED PPC4XX
  L:    [email protected]
  S:    Orphan
 -F:    arch/powerpc/platforms/40x/
  F:    arch/powerpc/platforms/44x/
  
  LINUX FOR POWERPC EMBEDDED PPC85XX
@@@ -12943,7 -12774,7 +12943,7 @@@ F:   arch/powerpc/platforms/8xx
  F:    arch/powerpc/platforms/83xx/
  
  LINUX KERNEL DUMP TEST MODULE (LKDTM)
 -M:    Kees Cook <keescook@chromium.org>
 +M:    Kees Cook <kees@kernel.org>
  S:    Maintained
  F:    drivers/misc/lkdtm/*
  F:    tools/testing/selftests/lkdtm/*
@@@ -13073,7 -12904,7 +13073,7 @@@ Q:   http://patchwork.linuxtv.org/project
  F:    drivers/media/usb/dvb-usb-v2/lmedm04*
  
  LOADPIN SECURITY MODULE
 -M:    Kees Cook <keescook@chromium.org>
 +M:    Kees Cook <kees@kernel.org>
  S:    Supported
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
  F:    Documentation/admin-guide/LSM/LoadPin.rst
@@@ -13137,7 -12968,6 +13137,7 @@@ F:   Documentation/arch/loongarch
  F:    Documentation/translations/zh_CN/arch/loongarch/
  F:    arch/loongarch/
  F:    drivers/*/*loongarch*
 +F:    drivers/cpufreq/loongson3_cpufreq.c
  
  LOONGSON GPIO DRIVER
  M:    Yinbo Zhu <[email protected]>
@@@ -13464,15 -13294,6 +13464,15 @@@ F: drivers/net/dsa/mv88e6xxx
  F:    include/linux/dsa/mv88e6xxx.h
  F:    include/linux/platform_data/mv88e6xxx.h
  
 +MARVELL 88PM886 PMIC DRIVER
 +M:    Karel Balej <[email protected]>
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/mfd/marvell,88pm886-a1.yaml
 +F:    drivers/input/misc/88pm886-onkey.c
 +F:    drivers/mfd/88pm886.c
 +F:    drivers/regulators/88pm886-regulator.c
 +F:    include/linux/mfd/88pm886.h
 +
  MARVELL ARMADA 3700 PHY DRIVERS
  M:    Miquel Raynal <[email protected]>
  S:    Maintained
@@@ -13638,16 -13459,6 +13638,16 @@@ S: Supporte
  F:    Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml
  F:    drivers/mmc/host/sdhci-xenon*
  
 +MARVELL OCTEON CN10K DPI DRIVER
 +M:    Vamsi Attunuru <[email protected]>
 +S:    Supported
 +F:    drivers/misc/mrvl_cn10k_dpi.c
 +
 +MARVELL OCTEON ENDPOINT VIRTIO DATA PATH ACCELERATOR
 +R:    [email protected]
 +R:    [email protected]
 +F:    drivers/vdpa/octeon_ep/
 +
  MATROX FRAMEBUFFER DRIVER
  L:    [email protected]
  S:    Orphan
@@@ -13702,20 -13513,6 +13702,20 @@@ S: Maintaine
  F:    Documentation/devicetree/bindings/media/i2c/maxim,max96712.yaml
  F:    drivers/staging/media/max96712/max96712.c
  
 +MAX96714 GMSL2 DESERIALIZER DRIVER
 +M:    Julien Massot <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/media/i2c/maxim,max96714.yaml
 +F:    drivers/media/i2c/max96714.c
 +
 +MAX96717 GMSL2 SERIALIZER DRIVER
 +M:    Julien Massot <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml
 +F:    drivers/media/i2c/max96717.c
 +
  MAX9860 MONO AUDIO VOICE CODEC DRIVER
  M:    Peter Rosin <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
@@@ -14677,7 -14474,7 +14677,7 @@@ MEMORY MAPPIN
  M:    Andrew Morton <[email protected]>
  R:    Liam R. Howlett <[email protected]>
  R:    Vlastimil Babka <[email protected]>
 -R:    Lorenzo Stoakes <lstoakes@gmail.com>
 +R:    Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
  L:    [email protected]
  S:    Maintained
  W:    http://www.linux-mm.org
@@@ -14771,13 -14568,6 +14771,13 @@@ T: git git://linuxtv.org/media_tree.gi
  F:    Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml
  F:    drivers/staging/media/meson/vdec/
  
 +META ETHERNET DRIVERS
 +M:    Alexander Duyck <[email protected]>
 +M:    Jakub Kicinski <[email protected]>
 +R:    [email protected]
 +S:    Supported
 +F:    drivers/net/ethernet/meta/
 +
  METHODE UDPU SUPPORT
  M:    Robert Marko <[email protected]>
  S:    Maintained
@@@ -15059,7 -14849,6 +15059,7 @@@ MICROCHIP SOC DRIVER
  M:    Conor Dooley <[email protected]>
  S:    Supported
  T:    git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
 +F:    Documentation/devicetree/bindings/soc/microchip/
  F:    drivers/soc/microchip/
  
  MICROCHIP SPI DRIVER
@@@ -15406,9 -15195,14 +15406,14 @@@ M: Théo Lebrun <[email protected]
  L:    [email protected]
  S:    Maintained
  F:    Documentation/devicetree/bindings/mips/mobileye.yaml
+ F:    Documentation/devicetree/bindings/soc/mobileye/
  F:    arch/mips/boot/dts/mobileye/
  F:    arch/mips/configs/eyeq5_defconfig
  F:    arch/mips/mobileye/board-epm5.its.S
+ F:    drivers/clk/clk-eyeq.c
+ F:    drivers/pinctrl/pinctrl-eyeq5.c
+ F:    drivers/reset/reset-eyeq.c
+ F:    include/dt-bindings/clock/mobileye,eyeq5-clk.h
  
  MODULE SUPPORT
  M:    Luis Chamberlain <[email protected]>
@@@ -15467,27 -15261,6 +15472,27 @@@ S: Maintaine
  F:    Documentation/devicetree/bindings/leds/backlight/mps,mp3309c.yaml
  F:    drivers/video/backlight/mp3309c.c
  
 +MPS MP2891 DRIVER
 +M:    Noah Wang <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/hwmon/mp2891.rst
 +F:    drivers/hwmon/pmbus/mp2891.c
 +
 +MPS MP2993 DRIVER
 +M:    Noah Wang <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/hwmon/mp2993.rst
 +F:    drivers/hwmon/pmbus/mp2993.c
 +
 +MPS MP9941 DRIVER
 +M:    Noah Wang <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/hwmon/mp9941.rst
 +F:    drivers/hwmon/pmbus/mp9941.c
 +
  MR800 AVERMEDIA USB FM RADIO DRIVER
  M:    Alexey Klimov <[email protected]>
  L:    [email protected]
@@@ -15982,7 -15755,7 +15987,7 @@@ B:   https://github.com/multipath-tcp/mpt
  T:    git https://github.com/multipath-tcp/mptcp_net-next.git export-net
  T:    git https://github.com/multipath-tcp/mptcp_net-next.git export
  F:    Documentation/netlink/specs/mptcp_pm.yaml
 -F:    Documentation/networking/mptcp-sysctl.rst
 +F:    Documentation/networking/mptcp*.rst
  F:    include/net/mptcp.h
  F:    include/trace/events/mptcp.h
  F:    include/uapi/linux/mptcp*.h
@@@ -15999,13 -15772,8 +16004,13 @@@ F: include/linux/tcp.
  F:    include/net/tcp.h
  F:    include/trace/events/tcp.h
  F:    include/uapi/linux/tcp.h
 +F:    net/ipv4/inet_connection_sock.c
 +F:    net/ipv4/inet_hashtables.c
 +F:    net/ipv4/inet_timewait_sock.c
  F:    net/ipv4/syncookies.c
  F:    net/ipv4/tcp*.c
 +F:    net/ipv6/inet6_connection_sock.c
 +F:    net/ipv6/inet6_hashtables.c
  F:    net/ipv6/syncookies.c
  F:    net/ipv6/tcp*.c
  
@@@ -16062,7 -15830,7 +16067,7 @@@ F:   drivers/nfc/virtual_ncidev.
  F:    tools/testing/selftests/nci/
  
  NFS, SUNRPC, AND LOCKD CLIENTS
 -M:    Trond Myklebust <trond[email protected]>
 +M:    Trond Myklebust <trond[email protected]>
  M:    Anna Schumaker <[email protected]>
  L:    [email protected]
  S:    Maintained
@@@ -16432,7 -16200,7 +16437,7 @@@ NXP SGTL5000 DRIVE
  M:    Fabio Estevam <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
  S:    Maintained
 -F:    Documentation/devicetree/bindings/sound/sgtl5000.yaml
 +F:    Documentation/devicetree/bindings/sound/fsl,sgtl5000.yaml
  F:    sound/soc/codecs/sgtl5000*
  
  NXP SJA1105 ETHERNET SWITCH DRIVER
@@@ -16567,6 -16335,7 +16572,6 @@@ S:   Maintaine
  F:    arch/arm/*omap*/*clock*
  
  OMAP DEVICE TREE SUPPORT
 -M:    Benoît Cousson <[email protected]>
  M:    Tony Lindgren <[email protected]>
  L:    [email protected]
  L:    [email protected]
@@@ -16621,6 -16390,7 +16626,6 @@@ S:   Maintaine
  F:    arch/arm/mach-omap2/omap_hwmod*data*
  
  OMAP HWMOD SUPPORT
 -M:    Benoît Cousson <[email protected]>
  M:    Paul Walmsley <[email protected]>
  L:    [email protected]
  S:    Maintained
@@@ -16682,7 -16452,7 +16687,7 @@@ F:   arch/arm/boot/dts/ti/omap/am335x-nan
  OMAP1 SUPPORT
  M:    Aaro Koskinen <[email protected]>
  M:    Janusz Krzysztofik <[email protected]>
 -M:    Tony Lindgren <[email protected]>
 +R:    Tony Lindgren <[email protected]>
  L:    [email protected]
  S:    Maintained
  Q:    http://patchwork.kernel.org/project/linux-omap/list/
@@@ -16694,13 -16464,10 +16699,13 @@@ F:        include/linux/platform_data/ams-delt
  F:    include/linux/platform_data/i2c-omap.h
  
  OMAP2+ SUPPORT
 +M:    Aaro Koskinen <[email protected]>
 +M:    Andreas Kemnade <[email protected]>
 +M:    Kevin Hilman <[email protected]>
 +M:    Roger Quadros <[email protected]>
  M:    Tony Lindgren <[email protected]>
  L:    [email protected]
  S:    Maintained
 -W:    http://www.muru.com/linux/omap/
  W:    http://linux.omap.com/
  Q:    http://patchwork.kernel.org/project/linux-omap/list/
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
@@@ -17455,14 -17222,6 +17460,14 @@@ S: Maintaine
  F:    Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt
  F:    drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c
  
 +PCI DRIVER FOR PLDA PCIE IP
 +M:    Daire McNamara <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/pci/plda,xpressrich3-axi-common.yaml
 +F:    drivers/pci/controller/plda/pcie-plda-host.c
 +F:    drivers/pci/controller/plda/pcie-plda.h
 +
  PCI DRIVER FOR RENESAS R-CAR
  M:    Marek Vasut <[email protected]>
  M:    Yoshihiro Shimoda <[email protected]>
@@@ -17595,14 -17354,6 +17600,14 @@@ F: Documentation/driver-api/pci/p2pdma.
  F:    drivers/pci/p2pdma.c
  F:    include/linux/pci-p2pdma.h
  
 +PCI POWER CONTROL
 +M:    Bartosz Golaszewski <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
 +F:    drivers/pci/pwrctl/*
 +F:    include/linux/pci-pwrctl.h
 +
  PCI SUBSYSTEM
  M:    Bjorn Helgaas <[email protected]>
  L:    [email protected]
@@@ -17701,7 -17452,7 +17706,7 @@@ M:   Daire McNamara <daire.mcnamara@micro
  L:    [email protected]
  S:    Supported
  F:    Documentation/devicetree/bindings/pci/microchip*
 -F:    drivers/pci/controller/*microchip*
 +F:    drivers/pci/controller/plda/*microchip*
  
  PCIE DRIVER FOR QUALCOMM MSM
  M:    Manivannan Sadhasivam <[email protected]>
  S:    Maintained
  F:    drivers/pci/controller/dwc/*spear*
  
 +PCIE DRIVER FOR STARFIVE JH71x0
 +M:    Kevin Xie <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/pci/starfive,jh7110-pcie.yaml
 +F:    drivers/pci/controller/plda/pcie-starfive.c
 +
  PCIE ENDPOINT DRIVER FOR QUALCOMM
  M:    Manivannan Sadhasivam <[email protected]>
  L:    [email protected]
@@@ -17793,6 -17537,7 +17798,6 @@@ F:   include/linux/peci.
  PENSANDO ETHERNET DRIVERS
  M:    Shannon Nelson <[email protected]>
  M:    Brett Creeley <[email protected]>
 -M:    [email protected]
  L:    [email protected]
  S:    Supported
  F:    Documentation/networking/device_drivers/ethernet/pensando/ionic.rst
@@@ -18150,14 -17895,6 +18155,14 @@@ F: include/linux/pm_
  F:    include/linux/powercap.h
  F:    kernel/configs/nopm.config
  
 +POWER SEQUENCING
 +M:    Bartosz Golaszewski <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
 +F:    drivers/power/sequencing/
 +F:    include/linux/pwrseq/
 +
  POWER STATE COORDINATION INTERFACE (PSCI)
  M:    Mark Rutland <[email protected]>
  M:    Lorenzo Pieralisi <[email protected]>
@@@ -18264,7 -18001,7 +18269,7 @@@ F:   tools/testing/selftests/proc
  
  PROC SYSCTL
  M:    Luis Chamberlain <[email protected]>
 -M:    Kees Cook <keescook@chromium.org>
 +M:    Kees Cook <kees@kernel.org>
  M:    Joel Granados <[email protected]>
  L:    [email protected]
  L:    [email protected]
@@@ -18320,7 -18057,7 +18325,7 @@@ F:   Documentation/devicetree/bindings/ne
  F:    drivers/net/pse-pd/
  
  PSTORE FILESYSTEM
 -M:    Kees Cook <keescook@chromium.org>
 +M:    Kees Cook <kees@kernel.org>
  R:    Tony Luck <[email protected]>
  R:    Guilherme G. Piccoli <[email protected]>
  L:    [email protected]
@@@ -18478,7 -18215,6 +18483,7 @@@ QCOM AUDIO (ASoC) DRIVER
  M:    Srinivas Kandagatla <[email protected]>
  M:    Banajit Goswami <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
 +L:    [email protected]
  S:    Supported
  F:    Documentation/devicetree/bindings/soc/qcom/qcom,apr*
  F:    Documentation/devicetree/bindings/sound/qcom,*
@@@ -18643,7 -18379,7 +18648,7 @@@ M:   Jeff Johnson <[email protected]
  L:    [email protected]
  S:    Supported
  W:    https://wireless.wiki.kernel.org/en/users/Drivers/ath12k
 -T:    git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git
  F:    drivers/net/wireless/ath/ath12k/
  N:    ath12k
  
@@@ -18653,7 -18389,7 +18658,7 @@@ M:   Jeff Johnson <[email protected]
  L:    [email protected]
  S:    Supported
  W:    https://wireless.wiki.kernel.org/en/users/Drivers/ath10k
 -T:    git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git
  F:    drivers/net/wireless/ath/ath10k/
  N:    ath10k
  
  S:    Supported
  W:    https://wireless.wiki.kernel.org/en/users/Drivers/ath11k
  B:    https://wireless.wiki.kernel.org/en/users/Drivers/ath11k/bugreport
 -T:    git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git
  F:    drivers/net/wireless/ath/ath11k/
  N:    ath11k
  
@@@ -18673,7 -18409,7 +18678,7 @@@ M:   Toke Høiland-Jørgensen <toke@toke.
  L:    [email protected]
  S:    Maintained
  W:    https://wireless.wiki.kernel.org/en/users/Drivers/ath9k
 -T:    git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git
  F:    Documentation/devicetree/bindings/net/wireless/qca,ath9k.yaml
  F:    drivers/net/wireless/ath/ath9k/
  
@@@ -18766,7 -18502,6 +18771,7 @@@ QUALCOMM FASTRPC DRIVE
  M:    Srinivas Kandagatla <[email protected]>
  M:    Amol Maheshwari <[email protected]>
  L:    [email protected]
 +L:    [email protected]
  S:    Maintained
  F:    Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
  F:    drivers/misc/fastrpc.c
@@@ -18873,14 -18608,6 +18878,14 @@@ F: Documentation/networking/device_driv
  F:    drivers/net/ethernet/qualcomm/rmnet/
  F:    include/linux/if_rmnet.h
  
 +QUALCOMM TRUST ZONE MEMORY ALLOCATOR
 +M:    Bartosz Golaszewski <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    drivers/firmware/qcom/qcom_tzmem.c
 +F:    drivers/firmware/qcom/qcom_tzmem.h
 +F:    include/linux/firmware/qcom/qcom_tzmem.h
 +
  QUALCOMM TSENS THERMAL DRIVER
  M:    Amit Kucheria <[email protected]>
  M:    Thara Gopinath <[email protected]>
@@@ -18926,7 -18653,7 +18931,7 @@@ F:   drivers/net/wireless/quantenn
  RADEON and AMDGPU DRM DRIVERS
  M:    Alex Deucher <[email protected]>
  M:    Christian König <[email protected]>
 -M:    Pan, Xinhui <[email protected]>
 +M:    Xinhui Pan <[email protected]>
  L:    [email protected]
  S:    Supported
  B:    https://gitlab.freedesktop.org/drm/amd/-/issues
  S:    Maintained
  F:    drivers/ras/amd/fmpm.c
  
 +RASPBERRY PI PISP BACK END
 +M:    Jacopo Mondi <[email protected]>
 +L:    Raspberry Pi Kernel Maintenance <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml
 +F:    drivers/media/platform/raspberrypi/pisp_be/
 +F:    include/uapi/linux/media/raspberrypi/
 +
  RC-CORE / LIRC FRAMEWORK
  M:    Sean Young <[email protected]>
  L:    [email protected]
@@@ -19153,7 -18871,6 +19158,7 @@@ M:   Neeraj Upadhyay <neeraj.upadhyay@ker
  M:    Joel Fernandes <[email protected]>
  M:    Josh Triplett <[email protected]>
  M:    Boqun Feng <[email protected]>
 +M:    Uladzislau Rezki <[email protected]>
  R:    Steven Rostedt <[email protected]>
  R:    Mathieu Desnoyers <[email protected]>
  R:    Lai Jiangshan <[email protected]>
@@@ -19184,6 -18901,7 +19189,6 @@@ F:   include/uapi/linux/rtc.
  F:    tools/testing/selftests/rtc/
  
  Real-time Linux Analysis (RTLA) tools
 -M:    Daniel Bristot de Oliveira <[email protected]>
  M:    Steven Rostedt <[email protected]>
  L:    [email protected]
  S:    Maintained
@@@ -19318,14 -19036,6 +19323,14 @@@ F: drivers/net/ethernet/renesas/Makefil
  F:    drivers/net/ethernet/renesas/rcar_gen4*
  F:    drivers/net/ethernet/renesas/rswitch*
  
 +RENESAS ETHERNET TSN DRIVER
 +M:    Niklas Söderlund <[email protected]>
 +L:    [email protected]
 +L:    [email protected]
 +S:    Supported
 +F:    Documentation/devicetree/bindings/net/renesas,ethertsn.yaml
 +F:    drivers/net/ethernet/renesas/rtsn.*
 +
  RENESAS IDT821034 ASoC CODEC
  M:    Herve Codina <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
  S:    Supported
  F:    Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml
  F:    Documentation/devicetree/bindings/thermal/rcar-thermal.yaml
 -F:    drivers/thermal/rcar_gen3_thermal.c
 -F:    drivers/thermal/rcar_thermal.c
 +F:    drivers/thermal/renesas/rcar_gen3_thermal.c
 +F:    drivers/thermal/renesas/rcar_thermal.c
  
  RENESAS RIIC DRIVER
  M:    Chris Brandt <[email protected]>
@@@ -19578,7 -19288,7 +19583,7 @@@ F:   drivers/clk/microchip/clk-mpfs*.
  F:    drivers/firmware/microchip/mpfs-auto-update.c
  F:    drivers/i2c/busses/i2c-microchip-corei2c.c
  F:    drivers/mailbox/mailbox-mpfs.c
 -F:    drivers/pci/controller/pcie-microchip-host.c
 +F:    drivers/pci/controller/plda/pcie-microchip-host.c
  F:    drivers/pwm/pwm-microchip-core.c
  F:    drivers/reset/reset-mpfs.c
  F:    drivers/rtc/rtc-mpfs.c
@@@ -19599,7 -19309,6 +19604,7 @@@ F:   arch/riscv/boot/dts
  X:    arch/riscv/boot/dts/allwinner/
  X:    arch/riscv/boot/dts/renesas/
  X:    arch/riscv/boot/dts/sophgo/
 +X:    arch/riscv/boot/dts/thead/
  
  RISC-V PMU DRIVERS
  M:    Atish Patra <[email protected]>
@@@ -19611,16 -19320,12 +19616,16 @@@ F:        drivers/perf/riscv_pmu_legacy.
  F:    drivers/perf/riscv_pmu_sbi.c
  
  RISC-V THEAD SoC SUPPORT
 -M:    Jisheng Zhang <[email protected]>
 +M:    Drew Fustini <[email protected]>
  M:    Guo Ren <[email protected]>
  M:    Fu Wei <[email protected]>
  L:    [email protected]
  S:    Maintained
 +T:    git https://github.com/pdp7/linux.git
 +F:    Documentation/devicetree/bindings/clock/thead,th1520-clk-ap.yaml
  F:    arch/riscv/boot/dts/thead/
 +F:    drivers/clk/thead/clk-th1520-ap.c
 +F:    include/dt-bindings/clock/thead,th1520-clk-ap.h
  
  RNBD BLOCK DRIVERS
  M:    Md. Haris Iqbal <[email protected]>
@@@ -19744,21 -19449,17 +19749,21 @@@ F:        drivers/gpio/gpio-bd71828.
  F:    drivers/mfd/rohm-bd71828.c
  F:    drivers/mfd/rohm-bd718x7.c
  F:    drivers/mfd/rohm-bd9576.c
 +F:    drivers/mfd/rohm-bd96801.c
  F:    drivers/regulator/bd71815-regulator.c
  F:    drivers/regulator/bd71828-regulator.c
  F:    drivers/regulator/bd718x7-regulator.c
  F:    drivers/regulator/bd9576-regulator.c
 +F:    drivers/regulator/bd96801-regulator.c
  F:    drivers/regulator/rohm-regulator.c
  F:    drivers/rtc/rtc-bd70528.c
  F:    drivers/watchdog/bd9576_wdt.c
 +F:    drivers/watchdog/bd96801_wdt.c
  F:    include/linux/mfd/rohm-bd71815.h
  F:    include/linux/mfd/rohm-bd71828.h
  F:    include/linux/mfd/rohm-bd718x7.h
  F:    include/linux/mfd/rohm-bd957x.h
 +F:    include/linux/mfd/rohm-bd96801.h
  F:    include/linux/mfd/rohm-generic.h
  F:    include/linux/mfd/rohm-shared.h
  
@@@ -19813,6 -19514,7 +19818,6 @@@ F:   drivers/net/wireless/realtek/rtl818x
  
  RTL8187 WIRELESS DRIVER
  M:    Hin-Tak Leung <[email protected]>
 -M:    Larry Finger <[email protected]>
  L:    [email protected]
  S:    Maintained
  T:    git https://github.com/pkshih/rtw.git
@@@ -19833,6 -19535,7 +19838,6 @@@ S:   Maintaine
  F:    drivers/infiniband/ulp/rtrs/
  
  RUNTIME VERIFICATION (RV)
 -M:    Daniel Bristot de Oliveira <[email protected]>
  M:    Steven Rostedt <[email protected]>
  L:    [email protected]
  S:    Maintained
@@@ -20227,6 -19930,7 +20232,6 @@@ R:   Dietmar Eggemann <dietmar.eggemann@a
  R:    Steven Rostedt <[email protected]> (SCHED_FIFO/SCHED_RR)
  R:    Ben Segall <[email protected]> (CONFIG_CFS_BANDWIDTH)
  R:    Mel Gorman <[email protected]> (CONFIG_NUMA_BALANCING)
 -R:    Daniel Bristot de Oliveira <[email protected]> (SCHED_DEADLINE)
  R:    Valentin Schneider <[email protected]> (TOPOLOGY)
  L:    [email protected]
  S:    Maintained
@@@ -20237,14 -19941,6 +20242,14 @@@ F: include/linux/wait.
  F:    include/uapi/linux/sched.h
  F:    kernel/sched/
  
 +SCIOSENSE ENS160 MULTI-GAS SENSOR DRIVER
 +M:    Gustavo Silva <[email protected]>
 +S:    Maintained
 +F:    drivers/iio/chemical/ens160_core.c
 +F:    drivers/iio/chemical/ens160_i2c.c
 +F:    drivers/iio/chemical/ens160_spi.c
 +F:    drivers/iio/chemical/ens160.h
 +
  SCSI LIBSAS SUBSYSTEM
  R:    John Garry <[email protected]>
  R:    Jason Yan <[email protected]>
@@@ -20367,7 -20063,7 +20372,7 @@@ F:   drivers/media/cec/platform/seco/seco
  F:    drivers/media/cec/platform/seco/seco-cec.h
  
  SECURE COMPUTING
 -M:    Kees Cook <keescook@chromium.org>
 +M:    Kees Cook <kees@kernel.org>
  R:    Andy Lutomirski <[email protected]>
  R:    Will Drewry <[email protected]>
  S:    Supported
@@@ -20407,7 -20103,6 +20412,7 @@@ SECURE DIGITAL HOST CONTROLLER INTERFAC
  M:    Haibo Chen <[email protected]>
  L:    [email protected]
  L:    [email protected]
 +L:    [email protected]
  S:    Maintained
  F:    drivers/mmc/host/sdhci-esdhc-imx.c
  
@@@ -21016,6 -20711,7 +21021,6 @@@ F:   include/uapi/rdma/rdma_user_rxe.
  
  SOFTLOGIC 6x10 MPEG CODEC
  M:    Bluecherry Maintainers <[email protected]>
 -M:    Anton Sviridenko <[email protected]>
  M:    Andrey Utkin <[email protected]>
  M:    Ismael Luceno <[email protected]>
  L:    [email protected]
@@@ -21111,7 -20807,7 +21116,7 @@@ M:   Sakari Ailus <[email protected]
  L:    [email protected]
  S:    Maintained
  T:    git git://linuxtv.org/media_tree.git
 -F:    Documentation/devicetree/bindings/media/i2c/imx258.yaml
 +F:    Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml
  F:    drivers/media/i2c/imx258.c
  
  SONY IMX274 SENSOR DRIVER
@@@ -21122,15 -20818,6 +21127,15 @@@ T: git git://linuxtv.org/media_tree.gi
  F:    Documentation/devicetree/bindings/media/i2c/sony,imx274.yaml
  F:    drivers/media/i2c/imx274.c
  
 +SONY IMX283 SENSOR DRIVER
 +M:    Kieran Bingham <[email protected]>
 +M:    Umang Jain <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +T:    git git://linuxtv.org/media_tree.git
 +F:    Documentation/devicetree/bindings/media/i2c/sony,imx283.yaml
 +F:    drivers/media/i2c/imx283.c
 +
  SONY IMX290 SENSOR DRIVER
  M:    Manivannan Sadhasivam <[email protected]>
  L:    [email protected]
  S:    Maintained
  T:    git git://linuxtv.org/media_tree.git
  F:    Documentation/devicetree/bindings/media/i2c/st,st-vgxy61.yaml
 -F:    Documentation/userspace-api/media/drivers/st-vgxy61.rst
 -F:    drivers/media/i2c/st-vgxy61.c
 +F:    Documentation/userspace-api/media/drivers/vgxy61.rst
 +F:    drivers/media/i2c/vgxy61.c
  
  ST VL53L0X ToF RANGER(I2C) IIO DRIVER
  M:    Song Qiang <[email protected]>
@@@ -21565,6 -21252,7 +21570,6 @@@ W:   http://wiki.laptop.org/go/DCO
  F:    drivers/staging/olpc_dcon/
  
  STAGING - REALTEK RTL8712U DRIVERS
 -M:    Larry Finger <[email protected]>
  M:    Florian Schilhabel <[email protected]>.
  S:    Odd Fixes
  F:    drivers/staging/rtl8712/
@@@ -21598,9 -21286,9 +21603,9 @@@ F:   drivers/staging
  
  STANDALONE CACHE CONTROLLER DRIVERS
  M:    Conor Dooley <[email protected]>
 -L:    [email protected]
  S:    Maintained
  T:    git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
 +F:    Documentation/devicetree/bindings/cache/
  F:    drivers/cache
  
  STARFIRE/DURALAN NETWORK DRIVER
@@@ -22113,7 -21801,6 +22118,7 @@@ F:   drivers/mfd/syscon.
  SYSTEM CONTROL & POWER/MANAGEMENT INTERFACE (SCPI/SCMI) Message Protocol drivers
  M:    Sudeep Holla <[email protected]>
  R:    Cristian Marussi <[email protected]>
 +L:    [email protected]
  L:    [email protected] (moderated for non-subscribers)
  S:    Maintained
  F:    Documentation/devicetree/bindings/firmware/arm,sc[mp]i.yaml
@@@ -22456,13 -22143,7 +22461,13 @@@ TEHUTI ETHERNET DRIVE
  M:    Andy Gospodarek <[email protected]>
  L:    [email protected]
  S:    Supported
 -F:    drivers/net/ethernet/tehuti/*
 +F:    drivers/net/ethernet/tehuti/tehuti.*
 +
 +TEHUTI TN40XX ETHERNET DRIVER
 +M:    FUJITA Tomonori <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    drivers/net/ethernet/tehuti/tn40*
  
  TELECOM CLOCK DRIVER FOR MCPL0010
  M:    Mark Gross <[email protected]>
@@@ -22498,13 -22179,13 +22503,13 @@@ M:        Baojun Xu <[email protected]
  L:    [email protected] (moderated for non-subscribers)
  S:    Maintained
  F:    Documentation/devicetree/bindings/sound/tas2552.txt
 -F:    Documentation/devicetree/bindings/sound/tas2562.yaml
 -F:    Documentation/devicetree/bindings/sound/tas2770.yaml
 -F:    Documentation/devicetree/bindings/sound/tas27xx.yaml
 +F:    Documentation/devicetree/bindings/sound/ti,tas2562.yaml
 +F:    Documentation/devicetree/bindings/sound/ti,tas2770.yaml
 +F:    Documentation/devicetree/bindings/sound/ti,tas27xx.yaml
  F:    Documentation/devicetree/bindings/sound/ti,pcm1681.yaml
  F:    Documentation/devicetree/bindings/sound/ti,pcm3168a.yaml
  F:    Documentation/devicetree/bindings/sound/ti,tlv320*.yaml
 -F:    Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
 +F:    Documentation/devicetree/bindings/sound/ti,tlv320adcx140.yaml
  F:    Documentation/devicetree/bindings/sound/tlv320aic31xx.txt
  F:    Documentation/devicetree/bindings/sound/tpa6130a2.txt
  F:    include/sound/tas2*.h
@@@ -22702,14 -22383,6 +22707,14 @@@ M: Robert Richter <[email protected]
  S:    Odd Fixes
  F:    drivers/gpio/gpio-thunderx.c
  
 +TI ADS1119 ADC DRIVER
 +M:    Francesco Dolcini <[email protected]>
 +M:    João Paulo Gonçalves <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/iio/adc/ti,ads1119.yaml
 +F:    drivers/iio/adc/ti-ads1119.c
 +
  TI ADS7924 ADC DRIVER
  M:    Hugo Villeneuve <[email protected]>
  L:    [email protected]
  L:    [email protected] (moderated for non-subscribers)
  S:    Maintained
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
 +F:    Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
  F:    drivers/pmdomain/ti/omap_prm.c
  F:    drivers/soc/ti/*
  
  S:    Supported
  F:    drivers/mmc/host/renesas_sdhi*
  F:    drivers/mmc/host/tmio_mmc*
 -F:    include/linux/mfd/tmio.h
 +F:    include/linux/platform_data/tmio.h
  
  TMP513 HARDWARE MONITOR DRIVER
  M:    Eric Tremblay <[email protected]>
@@@ -23079,7 -22751,7 +23084,7 @@@ M:   Jarkko Sakkinen <[email protected]
  R:    Jason Gunthorpe <[email protected]>
  L:    [email protected]
  S:    Maintained
 -W:    https://gitlab.com/jarkkojs/linux-tpmdd-test
 +W:    https://codeberg.org/jarkko/linux-tpmdd-test
  Q:    https://patchwork.kernel.org/project/linux-integrity/list/
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
  F:    Documentation/devicetree/bindings/tpm/
@@@ -23141,6 -22813,7 +23146,6 @@@ F:   kernel/trace/trace_mmiotrace.
  
  TRACING OS NOISE / LATENCY TRACERS
  M:    Steven Rostedt <[email protected]>
 -M:    Daniel Bristot de Oliveira <[email protected]>
  S:    Maintained
  F:    Documentation/trace/hwlat_detector.rst
  F:    Documentation/trace/osnoise-tracer.rst
@@@ -23241,6 -22914,7 +23246,6 @@@ F:   tools/testing/selftests/turbostat
  
  TW5864 VIDEO4LINUX DRIVER
  M:    Bluecherry Maintainers <[email protected]>
 -M:    Anton Sviridenko <[email protected]>
  M:    Andrey Utkin <[email protected]>
  M:    Andrey Utkin <[email protected]>
  L:    [email protected]
@@@ -23303,7 -22977,7 +23308,7 @@@ F:   drivers/block/ublk_drv.
  F:    include/uapi/linux/ublk_cmd.h
  
  UBSAN
 -M:    Kees Cook <keescook@chromium.org>
 +M:    Kees Cook <kees@kernel.org>
  R:    Marco Elver <[email protected]>
  R:    Andrey Konovalov <[email protected]>
  R:    Andrey Ryabinin <[email protected]>
@@@ -23440,19 -23114,6 +23445,19 @@@ F: drivers/mtd/ubi
  F:    include/linux/mtd/ubi.h
  F:    include/uapi/mtd/ubi-user.h
  
 +UPROBES
 +M:    Masami Hiramatsu <[email protected]>
 +M:    Oleg Nesterov <[email protected]>
 +M:    Peter Zijlstra <[email protected]>
 +L:    [email protected]
 +L:    [email protected]
 +S:    Maintained
 +F:    arch/*/include/asm/uprobes.h
 +F:    arch/*/kernel/probes/uprobes.c
 +F:    arch/*/kernel/uprobes.c
 +F:    include/linux/uprobes.h
 +F:    kernel/events/uprobes.c
 +
  USB "USBNET" DRIVER FRAMEWORK
  M:    Oliver Neukum <[email protected]>
  L:    [email protected]
@@@ -23870,7 -23531,7 +23875,7 @@@ F:   drivers/media/i2c/mt
  F:    drivers/media/i2c/og*
  F:    drivers/media/i2c/ov*
  F:    drivers/media/i2c/s5*
 -F:    drivers/media/i2c/st-vgxy61.c
 +F:    drivers/media/i2c/vgxy61.c
  
  VF610 NAND DRIVER
  M:    Stefan Agner <[email protected]>
@@@ -23989,6 -23650,12 +23994,6 @@@ M:  Kevin Brace <kevinbrace@bracecompute
  S:    Maintained
  F:    drivers/net/ethernet/via/via-rhine.c
  
 -VIA SD/MMC CARD CONTROLLER DRIVER
 -M:    Bruce Chang <[email protected]>
 -M:    Harald Welte <[email protected]>
 -S:    Maintained
 -F:    drivers/mmc/host/via-sdmmc.c
 -
  VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
  M:    Florian Tobias Schandinat <[email protected]>
  L:    [email protected]
@@@ -24201,8 -23868,8 +24206,8 @@@ S:   Maintaine
  F:    drivers/vhost/scsi.c
  
  VIRTIO I2C DRIVER
 -M:    Conghui Chen <[email protected]>
  M:    Viresh Kumar <[email protected]>
 +R:    "Chen, Jian Jun" <[email protected]>
  L:    [email protected]
  L:    [email protected]
  S:    Maintained
@@@ -24312,6 -23979,7 +24317,6 @@@ VMALLO
  M:    Andrew Morton <[email protected]>
  R:    Uladzislau Rezki <[email protected]>
  R:    Christoph Hellwig <[email protected]>
 -R:    Lorenzo Stoakes <[email protected]>
  L:    [email protected]
  S:    Maintained
  W:    http://www.linux-mm.org
@@@ -25147,7 -24815,7 +25152,7 @@@ F:   drivers/net/hamradio/yam
  F:    include/linux/yam.h
  
  YAMA SECURITY MODULE
 -M:    Kees Cook <keescook@chromium.org>
 +M:    Kees Cook <kees@kernel.org>
  S:    Supported
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
  F:    Documentation/admin-guide/LSM/Yama.rst
@@@ -25285,12 -24953,6 +25290,12 @@@ F: mm/zpool.
  F:    mm/zswap.c
  F:    tools/testing/selftests/cgroup/test_zswap.c
  
 +SENARYTECH AUDIO CODEC DRIVER
 +M:    bo liu <[email protected]>
 +S:    Maintained
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
 +F:    sound/pci/hda/patch_senarytech.c
 +
  THE REST
  M:    Linus Torvalds <[email protected]>
  L:    [email protected]
This page took 0.187056 seconds and 4 git commands to generate.