Skip to content
Success

Changes

Summary

  1. Merge tag 'net-next-6.13' of (details)
Commit fcc79e1714e8c2b8e216dc3149812edd37884eef by torvalds
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next

Pull networking updates from Paolo Abeni:
"The most significant set of changes is the per netns RTNL. The new
  behavior is disabled by default, regression risk should be contained.

  Notably the new config knob PTP_1588_CLOCK_VMCLOCK will inherit its
  default value from PTP_1588_CLOCK_KVM, as the first is intended to be
  a more reliable replacement for the latter.

  Core:

   - Started a very large, in-progress, effort to make the RTNL lock
     scope per network-namespace, thus reducing the lock contention
     significantly in the containerized use-case, comprising:
       - RCU-ified some relevant slices of the FIB control path
       - introduce basic per netns locking helpers
       - namespacified the IPv4 address hash table
       - remove rtnl_register{,_module}() in favour of
         rtnl_register_many()
       - refactor rtnl_{new,del,set}link() moving as much validation as
         possible out of RTNL lock
       - convert all phonet doit() and dumpit() handlers to RCU
       - convert IPv4 addresses manipulation to per-netns RTNL
       - convert virtual interface creation to per-netns RTNL
     the per-netns lock infrastructure is guarded by the
     CONFIG_DEBUG_NET_SMALL_RTNL knob, disabled by default ad interim.

   - Introduce NAPI suspension, to efficiently switching between busy
     polling (NAPI processing suspended) and normal processing.

   - Migrate the IPv4 routing input, output and control path from direct
     ToS usage to DSCP macros. This is a work in progress to make ECN
     handling consistent and reliable.

   - Add drop reasons support to the IPv4 rotue input path, allowing
     better introspection in case of packets drop.

   - Make FIB seqnum lockless, dropping RTNL protection for read access.

   - Make inet{,v6} addresses hashing less predicable.

   - Allow providing timestamp OPT_ID via cmsg, to correlate TX packets
     and timestamps

  Things we sprinkled into general kernel code:

   - Add small file operations for debugfs, to reduce the struct ops
     size.

   - Refactoring and optimization for the implementation of page_frag
     API, This is a preparatory work to consolidate the page_frag
     implementation.

  Netfilter:

   - Optimize set element transactions to reduce memory consumption

   - Extended netlink error reporting for attribute parser failure.

   - Make legacy xtables configs user selectable, giving users the
     option to configure iptables without enabling any other config.

   - Address a lot of false-positive RCU issues, pointed by recent CI
     improvements.

  BPF:

   - Put xsk sockets on a struct diet and add various cleanups. Overall,
     this helps to bump performance by 12% for some workloads.

   - Extend BPF selftests to increase coverage of XDP features in
     combination with BPF cpumap.

   - Optimize and homogenize bpf_csum_diff helper for all archs and also
     add a batch of new BPF selftests for it.

   - Extend netkit with an option to delegate skb->{mark,priority}
     scrubbing to its BPF program.

   - Make the bpf_get_netns_cookie() helper available also to tc(x) BPF
     programs.

  Protocols:

   - Introduces 4-tuple hash for connected udp sockets, speeding-up
     significantly connected sockets lookup.

   - Add a fastpath for some TCP timers that usually expires after
     close, the socket lock contention.

   - Add inbound and outbound xfrm state caches to speed up state
     lookups.

   - Avoid sending MPTCP advertisements on stale subflows, reducing
     risks on loosing them.

   - Make neighbours table flushing more scalable, maintaining per
     device neigh lists.

  Driver API:

   - Introduce a unified interface to configure transmission H/W
     shaping, and expose it to user-space via generic-netlink.

   - Add support for per-NAPI config via netlink. This makes napi
     configuration persistent across queues removal and re-creation.
     Requires driver updates, currently supported drivers are:
     nVidia/Mellanox mlx4 and mlx5, Broadcom brcm and Intel ice.

   - Add ethtool support for writing SFP / PHY firmware blocks.

   - Track RSS context allocation from ethtool core.

   - Implement support for mirroring to DSA CPU port, via TC mirror
     offload.

   - Consolidate FDB updates notification, to avoid duplicates on
     device-specific entries.

   - Expose DPLL clock quality level to the user-space.

   - Support master-slave PHY config via device tree.

  Tests and tooling:

   - forwarding: introduce deferred commands, to simplify the cleanup
     phase

  Drivers:

   - Updated several drivers - Amazon vNic, Google vNic, Microsoft vNic,
     Intel e1000e and Broadcom Tigon3 - to use netdev-genl to link the
     IRQs and queues to NAPI IDs, allowing busy polling and better
     introspection.

   - Ethernet high-speed NICs:
      - nVidia/Mellanox:
         - mlx5:
           - a large refactor to implement support for cross E-Switch
             scheduling
           - refactor H/W conter management to let it scale better
           - H/W GRO cleanups
      - Intel (100G, ice)::
         - add support for ethtool reset
         - implement support for per TX queue H/W shaping
      - AMD/Solarflare:
         - implement per device queue stats support
      - Broadcom (bnxt):
         - improve wildcard l4proto on IPv4/IPv6 ntuple rules
      - Marvell Octeon:
         - Add representor support for each Resource Virtualization Unit
           (RVU) device.
      - Hisilicon:
         - add support for the BMC Gigabit Ethernet
      - IBM (EMAC):
         - driver cleanup and modernization
      - Cisco (VIC):
         - raise the queues number limit to 256

   - Ethernet virtual:
      - Google vNIC:
         - implement page pool support
      - macsec:
         - inherit lower device's features and TSO limits when
           offloading
      - virtio_net:
         - enable premapped mode by default
         - support for XDP socket(AF_XDP) zerocopy TX
      - wireguard:
         - set the TSO max size to be GSO_MAX_SIZE, to aggregate larger
           packets.

   - Ethernet NICs embedded and virtual:
      - Broadcom ASP:
         - enable software timestamping
      - Freescale:
         - add enetc4 PF driver
      - MediaTek: Airoha SoC:
         - implement BQL support
      - RealTek r8169:
         - enable TSO by default on r8168/r8125
         - implement extended ethtool stats
      - Renesas AVB:
         - enable TX checksum offload
      - Synopsys (stmmac):
         - support header splitting for vlan tagged packets
         - move common code for DWMAC4 and DWXGMAC into a separate FPE
           module.
         - add dwmac driver support for T-HEAD TH1520 SoC
      - Synopsys (xpcs):
         - driver refactor and cleanup
      - TI:
         - icssg_prueth: add VLAN offload support
      - Xilinx emaclite:
         - add clock support

   - Ethernet switches:
      - Microchip:
         - implement support for the lan969x Ethernet switch family
         - add LAN9646 switch support to KSZ DSA driver

   - Ethernet PHYs:
      - Marvel: 88q2x: enable auto negotiation
      - Microchip: add support for LAN865X Rev B1 and LAN867X Rev C1/C2

   - PTP:
      - Add support for the Amazon virtual clock device
      - Add PtP driver for s390 clocks

   - WiFi:
      - mac80211
         - EHT 1024 aggregation size for transmissions
         - new operation to indicate that a new interface is to be added
         - support radio separation of multi-band devices
         - move wireless extension spy implementation to libiw
      - Broadcom:
         - brcmfmac: optional LPO clock support
      - Microchip:
         - add support for Atmel WILC3000
      - Qualcomm (ath12k):
         - firmware coredump collection support
         - add debugfs support for a multitude of statistics
      - Qualcomm (ath5k):
         -  Arcadyan ARV45XX AR2417 & Gigaset SX76[23] AR241[34]A support
      - Realtek:
         - rtw88: 8821au and 8812au USB adapters support
         - rtw89: add thermal protection
         - rtw89: fine tune BT-coexsitence to improve user experience
         - rtw89: firmware secure boot for WiFi 6 chip

   - Bluetooth
      - add Qualcomm WCN785x support for ids Foxconn 0xe0fc/0xe0f3 and
        0x13d3:0x3623
      - add Realtek RTL8852BE support for id Foxconn 0xe123
      - add MediaTek MT7920 support for wireless module ids
      - btintel_pcie: add handshake between driver and firmware
      - btintel_pcie: add recovery mechanism
      - btnxpuart: add GPIO support to power save feature"

* tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1475 commits)
  mm: page_frag: fix a compile error when kernel is not compiled
  Documentation: tipc: fix formatting issue in tipc.rst
  selftests: nic_performance: Add selftest for performance of NIC driver
  selftests: nic_link_layer: Add selftest case for speed and duplex states
  selftests: nic_link_layer: Add link layer selftest for NIC driver
  bnxt_en: Add FW trace coredump segments to the coredump
  bnxt_en: Add a new ethtool -W dump flag
  bnxt_en: Add 2 parameters to bnxt_fill_coredump_seg_hdr()
  bnxt_en: Add functions to copy host context memory
  bnxt_en: Do not free FW log context memory
  bnxt_en: Manage the FW trace context memory
  bnxt_en: Allocate backing store memory for FW trace logs
  bnxt_en: Add a 'force' parameter to bnxt_free_ctx_mem()
  bnxt_en: Refactor bnxt_free_ctx_mem()
  bnxt_en: Add mem_valid bit to struct bnxt_ctx_mem_type
  bnxt_en: Update firmware interface spec to 1.10.3.85
  selftests/bpf: Add some tests with sockmap SK_PASS
  bpf: fix recursive lock when verdict program return SK_PASS
  wireguard: device: support big tcp GSO
  wireguard: selftests: load nf_conntrack if not present
  ...
