mirror-linux/Documentation/ABI/testing
Linus Torvalds 01ecadbe09 cxl for v6.15
- Add support for Global Persistent Flush (GPF)
 - Cleanup of DPA partition metadata handling
 	- Remove the CXL_DECODER_MIXED enum that's not needed anymore
 	- Introduce helpers to access resource and perf meta data
 	- Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'
 	- Make cxl_dpa_alloc() DPA partition number agnostic
 	- Remove cxl_decoder_mode
 	- Cleanup partition size and perf helpers
 - Remove unused CXL partition values
 - Add logging support for CXL CPER endpoint and port protocol errors
 	- Prefix protocol error struct and function names with cxl_
 	- Move protocol error definitions and structures to a common location
 	- Remove drivers/firmware/efi/cper_cxl.h to include/linux/cper.h
 	- Add support in GHES to process CXL CPER protocol errors
 	- Process CXL CPER protocol errors
 	- Add trace logging for CXL PCIe port RAS errors
 - Remove redundant gp_port init
 - Add validation of cxl device serial number
 - CXL ABI documentation updates/fixups
 - A series that uses guard() to clean up open coded mutex lockings and remove gotos for error
   handling.
 - Some followup patches to support dirty shutdown accounting
 	- Add helper to retrieve DVSEC offset for dirty shutdown registers
 	- Rename cxl_get_dirty_shutdown() to cxl_arm_dirty_shutdown()
 	- Add support for dirty shutdown count via sysfs
 	- cxl_test support for dirty shutdown
 - A series to support CXL mailbox Features commands. Mostly in preparation for CXL EDAC
   code to utilize the Features commands. It's also in preparation for CXL fwctl support
   to utilize the CXL Features. The commands include "Get Supported Features", "Get Feature",
   and "Set Feature".
 - A series to support extended linear cache support described by the ACPI HMAT table. The
   addition helps enumerate the cache and also provides additional RAS reporting support for
   configuration with extended linear cache. (and related fixes for the
   series).
 - An update to cxl_test to support a 3-way capable CFMWS.
 - A documentation fix to remove unused "mixed mode".
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE5DAy15EJMCV1R6v9YGjFFmlTOEoFAmfqtP4ACgkQYGjFFmlT
 OEqx9A//UsCWf1CH8bvjKXxSTlQmtPlNpcXe+gVR0sc5cL2VFxKf93AY8Zo1Br5A
 b40gtZJz9QwjwGwIvDiki9U2bopOyX3aMOyBJMYmLuL/irY8ENx2ra7ODbxe7uGn
 oZwpwG2sEGQxIAG2bCpVuCDIt8JjNvsTJo45TICs07w9TWTmH4Swpbz1g8VGpDz/
 kCQcXXHSHZleR5BzqVRKxjjqGEUFj2xDMzAI8VSL+7izMMoPLbjwnl2c1fwaLBPd
 iJTMboTXDj7eVMta/qqGkG7pshM81SnkSzy8cxImj3r4SRgRTZg9U8vhrR3K1kdH
 F05Ozd12tljtNXLWthENZPUbfcovy9oTxzMt/gVut7j6C7H3s3KCSbV7zhz5BmfD
 XcapOX4Cu7ptn88KLqE5a98oLuq2DXrLOcX5vKPYBfAO+68rC+gSAPSbzfZlSHa0
 1/TsxVvzDQUBVZWL94DeHvemyQb58GQBOypeNZbH8P4gAhWJqk3hZEO+wlSxpfd+
 R7wgabfKJUJ82KusCZHIW1Wg3/IrXb4yC+UyiObS5RgIJWpRmOkuJEHDvEUje+Dj
 aOWw/H3vZgeZnpW87FRxzvDJx1/0jZI1vsxH65m2wrvz6n5aGIA/Q6pgqCdU/m6c
 I231bl1bmZzJ8u3+vOZL4tFHcYHh4XCwQp+ZQt1uDa0fA5LbLhc=
 =ZME1
 -----END PGP SIGNATURE-----

Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl

Pull Compute Express Link (CXL)  updates from Dave Jiang:

 - Add support for Global Persistent Flush (GPF)

 - Cleanup of DPA partition metadata handling:
     - Remove the CXL_DECODER_MIXED enum that's not needed anymore
     - Introduce helpers to access resource and perf meta data
     - Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'
     - Make cxl_dpa_alloc() DPA partition number agnostic
     - Remove cxl_decoder_mode
     - Cleanup partition size and perf helpers

 - Remove unused CXL partition values

 - Add logging support for CXL CPER endpoint and port protocol errors:
     - Prefix protocol error struct and function names with cxl_
     - Move protocol error definitions and structures to a common location
     - Remove drivers/firmware/efi/cper_cxl.h to include/linux/cper.h
     - Add support in GHES to process CXL CPER protocol errors
     - Process CXL CPER protocol errors
     - Add trace logging for CXL PCIe port RAS errors

 - Remove redundant gp_port init

 - Add validation of cxl device serial number

 - CXL ABI documentation updates/fixups

 - A series that uses guard() to clean up open coded mutex lockings and
   remove gotos for error handling.

 - Some followup patches to support dirty shutdown accounting:
     - Add helper to retrieve DVSEC offset for dirty shutdown registers
     - Rename cxl_get_dirty_shutdown() to cxl_arm_dirty_shutdown()
     - Add support for dirty shutdown count via sysfs
     - cxl_test support for dirty shutdown

 - A series to support CXL mailbox Features commands.

   Mostly in preparation for CXL EDAC code to utilize the Features
   commands. It's also in preparation for CXL fwctl support to utilize
   the CXL Features. The commands include "Get Supported Features", "Get
   Feature", and "Set Feature".

 - A series to support extended linear cache support described by the
   ACPI HMAT table.

   The addition helps enumerate the cache and also provides additional
   RAS reporting support for configuration with extended linear cache.
   (and related fixes for the series).

 - An update to cxl_test to support a 3-way capable CFMWS

 - A documentation fix to remove unused "mixed mode"

* tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl: (39 commits)
  cxl/region: Fix the first aliased address miscalculation
  cxl/region: Quiet some dev_warn()s in extended linear cache setup
  cxl/Documentation: Remove 'mixed' from sysfs mode doc
  cxl: Fix warning from emitting resource_size_t as long long int on 32bit systems
  cxl/test: Define a CFMWS capable of a 3 way HB interleave
  cxl/mem: Do not return error if CONFIG_CXL_MCE unset
  tools/testing/cxl: Set Shutdown State support
  cxl/pmem: Export dirty shutdown count via sysfs
  cxl/pmem: Rename cxl_dirty_shutdown_state()
  cxl/pci: Introduce cxl_gpf_get_dvsec()
  cxl/pci: Support Global Persistent Flush (GPF)
  cxl: Document missing sysfs files
  cxl: Plug typos in ABI doc
  cxl/pmem: debug invalid serial number data
  cxl/cdat: Remove redundant gp_port initialization
  cxl/memdev: Remove unused partition values
  cxl/region: Drop goto pattern of construct_region()
  cxl/region: Drop goto pattern in cxl_dax_region_alloc()
  cxl/core: Use guard() to drop goto pattern of cxl_dpa_alloc()
  cxl/core: Use guard() to drop the goto pattern of cxl_dpa_free()
  ...
