linux/Documentation/ABI/testing
Linus Torvalds 7203ca412f Significant patch series in this merge are as follows:
- The 10 patch series "__vmalloc()/kvmalloc() and no-block support" from
   Uladzislau Rezki reworks the vmalloc() code to support non-blocking
   allocations (GFP_ATOIC, GFP_NOWAIT).
 
 - The 2 patch series "ksm: fix exec/fork inheritance" from xu xin fixes
   a rare case where the KSM MMF_VM_MERGE_ANY prctl state is not inherited
   across fork/exec.
 
 - The 4 patch series "mm/zswap: misc cleanup of code and documentations"
   from SeongJae Park does some light maintenance work on the zswap code.
 
 - The 5 patch series "mm/page_owner: add debugfs files 'show_handles'
   and 'show_stacks_handles'" from Mauricio Faria de Oliveira enhances the
   /sys/kernel/debug/page_owner debug feature.  It adds unique identifiers
   to differentiate the various stack traces so that userspace monitoring
   tools can better match stack traces over time.
 
 - The 2 patch series "mm/page_alloc: pcp->batch cleanups" from Joshua
   Hahn makes some minor alterations to the page allocator's per-cpu-pages
   feature.
 
 - The 2 patch series "Improve UFFDIO_MOVE scalability by removing
   anon_vma lock" from Lokesh Gidra addresses a scalability issue in
   userfaultfd's UFFDIO_MOVE operation.
 
 - The 2 patch series "kasan: cleanups for kasan_enabled() checks" from
   Sabyrzhan Tasbolatov performs some cleanup in the KASAN code.
 
 - The 2 patch series "drivers/base/node: fold node register and
   unregister functions" from Donet Tom cleans up the NUMA node handling
   code a little.
 
 - The 4 patch series "mm: some optimizations for prot numa" from Kefeng
   Wang provides some cleanups and small optimizations to the NUMA
   allocation hinting code.
 
 - The 5 patch series "mm/page_alloc: Batch callers of
   free_pcppages_bulk" from Joshua Hahn addresses long lock hold times at
   boot on large machines.  These were causing (harmless) softlockup
   warnings.
 
 - The 2 patch series "optimize the logic for handling dirty file folios
   during reclaim" from Baolin Wang removes some now-unnecessary work from
   page reclaim.
 
 - The 10 patch series "mm/damon: allow DAMOS auto-tuned for per-memcg
   per-node memory usage" from SeongJae Park enhances the DAMOS auto-tuning
   feature.
 
 - The 2 patch series "mm/damon: fixes for address alignment issues in
   DAMON_LRU_SORT and DAMON_RECLAIM" from Quanmin Yan fixes DAMON_LRU_SORT
   and DAMON_RECLAIM with certain userspace configuration.
 
 - The 15 patch series "expand mmap_prepare functionality, port more
   users" from Lorenzo Stoakes enhances the new(ish)
   file_operations.mmap_prepare() method and ports additional callsites
   from the old ->mmap() over to ->mmap_prepare().
 
 - The 8 patch series "Fix stale IOTLB entries for kernel address space"
   from Lu Baolu fixes a bug (and possible security issue on non-x86) in
   the IOMMU code.  In some situations the IOMMU could be left hanging onto
   a stale kernel pagetable entry.
 
 - The 4 patch series "mm/huge_memory: cleanup __split_unmapped_folio()"
   from Wei Yang cleans up and optimizes the folio splitting code.
 
 - The 5 patch series "mm, swap: misc cleanup and bugfix" from Kairui
   Song implements some cleanups and a minor fix in the swap discard code.
 
 - The 8 patch series "mm/damon: misc documentation fixups" from SeongJae
   Park does as advertised.
 
 - The 9 patch series "mm/damon: support pin-point targets removal" from
   SeongJae Park permits userspace to remove a specific monitoring target
   in the middle of the current targets list.
 
 - The 2 patch series "mm: MISC follow-up patches for linux/pgalloc.h"
   from Harry Yoo implements a couple of cleanups related to mm header file
   inclusion.
 
 - The 2 patch series "mm/swapfile.c: select swap devices of default
   priority round robin" from Baoquan He improves the selection of swap
   devices for NUMA machines.
 
 - The 3 patch series "mm: Convert memory block states (MEM_*) macros to
   enums" from Israel Batista changes the memory block labels from macros
   to enums so they will appear in kernel debug info.
 
 - The 3 patch series "ksm: perform a range-walk to jump over holes in
   break_ksm" from Pedro Demarchi Gomes addresses an inefficiency when KSM
   unmerges an address range.
 
 - The 22 patch series "mm/damon/tests: fix memory bugs in kunit tests"
   from SeongJae Park fixes leaks and unhandled malloc() failures in DAMON
   userspace unit tests.
 
 - The 2 patch series "some cleanups for pageout()" from Baolin Wang
   cleans up a couple of minor things in the page scanner's
   writeback-for-eviction code.
 
 - The 2 patch series "mm/hugetlb: refactor sysfs/sysctl interfaces" from
   Hui Zhu moves hugetlb's sysfs/sysctl handling code into a new file.
 
 - The 9 patch series "introduce VM_MAYBE_GUARD and make it sticky" from
   Lorenzo Stoakes makes the VMA guard regions available in /proc/pid/smaps
   and improves the mergeability of guarded VMAs.
 
 - The 2 patch series "mm: perform guard region install/remove under VMA
   lock" from Lorenzo Stoakes reduces mmap lock contention for callers
   performing VMA guard region operations.
 
 - The 2 patch series "vma_start_write_killable" from Matthew Wilcox
   starts work in permitting applications to be killed when they are
   waiting on a read_lock on the VMA lock.
 
 - The 11 patch series "mm/damon/tests: add more tests for online
   parameters commit" from SeongJae Park adds additional userspace testing
   of DAMON's "commit" feature.
 
 - The 9 patch series "mm/damon: misc cleanups" from SeongJae Park does
   that.
 
 - The 2 patch series "make VM_SOFTDIRTY a sticky VMA flag" from Lorenzo
   Stoakes addresses the possible loss of a VMA's VM_SOFTDIRTY flag when
   that VMA is merged with another.
 
 - The 16 patch series "mm: support device-private THP" from Balbir Singh
   introduces support for Transparent Huge Page (THP) migration in zone
   device-private memory.
 
 - The 3 patch series "Optimize folio split in memory failure" from Zi
   Yan optimizes folio split operations in the memory failure code.
 
 - The 2 patch series "mm/huge_memory: Define split_type and consolidate
   split support checks" from Wei Yang provides some more cleanups in the
   folio splitting code.
 
 - The 16 patch series "mm: remove is_swap_[pte, pmd]() + non-swap
   entries, introduce leaf entries" from Lorenzo Stoakes cleans up our
   handling of pagetable leaf entries by introducing the concept of
   'software leaf entries', of type softleaf_t.
 
 - The 4 patch series "reparent the THP split queue" from Muchun Song
   reparents the THP split queue to its parent memcg.  This is in
   preparation for addressing the long-standing "dying memcg" problem,
   wherein dead memcg's linger for too long, consuming memory resources.
 
 - The 3 patch series "unify PMD scan results and remove redundant
   cleanup" from Wei Yang does a little cleanup in the hugepage collapse
   code.
 
 - The 6 patch series "zram: introduce writeback bio batching" from
   Sergey Senozhatsky improves zram writeback efficiency by introducing
   batched bio writeback support.
 
 - The 4 patch series "memcg: cleanup the memcg stats interfaces" from
   Shakeel Butt cleans up our handling of the interrupt safety of some
   memcg stats.
 
 - The 4 patch series "make vmalloc gfp flags usage more apparent" from
   Vishal Moola cleans up vmalloc's handling of incoming GFP flags.
 
 - The 6 patch series "mm: Add soft-dirty and uffd-wp support for RISC-V"
   from Chunyan Zhang teches soft dirty and userfaultfd write protect
   tracking to use RISC-V's Svrsw60t59b extension.
 
 - The 5 patch series "mm: swap: small fixes and comment cleanups" from
   Youngjun Park fixes a small bug and cleans up some of the swap code.
 
 - The 4 patch series "initial work on making VMA flags a bitmap" from
   Lorenzo Stoakes starts work on converting the vma struct's flags to a
   bitmap, so we stop running out of them, especially on 32-bit.
 
 - The 2 patch series "mm/swapfile: fix and cleanup swap list iterations"
   from Youngjun Park addresses a possible bug in the swap discard code and
   cleans things up a little.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQTTMBEPP41GrTpTJgfdBJ7gKXxAjgUCaTEb0wAKCRDdBJ7gKXxA
 jjfIAP94W4EkCCwNOupnChoG+YWw/JW21anXt5NN+i5svn1yugEAwzvv6A+cAFng
 o+ug/fyrfPZG7PLp2R8WFyGIP0YoBA4=
 =IUzS
 -----END PGP SIGNATURE-----

Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