The file was addedDocumentation/PCI/msi-howto.rst
The file was addedDocumentation/RCU/Design/Memory-Ordering/TreeRCU-hotplug.svg
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-resolver-ad2s1210
The file was addedDocumentation/PCI/pciebus-howto.rst
The file was addedDocumentation/ABI/testing/sysfs-class-chromeos-driver-cros-ec-lightbar
The file was addedDocumentation/ABI/testing/sysfs-class-led-flash
The file was addedDocumentation/CodingStyle
The file was addedDocumentation/ABI/testing/sysfs-class-net
The file was addedDocumentation/RCU/Design/Memory-Ordering/TreeRCU-gp.svg
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-loopback
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-uac2
The file was addedDocumentation/ABI/stable/sysfs-class-udc
The file was addedDocumentation/PCI/endpoint/function/binding/pci-ntb.rst
The file was addedDocumentation/ABI/stable/procfs-audit_loginuid
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-printer
The file was addedDocumentation/ABI/testing/sysfs-devices-power_resources_D1
The file was addedDocumentation/ABI/testing/sysfs-driver-genwqe
The file was addedDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel2.svg
The file was addedDocumentation/ABI/testing/sysfs-devices-platform-sh_mobile_lcdc_fb
The file was addedDocumentation/ABI/testing/sysfs-mce
The file was addedDocumentation/ABI/stable/o2cb
The file was addedDocumentation/ABI/testing/sysfs-class-tee
The file was addedDocumentation/ABI/testing/sysfs-class-rtc-rtc0-device-rtc_calibration
The file was addedDocumentation/ABI/testing/sysfs-platform-intel-wmi-sbl-fw-update
The file was addedDocumentation/ABI/testing/sysfs-class-backlight-driver-lm3533
The file was addedDocumentation/ABI/testing/sysfs-class-ocxl
The file was addedDocumentation/ABI/testing/sysfs-firmware-sgi_uv
The file was addedDocumentation/ABI/testing/configfs-iio
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-rndis
The file was added.gitattributes
The file was addedDocumentation/ABI/testing/sysfs-devices-firmware_node
The file was addedDocumentation/ABI/testing/sysfs-firmware-efi-esrt
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-frequency-adf4371
The file was addedDocumentation/ABI/stable/sysfs-bus-nvmem
The file was addedDocumentation/ABI/stable/sysfs-fs-orangefs
The file was addedDocumentation/ABI/testing/sysfs-dev
The file was addedDocumentation/ABI/testing/sysfs-hypervisor-xen
The file was addedDocumentation/ABI/testing/sysfs-driver-qat_rl
The file was addedDocumentation/ABI/testing/debugfs-cec-error-inj
The file was addedDocumentation/ABI/testing/sysfs-devices-soc
The file was addedDocumentation/accel/qaic/index.rst
The file was addedDocumentation/ABI/removed/sysfs-class-rfkill
The file was addedDocumentation/ABI/testing/sysfs-devices-platform-_UDC_-gadget
The file was addedDocumentation/RCU/Design/Memory-Ordering/TreeRCU-gp-fqs.svg
The file was addedDocumentation/ABI/stable/sysfs-module
The file was addedDocumentation/ABI/stable/vdso
The file was addedDocumentation/ABI/testing/sysfs-bus-css
The file was addedDocumentation/ABI/testing/sysfs-bus-moxtet-devices
The file was addedDocumentation/ABI/testing/sysfs-driver-intel-xe-hwmon
The file was addedDocumentation/ABI/testing/sysfs-bus-mdio
The file was addedDocumentation/ABI/testing/sysfs-driver-intel-i915-hwmon
The file was addedDocumentation/ABI/stable/sysfs-driver-dma-ioatdma
The file was addedDocumentation/accounting/psi.rst
The file was addedDocumentation/ABI/stable/sysfs-driver-w1_ds2438
The file was addedDocumentation/ABI/testing/sysfs-class-led-driver-lm3533
The file was addedDocumentation/ABI/testing/sysfs-platform-eeepc-laptop
The file was addedDocumentation/ABI/testing/sysfs-fs-ubifs
The file was addedDocumentation/ABI/testing/sysfs-kernel-cpu_byteorder
The file was addedDocumentation/accounting/index.rst
The file was addedDocumentation/ABI/stable/sysfs-bus-w1
The file was addedDocumentation/ABI/testing/sysfs-platform-silicom
The file was addedDocumentation/ABI/testing/sysfs-bus-fsi-devices-sbefifo
The file was added.cocciconfig
The file was addedDocumentation/ABI/testing/procfs-attr-prev
The file was addedDocumentation/ABI/testing/sysfs-bus-cdx
The file was addedDocumentation/ABI/testing/sysfs-class-scsi_tape
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-sx9310
The file was addedDocumentation/ABI/testing/sysfs-bus-i2c-devices-lm3533
The file was addedDocumentation/ABI/testing/sysfs-class-power-mp2629
The file was addedDocumentation/RCU/Design/Data-Structures/BigTreePreemptRCUBHdyntickCB.svg
The file was addedDocumentation/ABI/stable/sysfs-driver-mlxreg-io
The file was addedDocumentation/ABI/testing/sysfs-driver-w1_ds28e17
The file was addedDocumentation/ABI/testing/sysfs-bus-dax
The file was addedDocumentation/ABI/stable/sysfs-devices-system-xen_memory
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-tcm
The file was addedDocumentation/ABI/testing/sysfs-class-fc_host
The file was addedDocumentation/PCI/index.rst
The file was addedDocumentation/ABI/testing/sysfs-class-powercap
The file was addedDocumentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.rst
The file was addedDocumentation/ABI/stable/sysfs-driver-speakup
The file was addedDocumentation/ABI/testing/procfs-attr-exec
The file was addedDocumentation/ABI/testing/sysfs-driver-toshiba_acpi
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-accel-adxl372
The file was addedDocumentation/ABI/testing/sysfs-kernel-vmcoreinfo
The file was addedDocumentation/ABI/testing/sysfs-bus-nvdimm
The file was addedDocumentation/ABI/testing/sysfs-class-bsr
The file was addedDocumentation/ABI/testing/sysfs-bus-counter
The file was addedDocumentation/ABI/stable/sysfs-acpi-pmprofile
The file was addedDocumentation/ABI/testing/sysfs-devices-platform-ACPI-TAD
The file was addedDocumentation/ABI/obsolete/sysfs-driver-hid-roccat-koneplus
The file was addedDocumentation/ABI/testing/sysfs-class-rc
The file was addedDocumentation/ABI/testing/sysfs-bus-event_source-devices-hv_gpci
The file was addedDocumentation/ABI/testing/sysfs-driver-tegra-fuse
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-cros-ec
The file was addedDocumentation/ABI/testing/sysfs-driver-hid-corsair-void
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-chemical-sgp40
The file was addedDocumentation/ABI/testing/sysfs-driver-pciback
The file was addedDocumentation/ABI/stable/sysfs-kernel-notes
The file was addedDocumentation/ABI/testing/procfs-attr-current
The file was addedDocumentation/ABI/testing/sysfs-bus-bcma
The file was addedDocumentation/ABI/testing/sysfs-driver-bd9571mwv-regulator
The file was addedDocumentation/ABI/testing/sysfs-driver-hid-corsair
The file was addedDocumentation/ABI/testing/sysfs-kernel-mm-numa
The file was addedDocumentation/ABI/testing/sysfs-class-net-queues
The file was addedDocumentation/RCU/Design/Memory-Ordering/TreeRCU-gp-cleanup.svg
The file was addedDocumentation/ABI/testing/sysfs-class-iommu
The file was addedDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel8.svg
The file was addedDocumentation/ABI/testing/sysfs-bus-i2c-devices-turris-omnia-mcu
The file was addedDocumentation/ABI/testing/sysfs-driver-altera-cvp
The file was addedDocumentation/ABI/stable/sysfs-class-ubi
The file was addedDocumentation/ABI/testing/debugfs-intel-iommu
The file was addedDocumentation/ABI/testing/sysfs-bus-dfl-devices-n3000-nios
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-adc-pac1934
The file was addedDocumentation/ABI/testing/sysfs-bus-mmc
The file was addedDocumentation/ABI/testing/sysfs-devices-platform-trackpoint
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-vf610
The file was addedDocumentation/ABI/testing/sysfs-module
The file was addedDocumentation/RCU/checklist.rst
The file was addedDocumentation/ABI/testing/sysfs-class-regulator
The file was addedDocumentation/ABI/testing/sysfs-bus-intel_th-devices-gth
The file was addedDocumentation/ABI/testing/sysfs-driver-xdata
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-proximity
The file was addedDocumentation/ABI/testing/sysfs-bus-amba
The file was addedDocumentation/ABI/testing/sysfs-bus-platform-onboard-usb-dev
The file was addedDocumentation/ABI/testing/sysfs-devices-system-cpu
The file was addedDocumentation/ABI/testing/sysfs-fs-f2fs
The file was addedDocumentation/ABI/testing/sysfs-class-wakeup
The file was addedDocumentation/ABI/testing/sysfs-platform-mellanox-bootctl
The file was addedDocumentation/ABI/testing/sysfs-driver-hid-srws1
The file was addedDocumentation/ABI/testing/sysfs-firmware-opal-sensor-groups
The file was addedDocumentation/RCU/Design/Data-Structures/BigTreeClassicRCU.svg
The file was addedDocumentation/accel/qaic/aic100.rst
The file was addedDocumentation/ABI/testing/debugfs-driver-habanalabs
The file was addedDocumentation/ABI/testing/sysfs-devices-power
The file was addedDocumentation/ABI/testing/sysfs-class-iommu-intel-iommu
The file was addedDocumentation/PCI/endpoint/pci-vntb-function.rst
The file was addedDocumentation/ABI/testing/debugfs-hisi-sec
The file was addedDocumentation/ABI/testing/sysfs-fs-nilfs2
The file was addedDocumentation/accounting/delay-accounting.rst
The file was addedDocumentation/ABI/testing/sysfs-firmware-dmi-tables
The file was addedDocumentation/ABI/stable/syscalls
The file was addedDocumentation/ABI/testing/sysfs-driver-intel-rapid-start
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843
The file was addedDocumentation/ABI/testing/sysfs-bus-pci-devices-pvpanic
The file was addedDocumentation/ABI/obsolete/sysfs-kernel-fadump_release_mem
The file was addedDocumentation/ABI/testing/sysfs-class
The file was addedCOPYING
The file was addedDocumentation/ABI/testing/sysfs-firmware-ofw
The file was addedDocumentation/ABI/removed/dv1394
The file was addedDocumentation/ABI/testing/debugfs-moxtet
The file was addedDocumentation/ABI/testing/sysfs-power
The file was addedDocumentation/ABI/testing/debugfs-scmi-raw
The file was addedDocumentation/ABI/testing/sysfs-kernel-dmabuf-buffers
The file was addedDocumentation/ABI/testing/configfs-stp-policy-p_sys-t
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-adc-ad7280a
The file was addedDocumentation/ABI/testing/sysfs-class-fpga-manager
The file was addedDocumentation/ABI/testing/sysfs-class-power-rt9471
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-chemical-sunrise-co2
The file was addedDocumentation/accel/qaic/qaic.rst
The file was addedDocumentation/ABI/testing/sysfs-class-fc
The file was addedDocumentation/ABI/stable/sysfs-bus-firewire
The file was addedDocumentation/RCU/UP.rst
The file was addedDocumentation/ABI/removed/sysfs-kernel-fadump_release_opalcore
The file was addedDocumentation/ABI/testing/sysfs-platform-msi-laptop
The file was addedDocumentation/ABI/removed/video1394
The file was addedDocumentation/ABI/testing/sysfs-driver-ppi
The file was addedDocumentation/Changes
The file was addedDocumentation/ABI/stable/sysfs-driver-usb-usbtmc
The file was addedDocumentation/ABI/stable/sysfs-transport-srp
The file was addedDocumentation/ABI/testing/debugfs-tpmi
The file was addedDocumentation/ABI/testing/sysfs-platform-power-on-reason
The file was addedDocumentation/ABI/testing/sysfs-class-devfreq
The file was addedDocumentation/ABI/stable/sysfs-hypervisor-xen
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-ina2xx-adc
The file was addedDocumentation/ABI/testing/sysfs-class-fc_remote_ports
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-health-afe440x
The file was addedDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel6.svg
The file was addedDocumentation/ABI/testing/sysfs-bus-intel_th-devices-pti
The file was addedDocumentation/ABI/testing/sysfs-kernel-oops_count
The file was addedDocumentation/ABI/testing/sysfs-platform-renesas_usb3
The file was addedDocumentation/ABI/testing/sysfs-pps
The file was addedDocumentation/ABI/testing/configfs-acpi
The file was addedDocumentation/ABI/testing/sysfs-class-devfreq-event
The file was addedDocumentation/ABI/obsolete/sysfs-driver-hid-roccat-konepure
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-ecm
The file was addedDocumentation/ABI/testing/debugfs-iio-backend
The file was addedDocumentation/ABI/testing/sysfs-bus-iio
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-thermocouple
The file was addedDocumentation/ABI/testing/sysfs-bus-pci-devices-avs
The file was addedDocumentation/ABI/testing/sysfs-driver-hid-picolcd
The file was addedDocumentation/ABI/testing/sysfs-class-power-ltc4162l
The file was addedDocumentation/ABI/testing/sysfs-driver-xen-blkback
The file was addedDocumentation/ABI/testing/sysfs-platform-intel-pmc
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-chemical-vz89x
The file was addedDocumentation/PCI/endpoint/pci-test-howto.rst
The file was addedDocumentation/ABI/testing/sysfs-class-stm
The file was addedDocumentation/ABI/testing/sysfs-class-switchtec
The file was addedDocumentation/ABI/testing/sysfs-bus-coresight-devices-tpdm
The file was addedDocumentation/ABI/testing/sysfs-platform-dell-smbios
The file was addedDocumentation/SubmittingPatches
The file was addedDocumentation/RCU/RTFP.txt
The file was addedDocumentation/ABI/testing/sysfs-bus-coresight-devices-stm
The file was addedDocumentation/PCI/endpoint/pci-endpoint.rst
The file was addedDocumentation/ABI/testing/ima_policy
The file was addedDocumentation/ABI/testing/sysfs-class-extcon
The file was addedDocumentation/ABI/testing/sysfs-class-power
The file was addedDocumentation/ABI/stable/sysfs-bus-fsl-mc
The file was addedDocumentation/RCU/stallwarn.rst
The file was addedDocumentation/PCI/endpoint/index.rst
The file was addedDocumentation/ABI/testing/sysfs-devices-mapping
The file was addedDocumentation/ABI/testing/sysfs-bus-coresight-devices-tmc
The file was addedDocumentation/ABI/testing/sysfs-class-rtc
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-light-tsl2583
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-acm
The file was addedDocumentation/ABI/testing/sysfs-driver-intel_sdsi
The file was addedDocumentation/ABI/stable/sysfs-driver-ib_srp
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-light-lm3533-als
The file was addedDocumentation/ABI/testing/sysfs-bus-i2c-devices-bq32k
The file was addedDocumentation/ABI/testing/sysfs-bus-platform-drivers-amd_x3d_vcache
The file was addedDocumentation/ABI/testing/sysfs-firmware-initrd
The file was addedDocumentation/ABI/testing/sysfs-block-dm
The file was addedDocumentation/ABI/testing/sysfs-block-loop
The file was addedDocumentation/ABI/testing/sysfs-driver-hid-multitouch
The file was addedDocumentation/ABI/testing/dell-smbios-wmi
The file was addedDocumentation/ABI/testing/debugfs-dell-wmi-ddv
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-ffs
The file was addedDocumentation/PCI/acpi-info.rst
The file was addedDocumentation/admin-guide/LSM/SafeSetID.rst
The file was addedDocumentation/ABI/testing/sysfs-driver-ccp
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-meas-spec
The file was addedDocumentation/ABI/testing/sysfs-devices-platform-dock
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-proximity-as3935
The file was addedDocumentation/ABI/testing/sysfs-class-lcd
The file was addedDocumentation/ABI/testing/sysfs-bus-coresight-devices-funnel
The file was addedDocumentation/ABI/testing/sysfs-bus-auxiliary
The file was addedDocumentation/ABI/testing/gpio-cdev
The file was addedDocumentation/ABI/testing/sysfs-devices
The file was addedDocumentation/RCU/Design/Memory-Ordering/TreeRCU-qs.svg
The file was addedDocumentation/ABI/testing/sysfs-bus-peci
The file was addedDocumentation/RCU/Design/Memory-Ordering/TreeRCU-gp-init-2.svg
The file was addedDocumentation/ABI/testing/sysfs-bus-media
The file was addedDocumentation/ABI/testing/sysfs-platform-kim
The file was addedDocumentation/ABI/testing/sysfs-cfq-target-latency
The file was addedDocumentation/RCU/Design/Expedited-Grace-Periods/ExpRCUFlow.svg
The file was addedDocumentation/ABI/obsolete/sysfs-gpio
The file was addedDocumentation/ABI/testing/sysfs-class-net-peak_usb
The file was addedDocumentation/ABI/testing/sysfs-bus-vdpa
The file was addedDocumentation/ABI/testing/sysfs-class-mux
The file was addedDocumentation/ABI/testing/sysfs-bus-event_source-devices-caps
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-sourcesink
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-frequency-admv1013
The file was addedDocumentation/ABI/testing/sysfs-bus-fsl-mc
The file was addedDocumentation/ABI/testing/sysfs-platform-chipidea-usb-otg
The file was addedDocumentation/ABI/removed/ip_queue
The file was addedDocumentation/PCI/endpoint/pci-endpoint-cfs.rst
The file was addedDocumentation/ABI/obsolete/sysfs-driver-hid-roccat-arvo
The file was addedDocumentation/ABI/stable/sysfs-class-infiniband
The file was addedDocumentation/ABI/testing/sysfs-class-net-qmi
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-inv_icm42600
The file was addedDocumentation/ABI/testing/procfs-diskstats
The file was addedDocumentation/ABI/testing/sysfs-devices-lpss_ltr
The file was addedDocumentation/RCU/Design/Requirements/GPpartitionReaders1.svg
The file was addedDocumentation/ABI/testing/sysfs-platform-asus-wmi
The file was addedDocumentation/PCI/pci.rst
The file was addedDocumentation/ABI/testing/sysfs-block-bcache
The file was addedDocumentation/ABI/testing/sysfs-bus-intel_th-devices-msc
The file was addedDocumentation/ABI/testing/sysfs-bus-usb
The file was addedDocumentation/ABI/obsolete/sysfs-bus-usb
The file was addedDocumentation/ABI/testing/configfs-rdma_cm
The file was addedDocumentation/ABI/testing/sysfs-firmware-papr-energy-scale-info
The file was addedDocumentation/ABI/testing/sysfs-driver-fsi-master-gpio
The file was addedDocumentation/ABI/removed/o2cb
The file was addedDocumentation/ABI/stable/firewire-cdev
The file was addedDocumentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff
The file was addedDocumentation/ABI/testing/pstore
The file was addedDocumentation/ABI/testing/sysfs-class-backlight-lm3639
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-midi
The file was addedDocumentation/ABI/obsolete/sysfs-driver-hid-roccat-isku
The file was addedDocumentation/ABI/stable/sysfs-bus-usb
The file was addedDocumentation/ABI/testing/sysfs-class-zram
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-accel-bmc150
The file was addedDocumentation/ABI/testing/sysfs-class-rtrs-client
The file was addedDocumentation/ABI/testing/sysfs-fs-erofs
The file was addedDocumentation/ABI/testing/sysfs-platform-phy-rcar-gen3-usb2
The file was addedDocumentation/ABI/testing/sysfs-bus-dfl
The file was addedDocumentation/ABI/testing/sysfs-devices-power_resources_D2
The file was addedDocumentation/ABI/testing/sysfs-kernel-mm-mempolicy-weighted-interleave
The file was addedDocumentation/ABI/testing/sysfs-platform-dfl-fme
The file was addedDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel3.svg
The file was addedDocumentation/ABI/obsolete/sysfs-firmware-acpi
The file was addedDocumentation/ABI/testing/sysfs-devices-coredump
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
The file was addedDocumentation/ABI/testing/sysfs-kernel-mm-transparent-hugepage
The file was addedDocumentation/ABI/testing/sysfs-bus-pci-drivers-xhci_hcd
The file was addedDocumentation/ABI/obsolete/sysfs-driver-hid-roccat-pyra
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-eem
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-impedance-analyzer-ad5933
The file was addedDocumentation/ABI/testing/sysfs-class-gnss
The file was addedDocumentation/ABI/testing/sysfs-driver-eud
The file was addedDocumentation/ABI/testing/debugfs-iio-ad9467
The file was addedDocumentation/ABI/testing/sysfs-bus-papr-pmem
The file was addedDocumentation/ABI/stable/sysfs-platform-wmi-bmof
The file was addedDocumentation/ABI/testing/sysfs-driver-aspeed-uart-routing
The file was addedDocumentation/ABI/testing/sysfs-driver-wacom
The file was addedDocumentation/ABI/testing/sysfs-platform-hidma-mgmt
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-frequency-adf4350
The file was addedDocumentation/ABI/testing/sysfs-bus-siox
The file was addedDocumentation/ABI/testing/sysfs-tty
The file was addedDocumentation/ABI/testing/debugfs-driver-genwqe
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32
The file was addedDocumentation/ABI/testing/sysfs-platform-dptf
The file was addedDocumentation/RCU/Design/Memory-Ordering/TreeRCU-gp-init-3.svg
The file was addedDocumentation/ABI/testing/sysfs-class-led-driver-turris-omnia
The file was addedDocumentation/ABI/testing/sysfs-bus-fsi
The file was addedDocumentation/ABI/testing/sysfs-class-hwmon
The file was addedDocumentation/ABI/testing/sysfs-block-aoe
The file was addedDocumentation/ABI/testing/sysfs-platform-dell-wmi-ddv
The file was addedDocumentation/RCU/Design/Data-Structures/TreeMapping.svg
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-serial
The file was addedDocumentation/ABI/testing/sysfs-devices-platform-docg3
The file was addedDocumentation/ABI/testing/sysfs-bus-surface_aggregator-tabletsw
The file was addedDocumentation/ABI/stable/sysfs-devices-node
The file was addedDocumentation/ABI/testing/sysfs-devices-system-xen_cpu
The file was addedDocumentation/ABI/testing/sysfs-bus-i3c
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-adc-stm32
The file was addedDocumentation/ABI/testing/sysfs-driver-zynqmp-fpga
The file was addedDocumentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.rst
The file was addedDocumentation/ABI/stable/sysfs-class-backlight
The file was addedDocumentation/ABI/testing/sysfs-bus-rpmsg
The file was addedDocumentation/ABI/stable/sysfs-firmware-opal-elog
The file was addedDocumentation/ABI/testing/debugfs-pfo-nx-crypto
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-cdc-ad7746
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-filter-admv8818
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-dac-ltc2688
The file was addedDocumentation/ABI/testing/sysfs-devices-resource_in_use
The file was addedDocumentation/ABI/testing/debugfs-ideapad
The file was addedDocumentation/ABI/testing/sysfs-class-usb_role
The file was addedDocumentation/ABI/testing/sysfs-kernel-mm-hugepages
The file was addedDocumentation/ABI/obsolete/sysfs-cpuidle
The file was addedDocumentation/ABI/testing/sysfs-driver-hid-logitech-hidpp
The file was addedDocumentation/PCI/endpoint/pci-vntb-howto.rst
The file was addedDocumentation/accel/introduction.rst
The file was addedDocumentation/ABI/testing/sysfs-ibft
The file was addedDocumentation/ABI/stable/sysfs-driver-dma-idxd
The file was addedDocumentation/RCU/listRCU.rst
The file was addedDocumentation/ABI/testing/debugfs-scmi
The file was addedDocumentation/ABI/testing/securityfs-secrets-coco
The file was addedDocumentation/ABI/testing/sysfs-kernel-mm
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-mass-storage
The file was addedDocumentation/ABI/testing/sysfs-devices-consumer
The file was addedDocumentation/ABI/stable/sysfs-driver-w1_ds28ea00
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-sx9324
The file was addedDocumentation/ABI/testing/sysfs-fs-virtiofs
The file was addedDocumentation/ABI/testing/sysfs-devices-power_resources_wakeup
The file was addedDocumentation/ABI/testing/sysfs-class-remoteproc
The file was addedDocumentation/ABI/testing/sysfs-kernel-mm-ksm
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-bno055
The file was addedDocumentation/ABI/testing/ppc-memtrace
The file was addedDocumentation/Kconfig
The file was addedDocumentation/ABI/testing/sysfs-driver-hid-wiimote
The file was addedDocumentation/ABI/testing/sysfs-driver-st
The file was added.mailmap
The file was addedDocumentation/ABI/testing/configfs-stp-policy
The file was addedDocumentation/ABI/testing/sysfs-bus-event_source-devices-events
The file was addedDocumentation/RCU/Design/Data-Structures/HugeTreeClassicRCU.svg
The file was addedDocumentation/ABI/testing/sysfs-bus-i2c-devices-hm6352
The file was addedDocumentation/ABI/testing/sysfs-driver-input-axp-pek
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-adc-ad7192
The file was addedDocumentation/ABI/testing/sysfs-devices-software_node
The file was addedDocumentation/ABI/testing/sysfs-devices-supplier
The file was addedDocumentation/ABI/testing/debugfs-pktcdvd
The file was addedDocumentation/ABI/testing/sysfs-bus-event_source-devices-hv_24x7
The file was addedDocumentation/ABI/testing/sysfs-driver-qat_ras
The file was addedDocumentation/ABI/testing/sysfs-class-net-dsa
The file was addedDocumentation/ABI/testing/sysfs-kernel-address_bits
The file was addedDocumentation/ABI/testing/sysfs-secvar
The file was addedDocumentation/PCI/endpoint/pci-ntb-howto.rst
The file was addedDocumentation/ABI/stable/sysfs-bus-vmbus
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-uac1_legacy
The file was addedDocumentation/ABI/testing/sysfs-class-net-phydev
The file was addedDocumentation/ABI/README
The file was addedDocumentation/ABI/testing/sysfs-class-mtd
The file was addedDocumentation/ABI/testing/sysfs-devices-system-ibm-rtl
The file was addedDocumentation/ABI/testing/sysfs-class-led-trigger-pattern
The file was addedDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel4.svg
The file was addedDocumentation/ABI/stable/sysfs-class-tpm
The file was addedDocumentation/ABI/testing/configfs-tsm
The file was addedDocumentation/ABI/testing/debugfs-wilco-ec
The file was addedDocumentation/ABI/testing/sysfs-kernel-mm-mempolicy
The file was addedDocumentation/ABI/testing/sysfs-bus-coresight-devices-etm4x
The file was addedDocumentation/PCI/endpoint/pci-ntb-function.rst
The file was addedDocumentation/ABI/testing/usb-charger-uevent
The file was addedDocumentation/ABI/removed/sysfs-bus-nfit
The file was addedDocumentation/ABI/testing/sysfs-platform-dfl-port
The file was addedDocumentation/admin-guide/LSM/SELinux.rst
The file was addedDocumentation/ABI/testing/sysfs-class-pktcdvd
The file was addedDocumentation/ABI/removed/net_dma
The file was addedDocumentation/ABI/testing/sysfs-memory-page-offline
The file was addedDocumentation/ABI/testing/sysfs-block-device
The file was addedDocumentation/ABI/testing/sysfs-driver-hid-lenovo
The file was addedDocumentation/ABI/testing/usb-uevent
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-distance-srf08
The file was addedDocumentation/ABI/stable/sysfs-driver-w1_ds28e04
The file was addedDocumentation/ABI/testing/sysfs-driver-toshiba_haps
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-light-tsl2772
The file was addedDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel5.svg
The file was addedDocumentation/ABI/testing/sysfs-class-led-trigger-tty
The file was addedDocumentation/PCI/boot-interrupts.rst
The file was addedDocumentation/ABI/testing/debugfs-cros-ec
The file was addedDocumentation/ABI/testing/sysfs-class-backlight
The file was addedDocumentation/ABI/testing/sysfs-class-led-trigger-oneshot
The file was addedDocumentation/ABI/stable/sysfs-driver-aspeed-vuart
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-dac-ad5766
The file was addedDocumentation/PCI/pci-iov-howto.rst
The file was addedDocumentation/ABI/testing/sysfs-class-usb_power_delivery
The file was addedDocumentation/ABI/stable/sysfs-driver-qla2xxx
The file was addedDocumentation/ABI/testing/dev-kmsg
The file was addedDocumentation/ABI/testing/sysfs-amd-pmf
The file was addedDocumentation/ABI/testing/debugfs-ec
The file was addedDocumentation/ABI/testing/sysfs-devices-online
The file was addedDocumentation/ABI/testing/sysfs-platform-ideapad-laptop
The file was addedDocumentation/RCU/rculist_nulls.rst
The file was added.rustfmt.toml
The file was addedDocumentation/ABI/testing/sysfs-class-power-surface
The file was addedDocumentation/ABI/testing/sysfs-bus-event_source-devices-dsa
The file was addedDocumentation/ABI/removed/sysfs-firmware-efi-vars
The file was addedDocumentation/ABI/testing/sysfs-block-rnbd
The file was addedDocumentation/ABI/testing/debugfs-msi-wmi-platform
The file was addedDocumentation/ABI/testing/sysfs-driver-input-exc3000
The file was addedDocumentation/ABI/testing/sysfs-platform-ts5500
The file was addedDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel7.svg
The file was addedDocumentation/ABI/testing/sysfs-fs-xfs
The file was addedDocumentation/ABI/testing/debugfs-hyperv
The file was addedDocumentation/ABI/testing/sysfs-driver-hid-prodikeys
The file was addedDocumentation/ABI/testing/sysfs-firmware-opal-powercap
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
The file was addedDocumentation/ABI/obsolete/sysfs-driver-hid-roccat-savu
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-obex
The file was addedDocumentation/accounting/taskstats.rst
The file was addedDocumentation/ABI/testing/sysfs-class-intel_pmt
The file was addedDocumentation/PCI/pcieaer-howto.rst
The file was addedDocumentation/ABI/testing/sysfs-class-mei
The file was addedDocumentation/ABI/testing/sysfs-firmware-acpi
The file was addedDocumentation/ABI/testing/sysfs-platform_profile
The file was addedDocumentation/ABI/testing/sysfs-class-net-janz-ican3
The file was addedDocumentation/ABI/testing/sysfs-firmware-opal-psr
The file was addedDocumentation/RCU/index.rst
The file was addedDocumentation/ABI/obsolete/procfs-i8k
The file was addedDocumentation/ABI/testing/sysfs-bus-event_source-devices-iommu
The file was addedDocumentation/ABI/stable/sysfs-driver-firmware-zynqmp
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-adc-mt6360
The file was addedDocumentation/ABI/testing/sysfs-platform-brcmstb-memc
The file was addedDocumentation/ABI/testing/sysfs-driver-hid-roccat-kone
The file was addedDocumentation/RCU/lockdep.rst
The file was addedDocumentation/ABI/testing/sysfs-uevent
The file was addedDocumentation/ABI/testing/sysfs-bus-nfit
The file was addedDocumentation/ABI/testing/sysfs-kernel-reboot
The file was addedDocumentation/ABI/testing/sysfs-bus-platform
The file was addedDocumentation/RCU/Design/Data-Structures/Data-Structures.rst
The file was addedDocumentation/ABI/testing/sysfs-devices-xenbus
The file was addedDocumentation/ABI/testing/sysfs-platform-usbip-vudc
The file was addedDocumentation/ABI/testing/sysfs-kernel-slab
The file was addedDocumentation/ABI/testing/sysfs-platform-chipidea-usb2
The file was addedDocumentation/ABI/testing/sysfs-bus-dfl-devices-emif
The file was addedDocumentation/ABI/testing/configfs-usb-gadget
The file was addedDocumentation/ABI/testing/sysfs-driver-uacce
The file was added.gitignore
The file was addedDocumentation/ABI/testing/sysfs-driver-hid-ntrig
The file was addedDocumentation/ABI/testing/debugfs-turris-mox-rwtm
The file was addedDocumentation/ABI/testing/sysfs-platform-intel-wmi-thunderbolt
The file was addedDocumentation/ABI/stable/sysfs-bus-mhi
The file was addedDocumentation/ABI/testing/sysfs-bus-pci
The file was addedDocumentation/ABI/removed/raw1394
The file was addedDocumentation/ABI/testing/sysfs-class-chromeos
The file was addedDocumentation/ABI/testing/sysfs-kernel-warn_count
The file was addedDocumentation/ABI/stable/thermal-notification
The file was addedDocumentation/ABI/testing/sysfs-bus-vfio-mdev
The file was addedDocumentation/ABI/testing/sysfs-class-bdi
The file was addedDocumentation/ABI/testing/debugfs-olpc
The file was addedDocumentation/ABI/testing/sysfs-bus-platform-devices-occ-hwmon
The file was addedDocumentation/RCU/Design/Requirements/ReadersPartitionGP1.svg
The file was addedDocumentation/RCU/Design/Memory-Ordering/TreeRCU-callback-invocation.svg
The file was addedDocumentation/ABI/testing/sysfs-class-fpga-bridge
The file was addedDocumentation/ABI/testing/sysfs-class-rnbd-client
The file was addedDocumentation/ABI/testing/sysfs-class-vduse
The file was addedDocumentation/ABI/testing/sysfs-firmware-lefi-boardinfo
The file was addedDocumentation/ABI/testing/sysfs-devices-platform-kunpeng_hccs
The file was addedDocumentation/ABI/testing/sysfs-kernel-mm-memory-tiers
The file was addedDocumentation/RCU/Design/Memory-Ordering/TreeRCU-dyntick.svg
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-ncm
The file was addedDocumentation/ABI/testing/sysfs-class-net-grcan
The file was addedDocumentation/ABI/testing/sysfs-firmware-dmi-entries
The file was addedDocumentation/ABI/testing/sysfs-bus-pci-devices-catpt
The file was addedDocumentation/ABI/testing/debugfs-hisi-hpre
The file was addedDocumentation/ABI/testing/sysfs-class-led-multicolor
The file was addedDocumentation/ABI/testing/sysfs-devices-real_power_state
The file was addedDocumentation/ABI/testing/sysfs-bus-coresight-devices-cti
The file was addedDocumentation/ABI/testing/sysfs-devices-power_resources_D3hot
The file was addedDocumentation/ABI/testing/sysfs-platform-asus-laptop
The file was addedDocumentation/RCU/Design/Data-Structures/blkd_task.svg
The file was addedDocumentation/RCU/Design/Data-Structures/nxtlist.svg
The file was addedDocumentation/ABI/stable/sysfs-class-rfkill
The file was addedDocumentation/ABI/testing/sysfs-driver-w1_therm
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
The file was addedDocumentation/ABI/testing/sysfs-class-pwm
The file was addedDocumentation/ABI/testing/sysfs-driver-jz4780-efuse
The file was addedDocumentation/ABI/testing/sysfs-kernel-irq
The file was addedDocumentation/ABI/testing/sysfs-bus-thunderbolt
The file was addedDocumentation/admin-guide/LSM/Smack.rst
The file was addedDocumentation/ABI/testing/rtc-cdev
The file was addedDocumentation/ABI/testing/sysfs-bus-pci-drivers-ehci_hcd
The file was addedDocumentation/ABI/testing/sysfs-bus-platform-devices-ampere-smpro
The file was added.get_maintainer.ignore
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-isl29501
The file was addedDocumentation/ABI/testing/sysfs-class-mic
The file was addedDocumentation/ABI/testing/sysfs-driver-samsung-laptop
The file was addedDocumentation/ABI/testing/sysfs-driver-ucsi-ccg
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-uvc
The file was addedDocumentation/ABI/testing/sysfs-bus-rapidio
The file was addedDocumentation/ABI/removed/sysfs-kernel-uids
The file was addedDocumentation/ABI/testing/sysfs-platform-tahvo-usb
The file was addedDocumentation/ABI/testing/sysfs-devices-memory
The file was addedDocumentation/ABI/testing/sysfs-class-power-twl4030
The file was addedDocumentation/ABI/testing/sysfs-class-firmware-attributes
The file was addedDocumentation/ABI/testing/sysfs-bus-acpi
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-humidity
The file was addedDocumentation/ABI/testing/sysfs-class-power-wilco
The file was addedDocumentation/RCU/rcubarrier.rst
The file was addedDocumentation/ABI/obsolete/sysfs-kernel-fadump_enabled
The file was addedDocumentation/ABI/testing/sysfs-nvmem-cells
The file was addedDocumentation/ABI/stable/sysfs-block
The file was addedDocumentation/ABI/testing/sysfs-class-led-trigger-netdev
The file was addedDocumentation/ABI/testing/sysfs-class-leds-gt683r
The file was addedDocumentation/ABI/testing/sysfs-class-rapidio
The file was addedDocumentation/ABI/testing/sysfs-driver-qat
The file was addedDocumentation/ABI/testing/sysfs-class-fpga-region
The file was addedDocumentation/ABI/testing/sysfs-bus-fcoe
The file was addedDocumentation/ABI/testing/sysfs-bus-pci-drivers-janz-cmodio
The file was addedDocumentation/ABI/testing/sysfs-bus-intel_th-output-devices
The file was addedDocumentation/ABI/testing/debugfs-vfio
The file was addedDocumentation/ABI/testing/sysfs-bus-cxl
The file was addedDocumentation/ABI/testing/sysfs-platform-sst-atom
The file was addedDocumentation/ABI/testing/sysfs-fs-ext4
The file was addedDocumentation/ABI/obsolete/sysfs-class-typec
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-sps30
The file was addedDocumentation/ABI/testing/sysfs-bus-mcb
The file was addedDocumentation/ABI/testing/sysfs-bus-coreboot
The file was addedDocumentation/ABI/testing/sysfs-devices-power_resources_D0
The file was addedDocumentation/ABI/testing/sysfs-class-rc-nuvoton
The file was addedDocumentation/ABI/testing/sysfs-class-watchdog
The file was addedDocumentation/ABI/testing/configfs-spear-pcie-gadget
The file was addedDocumentation/ABI/testing/sysfs-class-led-driver-aw200xx
The file was addedDocumentation/ABI/testing/sysfs-class-rtrs-server
The file was addedDocumentation/ABI/testing/configfs-most
The file was addedDocumentation/ABI/testing/evm
The file was addedDocumentation/ABI/testing/sysfs-bus-soundwire-master
The file was addedDocumentation/ABI/testing/sysfs-kernel-mm-swap
The file was addedDocumentation/ABI/testing/sysfs-bus-rbd
The file was addedDocumentation/ABI/testing/sysfs-devices-vfio-dev
The file was addedDocumentation/ABI/testing/sysfs-platform-hidma
The file was addedDocumentation/ABI/testing/sysfs-driver-ge-achc
The file was addedDocumentation/Makefile
The file was addedDocumentation/accel/index.rst
The file was addedDocumentation/ABI/testing/sysfs-class-scsi_host
The file was addedDocumentation/ABI/testing/sysfs-firmware-log
The file was addedDocumentation/ABI/testing/sysfs-class-chromeos-driver-cros-ec-vbc
The file was addedDocumentation/ABI/testing/sysfs-bus-hsi
The file was addedDocumentation/ABI/testing/sysfs-block-zram
The file was addedDocumentation/ABI/testing/sysfs-firmware-turris-mox-rwtm
The file was addedDocumentation/ABI/testing/sysfs-bus-typec
The file was addedDocumentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl
The file was addedDocumentation/ABI/testing/sysfs-bus-coresight-devices-trbe
The file was addedDocumentation/ABI/testing/sysfs-bus-most
The file was addedDocumentation/ABI/testing/sysfs-devices-power_state
The file was addedDocumentation/ABI/testing/sysfs-bus-event_source-devices-dfl_fme
The file was added.editorconfig
The file was addedDocumentation/ABI/testing/sysfs-devices-mmc
The file was addedDocumentation/RCU/Design/Expedited-Grace-Periods/ExpSchedFlow.svg
The file was addedDocumentation/ABI/testing/sysfs-platform-brcmstb-gisb-arb
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-uac1
The file was addedDocumentation/ABI/testing/sysfs-bus-spi-devices-spi-nor
The file was addedDocumentation/ABI/stable/sysfs-firmware-opal-dump
The file was addedDocumentation/ABI/testing/sysfs-devices-physical_location
The file was addedDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel0.svg
The file was addedDocumentation/ABI/testing/sysfs-kernel-livepatch
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-mpu6050
The file was addedDocumentation/.gitignore
The file was addedDocumentation/ABI/testing/sysfs-class-devlink
The file was addedDocumentation/RCU/Design/Memory-Ordering/TreeRCU-gp-init-1.svg
The file was addedDocumentation/RCU/lockdep-splat.rst
The file was addedDocumentation/ABI/testing/sysfs-ocfs2
The file was addedDocumentation/ABI/testing/sysfs-platform-dell-privacy-wmi
The file was addedDocumentation/ABI/testing/sysfs-timecard
The file was addedDocumentation/ABI/stable/sysfs-bus-xen-backend
The file was addedDocumentation/ABI/testing/debugfs-driver-qat_telemetry
The file was addedDocumentation/ABI/testing/sysfs-class-power-rt9467
The file was addedDocumentation/ABI/testing/sysfs-bus-vmbus
The file was addedDocumentation/ABI/testing/sysfs-bus-coresight-devices-etb10
The file was addedDocumentation/ABI/testing/sysfs-driver-input-cros-ec-keyb
The file was addedDocumentation/PCI/pci-error-recovery.rst
The file was addedDocumentation/ABI/testing/debugfs-cxl
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-adc-max11410
The file was addedDocumentation/ABI/testing/devlink-resource-mlxsw
The file was addedDocumentation/ABI/testing/sysfs-kernel-mm-cma
The file was addedDocumentation/ABI/testing/debugfs-driver-qat
The file was addedDocumentation/ABI/removed/devfs
The file was addedDocumentation/ABI/testing/sysfs-devices-sun
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-hid
The file was addedDocumentation/ABI/testing/sysfs-bus-usb-lvstest
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-subset
The file was addedDocumentation/ABI/testing/sysfs-bus-pci-devices-cciss
The file was addedDocumentation/ABI/testing/sysfs-platform-lg-laptop
The file was addedDocumentation/ABI/testing/sysfs-profiling
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-adc-hi8435
The file was addedDocumentation/ABI/testing/sysfs-kernel-btf
The file was addedDocumentation/accounting/taskstats-struct.rst
The file was addedDocumentation/RCU/NMI-RCU.rst
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-ad9739a
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-midi2
The file was addedDocumentation/ABI/testing/sysfs-bus-i2c-devices-fsa9480
The file was addedDocumentation/ABI/testing/sysfs-kernel-mm-damon
The file was addedDocumentation/RCU/Design/Memory-Ordering/rcu_node-lock.svg
The file was addedDocumentation/accounting/cgroupstats.rst
The file was addedDocumentation/ABI/testing/sysfs-driver-spi-intel
The file was addedDocumentation/ABI/testing/sysfs-platform-wilco-ec
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-gyro-bmg160
The file was addedDocumentation/ABI/testing/sysfs-class-led-trigger-usbport
The file was addedDocumentation/ABI/testing/sysfs-c2port
The file was addedDocumentation/ABI/testing/sysfs-class-stm_source
The file was addedDocumentation/ABI/testing/sysfs-kernel-boot_params
The file was addedDocumentation/ABI/testing/sysfs-devices-platform-soc-ipa
The file was addedDocumentation/ABI/testing/sysfs-devices-waiting_for_supplier
The file was addedDocumentation/ABI/testing/sysfs-driver-chromeos-acpi
The file was addedDocumentation/ABI/testing/sysfs-bus-usb-devices-usbsevseg
The file was addedDocumentation/ABI/stable/sysfs-devices-system-cpu
The file was addedDocumentation/ABI/testing/sysfs-class-firmware
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-frequency-admv1014
The file was addedDocumentation/ABI/testing/debugfs-hisi-zip
The file was addedDocumentation/PCI/sysfs-pci.rst
The file was addedDocumentation/ABI/testing/sysfs-devices-platform-ipmi
The file was addedDocumentation/ABI/testing/sysfs-driver-hid
The file was addedDocumentation/ABI/testing/sysfs-firmware-memmap
The file was addedDocumentation/RCU/rcu.rst
The file was addedDocumentation/ABI/obsolete/sysfs-driver-intel_pmc_bxt
The file was addedDocumentation/ABI/testing/sysfs-bus-event_source-devices-uncore
The file was addedDocumentation/ABI/testing/sysfs-driver-intel-m10-bmc-sec-update
The file was addedDocumentation/ABI/testing/sysfs-driver-habanalabs
The file was addedDocumentation/ABI/testing/sysfs-platform-dell-laptop
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-dac
The file was addedDocumentation/ABI/testing/sysfs-firmware-gsmi
The file was addedDocumentation/ABI/stable/sysfs-devices
The file was addedDocumentation/ABI/testing/sysfs-class-net-cdc_ncm
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-frequency-ad9523
The file was addedDocumentation/ABI/testing/sysfs-firmware-qemu_fw_cfg
The file was addedDocumentation/ABI/testing/sysfs-platform-intel-ifs
The file was addedDocumentation/RCU/Design/Data-Structures/TreeLevel.svg
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-dma-buffer
The file was addedDocumentation/ABI/testing/sysfs-ptp
The file was addedDocumentation/ABI/testing/sysfs-class-net-statistics
The file was addedDocumentation/ABI/testing/sysfs-class-led
The file was addedDocumentation/PCI/endpoint/pci-test-function.rst
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-light-si1133
The file was addedDocumentation/ABI/testing/sysfs-ata
The file was addedDocumentation/ABI/testing/sysfs-driver-panfrost-profiling
The file was addedDocumentation/ABI/testing/procfs-smaps_rollup
The file was addedDocumentation/ABI/testing/sysfs-class-cxl
The file was addedDocumentation/ABI/testing/sysfs-class-rnbd-server
The file was addedDocumentation/ABI/testing/sysfs-bus-coresight-devices-etm3x
The file was addedDocumentation/ABI/testing/sysfs-driver-intc_sar
The file was addedDocumentation/ABI/obsolete/o2cb
The file was addedDocumentation/ABI/stable/sysfs-driver-misc-cp500
The file was addedDocumentation/RCU/whatisRCU.rst
The file was addedDocumentation/RCU/Design/Data-Structures/TreeMappingLevel.svg
The file was addedDocumentation/ABI/obsolete/sysfs-bus-iio
The file was addedDocumentation/ABI/removed/sysfs-selinux-disable
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-adc-ad4130
The file was addedDocumentation/ABI/testing/sysfs-driver-xen-blkfront
The file was addedDocumentation/ABI/obsolete/sysfs-kernel-fadump_registered
The file was addedDocumentation/RCU/Design/Requirements/Requirements.rst
The file was addedDocumentation/ABI/testing/sysfs-bus-i2c-devices-pca954x
The file was addedDocumentation/ABI/testing/sysfs-bus-wmi
The file was addedDocumentation/ABI/testing/sysfs-firmware-efi-runtime-map
The file was addedDocumentation/ABI/testing/sysfs-class-spi-eeprom
The file was addedDocumentation/ABI/testing/sysfs-kernel-fadump
The file was addedDocumentation/ABI/testing/sysfs-devices-edac
The file was addedDocumentation/RCU/Design/Memory-Ordering/TreeRCU-callback-registry.svg
The file was addedDocumentation/RCU/torture.rst
The file was addedDocumentation/ABI/obsolete/sysfs-driver-hid-roccat-ryos
The file was addedDocumentation/ABI/testing/sysfs-bus-event_source-devices-hisi_ptt
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-trigger-sysfs
The file was addedDocumentation/ABI/testing/sysfs-kernel-iommu_groups
The file was addedDocumentation/ABI/removed/sysfs-selinux-checkreqprot
The file was addedDocumentation/ABI/testing/sysfs-kernel-fscaps
The file was addedDocumentation/ABI/testing/sysfs-driver-typec-displayport
The file was addedDocumentation/RCU/rcu_dereference.rst
The file was addedDocumentation/ABI/testing/sysfs-block-rssd
The file was addedDocumentation/ABI/testing/sysfs-platform-at91
The file was addedDocumentation/ABI/obsolete/sysfs-selinux-user
The file was addedDocumentation/ABI/testing/configfs-usb-gadget-phonet
The file was addedDocumentation/ABI/obsolete/sysfs-driver-hid-roccat-kovaplus
The file was addedDocumentation/ABI/testing/sysfs-bus-soundwire-slave
The file was addedDocumentation/ABI/testing/sysfs-devices-platform-stratix10-rsu
The file was addedDocumentation/ABI/testing/sysfs-class-thermal
The file was addedCREDITS
The file was addedDocumentation/ABI/testing/sysfs-bus-event_source-devices-format
The file was addedDocumentation/ABI/testing/sysfs-class-typec
The file was addedDocumentation/ABI/testing/sysfs-bus-optee-devices
The file was addedDocumentation/ABI/testing/sysfs-devices-removable
The file was addedDocumentation/PCI/endpoint/function/binding/pci-test.rst
The file was addedDocumentation/RCU/rcuref.rst
The file was addedDocumentation/ABI/testing/sysfs-bus-pci-devices-aer_stats
The file was added.clang-format
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-light-isl29018
The file was addedDocumentation/ABI/testing/sysfs-driver-intel-m10-bmc
The file was addedDocumentation/ABI/testing/sysfs-devices-state_synced
The file was addedDocumentation/ABI/testing/sysfs-driver-xilinx-tmr-manager
The file was addedDocumentation/ABI/testing/sysfs-class-iommu-amd-iommu
The file was addedDocumentation/ABI/obsolete/sysfs-driver-hid-roccat-lua
The file was addedDocumentation/ABI/testing/sysfs-firmware-efi
The file was addedDocumentation/ABI/testing/debugfs-driver-dcc
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-adc-mcp3564
The file was addedDocumentation/admin-guide/LSM/LoadPin.rst
The file was addedDocumentation/ABI/removed/sysfs-mce
The file was addedDocumentation/ABI/testing/sysfs-bus-iio-timer-stm32
The file was addedDocumentation/ABI/testing/sysfs-bus-mei
The file was addedDocumentation/ABI/testing/sysfs-amd-pmc
The file was addedDocumentation/ABI/testing/sysfs-driver-ufs
The file was addedDocumentation/ABI/testing/sysfs-platform-twl4030-usb
The file was addedDocumentation/ABI/testing/sysfs-bus-coresight-devices-ultra_smb
The file was addedDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel1.svg