linux/Documentation/ABI/testing
Linus Torvalds 28eb75e178 drm for 6.13-rc1
core:
 - split DSC helpers from DP helpers
 - clang build fixes for drm/mm test
 - drop simple pipeline support for gem vram
 - document submission error signaling
 - move drm_rect to drm core module from kms helper
 - add default client setup to most drivers
 - move to video aperture helpers instead of drm ones
 
 tests:
 - new framebuffer tests
 
 ttm:
 - remove swapped and pinned BOs from TTM lru
 
 panic:
 - fix uninit spinlock
 - add ABGR2101010 support
 
 bridge:
 - add TI TDP158 support
 - use standard PM OPS
 
 dma-fence:
 - use read_trylock instead of read_lock to help lockdep
 
 scheduler:
 - add errno to sched start to report different errors
 - add locking to drm_sched_entity_modify_sched
 - improve documentation
 
 xe:
 - add drm_line_printer
 - lots of refactoring
 - Enable Xe2 + PES disaggregation
 - add new ARL PCI ID
 - SRIOV development work
 - fix exec unnecessary implicit fence
 - define and parse OA sync props
 - forcewake refactoring
 
 i915:
 - Enable BMG/LNL ultra joiner
 - Enable 10bpx + CCS scanout on ICL+, fp16/CCS on TGL+
 - use DSB for plane/color mgmt
 - Arrow lake PCI IDs
 - lots of i915/xe display refactoring
 - enable PXP GuC autoteardown
 - Pantherlake (PTL) Xe3 LPD display enablement
 - Allow fastset HDR infoframe changes
 - write DP source OUI for non-eDP sinks
 - share PCI IDs between i915 and xe
 
 amdgpu:
 - SDMA queue reset support
 - SMU 13.0.6, JPEG 4.0.3 updates
 - Initial runtime repartitioning support
 - rework IP structs for multiple IP instances
 - Fetch EDID from _DDC if available
 - SMU13 zero rpm user control
 - lots of fixes/cleanups
 
 amdkfd:
 - Increase event FIFO size
 - add topology cap flag for per queue reset
 
 msm:
 - DPU:
 - SA8775P support
 - (disabled by default) MSM8917, MSM8937, MSM8953 and MSM8996 support
 - Enable large framebuffer support
 - Drop MSM8998 and SDM845
 - DP:
 - SA8775P support
 - GPU:
 - a7xx preemption support
 - Adreno A663 support
 
 ast:
 - warn about unsupported TX chips
 
 ivpu:
 - add coredump
 - add pantherlake support
 
 rockchip:
 - 4K@60Hz display enablement
 - generate pll programming tables
 
 panthor:
 - add timestamp query API
 - add realtime group priority
 - add fdinfo support
 
 etnaviv:
 - improve handling of DMA address limits
 - improve GPU hangcheck
 
 exynos:
 - Decon Exynos7870 support
 
 mediatek:
 - add OF graph support
 
 omap:
 - locking fixes
 
 bochs:
 - convert to gem/shmem from simpledrm
 
 v3d:
 - support big/super pages
 - add gemfs
 
 vc4:
 - BCM2712 support refactoring
 - add YUV444 format support
 
 udmabuf:
 - folio related fixes
 
 nouveau:
 - add panic support on nv50+
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEEKbZHaGwW9KfbeusDHTzWXnEhr4FAmc+efwACgkQDHTzWXnE
 hr6Dyg/9HVVI3lxuWAz9MEt3w+BON5KTJAxg5Zhvc5DwiUbDXghu8sfkUfanDWS5
 /MqyPqLt5srXrtKTRDnzEI0Vf8YHeiDEcaydjpshEpCfteHZ7SADpvem8fp6/otV
 iYt8U6tMcGe9I+M2kwDkOTrKJIiyCKPi5hfBIAkxEAh6806ifPRtLkeMGbaSwBxH
 x6kZTE9ygGWAY7bAgbmVmm3JwrXG9mYDl9dW3cbi9gZ6PGAXHPZRUPvZoHhvfC2A
 UVgROH76Spm4rdWYGI3azj+gW3HsdGgUHcysb+lu37i261E+sT7kuV2UYtnOMzr5
 igO1RlQ+rcfPYLG4n+oNXDMu5d1OQXELrlQzXptym4Konpd7b/GSeVctWV0wHWuv
 nG8g7DWAFFnLAdeWqLZpf1Brze33h5+572D3BioWB4LYSEATjwoTwcBKsdRuc4Wk
 RHxjumCidybTdo/8EB1ElGlH39m/mDQA0scMlVhS/BuiIssfgcBRfltI8S3HzHcW
 YQYq6xH7F9E3shs3/TYbWR4clm66ZTnZV6ClDfGJolzyF/hbV0rsbeSpDelpooE8
 1Js7KuwVa+HvA4jtupY9vqxMTdXWwoGPfuUgKpOAreYibnd1T9Q1zVme/B1bUH05
 518IjiMGCxDnBvFWaPT9DcX4zg7pS3yzjw3hGkdz3reUqat0Gy8=
 =8cUI
 -----END PGP SIGNATURE-----

Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel

Pull drm updates from Dave Airlie:
 "There's a lot of rework, the panic helper support is being added to
  more drivers, v3d gets support for HW superpages, scheduler
  documentation, drm client and video aperture reworks, some new
  MAINTAINERS added, amdgpu has the usual lots of IP refactors, Intel
  has some Pantherlake enablement and xe is getting some SRIOV bits, but
  just lots of stuff everywhere.

  core:
   - split DSC helpers from DP helpers
   - clang build fixes for drm/mm test
   - drop simple pipeline support for gem vram
   - document submission error signaling
   - move drm_rect to drm core module from kms helper
   - add default client setup to most drivers
   - move to video aperture helpers instead of drm ones

  tests:
   - new framebuffer tests

  ttm:
   - remove swapped and pinned BOs from TTM lru

  panic:
   - fix uninit spinlock
   - add ABGR2101010 support

  bridge:
   - add TI TDP158 support
   - use standard PM OPS

  dma-fence:
   - use read_trylock instead of read_lock to help lockdep

  scheduler:
   - add errno to sched start to report different errors
   - add locking to drm_sched_entity_modify_sched
   - improve documentation

  xe:
   - add drm_line_printer
   - lots of refactoring
   - Enable Xe2 + PES disaggregation
   - add new ARL PCI ID
   - SRIOV development work
   - fix exec unnecessary implicit fence
   - define and parse OA sync props
   - forcewake refactoring

  i915:
   - Enable BMG/LNL ultra joiner
   - Enable 10bpx + CCS scanout on ICL+, fp16/CCS on TGL+
   - use DSB for plane/color mgmt
   - Arrow lake PCI IDs
   - lots of i915/xe display refactoring
   - enable PXP GuC autoteardown
   - Pantherlake (PTL) Xe3 LPD display enablement
   - Allow fastset HDR infoframe changes
   - write DP source OUI for non-eDP sinks
   - share PCI IDs between i915 and xe

  amdgpu:
   - SDMA queue reset support
   - SMU 13.0.6, JPEG 4.0.3 updates
   - Initial runtime repartitioning support
   - rework IP structs for multiple IP instances
   - Fetch EDID from _DDC if available
   - SMU13 zero rpm user control
   - lots of fixes/cleanups

  amdkfd:
   - Increase event FIFO size
   - add topology cap flag for per queue reset

  msm:
   - DPU:
      - SA8775P support
      - (disabled by default) MSM8917, MSM8937, MSM8953 and MSM8996 support
      - Enable large framebuffer support
      - Drop MSM8998 and SDM845
   - DP:
      - SA8775P support
   - GPU:
      - a7xx preemption support
      - Adreno A663 support

  ast:
   - warn about unsupported TX chips

  ivpu:
   - add coredump
   - add pantherlake support

  rockchip:
   - 4K@60Hz display enablement
   - generate pll programming tables

  panthor:
   - add timestamp query API
   - add realtime group priority
   - add fdinfo support

  etnaviv:
   - improve handling of DMA address limits
   - improve GPU hangcheck

  exynos:
   - Decon Exynos7870 support

  mediatek:
   - add OF graph support

  omap:
   - locking fixes

  bochs:
   - convert to gem/shmem from simpledrm

  v3d:
   - support big/super pages
   - add gemfs

  vc4:
   - BCM2712 support refactoring
   - add YUV444 format support

  udmabuf:
   - folio related fixes

  nouveau:
   - add panic support on nv50+"

* tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel: (1583 commits)
  drm/xe/guc: Fix dereference before NULL check
  drm/amd: Fix initialization mistake for NBIO 7.7.0
  Revert "drm/amd/display: parse umc_info or vram_info based on ASIC"
  drm/amd/display: Fix failure to read vram info due to static BP_RESULT
  drm/amdgpu: enable GTT fallback handling for dGPUs only
  drm/amd/amdgpu: limit single process inside MES
  drm/fourcc: add AMD_FMT_MOD_TILE_GFX9_4K_D_X
  drm/amdgpu/mes12: correct kiq unmap latency
  drm/amdgpu: Support vcn and jpeg error info parsing
  drm/amd : Update MES API header file for v11 & v12
  drm/amd/amdkfd: add/remove kfd queues on start/stop KFD scheduling
  drm/amdkfd: change kfd process kref count at creation
  drm/amdgpu: Cleanup shift coding style
  drm/amd/amdgpu: Increase MES log buffer to dump mes scratch data
  drm/amdgpu: Implement virt req_ras_err_count
  drm/amdgpu: VF Query RAS Caps from Host if supported
  drm/amdgpu: Add msg handlers for SRIOV RAS Telemetry
  drm/amdgpu: Update SRIOV Exchange Headers for RAS Telemetry Support
  drm/amd/display: 3.2.309
  drm/amd/display: Adjust VSDB parser for replay feature
  ...