2025-04-02 20:04:43 -07:00
..
configfs-acpi
configfs-iio
configfs-most
configfs-rdma_cm
configfs-spear-pcie-gadget
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
configfs-usb-gadget-eem
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
configfs-usb-gadget-loopback
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
configfs-usb-gadget-midi2 Documentation: typo fixes 2025-02-18 14:01:22 -07:00
configfs-usb-gadget-ncm
configfs-usb-gadget-obex
configfs-usb-gadget-phonet
configfs-usb-gadget-printer
configfs-usb-gadget-rndis
configfs-usb-gadget-serial
configfs-usb-gadget-sourcesink
configfs-usb-gadget-subset
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: configfs: Add frame-based frame format support 2024-10-16 10:45:47 +02:00
debugfs-cec-error-inj
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
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-dwc-pcie PCI: dwc: Add debugfs property to provide LTSSM status of the PCIe link 2025-03-06 08:55:54 +00:00
debugfs-ec
debugfs-hisi-hpre crypto: hisilicon - support querying the capability register 2024-11-02 18:23:24 +08:00
debugfs-hisi-migration Documentation: add debugfs description for hisi migration 2024-11-13 14:59:33 -07: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
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
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
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
debugfs-vfio Documentation: add debugfs description for vfio 2023-12-04 14:29:39 -07:00
debugfs-wilco-ec
dell-smbios-wmi
dev-kmsg
devlink-resource-mlxsw
evm
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
procfs-attr-exec
procfs-attr-prev
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
rtc-cdev
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
sysfs-block-rssd
sysfs-block-zram zram: remove max_comp_streams device attr 2025-03-16 22:06:33 -07:00
sysfs-bus-acpi
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 ABI: sysfs-bus-coresight-*: fix kernelversion tags 2025-02-10 11:19:56 -07:00
sysfs-bus-coresight-devices-dummy-source coresight: dummy: Add static trace id support for dummy source 2024-12-11 10:15:45 +00:00
sysfs-bus-coresight-devices-etb10
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
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 Char/Misc/IIO driver updates for 6.15-rc1 2025-04-01 11:26:08 -07:00
sysfs-bus-coresight-devices-trbe
sysfs-bus-coresight-devices-ultra_smb Documentation: Add document for UltraSoc SMB driver 2023-01-16 10:16:15 +00:00
sysfs-bus-counter counter: Introduce the compare component 2025-03-10 18:00:49 +09: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/Documentation: Remove 'mixed' from sysfs mode doc 2025-03-14 16:28:05 -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
sysfs-bus-dfl-devices-emif
sysfs-bus-dfl-devices-n3000-nios
sysfs-bus-event_source-devices perf Documentation: Describe the PMU naming convention 2024-12-23 13:53:08 -03: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
sysfs-bus-event_source-devices-dsa
sysfs-bus-event_source-devices-events perf Documentation: Clarify sysfs event names characters 2025-01-08 17:20:42 -03:00
sysfs-bus-event_source-devices-format
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
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
sysfs-bus-event_source-devices-vpa-pmu docs: ABI: sysfs-bus-event_source-devices-vpa-pmu: Fix htmldocs errors 2024-11-27 10:40:39 +05:30
sysfs-bus-fcoe Documentation/ABI: correct possessive "its" typos 2022-09-27 13:21:43 -06:00
sysfs-bus-fsi
sysfs-bus-fsi-devices-sbefifo Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-bus-fsl-mc
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
sysfs-bus-i2c-devices-lm3533
sysfs-bus-i2c-devices-pca954x
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 Documentation: ABI: add wideband filter type to sysfs-bus-iio 2025-03-11 19:09:16 +00:00
sysfs-bus-iio-accel-adxl372
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-ad-sigma-delta iio: adc: ad-sigma-delta: Document ABI for sigma delta adc 2024-12-11 19:20:49 +00:00
sysfs-bus-iio-adc-ad4130 Documentation: ABI: IIO: Re-add sysfs-bus-iio-adc-ad4130 2025-02-08 15:39:41 +00:00
sysfs-bus-iio-adc-ad7192 iio: adc: ad-sigma-delta: Document ABI for sigma delta adc 2024-12-11 19:20:49 +00:00
sysfs-bus-iio-adc-ad7280a
sysfs-bus-iio-adc-envelope-detector
sysfs-bus-iio-adc-hi8435
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
sysfs-bus-iio-adc-pac1934 iio: adc: adding support for PAC193x 2024-02-28 19:26:37 +00:00
sysfs-bus-iio-adc-stm32
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
sysfs-bus-iio-chemical-vz89x
sysfs-bus-iio-cros-ec
sysfs-bus-iio-dac iio: ABI: Generalize ABI documentation for DAC 2024-08-03 10:13:37 +01:00
sysfs-bus-iio-dac-ad5766
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
sysfs-bus-iio-distance-srf08
sysfs-bus-iio-dma-buffer
sysfs-bus-iio-filter-admv8818 ABI: testing: fix admv8818 attr description 2024-08-03 10:12:48 +01:00
sysfs-bus-iio-frequency-ad9523
sysfs-bus-iio-frequency-adf4350
sysfs-bus-iio-frequency-adf4371
sysfs-bus-iio-frequency-admv1013
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
sysfs-bus-iio-humidity
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
sysfs-bus-iio-light-lm3533-als
sysfs-bus-iio-light-si1133
sysfs-bus-iio-light-tsl2583
sysfs-bus-iio-light-tsl2772
sysfs-bus-iio-magnetometer-hmc5843
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
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
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
sysfs-bus-intel_th-devices-msc
sysfs-bus-intel_th-devices-pti
sysfs-bus-intel_th-output-devices
sysfs-bus-mcb
sysfs-bus-mdio
sysfs-bus-media
sysfs-bus-mei
sysfs-bus-mmc
sysfs-bus-most
sysfs-bus-moxtet-devices
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/DOE: Expose DOE features via sysfs 2025-03-21 16:36:01 -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
sysfs-bus-pci-devices-cciss
sysfs-bus-pci-devices-pvpanic
sysfs-bus-pci-drivers-ehci_hcd
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
sysfs-bus-platform
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
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
sysfs-bus-rbd
sysfs-bus-rpmsg
sysfs-bus-siox
sysfs-bus-soundwire-master
sysfs-bus-soundwire-slave
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
sysfs-bus-usb-lvstest
sysfs-bus-vdpa Documentation: update mailing list addresses 2024-02-21 13:44:21 -07:00
sysfs-bus-vfio-mdev
sysfs-bus-vmbus
sysfs-bus-wmi platform/x86: wmi: Add bus ABI documentation 2024-06-24 20:36:13 +03:00
sysfs-c2port
sysfs-cfq-target-latency
sysfs-class Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-class-backlight
sysfs-class-backlight-driver-lm3533
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 platform/chrome: cros_ec_sysfs: Expose AP_MODE_ENTRY feature state 2025-02-05 04:03:31 +00:00
sysfs-class-chromeos-driver-cros-ec-lightbar
sysfs-class-chromeos-driver-cros-ec-vbc
sysfs-class-devfreq PM / devfreq: Fix buffer overflow in trans_stat_show 2023-11-13 10:48:49 +09:00
sysfs-class-devfreq-event
sysfs-class-devlink
sysfs-class-extcon
sysfs-class-fc
sysfs-class-fc_host
sysfs-class-fc_remote_ports
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
sysfs-class-fpga-region
sysfs-class-gnss
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
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
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
sysfs-class-led-multicolor
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
sysfs-class-leds-gt683r
sysfs-class-mei
sysfs-class-mic
sysfs-class-mtd Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-class-mux
sysfs-class-net Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-class-net-cdc_ncm
sysfs-class-net-dsa
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
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
sysfs-class-pktcdvd Revert "pktcdvd: remove driver." 2023-01-04 14:44:13 -07:00
sysfs-class-platform-profile ACPI: platform_profile: Add documentation 2025-01-17 19:16:53 +02:00
sysfs-class-power power: supply: add undervoltage health status property 2025-01-15 22:39:18 +01:00
sysfs-class-power-ltc4162l
sysfs-class-power-max1720x power: supply: max1720x: add support for reading internal and thermistor temperatures 2025-01-17 22:33:04 +01:00
sysfs-class-power-mp2629
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
sysfs-class-power-twl4030
sysfs-class-power-wilco Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-class-powercap
sysfs-class-pwm docs: ABI: sysfs-class-pwm: Update Lee Jones' email address 2022-07-14 16:46:53 +02:00
sysfs-class-rapidio
sysfs-class-rc
sysfs-class-rc-nuvoton
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
sysfs-class-rnbd-server
sysfs-class-rtc
sysfs-class-rtc-rtc0-device-rtc_calibration
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
sysfs-class-scsi_tape
sysfs-class-spi-eeprom
sysfs-class-stm
sysfs-class-stm_source
sysfs-class-switchtec
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: Add attribute file showing the USB Modes of the partner 2024-10-17 08:41:45 +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
sysfs-class-watchdog docs: ABI: Fix spelling mistake in pretimeout_avaialable_governors 2024-11-07 11:21:25 +01:00
sysfs-class-zram
sysfs-dev
sysfs-devices
sysfs-devices-consumer
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-ACPI-TAD sysfs docs: ABI: Fix typo in comment 2022-07-28 16:32:33 +02:00
sysfs-devices-platform-_UDC_-gadget
sysfs-devices-platform-docg3
sysfs-devices-platform-dock
sysfs-devices-platform-ipmi
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
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
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
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
sysfs-devices-system-cpu Document/kexec: generalize crash hotplug description 2024-09-01 20:43:37 -07:00
sysfs-devices-system-ibm-rtl
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
sysfs-devices-xenbus
sysfs-driver-altera-cvp
sysfs-driver-amd-sfh HID: amd_sfh: Allow configuring whether HPD is enabled or disabled 2025-03-04 21:49:32 +01:00
sysfs-driver-aspeed-uart-routing
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
sysfs-driver-habanalabs accel/habanalabs: add parent_device sysfs attribute 2023-12-19 11:09:44 +02:00
sysfs-driver-hid
sysfs-driver-hid-appletb-kbd HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch Bars 2025-02-07 14:03:50 +01: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
sysfs-driver-hid-logitech-hidpp
sysfs-driver-hid-logitech-lg4ff
sysfs-driver-hid-multitouch
sysfs-driver-hid-ntrig
sysfs-driver-hid-picolcd
sysfs-driver-hid-prodikeys
sysfs-driver-hid-roccat-kone
sysfs-driver-hid-srws1
sysfs-driver-hid-wiimote
sysfs-driver-input-axp-pek
sysfs-driver-input-cros-ec-keyb
sysfs-driver-input-exc3000
sysfs-driver-intc_sar
sysfs-driver-intel-i915-hwmon drm/i915/hwmon: expose package temperature 2024-09-13 11:21:16 +02:00
sysfs-driver-intel-m10-bmc fpga: m10bmc-sec: update email address for Peter Colberg 2025-02-06 15:26:44 +08:00
sysfs-driver-intel-m10-bmc-sec-update fpga: m10bmc-sec: update email address for Peter Colberg 2025-02-06 15:26:44 +08:00
sysfs-driver-intel-rapid-start
sysfs-driver-intel-xe-hwmon drm/xe/hwmon: expose package and vram temperature 2025-02-05 08:44:27 -05:00
sysfs-driver-intel_sdsi platform/x86/intel/sdsi: Add meter certificate support 2022-11-21 10:55:35 +01:00
sysfs-driver-jz4780-efuse
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
sysfs-driver-ppi
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
sysfs-driver-spi-intel spi: intel: Add protected and locked attributes 2024-10-09 14:41:00 +01:00
sysfs-driver-st
sysfs-driver-tegra-fuse Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-driver-toshiba_acpi
sysfs-driver-toshiba_haps
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 Merge patch series "Support Multi-frequency scale for UFS" 2025-02-20 22:11:11 -05:00
sysfs-driver-w1_ds28e17
sysfs-driver-w1_therm
sysfs-driver-wacom
sysfs-driver-xdata
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-edac-ecs EDAC: Add a Error Check Scrub control feature 2025-02-25 15:42:32 +01:00
sysfs-edac-memory-repair EDAC: Update memory repair control interface for memory sparing feature 2025-02-26 11:14:40 +01:00
sysfs-edac-scrub EDAC: Add scrub control feature 2025-02-25 15:39:09 +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
sysfs-firmware-efi-esrt
sysfs-firmware-efi-runtime-map
sysfs-firmware-gsmi
sysfs-firmware-initrd initramfs: Expose retained initrd as sysfs file 2023-12-15 17:23:00 +01:00
sysfs-firmware-lefi-boardinfo
sysfs-firmware-log
sysfs-firmware-memmap
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
sysfs-fs-erofs erofs: add sysfs node to drop internal caches 2024-11-18 18:50:13 +08:00
sysfs-fs-ext4
sysfs-fs-f2fs f2fs-for-6.15-rc1 2025-03-27 12:55:54 -07:00
sysfs-fs-nilfs2
sysfs-fs-ubifs
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
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
sysfs-kernel-btf
sysfs-kernel-cpu_byteorder kernel/ksysfs.c: export kernel cpu byteorder 2022-11-10 19:07:31 +01:00
sysfs-kernel-dmabuf-buffers
sysfs-kernel-fadump Documentation/powerpc/fadump: add additional parameter feature details 2025-02-11 10:53:00 +05:30
sysfs-kernel-fscaps
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 stack_order sysfs attribute 2024-12-09 11:44:03 +01:00
sysfs-kernel-mm
sysfs-kernel-mm-cma mm/cma: export total and free number of pages for CMA areas 2025-03-16 22:06:24 -07:00
sysfs-kernel-mm-damon Docs/ABI/damon: document {core,ops}_filters directories 2025-03-17 22:06:49 -07:00
sysfs-kernel-mm-hugepages
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
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: add support for configuring emergency hardware protection action 2025-03-16 23:24:14 -07:00
sysfs-kernel-slab docs: rename Documentation/vm to Documentation/mm 2022-06-27 12:52:53 -07:00
sysfs-kernel-vmcoreinfo
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-asus-laptop
sysfs-platform-asus-wmi platform/x86: asus-wmi: Add support for MCU powersave 2024-04-08 18:30:27 +02:00
sysfs-platform-at91
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-usb-otg
sysfs-platform-chipidea-usb2 usb: chipidea: clarify Documentation/ABI text 2022-09-27 13:21:44 -06:00
sysfs-platform-dell-laptop Documentation/ABI: Fix typos 2023-08-18 11:28:40 -06:00
sysfs-platform-dell-privacy-wmi
sysfs-platform-dell-smbios
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
sysfs-platform-dptf
sysfs-platform-eeepc-laptop
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
sysfs-platform-ideapad-laptop
sysfs-platform-intel-ifs Documentation/ABI: Update IFS ABI doc 2023-03-27 16:10:20 +02:00
sysfs-platform-intel-pmc
sysfs-platform-intel-wmi-sbl-fw-update
sysfs-platform-intel-wmi-thunderbolt
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 RTC battery status 2025-02-03 14:57:27 +02:00
sysfs-platform-mellanox-pmc Documentation/ABI: Add new sysfs field to sysfs-platform-mellanox-pmc 2025-01-15 16:26:36 +02:00
sysfs-platform-msi-laptop
sysfs-platform-phy-rcar-gen3-usb2
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
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
sysfs-platform-wilco-ec
sysfs-platform_profile Documentation: Add documentation about class interface for platform profiles 2024-12-10 19:18:22 +02:00
sysfs-power ABI: sysfs-power: fix a what tag 2025-02-10 11:19:56 -07:00
sysfs-pps
sysfs-pps-gen Documentation ABI: add PPS generators documentation 2025-01-08 13:18:09 +01:00
sysfs-pps-gen-tio ABI: pps: Add ABI documentation for Intel TIO 2025-02-21 10:46:49 +01:00
sysfs-profiling
sysfs-ptp
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
usb-charger-uevent
usb-uevent