Pull MM updates from Andrew Morton:

  "__vmalloc()/kvmalloc() and no-block support" (Uladzislau Rezki)
     Rework the vmalloc() code to support non-blocking allocations
     (GFP_ATOIC, GFP_NOWAIT)

  "ksm: fix exec/fork inheritance" (xu xin)
     Fix a rare case where the KSM MMF_VM_MERGE_ANY prctl state is not
     inherited across fork/exec

  "mm/zswap: misc cleanup of code and documentations" (SeongJae Park)
     Some light maintenance work on the zswap code

  "mm/page_owner: add debugfs files 'show_handles' and 'show_stacks_handles'" (Mauricio Faria de Oliveira)
     Enhance the /sys/kernel/debug/page_owner debug feature by adding
     unique identifiers to differentiate the various stack traces so
     that userspace monitoring tools can better match stack traces over
     time

  "mm/page_alloc: pcp->batch cleanups" (Joshua Hahn)
     Minor alterations to the page allocator's per-cpu-pages feature

  "Improve UFFDIO_MOVE scalability by removing anon_vma lock" (Lokesh Gidra)
     Address a scalability issue in userfaultfd's UFFDIO_MOVE operation

  "kasan: cleanups for kasan_enabled() checks" (Sabyrzhan Tasbolatov)

  "drivers/base/node: fold node register and unregister functions" (Donet Tom)
     Clean up the NUMA node handling code a little

  "mm: some optimizations for prot numa" (Kefeng Wang)
     Cleanups and small optimizations to the NUMA allocation hinting
     code

  "mm/page_alloc: Batch callers of free_pcppages_bulk" (Joshua Hahn)
     Address long lock hold times at boot on large machines. These were
     causing (harmless) softlockup warnings

  "optimize the logic for handling dirty file folios during reclaim" (Baolin Wang)
     Remove some now-unnecessary work from page reclaim

  "mm/damon: allow DAMOS auto-tuned for per-memcg per-node memory usage" (SeongJae Park)
     Enhance the DAMOS auto-tuning feature

  "mm/damon: fixes for address alignment issues in DAMON_LRU_SORT and DAMON_RECLAIM" (Quanmin Yan)
     Fix DAMON_LRU_SORT and DAMON_RECLAIM with certain userspace
     configuration

  "expand mmap_prepare functionality, port more users" (Lorenzo Stoakes)
     Enhance the new(ish) file_operations.mmap_prepare() method and port
     additional callsites from the old ->mmap() over to ->mmap_prepare()

  "Fix stale IOTLB entries for kernel address space" (Lu Baolu)
     Fix a bug (and possible security issue on non-x86) in the IOMMU
     code. In some situations the IOMMU could be left hanging onto a
     stale kernel pagetable entry

  "mm/huge_memory: cleanup __split_unmapped_folio()" (Wei Yang)
     Clean up and optimize the folio splitting code

  "mm, swap: misc cleanup and bugfix" (Kairui Song)
     Some cleanups and a minor fix in the swap discard code

  "mm/damon: misc documentation fixups" (SeongJae Park)

  "mm/damon: support pin-point targets removal" (SeongJae Park)
     Permit userspace to remove a specific monitoring target in the
     middle of the current targets list

  "mm: MISC follow-up patches for linux/pgalloc.h" (Harry Yoo)
     A couple of cleanups related to mm header file inclusion

  "mm/swapfile.c: select swap devices of default priority round robin" (Baoquan He)
     improve the selection of swap devices for NUMA machines

  "mm: Convert memory block states (MEM_*) macros to enums" (Israel Batista)
     Change the memory block labels from macros to enums so they will
     appear in kernel debug info

  "ksm: perform a range-walk to jump over holes in break_ksm" (Pedro Demarchi Gomes)
     Address an inefficiency when KSM unmerges an address range

  "mm/damon/tests: fix memory bugs in kunit tests" (SeongJae Park)
     Fix leaks and unhandled malloc() failures in DAMON userspace unit
     tests

  "some cleanups for pageout()" (Baolin Wang)
     Clean up a couple of minor things in the page scanner's
     writeback-for-eviction code

  "mm/hugetlb: refactor sysfs/sysctl interfaces" (Hui Zhu)
     Move hugetlb's sysfs/sysctl handling code into a new file

  "introduce VM_MAYBE_GUARD and make it sticky" (Lorenzo Stoakes)
     Make the VMA guard regions available in /proc/pid/smaps and
     improves the mergeability of guarded VMAs

  "mm: perform guard region install/remove under VMA lock" (Lorenzo Stoakes)
     Reduce mmap lock contention for callers performing VMA guard region
     operations

  "vma_start_write_killable" (Matthew Wilcox)
     Start work on permitting applications to be killed when they are
     waiting on a read_lock on the VMA lock

  "mm/damon/tests: add more tests for online parameters commit" (SeongJae Park)
     Add additional userspace testing of DAMON's "commit" feature

  "mm/damon: misc cleanups" (SeongJae Park)

  "make VM_SOFTDIRTY a sticky VMA flag" (Lorenzo Stoakes)
     Address the possible loss of a VMA's VM_SOFTDIRTY flag when that
     VMA is merged with another

  "mm: support device-private THP" (Balbir Singh)
     Introduce support for Transparent Huge Page (THP) migration in zone
     device-private memory

  "Optimize folio split in memory failure" (Zi Yan)

  "mm/huge_memory: Define split_type and consolidate split support checks" (Wei Yang)
     Some more cleanups in the folio splitting code

  "mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries" (Lorenzo Stoakes)
     Clean up our handling of pagetable leaf entries by introducing the
     concept of 'software leaf entries', of type softleaf_t

  "reparent the THP split queue" (Muchun Song)
     Reparent the THP split queue to its parent memcg. This is in
     preparation for addressing the long-standing "dying memcg" problem,
     wherein dead memcg's linger for too long, consuming memory
     resources

  "unify PMD scan results and remove redundant cleanup" (Wei Yang)
     A little cleanup in the hugepage collapse code

  "zram: introduce writeback bio batching" (Sergey Senozhatsky)
     Improve zram writeback efficiency by introducing batched bio
     writeback support

  "memcg: cleanup the memcg stats interfaces" (Shakeel Butt)
     Clean up our handling of the interrupt safety of some memcg stats

  "make vmalloc gfp flags usage more apparent" (Vishal Moola)
     Clean up vmalloc's handling of incoming GFP flags

  "mm: Add soft-dirty and uffd-wp support for RISC-V" (Chunyan Zhang)
     Teach soft dirty and userfaultfd write protect tracking to use
     RISC-V's Svrsw60t59b extension

  "mm: swap: small fixes and comment cleanups" (Youngjun Park)
     Fix a small bug and clean up some of the swap code

  "initial work on making VMA flags a bitmap" (Lorenzo Stoakes)
     Start work on converting the vma struct's flags to a bitmap, so we
     stop running out of them, especially on 32-bit

  "mm/swapfile: fix and cleanup swap list iterations" (Youngjun Park)
     Address a possible bug in the swap discard code and clean things
     up a little