2024-11-21 14:56:17 -08:00
..
configfs-acpi docs: ABI: convert testing/configfs-acpi to ReST 2020-10-30 13:10:03 +01:00
configfs-iio docs: typo fixes in Documentation/ABI/ 2021-05-13 09:13:25 -06:00
configfs-most docs: typo fixes in Documentation/ABI/ 2021-05-13 09:13:25 -06:00
configfs-rdma_cm
configfs-spear-pcie-gadget docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
configfs-stp-policy
configfs-stp-policy-p_sys-t
configfs-tsm Documentation/ABI/configfs-tsm: Fix an unexpected indentation silly 2024-07-11 12:03:23 +02:00
configfs-usb-gadget usb: gadget: add WebUSB landing page support 2023-01-19 14:14:44 +01:00
configfs-usb-gadget-acm usb: gadget: f_acm: make bInterfaceProtocol configurable 2024-09-03 09:54:16 +02:00
configfs-usb-gadget-ecm docs: ABI: Drop trailing whitespace 2020-11-13 15:03:49 -07:00
configfs-usb-gadget-eem docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
configfs-usb-gadget-ffs usb: gadget: f_fs: expose ready state in configfs 2024-01-27 17:39:21 -08:00
configfs-usb-gadget-hid docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
configfs-usb-gadget-loopback docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
configfs-usb-gadget-mass-storage USB: docs: fixed table margin in configfs-usb-gadget-mass-storage 2022-07-23 13:03:48 +02:00
configfs-usb-gadget-midi docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
configfs-usb-gadget-midi2 usb: gadget: midi2: More flexible MIDI 1.0 configuration 2023-07-26 06:38:14 +02:00
configfs-usb-gadget-ncm
configfs-usb-gadget-obex
configfs-usb-gadget-phonet
configfs-usb-gadget-printer docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
configfs-usb-gadget-rndis docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
configfs-usb-gadget-serial
configfs-usb-gadget-sourcesink docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
configfs-usb-gadget-subset docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
configfs-usb-gadget-tcm
configfs-usb-gadget-uac1 usb: gadget: f_uac1: Change volume name and remove alt names 2024-08-13 18:11:35 +02:00
configfs-usb-gadget-uac1_legacy
configfs-usb-gadget-uac2 usb: gadget: f_uac2: Expose all string descriptors through configfs. 2024-08-13 10:37:05 +02:00
configfs-usb-gadget-uvc usb: gadget: uvc: Make bmControls attr read/write 2023-03-29 08:51:26 +02:00
debugfs-cec-error-inj docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
debugfs-cros-ec platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfs 2022-08-24 02:37:07 +00:00
debugfs-cxl cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reached 2024-07-10 17:12:42 -07:00
debugfs-dell-wmi-ddv platform/x86: dell-ddv: Update ABI documentation 2023-05-09 11:54:42 +02:00
debugfs-driver-dcc soc: qcom: dcc: rewrite description of dcc sysfs files 2023-01-06 17:51:42 -06:00
debugfs-driver-genwqe docs: typo fixes in Documentation/ABI/ 2021-05-13 09:13:25 -06:00
debugfs-driver-habanalabs accel/habanalabs: use device-name directory in debugfs-driver-habanalabs 2024-06-23 09:53:04 +03:00
debugfs-driver-qat crypto: qat - add heartbeat error simulator 2024-02-09 12:57:18 +08:00
debugfs-driver-qat_telemetry crypto: qat - add support for ring pair level telemetry 2023-12-29 11:25:56 +08:00
debugfs-ec docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
debugfs-hisi-hpre crypto: hisilicon - support querying the capability register 2024-11-02 18:23:24 +08:00
debugfs-hisi-sec crypto: hisilicon - support querying the capability register 2024-11-02 18:23:24 +08:00
debugfs-hisi-zip crypto: hisilicon - support querying the capability register 2024-11-02 18:23:24 +08:00
debugfs-hyperv drivers: hv: vmbus: Introduce latency testing 2019-11-21 20:10:44 -05:00
debugfs-ideapad
debugfs-iio-ad9467 ABI: debugfs-iio-ad9467: document the debugfs interface 2024-08-10 11:17:34 +01:00
debugfs-iio-backend iio: backend: add debugFs interface 2024-08-03 14:36:45 +01:00
debugfs-intel-iommu iommu/vt-d: Add the document for Intel IOMMU debugfs 2024-03-01 13:51:19 +01:00
debugfs-moxtet treewide: change my e-mail address, fix my name 2021-04-09 14:54:23 -07:00
debugfs-msi-wmi-platform platform/x86: wmi: Add MSI WMI Platform driver 2024-04-29 12:06:21 +02:00
debugfs-olpc
debugfs-pfo-nx-crypto docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
debugfs-pktcdvd Revert "pktcdvd: remove driver." 2023-01-04 14:44:13 -07:00
debugfs-scmi firmware: arm_scmi: Add debugfs ABI documentation for common entries 2023-01-20 11:41:11 +00:00
debugfs-scmi-raw firmware: arm_scmi: Clarify raw per-channel ABI documentation 2023-01-20 14:11:38 +00:00
debugfs-tpmi doc: TPMI: Add entry for Performance Limit Reasons 2024-05-31 16:32:20 +03:00
debugfs-turris-mox-rwtm treewide: change my e-mail address, fix my name 2021-04-09 14:54:23 -07:00
debugfs-vfio Documentation: add debugfs description for vfio 2023-12-04 14:29:39 -07:00
debugfs-wilco-ec docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
dell-smbios-wmi platform/x86: Update Mario Limonciello's email address in the docs 2021-08-13 13:18:15 +02:00
dev-kmsg docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
devlink-resource-mlxsw
evm ABI: evm: place a second what at the next line 2021-09-28 12:45:42 +02:00
gpio-cdev Documentation: ABI: update gpio-cdev to reference chardev.rst 2024-01-22 10:47:53 +01:00
ima_policy integrity: Always reference the blacklist keyring with appraisal 2023-08-01 08:17:25 -04:00
ppc-memtrace
procfs-attr-current docs: ABI: ABI documentation for procfs attribute files used by multiple LSMs 2020-11-13 15:02:19 -07:00
procfs-attr-exec docs: ABI: ABI documentation for procfs attribute files used by multiple LSMs 2020-11-13 15:02:19 -07:00
procfs-attr-prev docs: ABI: ABI documentation for procfs attribute files used by multiple LSMs 2020-11-13 15:02:19 -07:00
procfs-diskstats Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
procfs-smaps_rollup mm/smaps: add Pss_Dirty 2022-07-03 18:08:49 -07:00
pstore ABI: pstore: Fix What field 2021-09-21 18:31:16 +02:00
rtc-cdev rtc: Document RTC_VL_READ and RTC_VL_CLR ioctls 2019-12-18 10:37:20 +01:00
securityfs-secrets-coco virt: Add efi_secret module to expose confidential computing secrets 2022-04-13 19:11:20 +02:00
sysfs-amd-pmc platform/x86/amd: pmc: Add sysfs files for SMU 2022-09-19 13:48:38 +02:00
sysfs-amd-pmf Documentation/ABI/testing/sysfs-amd-pmf: Add ABI doc for AMD PMF 2022-09-22 17:42:53 +02:00
sysfs-ata ata: libata-transport: fix {dma|pio|xfer}_mode sysfs files 2022-06-09 09:25:25 +09:00
sysfs-block-aoe
sysfs-block-bcache
sysfs-block-device scsi: core: Allow enabling and disabling command duration limits 2023-05-22 17:05:19 -04:00
sysfs-block-dm
sysfs-block-loop
sysfs-block-rnbd Documentation/ABI/rnbd-clt: Add description for nr_poll_queues 2021-04-20 08:59:04 -06:00
sysfs-block-rssd
sysfs-block-zram zram: introduce algorithm_params device attribute 2024-09-09 16:39:09 -07:00
sysfs-bus-acpi docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-amba
sysfs-bus-auxiliary driver core: auxiliary bus: show auxiliary device IRQs 2024-07-11 14:17:03 -07:00
sysfs-bus-bcma Documentation/ABI: correct possessive "its" typos 2022-09-27 13:21:43 -06:00
sysfs-bus-cdx cdx: create sysfs bin files for cdx resources 2024-01-04 17:01:13 +01:00
sysfs-bus-coreboot Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-bus-coresight-devices-cti docs: ABI: change read/write attributes 2020-10-30 13:14:31 +01:00
sysfs-bus-coresight-devices-etb10 docs: ABI: change read/write attributes 2020-10-30 13:14:31 +01:00
sysfs-bus-coresight-devices-etm3x coresight: Docs/ABI/testing/sysfs-bus-coresight-devices: Fix spelling errors 2024-04-29 09:37:05 +01:00
sysfs-bus-coresight-devices-etm4x Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-bus-coresight-devices-funnel
sysfs-bus-coresight-devices-stm docs: ABI: change read/write attributes 2020-10-30 13:14:31 +01:00
sysfs-bus-coresight-devices-tmc coresight: Docs/ABI/testing/sysfs-bus-coresight-devices: Fix spelling errors 2024-04-29 09:37:05 +01:00
sysfs-bus-coresight-devices-tpdm coresight: Docs/ABI/testing/sysfs-bus-coresight-devices: Fix spelling errors 2024-04-29 09:37:05 +01:00
sysfs-bus-coresight-devices-trbe Documentation: coresight: trbe: Sysfs ABI description 2021-04-06 16:05:38 -06:00
sysfs-bus-coresight-devices-ultra_smb Documentation: Add document for UltraSoc SMB driver 2023-01-16 10:16:15 +00:00
sysfs-bus-counter Documentation: ABI: sysfs-bus-counter: Fix indentation 2023-08-16 09:41:29 -04:00
sysfs-bus-css docs/ABI: use linux-s390 list as the main contact 2023-01-13 14:15:07 +01:00
sysfs-bus-cxl cxl/region: Add sysfs attribute for locality attributes of CXL regions 2024-03-12 12:34:11 -07:00
sysfs-bus-dax dax: add a sysfs knob to control memmap_on_memory behavior 2024-02-22 10:24:40 -08:00
sysfs-bus-dfl docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-dfl-devices-emif memory: dfl-emif: add the DFL EMIF private feature driver 2021-01-07 15:21:27 +01:00
sysfs-bus-dfl-devices-n3000-nios fpga: dfl: add support for N3000 Nios private feature 2021-01-07 15:21:27 +01:00
sysfs-bus-event_source-devices-caps perf: Add branch stack counters 2023-10-27 15:05:08 +02:00
sysfs-bus-event_source-devices-dfl_fme docs: ABI: fix syntax to be parsed using ReST notation 2020-10-30 13:12:39 +01:00
sysfs-bus-event_source-devices-dsa dmaengine: idxd: Add IDXD performance monitor support 2021-04-25 21:46:12 +05:30
sysfs-bus-event_source-devices-events perf Document: Sysfs event names must be lower or upper case 2024-05-03 17:08:20 -03:00
sysfs-bus-event_source-devices-format docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-bus-event_source-devices-hisi_ptt Documentation: ABI + trace: hisi_ptt: update paths to bus/event_source 2024-05-02 11:36:11 +01:00
sysfs-bus-event_source-devices-hv_24x7 docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-event_source-devices-hv_gpci docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_partition sysfs interface file 2023-08-16 23:54:49 +10:00
sysfs-bus-event_source-devices-iommu iommu/vt-d: Support cpumask for IOMMU perfmon 2023-02-03 11:06:08 +01:00
sysfs-bus-event_source-devices-uncore perf/x86/intel/uncore: Add alias PMU name 2021-07-02 15:58:40 +02:00
sysfs-bus-fcoe Documentation/ABI: correct possessive "its" typos 2022-09-27 13:21:43 -06:00
sysfs-bus-fsi docs: typo fixes in Documentation/ABI/ 2021-05-13 09:13:25 -06:00
sysfs-bus-fsi-devices-sbefifo Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-bus-fsl-mc docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-hsi
sysfs-bus-i2c-devices-bq32k
sysfs-bus-i2c-devices-fsa9480 Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-bus-i2c-devices-hm6352 ABI: Fix KernelVersion tags 2019-06-15 08:12:45 +02:00
sysfs-bus-i2c-devices-lm3533
sysfs-bus-i2c-devices-pca954x docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-bus-i2c-devices-turris-omnia-mcu doc: platform: cznic: turris-omnia-mcu: Use double backticks for attribute value 2024-08-07 14:43:54 +02:00
sysfs-bus-i3c i3c: document hotjoin sysfs entry 2024-01-15 00:21:14 +01:00
sysfs-bus-iio iio: ABI: document ad4695 new attributes 2024-09-03 18:49:43 +01:00
sysfs-bus-iio-accel-adxl372 iio: accel: adxl372: Add additional trigger ABI docs 2020-09-03 19:40:56 +01:00
sysfs-bus-iio-accel-bmc150
sysfs-bus-iio-ad9739a iio: dac: support the ad9739a RF DAC 2024-04-20 15:41:32 +01:00
sysfs-bus-iio-adc-ad4130 Documentation: ad4130: format list of in_voltage-voltage_filter_mode_available modes 2022-11-23 19:52:55 +00:00
sysfs-bus-iio-adc-ad7192 Documentation: ABI: testing: ad7192: update sysfs docs 2020-03-08 17:28:33 +00:00
sysfs-bus-iio-adc-ad7280a iio:adc:ad7280a: Document ABI for cell balance switches 2022-02-21 19:33:05 +00:00
sysfs-bus-iio-adc-envelope-detector docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-bus-iio-adc-hi8435 docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-iio-adc-max11410 Documentation: ABI: testing: add max11410 doc 2022-11-23 19:43:59 +00:00
sysfs-bus-iio-adc-mcp3564 iio: adc: adding support for MCP3564 ADC 2023-09-12 10:42:04 +01:00
sysfs-bus-iio-adc-mt6360 Documentation: ABI: testing: mt6360: Add ADC sysfs guideline 2020-11-08 16:20:18 +00:00
sysfs-bus-iio-adc-pac1934 iio: adc: adding support for PAC193x 2024-02-28 19:26:37 +00:00
sysfs-bus-iio-adc-stm32 docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-iio-bno055 iio: document bno055 private sysfs attributes 2022-09-21 18:42:56 +01:00
sysfs-bus-iio-cdc-ad7746 iio: cdc: ad7746: Add device specific ABI documentation. 2022-08-15 22:30:01 +01:00
sysfs-bus-iio-chemical-sgp40 iio: ABI: remove duplicate in_resistance_calibbias 2024-08-21 21:27:24 +01:00
sysfs-bus-iio-chemical-sunrise-co2 iio: ABI: docs: Document Senseair Sunrise ABI 2021-10-19 08:27:31 +01:00
sysfs-bus-iio-chemical-vz89x
sysfs-bus-iio-cros-ec docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-bus-iio-dac iio: ABI: Generalize ABI documentation for DAC 2024-08-03 10:13:37 +01:00
sysfs-bus-iio-dac-ad5766 Documentation/ABI/testing: Add documentation for AD5766 new ABI 2021-01-22 08:52:05 +00:00
sysfs-bus-iio-dac-dpot-dac
sysfs-bus-iio-dac-ltc2688 iio: ABI: Generalize ABI documentation for DAC 2024-08-03 10:13:37 +01:00
sysfs-bus-iio-dfsdm-adc-stm32 docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-bus-iio-distance-srf08 iio:ABI docs: Combine the two instances of docs for sensor_sensitivity 2021-03-25 19:13:49 +00:00
sysfs-bus-iio-dma-buffer iio: buffer-dmaengine: Report buffer length requirements 2019-12-29 15:20:09 +00:00
sysfs-bus-iio-filter-admv8818 ABI: testing: fix admv8818 attr description 2024-08-03 10:12:48 +01:00
sysfs-bus-iio-frequency-ad9523 docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-iio-frequency-adf4350
sysfs-bus-iio-frequency-adf4371 iio:ABI docs: Move specific description of out_altvoltageX_frequency to main docs. 2021-05-17 13:49:10 +01:00
sysfs-bus-iio-frequency-admv1013 Documentation:ABI:testing:admv1013: add ABI docs 2021-12-23 11:53:48 +00:00
sysfs-bus-iio-frequency-admv1014 Documentation: ABI: testing: admv1014: add ABI docs 2022-02-21 19:33:06 +00:00
sysfs-bus-iio-gyro-bmg160
sysfs-bus-iio-health-afe440x iio:ABI docs: Fix issue around repeated definition of out_currentY_raw 2021-05-17 13:49:10 +01:00
sysfs-bus-iio-humidity iio:ABI docs: Combine sysfs-bus-iio-humidity-hdc2010/hdc100x into one file 2021-03-25 19:13:45 +00:00
sysfs-bus-iio-impedance-analyzer-ad5933
sysfs-bus-iio-ina2xx-adc iio: ABI: generalize shunt_resistor attribute 2024-08-03 10:13:41 +01:00
sysfs-bus-iio-inv_icm42600 iio: document inv_icm42600 driver private sysfs attributes 2024-06-13 19:19:26 +01:00
sysfs-bus-iio-isl29501
sysfs-bus-iio-light-isl29018 docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-iio-light-lm3533-als iio:ABI docs: Fix issue around repeated definition of out_currentY_raw 2021-05-17 13:49:10 +01:00
sysfs-bus-iio-light-si1133
sysfs-bus-iio-light-tsl2583
sysfs-bus-iio-light-tsl2772 staging:iio:light: Move tsl2x7x ABI docs to correct location. 2020-09-16 19:11:59 +01:00
sysfs-bus-iio-magnetometer-hmc5843 docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-bus-iio-meas-spec
sysfs-bus-iio-mpu6050
sysfs-bus-iio-potentiometer-mcp4531
sysfs-bus-iio-proximity Documentation/ABI: correct possessive "its" typos 2022-09-27 13:21:43 -06:00
sysfs-bus-iio-proximity-as3935 iio:ABI docs: Combine the two instances of docs for sensor_sensitivity 2021-03-25 19:13:49 +00:00
sysfs-bus-iio-resolver-ad2s1210 iio: resolver: ad2s1210: move out of staging 2023-10-12 09:20:50 +01:00
sysfs-bus-iio-sps30
sysfs-bus-iio-sx9310 iio: Add SEMTECH SX9310/9311 sensor driver 2020-03-21 10:28:20 +00:00
sysfs-bus-iio-sx9324 iio: proximity: sx9324: add empty line in front of bullet list 2022-07-18 18:55:59 +01:00
sysfs-bus-iio-thermocouple iio: ABI: temperature: Unify documentation for thermocouple fault detection. 2022-07-18 18:38:27 +01:00
sysfs-bus-iio-timer-stm32 iio: ABI: stm32-timer-trigger: Fuse unusual ABI into main doc. 2022-07-18 18:38:34 +01:00
sysfs-bus-iio-trigger-sysfs
sysfs-bus-iio-vf610 iio: adc: vf610: fix conversion mode sysfs node name 2022-06-19 17:22:49 +01:00
sysfs-bus-intel_th-devices-gth docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-intel_th-devices-msc docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-bus-intel_th-devices-pti
sysfs-bus-intel_th-output-devices
sysfs-bus-mcb
sysfs-bus-mdio ABI: sysfs-bus-mdio: add alternate What for mdio symbols 2021-09-28 12:48:15 +02:00
sysfs-bus-media
sysfs-bus-mei mei: add vtag support bit in client properties 2020-08-18 15:44:43 +02:00
sysfs-bus-mmc
sysfs-bus-most docs: ABI: fix syntax to be parsed using ReST notation 2020-10-30 13:12:39 +01:00
sysfs-bus-moxtet-devices treewide: change my e-mail address, fix my name 2021-04-09 14:54:23 -07:00
sysfs-bus-nfit Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-bus-nvdimm docs: ABI: fix an RST error in sysfs-bus-nvdimm 2023-07-21 14:44:47 -06:00
sysfs-bus-optee-devices tee: optee: Fix supplicant based device enumeration 2023-11-03 09:27:20 +01:00
sysfs-bus-papr-pmem docs: move powerpc under arch 2023-10-10 13:35:55 -06:00
sysfs-bus-pci PCI/NPEM: Add _DSM PCIe SSD status LED management 2024-09-06 11:37:24 -05:00
sysfs-bus-pci-devices-aer_stats PCI/AER: Clean up version indentation in ABI docs 2024-02-02 17:21:40 -06:00
sysfs-bus-pci-devices-avs ASoC: Intel: avs: Expose FW version with sysfs 2024-02-09 14:32:51 +00:00
sysfs-bus-pci-devices-catpt docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-pci-devices-cciss ABI: Fix KernelVersion tags 2019-06-15 08:12:45 +02:00
sysfs-bus-pci-devices-pvpanic misc/pvpanic: add PCI driver 2021-03-28 14:57:11 +02:00
sysfs-bus-pci-drivers-ehci_hcd docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-pci-drivers-janz-cmodio
sysfs-bus-pci-drivers-xhci_hcd xhci: dbc: Allow users to modify DbC poll interval via sysfs 2024-06-27 16:08:05 +02:00
sysfs-bus-peci peci: Add sysfs interface for PECI bus 2022-02-09 08:04:44 +01:00
sysfs-bus-platform ABI: sysfs-bus-platform: add modalias description 2021-09-28 12:48:16 +02:00
sysfs-bus-platform-devices-ampere-smpro misc: smpro-errmon: Add dimm training failure syndrome 2023-03-10 09:47:16 +01:00
sysfs-bus-platform-devices-occ-hwmon docs: ABI: testing: Document the OCC hwmon FFDC binary interface 2021-10-22 09:54:32 +10:30
sysfs-bus-platform-drivers-amd_x3d_vcache platform/x86/amd: amd_3d_vcache: Add sysfs ABI documentation 2024-11-13 15:35:36 +02:00
sysfs-bus-platform-onboard-usb-dev usb: misc: onboard_hub: rename to onboard_dev 2024-03-27 07:57:16 +01:00
sysfs-bus-rapidio ABI: sysfs-bus-rapidio: use wildcards on What definitions 2021-09-21 18:31:15 +02:00
sysfs-bus-rbd docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-rpmsg
sysfs-bus-siox docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-bus-soundwire-master ABI: sysfs-bus-soundwire-master: use wildcards on What definitions 2021-10-01 10:06:01 +05:30
sysfs-bus-soundwire-slave ABI: sysfs-bus-soundwire-slave: use wildcards on What definitions 2021-10-01 10:06:01 +05:30
sysfs-bus-spi-devices-spi-nor mtd: spi-nor: sysfs: hide the flash name if not set 2023-12-19 05:08:23 +02:00
sysfs-bus-surface_aggregator-tabletsw platform/surface: Add KIP/POS tablet-mode switch driver 2022-07-02 11:11:21 +02:00
sysfs-bus-thunderbolt Documentation/ABI: thunderbolt: Replace 01.org in contact 2023-08-08 08:13:22 +03:00
sysfs-bus-typec
sysfs-bus-usb usb: Export BOS descriptor to sysfs 2024-03-05 07:57:23 +00:00
sysfs-bus-usb-devices-usbsevseg docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-bus-usb-lvstest
sysfs-bus-vdpa Documentation: update mailing list addresses 2024-02-21 13:44:21 -07:00
sysfs-bus-vfio-mdev docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-bus-vmbus
sysfs-bus-wmi platform/x86: wmi: Add bus ABI documentation 2024-06-24 20:36:13 +03:00
sysfs-c2port docs: ABI: sysfs-c2port: remove a duplicated entry 2020-10-30 13:14:52 +01:00
sysfs-cfq-target-latency
sysfs-class Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-class-backlight docs: ABI: sysfs-class-backlight: unify ambient light zone nodes 2021-05-20 13:44:14 -06:00
sysfs-class-backlight-driver-lm3533 docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-class-backlight-lm3639
sysfs-class-bdi mm: document /sys/class/bdi/<bdi>/min_ratio_fine knob 2022-11-30 15:59:06 -08:00
sysfs-class-bsr
sysfs-class-chromeos docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-class-chromeos-driver-cros-ec-lightbar
sysfs-class-chromeos-driver-cros-ec-vbc
sysfs-class-cxl Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-class-devfreq PM / devfreq: Fix buffer overflow in trans_stat_show 2023-11-13 10:48:49 +09:00
sysfs-class-devfreq-event ABI: sysfs-class-devfreq-event: use the right wildcards on What 2021-09-21 18:31:15 +02:00
sysfs-class-devlink driver core: Fix device link device name collision 2021-01-21 20:12:40 +01:00
sysfs-class-extcon ABI: sysfs-class-extcon: use uppercase X for wildcards 2021-10-05 16:25:22 +02:00
sysfs-class-fc scsi: documentation: Document Fibre Channel sysfs node for appid 2021-09-14 23:38:58 -04:00
sysfs-class-fc_host scsi: fc: Update documentation of sysfs nodes for FPIN stats 2020-10-26 18:06:45 -04:00
sysfs-class-fc_remote_ports scsi: fc: Update documentation of sysfs nodes for FPIN stats 2020-10-26 18:06:45 -04:00
sysfs-class-firmware firmware_loader: Update contact emails for ABI docs 2023-10-05 11:20:54 +02:00
sysfs-class-firmware-attributes platform/x86: think-lmi: Multi-certificate support 2024-10-29 14:00:14 +02:00
sysfs-class-fpga-bridge
sysfs-class-fpga-manager docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-class-fpga-region
sysfs-class-gnss ABI: sysfs-class-gnss: use wildcards on What definitions 2021-09-21 18:31:16 +02:00
sysfs-class-hwmon ABI: sysfs-class-hwmon: add descriptions for humidity min/max alarms 2024-02-25 12:37:37 -08:00
sysfs-class-intel_pmt platform/x86: Intel PMT Crashlog capability driver 2020-11-04 11:14:38 +00:00
sysfs-class-iommu
sysfs-class-iommu-amd-iommu
sysfs-class-iommu-intel-iommu
sysfs-class-lcd
sysfs-class-led leds: class: Don't expose color sysfs entry 2023-11-22 11:46:03 +00:00
sysfs-class-led-driver-aw200xx leds: Add AW20xx driver 2023-06-01 19:46:35 +01:00
sysfs-class-led-driver-lm3533 docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-class-led-driver-turris-omnia leds: turris-omnia: Add support for enabling/disabling HW gamma correction 2023-11-01 11:28:48 +00:00
sysfs-class-led-flash docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-class-led-multicolor docs: ABI: unify /sys/class/leds/<led>/brightness documentation 2020-10-30 13:14:48 +01:00
sysfs-class-led-trigger-netdev docs: ABI: sysfs-class-led-trigger-netdev: Document now hidable link_* 2024-03-07 08:47:58 +00:00
sysfs-class-led-trigger-oneshot
sysfs-class-led-trigger-pattern leds: trigger: pattern: Add support for hrtimer 2024-05-02 17:32:01 +01:00
sysfs-class-led-trigger-tty Documentation: leds: Update led-trigger-tty ABI description 2024-03-07 08:47:59 +00:00
sysfs-class-led-trigger-usbport docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-class-leds-gt683r docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-class-mei ABI: sysfs-class-mei: use wildcards on What definitions 2021-09-21 18:31:16 +02:00
sysfs-class-mic ABI: sysfs-class-mic: use the right wildcards on What definitions 2021-09-21 18:31:16 +02:00
sysfs-class-mtd Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-class-mux ABI: sysfs-class-mux: use wildcards on What definitions 2021-09-21 18:31:16 +02:00
sysfs-class-net Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-class-net-cdc_ncm docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-class-net-dsa net: dsa: allow changing the tag protocol via the "tagging" device attribute 2021-01-29 21:24:39 -08:00
sysfs-class-net-grcan
sysfs-class-net-janz-ican3
sysfs-class-net-peak_usb can: peak_usb: export PCAN CAN channel ID as sysfs device attribute 2023-02-02 17:39:25 +01:00
sysfs-class-net-phydev net: phy: Expose phydev::dev_flags through sysfs 2021-03-11 12:47:27 -08:00
sysfs-class-net-qmi Documentation: ABI: sysfs-class-net-qmi: pass_through contact update 2023-07-03 09:25:50 +01:00
sysfs-class-net-queues net: dqs: add NIC stall detector based on BQL 2024-03-08 10:23:26 +00:00
sysfs-class-net-statistics net: sysfs: Fix /sys/class/net/<iface> path for statistics 2024-02-12 12:13:50 +00:00
sysfs-class-ocxl docs: ABI: fix syntax to be parsed using ReST notation 2020-10-30 13:12:39 +01:00
sysfs-class-pktcdvd Revert "pktcdvd: remove driver." 2023-01-04 14:44:13 -07:00
sysfs-class-power Immutable branch for usb_types change for v6.12 2024-09-03 23:33:25 +02:00
sysfs-class-power-ltc4162l power/supply: Add ltc4162-l-charger 2021-01-13 00:46:34 +01:00
sysfs-class-power-mp2629 docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-class-power-rt9467 Documentation: power: rt9467: Document exported sysfs entries 2023-02-03 17:09:42 +01:00
sysfs-class-power-rt9471 Documentation: power: rt9471: Document exported sysfs entries 2023-02-03 14:39:20 +01:00
sysfs-class-power-surface power: supply: Add battery driver for Surface Aggregator Module 2021-04-08 14:30:28 +02:00
sysfs-class-power-twl4030 docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-class-power-wilco Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-class-powercap pci-v5.3-changes 2019-07-15 20:44:49 -07:00
sysfs-class-pwm docs: ABI: sysfs-class-pwm: Update Lee Jones' email address 2022-07-14 16:46:53 +02:00
sysfs-class-rapidio ABI: sysfs-class-rapidio: use wildcards on What definitions 2021-09-21 18:31:17 +02:00
sysfs-class-rc ABI: sysfs-class-rc: use wildcards on What definitions 2021-09-21 18:31:17 +02:00
sysfs-class-rc-nuvoton ABI: sysfs-class-rc-nuvoton: use wildcards on What definitions 2021-09-21 18:31:17 +02:00
sysfs-class-regulator regulator: core: Add error flags to sysfs attributes 2022-05-04 15:31:26 +01:00
sysfs-class-remoteproc Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-class-rnbd-client Documentation/ABI/rnbd-clt: Add description for nr_poll_queues 2021-04-20 08:59:04 -06:00
sysfs-class-rnbd-server Documentation/ABI/rnbd-srv: add document for force_close 2020-12-04 09:41:10 -07:00
sysfs-class-rtc
sysfs-class-rtc-rtc0-device-rtc_calibration docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-class-rtrs-client sysfs docs: ABI: Fix typo in comment 2022-07-28 16:32:33 +02:00
sysfs-class-rtrs-server sysfs docs: ABI: Fix typo in comment 2022-07-28 16:32:33 +02:00
sysfs-class-scsi_host docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-class-scsi_tape
sysfs-class-spi-eeprom nvmem: prepare basics for FRAM support 2021-06-11 12:23:10 +02:00
sysfs-class-stm
sysfs-class-stm_source
sysfs-class-switchtec docs: driver-api: add a series of orphaned documents 2019-07-15 11:03:02 -03:00
sysfs-class-tee optee: probe RPMB device using RPMB subsystem 2024-08-26 13:16:20 +02:00
sysfs-class-thermal Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-class-typec usb: typec: USB Power Delivery helpers for ports and partners 2022-06-12 06:49:47 +02:00
sysfs-class-usb_power_delivery usb: pd: Exposing the Peak Current value of Fixed Supplies to user space 2023-10-02 16:38:29 +02:00
sysfs-class-usb_role usb: roles: Link the switch to its connector 2024-02-17 17:02:42 +01:00
sysfs-class-vduse Docs/ABI/testing: Add VDUSE sysfs interface ABI document 2022-06-27 16:42:52 +02:00
sysfs-class-wakeup PM / wakeup: Show wakeup sources stats in sysfs 2019-08-21 00:20:40 +02:00
sysfs-class-watchdog watchdog: report options in sysfs 2023-02-18 15:11:40 +01:00
sysfs-class-zram
sysfs-dev docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-devices
sysfs-devices-consumer driver core: Fix device link device name collision 2021-01-21 20:12:40 +01:00
sysfs-devices-coredump
sysfs-devices-edac
sysfs-devices-firmware_node
sysfs-devices-lpss_ltr
sysfs-devices-mapping perf/x86/intel/uncore: Update sysfs-devices-mapping file 2022-11-24 11:09:24 +01:00
sysfs-devices-memory Document/kexec: generalize crash hotplug description 2024-09-01 20:43:37 -07:00
sysfs-devices-mmc
sysfs-devices-online Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-devices-physical_location driver core: Add sysfs support for physical location of a device 2022-04-27 09:51:57 +02:00
sysfs-devices-platform-_UDC_-gadget docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-devices-platform-ACPI-TAD sysfs docs: ABI: Fix typo in comment 2022-07-28 16:32:33 +02:00
sysfs-devices-platform-docg3 docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-devices-platform-dock ABI: sysfs-devices-platform-dock: use wildcards on What definitions 2021-09-21 18:31:17 +02:00
sysfs-devices-platform-ipmi docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-devices-platform-kunpeng_hccs soc: hisilicon: kunpeng_hccs: Support low power feature for the specified HCCS type 2024-10-14 08:54:51 +00:00
sysfs-devices-platform-sh_mobile_lcdc_fb docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-devices-platform-soc-ipa net: ipa: add an endpoint device attribute group 2022-07-20 21:03:26 -07:00
sysfs-devices-platform-stratix10-rsu docs: ABI: fix syntax to be parsed using ReST notation 2020-10-30 13:12:39 +01:00
sysfs-devices-platform-trackpoint
sysfs-devices-power sysfs docs: ABI: Fix typo in comment 2022-07-28 16:32:33 +02:00
sysfs-devices-power_resources_D0
sysfs-devices-power_resources_D1
sysfs-devices-power_resources_D2
sysfs-devices-power_resources_D3hot
sysfs-devices-power_resources_wakeup
sysfs-devices-power_state
sysfs-devices-real_power_state
sysfs-devices-removable ABI: sysfs-devices-removable: make a table valid as ReST markup 2021-09-28 12:45:22 +02:00
sysfs-devices-resource_in_use
sysfs-devices-soc docs: ABI: sysfs-devices-soc: Update Lee Jones' email address 2022-07-14 16:46:55 +02:00
sysfs-devices-software_node
sysfs-devices-state_synced driver core: Make state_synced device attribute writeable 2023-03-10 09:06:22 +01:00
sysfs-devices-sun
sysfs-devices-supplier driver core: Fix device link device name collision 2021-01-21 20:12:40 +01:00
sysfs-devices-system-cpu Document/kexec: generalize crash hotplug description 2024-09-01 20:43:37 -07:00
sysfs-devices-system-ibm-rtl docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-devices-system-xen_cpu
sysfs-devices-vfio-dev vfio: Add struct device to vfio_device 2022-09-21 14:15:11 -06:00
sysfs-devices-waiting_for_supplier driver core: Add waiting_for_supplier sysfs file for devices 2020-07-10 15:24:56 +02:00
sysfs-devices-xenbus xen/events: add per-xenbus device event statistics and settings 2021-02-23 10:07:11 -06:00
sysfs-driver-altera-cvp ABI: Fix KernelVersion tags 2019-06-15 08:12:45 +02:00
sysfs-driver-aspeed-uart-routing docs/ABI: testing: aspeed-uart-routing: Escape asterisk 2022-02-08 09:52:41 +01:00
sysfs-driver-bd9571mwv-regulator dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference 2022-06-06 12:16:59 -05:00
sysfs-driver-ccp crypto: ccp - Add support for displaying PSP firmware versions 2023-07-20 22:13:16 +12:00
sysfs-driver-chromeos-acpi platform/chrome: chromeos_acpi: print hex string for ACPI_TYPE_BUFFER 2023-08-10 11:10:56 +08:00
sysfs-driver-eud usb: misc: eud: Fix eud sysfs path (use 'qcom_eud') 2023-05-29 15:55:16 +01:00
sysfs-driver-fsi-master-gpio
sysfs-driver-ge-achc Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-driver-genwqe docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-driver-habanalabs accel/habanalabs: add parent_device sysfs attribute 2023-12-19 11:09:44 +02:00
sysfs-driver-hid ABI: sysfs-driver-hid: the "What" field doesn't parse fine 2019-06-14 18:17:11 +02:00
sysfs-driver-hid-corsair
sysfs-driver-hid-corsair-void HID: corsair-void: Add Corsair Void headset family driver 2024-10-11 12:57:48 +02:00
sysfs-driver-hid-lenovo docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-driver-hid-logitech-hidpp
sysfs-driver-hid-logitech-lg4ff docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-driver-hid-multitouch
sysfs-driver-hid-ntrig docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-driver-hid-picolcd
sysfs-driver-hid-prodikeys
sysfs-driver-hid-roccat-kone docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-driver-hid-srws1
sysfs-driver-hid-wiimote docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-driver-input-axp-pek
sysfs-driver-input-cros-ec-keyb Input: cros-ec-keyb - expose function row physical map to userspace 2021-02-22 21:22:15 -08:00
sysfs-driver-input-exc3000 Input: exc3000 - add type sysfs attribute 2021-03-07 21:56:50 -08:00
sysfs-driver-intc_sar platform/x86: BIOS SAR driver for Intel M.2 Modem 2021-08-20 12:09:41 +02:00
sysfs-driver-intel_sdsi platform/x86/intel/sdsi: Add meter certificate support 2022-11-21 10:55:35 +01:00
sysfs-driver-intel-i915-hwmon drm/i915/hwmon: expose package temperature 2024-09-13 11:21:16 +02:00
sysfs-driver-intel-m10-bmc mfd: intel-m10-bmc: Change contact for ABI docs 2023-11-01 10:02:16 +00:00
sysfs-driver-intel-m10-bmc-sec-update fpga: m10bmc-sec: Change contact for secure update driver 2023-10-24 19:32:39 +02:00
sysfs-driver-intel-rapid-start
sysfs-driver-intel-xe-hwmon drm/xe/hwmon: Add infra to support card power and energy attributes 2024-03-29 11:27:21 -04:00
sysfs-driver-jz4780-efuse docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-driver-panfrost-profiling ABI: sysfs-driver-panfrost-profiling: fix indentation problem 2024-03-28 15:34:39 +00:00
sysfs-driver-panthor-profiling drm/panthor: add sysfs knob for enabling job profiling 2024-10-02 10:55:17 +02:00
sysfs-driver-pciback docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-driver-ppi ABI: Fix KernelVersion tags 2019-06-15 08:12:45 +02:00
sysfs-driver-qat Documentation: qat: fix auto_reset attribute details 2024-07-06 10:20:00 +10:00
sysfs-driver-qat_ras crypto: qat - add error counters 2023-10-27 18:04:27 +08:00
sysfs-driver-qat_rl crypto: qat - add rate limiting sysfs interface 2023-10-27 18:04:28 +08:00
sysfs-driver-samsung-laptop docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-driver-spi-intel spi: intel: Add protected and locked attributes 2024-10-09 14:41:00 +01:00
sysfs-driver-st ABI: Fix KernelVersion tags 2019-06-15 08:12:45 +02:00
sysfs-driver-tegra-fuse Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-driver-toshiba_acpi docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-driver-toshiba_haps docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-driver-typec-displayport usb: typec: altmodes/displayport: Add hpd sysfs attribute 2023-01-06 16:36:03 +01:00
sysfs-driver-uacce Documentation: add the device isolation feature sysfs nodes for uacce 2023-01-20 12:06:26 +01:00
sysfs-driver-ucsi-ccg
sysfs-driver-ufs scsi: ufs: Add HCI capabilities sysfs group 2024-08-12 22:11:24 -04:00
sysfs-driver-w1_ds28e17 docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-driver-w1_therm w1: w1_therm: Rename conflicting sysfs attribute 'eeprom' to 'eeprom_cmd' 2020-11-12 08:50:13 +01:00
sysfs-driver-wacom docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-driver-xdata docs: ABI: Add sysfs documentation interface of dw-xdata-pcie driver 2021-04-05 13:15:52 +02:00
sysfs-driver-xen-blkback xen-blkback: Apply 'feature_persistent' parameter when connect 2022-08-12 12:13:51 +02:00
sysfs-driver-xen-blkfront xen-blkfront: Apply 'feature_persistent' parameter when connect 2022-08-12 12:13:54 +02:00
sysfs-driver-xilinx-tmr-manager drivers: misc: Add Support for TMR Manager 2023-01-20 13:09:30 +01:00
sysfs-driver-zynqmp-fpga fpga: zynqmp-fpga: Adds status interface 2023-03-09 17:33:19 +01:00
sysfs-firmware-acpi Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-firmware-dmi-entries Documentation: Drop or replace remaining mentions of IA64 2023-09-11 08:13:18 +00:00
sysfs-firmware-dmi-tables
sysfs-firmware-efi efi: Export Runtime Configuration Interface table to sysfs 2019-08-08 11:10:25 +03:00
sysfs-firmware-efi-esrt ABI: sysfs-firmware-efi-esrt: use wildcards on What definitions 2021-09-21 18:31:17 +02:00
sysfs-firmware-efi-runtime-map docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-firmware-gsmi docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-firmware-initrd initramfs: Expose retained initrd as sysfs file 2023-12-15 17:23:00 +01:00
sysfs-firmware-lefi-boardinfo Documentation: ABI: Add /sys/firmware/lefi/boardinfo description for Loongson64 2020-10-27 12:46:35 +01:00
sysfs-firmware-log
sysfs-firmware-memmap docs: ABI: testing: sysfs-firmware-memmap: add some memmap types. 2021-06-24 16:24:51 +02:00
sysfs-firmware-ofw
sysfs-firmware-opal-powercap Documentation: Fix the address of the linuxppc-dev mailing list 2024-05-06 22:05:18 +10:00
sysfs-firmware-opal-psr Documentation: Fix the address of the linuxppc-dev mailing list 2024-05-06 22:05:18 +10:00
sysfs-firmware-opal-sensor-groups Documentation: Fix the address of the linuxppc-dev mailing list 2024-05-06 22:05:18 +10:00
sysfs-firmware-papr-energy-scale-info Documentation: Fix the address of the linuxppc-dev mailing list 2024-05-06 22:05:18 +10:00
sysfs-firmware-qemu_fw_cfg docs: ABI: correct QEMU fw_cfg spec path 2022-07-20 15:01:43 -06:00
sysfs-firmware-sgi_uv Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-firmware-turris-mox-rwtm treewide: change my e-mail address, fix my name 2021-04-09 14:54:23 -07:00
sysfs-fs-erofs erofs: add sysfs node to drop internal caches 2024-11-18 18:50:13 +08:00
sysfs-fs-ext4 docs: ABI: Drop trailing whitespace 2020-11-13 15:03:49 -07:00
sysfs-fs-f2fs f2fs: add valid block ratio not to do excessive GC for one time GC 2024-09-11 03:33:08 +00:00
sysfs-fs-nilfs2
sysfs-fs-ubifs ubifs: Document sysfs nodes 2021-12-23 20:23:42 +01:00
sysfs-fs-virtiofs virtiofs: export filesystem tags through sysfs 2024-02-23 09:40:26 +01:00
sysfs-fs-xfs xfs: grant heads track byte counts, not LSNs 2024-07-04 12:46:47 +05:30
sysfs-hypervisor-xen docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-ibft
sysfs-kernel-address_bits kernels/ksysfs.c: export kernel address bits 2023-01-20 14:30:45 +01:00
sysfs-kernel-boot_params docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-kernel-btf bpf: Load and verify kernel module BTFs 2020-11-10 15:25:53 -08:00
sysfs-kernel-cpu_byteorder kernel/ksysfs.c: export kernel cpu byteorder 2022-11-10 19:07:31 +01:00
sysfs-kernel-dmabuf-buffers dma-buf: Delete the DMA-BUF attachment sysfs statistics 2021-07-20 11:06:59 +02:00
sysfs-kernel-fadump powerpc/fadump: update documentation about bootargs_append 2024-05-10 22:35:18 +10:00
sysfs-kernel-fscaps ABI: fix some syntax issues at the ABI database 2019-06-14 18:17:11 +02:00
sysfs-kernel-iommu_groups iommu: Cleanup iommu_change_dev_def_domain() 2023-03-22 15:45:17 +01:00
sysfs-kernel-irq
sysfs-kernel-livepatch livepatch: Add "replace" sysfs attribute 2024-07-02 16:56:18 +02:00
sysfs-kernel-mm
sysfs-kernel-mm-cma mm/cma: add sysfs file 'release_pages_success' 2024-02-22 10:24:57 -08:00
sysfs-kernel-mm-damon mm/damon/sysfs-schemes: add target_nid on sysfs-schemes 2024-07-03 19:30:12 -07:00
sysfs-kernel-mm-hugepages docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-kernel-mm-ksm mm: add new KSM process and sysfs knobs 2023-04-21 14:52:03 -07:00
sysfs-kernel-mm-memory-tiers memory tier, sysfs: rename attribute "nodes" to "nodelist" 2022-10-28 13:37:22 -07:00
sysfs-kernel-mm-mempolicy mm/mempolicy: implement the sysfs-based weighted_interleave interface 2024-02-22 10:24:46 -08:00
sysfs-kernel-mm-mempolicy-weighted-interleave mm/mempolicy: implement the sysfs-based weighted_interleave interface 2024-02-22 10:24:46 -08:00
sysfs-kernel-mm-numa mm/migrate: add sysfs interface to enable reclaim migration 2021-09-03 09:58:16 -07:00
sysfs-kernel-mm-swap
sysfs-kernel-mm-transparent-hugepage mm: add docs for per-order mTHP counters and transhuge_page ABI 2024-05-05 17:53:36 -07:00
sysfs-kernel-oops_count exit: Expose "oops_count" to sysfs 2022-12-01 08:50:38 -08:00
sysfs-kernel-reboot reboot: allow to specify reboot mode via sysfs 2020-12-15 22:46:19 -08:00
sysfs-kernel-slab docs: rename Documentation/vm to Documentation/mm 2022-06-27 12:52:53 -07:00
sysfs-kernel-vmcoreinfo ABI: fix some syntax issues at the ABI database 2019-06-14 18:17:11 +02:00
sysfs-kernel-warn_count docs: Fix path paste-o for /sys/kernel/warn_count 2022-12-14 14:37:59 -08:00
sysfs-mce x86/mce: Remove the tolerance level control 2022-02-23 11:09:25 +01:00
sysfs-memory-page-offline Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-module xen: speed up grant-table reclaim 2023-07-27 07:53:12 +02:00
sysfs-nvmem-cells nvmem: include bit index in cell sysfs file name 2024-02-14 16:28:16 +01:00
sysfs-ocfs2 docs: update ocfs2-devel mailing list address 2023-07-08 09:29:29 -07:00
sysfs-platform_profile ACPI: platform-profile: call sysfs_notify() from platform_profile_store() 2021-08-16 18:32:02 +02:00
sysfs-platform-asus-laptop docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-platform-asus-wmi platform/x86: asus-wmi: Add support for MCU powersave 2024-04-08 18:30:27 +02:00
sysfs-platform-at91 docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-platform-brcmstb-gisb-arb
sysfs-platform-brcmstb-memc Documentation: sysfs: Document Broadcom STB memc sysfs knobs 2022-08-18 09:11:45 +03:00
sysfs-platform-chipidea-usb2 usb: chipidea: clarify Documentation/ABI text 2022-09-27 13:21:44 -06:00
sysfs-platform-chipidea-usb-otg Documentation: ABI: usb: chipidea: Update Li Jun's e-mail 2020-06-18 10:40:56 +02:00
sysfs-platform-dell-laptop Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-platform-dell-privacy-wmi ABI: sysfs-platform-dell-privacy-wmi: correct ABI entries 2021-10-11 14:52:02 +02:00
sysfs-platform-dell-smbios platform/x86: Update Mario Limonciello's email address in the docs 2021-08-13 13:18:15 +02:00
sysfs-platform-dell-wmi-ddv platform/x86: dell-ddv: Update ABI documentation 2023-05-09 11:54:42 +02:00
sysfs-platform-dfl-fme Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-platform-dfl-port fpga: dfl: afu: add error reporting support. 2019-09-03 19:35:41 -07:00
sysfs-platform-dptf ABI: sysfs-platform-dptf: Add tables markup to a table 2021-09-28 12:45:21 +02:00
sysfs-platform-eeepc-laptop docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-platform-hidma dmaengine: qcom_hidma: Update codeaurora email domain 2023-08-07 00:01:41 +05:30
sysfs-platform-hidma-mgmt dmaengine: qcom_hidma: Update codeaurora email domain 2023-08-07 00:01:41 +05:30
sysfs-platform-i2c-demux-pinctrl docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-platform-ideapad-laptop Documentation/ABI: sysfs-platform-ideapad-laptop: conservation_mode attribute 2021-02-04 10:21:50 +01:00
sysfs-platform-intel-ifs Documentation/ABI: Update IFS ABI doc 2023-03-27 16:10:20 +02:00
sysfs-platform-intel-pmc ABI: sysfs-platform-intel-pmc: add blank lines to make it valid for ReST 2021-10-11 14:52:02 +02:00
sysfs-platform-intel-wmi-sbl-fw-update docs: ABI: fix syntax to be parsed using ReST notation 2020-10-30 13:12:39 +01:00
sysfs-platform-intel-wmi-thunderbolt platform/x86: Update Mario Limonciello's email address in the docs 2021-08-13 13:18:15 +02:00
sysfs-platform-kim Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-platform-lg-laptop lg-laptop: Move setting of battery charge limit to common location 2022-02-23 11:36:24 +01:00
sysfs-platform-mellanox-bootctl mlxbf-bootctl: Support sysfs entries for MFG fields 2023-08-23 17:31:27 +02:00
sysfs-platform-msi-laptop
sysfs-platform-phy-rcar-gen3-usb2 docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-platform-power-on-reason power: reset: at91-reset: add sysfs interface to the power on reason 2023-07-19 23:15:21 +02:00
sysfs-platform-renesas_usb3 docs: ABI: Drop trailing whitespace 2020-11-13 15:03:49 -07:00
sysfs-platform-silicom platform/x86: silicom-platform: Add missing "Description:" for power_cycle sysfs attr 2024-01-22 11:37:28 +01:00
sysfs-platform-sst-atom Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-platform-tahvo-usb
sysfs-platform-ts5500
sysfs-platform-twl4030-usb
sysfs-platform-usbip-vudc docs: ABI: testing: make the files compatible with ReST output 2020-10-30 13:07:01 +01:00
sysfs-platform-wilco-ec docs: ABI: fix syntax to be parsed using ReST notation 2020-10-30 13:12:39 +01:00
sysfs-power PM: Add sysfs files to represent time spent in hardware sleep state 2023-04-20 19:06:12 +02:00
sysfs-pps
sysfs-profiling docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
sysfs-ptp ABI: sysfs-ptp: use wildcards on What definitions 2021-09-21 18:31:17 +02:00
sysfs-secvar powerpc/pseries: Implement secvars for dynamic secure boot 2023-02-13 22:34:33 +11:00
sysfs-timecard docs: ABI: update OCP TimeCard sysfs entries 2024-09-03 15:37:48 +02:00
sysfs-tty docs: ABI: sysfs-tty: close times are in centiseconds 2023-09-18 11:14:43 +02:00
sysfs-uevent docs: ABI: sysfs-uevent: make it compatible with ReST output 2020-10-30 13:07:02 +01:00
usb-charger-uevent docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00
usb-uevent docs: ABI: cleanup several ABI documents 2020-10-30 13:14:29 +01:00