[ This merge also reverts commit ebb9aeb980 ("vfio/nvgrace-gpu:
  register device memory for poison handling") because it looks
  broken to me, I've asked for clarification   - Linus ]

* tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (321 commits)
  mm: fix vma_start_write_killable() signal handling
  mm/swapfile: use plist_for_each_entry in __folio_throttle_swaprate
  mm/swapfile: fix list iteration when next node is removed during discard
  fs/proc/task_mmu.c: fix make_uffd_wp_huge_pte() huge pte handling
  mm/kfence: add reboot notifier to disable KFENCE on shutdown
  memcg: remove inc/dec_lruvec_kmem_state helpers
  selftests/mm/uffd: initialize char variable to Null
  mm: fix DEBUG_RODATA_TEST indentation in Kconfig
  mm: introduce VMA flags bitmap type
  tools/testing/vma: eliminate dependency on vma->__vm_flags
  mm: simplify and rename mm flags function for clarity
  mm: declare VMA flags by bit
  zram: fix a spelling mistake
  mm/page_alloc: optimize lowmem_reserve max lookup using its semantic monotonicity
  mm/vmscan: skip increasing kswapd_failures when reclaim was boosted
  pagemap: update BUDDY flag documentation
  mm: swap: remove scan_swap_map_slots() references from comments
  mm: swap: change swap_alloc_slow() to void
  mm, swap: remove redundant comment for read_swap_cache_async
  mm, swap: use SWP_SOLIDSTATE to determine if swap is rotational
  ...
2025-12-05 13:52:43 -08: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-report configfs-tsm: Namespace TSM report symbols 2025-05-02 12:52:16 -07:00
configfs-usb-gadget
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
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-alienware-wmi platform/x86: alienware-wmi-wmax: Expose GPIO debug methods 2025-05-08 16:04:00 +03:00
debugfs-amd-iommu iommu/amd: Wrap debugfs ABI testing symbols snippets in literal code blocks 2025-07-17 09:52:40 +01:00
debugfs-cec-error-inj Documentation: media: update Hans Verkuil's email address 2025-09-09 15:58:35 +02:00
debugfs-cros-ec
debugfs-cxl cxl/region: Add inject and clear poison by region offset 2025-08-12 16:02:00 -07:00
debugfs-dell-wmi-ddv
debugfs-driver-dcc
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 - enable power management debugfs for GEN6 devices 2025-07-18 20:51:59 +10:00
debugfs-driver-qat_telemetry crypto: qat - add command queue telemetry counters for GEN6 2025-08-16 17:22:46 +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-pcie-ptm PCI: Add debugfs support for exposing PTM context 2025-05-15 09:16:20 +00:00
debugfs-pfo-nx-crypto
debugfs-scmi
debugfs-scmi-raw firmware: arm_scmi: Add polling support to raw mode 2025-04-14 10:12:13 +01:00
debugfs-tpmi doc: TPMI: Add entry for Performance Limit Reasons 2024-05-31 16:32:20 +03:00
debugfs-vfio vfio: Dump migration features under debugfs 2025-10-06 11:22:48 -06: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 ima: add fs_subtype condition for distinguishing FUSE instances 2025-10-16 11:12:20 -04:00
ppc-memtrace
procfs-attr-current
procfs-attr-exec
procfs-attr-prev
procfs-diskstats
procfs-smaps_rollup
pstore
rtc-cdev
securityfs-secrets-coco
sysfs-amd-pmc
sysfs-amd-pmf
sysfs-ata
sysfs-auxdisplay-linedisp auxdisplay: linedisp: add num_chars sysfs attribute 2025-10-15 18:46:01 +02:00
sysfs-block-aoe
sysfs-block-bcache bcache: remove discard sysfs interface document 2025-11-13 09:18:06 -07:00
sysfs-block-device
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 ACPI/PNP: Use my kernel.org address in MAINTAINERS and ABI docs 2025-07-21 12:57:47 +02: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
sysfs-bus-cdx cdx: create sysfs bin files for cdx resources 2024-01-04 17:01:13 +01:00
sysfs-bus-coreboot
sysfs-bus-coresight-devices-cti coresight: Add label sysfs node support 2025-09-23 14:14:13 +01:00
sysfs-bus-coresight-devices-dummy-source coresight: Add label sysfs node support 2025-09-23 14:14:13 +01:00
sysfs-bus-coresight-devices-etb10 coresight: Add label sysfs node support 2025-09-23 14:14:13 +01:00
sysfs-bus-coresight-devices-etm3x coresight: Add label sysfs node support 2025-09-23 14:14:13 +01:00
sysfs-bus-coresight-devices-etm4x coresight: Add label sysfs node support 2025-09-23 14:14:13 +01:00
sysfs-bus-coresight-devices-funnel coresight: Add label sysfs node support 2025-09-23 14:14:13 +01:00
sysfs-bus-coresight-devices-stm coresight: Add label sysfs node support 2025-09-23 14:14:13 +01:00
sysfs-bus-coresight-devices-tmc coresight: Add label sysfs node support 2025-09-23 14:14:13 +01:00
sysfs-bus-coresight-devices-tpdm coresight: Add label sysfs node support 2025-09-23 14:14:13 +01:00
sysfs-bus-coresight-devices-trbe coresight: Add label sysfs node support 2025-09-23 14:14:13 +01:00
sysfs-bus-coresight-devices-ultra_smb
sysfs-bus-counter counter: Alphabetize component_id sysfs attributes Documentation list 2025-08-24 16:58:53 +09:00
sysfs-bus-css
sysfs-bus-cxl cxl/region: Add support to indicate region has extended linear cache 2025-11-03 09:29:00 -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
sysfs-bus-event_source-devices-iommu
sysfs-bus-event_source-devices-uncore
sysfs-bus-event_source-devices-vpa-dtl docs: ABI: sysfs-bus-event_source-devices-vpa-dtl: Document sysfs event format entries for vpa_dtl pmu 2025-09-22 14:48:57 +05:30
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
sysfs-bus-fsi
sysfs-bus-fsi-devices-sbefifo
sysfs-bus-fsl-mc
sysfs-bus-hsi
sysfs-bus-i2c-devices-bq32k
sysfs-bus-i2c-devices-fsa9480
sysfs-bus-i2c-devices-hm6352
sysfs-bus-i2c-devices-lm3533
sysfs-bus-i2c-devices-m24lr ABI: sysfs: add documentation for ST M24LR EEPROM and control interface 2025-08-19 12:51:22 +02:00
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 iio: ABI: add filter types for ad7173 2025-09-13 15:16:07 +01: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
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
sysfs-bus-iio-cdc-ad7746
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 Documentation: iio: Remove location attribute 2025-09-10 19:47:06 +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
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 iio: ABI: fix correctness of I and Q modifiers 2025-07-14 19:24:14 +01:00
sysfs-bus-iio-frequency-admv1014
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
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
sysfs-bus-iio-thermocouple
sysfs-bus-iio-timer-stm32
sysfs-bus-iio-trigger-sysfs
sysfs-bus-iio-vf610
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
sysfs-bus-nvdimm
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/sysfs: Expose PCI device serial number 2025-09-17 10:53:36 -05:00
sysfs-bus-pci-devices-aer PCI/AER: Add sysfs attributes for log ratelimits 2025-05-23 11:11:45 -05: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
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
sysfs-bus-thunderbolt
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 docs: ABI: Fix "aassociated" to "associated" 2025-05-21 13:43:48 +03:00
sysfs-c2port
sysfs-cfq-target-latency
sysfs-class
sysfs-class-backlight
sysfs-class-backlight-driver-lm3533
sysfs-class-backlight-lm3639
sysfs-class-bdi
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: Add HiSilicon uncore frequency scaling driver 2025-07-14 20:23:57 +09:00
sysfs-class-devfreq-event
sysfs-class-devlink
sysfs-class-drm DRM: Add a new 'boot_display' attribute 2025-09-10 09:35:33 -05:00
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-intel_pmt-features docs: Add ABI documentation for intel_pmt feature directories 2025-07-03 11:09:33 +03:00
sysfs-class-iommu
sysfs-class-iommu-amd-iommu
sysfs-class-iommu-intel-iommu
sysfs-class-lcd
sysfs-class-led leds: led-triggers: Improvements for default trigger 2025-04-15 17:57:54 +01:00
sysfs-class-led-driver-aw200xx
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
sysfs-class-mux
sysfs-class-net
sysfs-class-net-cdc_ncm
sysfs-class-net-dsa
sysfs-class-net-grcan
sysfs-class-net-janz-ican3
sysfs-class-net-peak_usb
sysfs-class-net-phydev net: phy: Add c45_phy_ids sysfs directory entry 2025-06-17 15:11:51 +02:00
sysfs-class-net-qmi
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-platform-profile ACPI: platform_profile: Add documentation 2025-01-17 19:16:53 +02:00
sysfs-class-power power: supply: core: Add state_of_health power supply property 2025-09-18 01:01:03 +02:00
sysfs-class-power-gaokun power: supply: add Huawei Matebook E Go psy driver 2025-05-01 00:34:12 +02: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
sysfs-class-power-rt9471
sysfs-class-power-rt9756 Documentation: power: rt9756: Document exported sysfs entries 2025-11-03 01:44:20 +01:00
sysfs-class-power-surface
sysfs-class-power-twl4030
sysfs-class-power-wilco
sysfs-class-powercap
sysfs-class-pwm
sysfs-class-rapidio
sysfs-class-rc
sysfs-class-rc-nuvoton
sysfs-class-regulator
sysfs-class-remoteproc
sysfs-class-rnbd-client
sysfs-class-rnbd-server
sysfs-class-rtc
sysfs-class-rtc-rtc0-device-rtc_calibration
sysfs-class-rtrs-client
sysfs-class-rtrs-server
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
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
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
sysfs-devices-memory Document/kexec: generalize crash hotplug description 2024-09-01 20:43:37 -07:00
sysfs-devices-mmc
sysfs-devices-online
sysfs-devices-physical_location
sysfs-devices-platform-ACPI-TAD
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
sysfs-devices-platform-stratix10-rsu
sysfs-devices-platform-trackpoint
sysfs-devices-power PM: runtime: Documentation: ABI: Document time units for *_time 2025-09-26 18:52:01 +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
sysfs-devices-software_node
sysfs-devices-state_synced
sysfs-devices-sun
sysfs-devices-supplier
sysfs-devices-system-cpu x86/vmscape: Enable the mitigation 2025-08-14 10:37:33 -07:00
sysfs-devices-system-ibm-rtl
sysfs-devices-system-xen_cpu
sysfs-devices-vfio-dev
sysfs-devices-virtual-misc-tdx_guest virt: tdx-guest: Expose TDX MRs as sysfs attributes 2025-05-08 19:17:43 -07: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
sysfs-driver-ccp
sysfs-driver-chromeos-acpi
sysfs-driver-eud
sysfs-driver-framer-pef2256 net: wan: framer: Add version sysfs attribute for the Lantiq PEF2256 framer 2025-09-26 15:13:01 -07:00
sysfs-driver-fsi-master-gpio
sysfs-driver-ge-achc
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: Fix wrong date and kernel version in sysfs interface docs 2025-04-24 11:46:06 +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
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: change contact for secure update driver 2025-04-25 10:36:42 +08:00
sysfs-driver-intel-m10-bmc-sec-update fpga: m10bmc-sec: change contact for secure update driver 2025-04-25 10:36:42 +08:00
sysfs-driver-intel-rapid-start
sysfs-driver-intel-xe-hwmon drm/xe/hwmon: Move card reactive critical power under channel card 2025-06-05 18:05:54 +02:00
sysfs-driver-intel-xe-sriov drm/xe/pf: Add documentation for sriov_admin attributes 2025-10-31 20:01:52 +01:00
sysfs-driver-intel_sdsi
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-qaic accel/qaic: Add Reliability, Accessibility, Serviceability (RAS) 2025-05-30 09:14:35 -06:00
sysfs-driver-qat Documentation: qat: update sysfs-driver-qat for GEN6 devices 2025-06-13 17:26:17 +08:00
sysfs-driver-qat_ras crypto: qat - enable reporting of error counters for GEN6 devices 2025-05-19 13:48:19 +08:00
sysfs-driver-qat_rl crypto: qat - enable rate limiting feature for GEN6 devices 2025-07-18 20:52:00 +10:00
sysfs-driver-samsung-laptop platform/x86: samsung-laptop: Expose charge_types 2025-07-22 17:38:39 +03:00
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
sysfs-driver-toshiba_acpi
sysfs-driver-toshiba_haps
sysfs-driver-typec-displayport usb: typec: altmodes/displayport: add irq_hpd to sysfs 2025-06-24 15:39:58 +01:00
sysfs-driver-uacce
sysfs-driver-ucsi-ccg
sysfs-driver-ufs SCSI misc on 20250730 2025-07-31 12:13:53 -07:00
sysfs-driver-w1_ds28e17
sysfs-driver-w1_therm
sysfs-driver-wacom
sysfs-driver-xdata
sysfs-driver-xen-blkback
sysfs-driver-xen-blkfront
sysfs-driver-xilinx-tmr-manager
sysfs-driver-zynqmp-fpga
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 cxl/Documentation: Add more description about min/max scrub cycle 2025-06-10 13:54:29 -07:00
sysfs-firmware-acpi ACPI: Fix typos 2025-07-22 17:12:41 +02: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: add API doc entry for ovmf_debug_log 2025-07-15 04:15:30 +02:00
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
sysfs-firmware-sgi_uv
sysfs-firmware-turris-mox-rwtm firmware: turris-mox-rwtm: Drop ECDSA signatures via debugfs 2025-03-20 17:56:57 +01:00
sysfs-fs-erofs erofs: support to readahead dirent blocks in erofs_readdir() 2025-07-24 19:44:08 +08:00
sysfs-fs-ext4
sysfs-fs-f2fs f2fs: Use allocate_section_policy to control write priority in multi-devices setups 2025-08-29 20:48:47 +00: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 Docs/ABI: Fix sysfs-kernel-address_bits path 2025-07-01 12:18:47 +02:00
sysfs-kernel-boot_params
sysfs-kernel-btf
sysfs-kernel-cpu_byteorder
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-hardlockup_count kernel/watchdog: add /sys/kernel/{hard,soft}lockup_count 2025-05-21 10:48:22 -07:00
sysfs-kernel-iommu_groups
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 obsolete_target sysfs file 2025-11-16 17:28:24 -08:00
sysfs-kernel-mm-hugepages
sysfs-kernel-mm-ksm
sysfs-kernel-mm-memory-tiers
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: Weighted Interleave Auto-tuning 2025-05-21 09:55:15 -07:00
sysfs-kernel-mm-numa vmscan,cgroup: apply mems_effective to reclaim 2025-05-12 23:50:33 -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
sysfs-kernel-rcu_stall_count kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_count 2025-05-21 10:48:22 -07:00
sysfs-kernel-reboot docs: ABI: replace mcroce@microsoft.com with new Meta address 2025-04-17 20:10:07 -07:00
sysfs-kernel-slab doc: Move SLUB documentation to the admin guide 2025-06-18 13:06:26 +02:00
sysfs-kernel-softlockup_count kernel/watchdog: add /sys/kernel/{hard,soft}lockup_count 2025-05-21 10:48:22 -07:00
sysfs-kernel-vmcoreinfo
sysfs-kernel-warn_count
sysfs-mce
sysfs-memory-page-offline
sysfs-module docs: ABI: sysfs-module: update modules taint flags 2025-11-05 11:32:13 -07:00
sysfs-nvmem-cells nvmem: include bit index in cell sysfs file name 2024-02-14 16:28:16 +01:00
sysfs-ocfs2
sysfs-platform-alienware-wmi Documentation: ABI: Add sysfs platform and debugfs ABI documentation for alienware-wmi 2025-04-11 13:10:21 +03: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
sysfs-platform-chipidea-usb-otg
sysfs-platform-chipidea-usb2
sysfs-platform-dell-laptop
sysfs-platform-dell-privacy-wmi Documentation: ABI: Update WMI device paths in ABI docs 2025-06-13 12:33:31 +03:00
sysfs-platform-dell-smbios
sysfs-platform-dell-wmi-ddv
sysfs-platform-dfl-fme
sysfs-platform-dfl-port
sysfs-platform-dptf
sysfs-platform-eeepc-laptop
sysfs-platform-hidma
sysfs-platform-hidma-mgmt
sysfs-platform-i2c-demux-pinctrl
sysfs-platform-ideapad-laptop platform/x86: ideapad: Expose charge_types 2025-06-11 11:29:06 +03:00
sysfs-platform-intel-ifs
sysfs-platform-intel-pmc
sysfs-platform-intel-wmi-sbl-fw-update Documentation: ABI: Update WMI device paths in ABI docs 2025-06-13 12:33:31 +03:00
sysfs-platform-intel-wmi-thunderbolt Documentation: ABI: Update WMI device paths in ABI docs 2025-06-13 12:33:31 +03:00
sysfs-platform-kim
sysfs-platform-lg-laptop
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-oxp ABI: testing: sysfs-class-oxp: add tt_led attribute documentation 2025-04-30 14:05:29 +03:00
sysfs-platform-phy-rcar-gen3-usb2
sysfs-platform-power-on-reason
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
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 PM: hibernate: add sysfs interface for hibernate_compression_threads 2025-10-30 20:07:00 +01: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/secvar: Expose secvars relevant to the key management mode 2025-07-09 09:16:17 +05:30
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