linux-stable/Documentation/ABI/testing
Linus Torvalds 3d66c6ba3f Power management and ACPI material for v4.6-rc1, part 2
- Fix for an intel_pstate driver issue related to the handling of
    MSR updates uncovered by the recent cpufreq rework (Rafael Wysocki).
 
  - cpufreq core cleanups related to starting governors and frequency
    synchronization during resume from system suspend and a locking
    fix for cpufreq_quick_get() (Rafael Wysocki, Richard Cochran).
 
  - acpi-cpufreq and powernv cpufreq driver updates (Jisheng Zhang,
    Michael Neuling, Richard Cochran, Shilpasri Bhat).
 
  - intel_idle driver update preventing some Skylake-H systems
    from hanging during initialization by disabling deep C-states
    mishandled by the platform in the problematic configurations (Len
    Brown).
 
  - Intel Xeon Phi Processor x200 support for intel_idle (Dasaratharaman
    Chandramouli).
 
  - cpuidle menu governor updates to make it always honor PM QoS
    latency constraints (and prevent C1 from being used as the
    fallback C-state on x86 when they are set below its exit latency)
    and to restore the previous behavior to fall back to C1 if the next
    timer event is set far enough in the future that was changed in 4.4
    which led to an energy consumption regression (Rik van Riel, Rafael
    Wysocki).
 
  - New device ID for a future AMD UART controller in the ACPI driver
    for AMD SoCs (Wang Hongcheng).
 
  - Rockchip rk3399 support for the rockchip-io-domain adaptive voltage
    scaling (AVS) driver (David Wu).
 
  - ACPI PCI resources management fix for the handling of IO space
    resources on architectures where the IO space is memory mapped
    (IA64 and ARM64) broken by the introduction of common ACPI
    resources parsing for PCI host bridges in 4.4 (Lorenzo Pieralisi).
 
  - Fix for the ACPI backend of the generic device properties API
    to make it parse non-device (data node only) children of an
    ACPI device correctly (Irina Tirdea).
 
  - Fixes for the handling of global suspend flags (introduced in 4.4)
    during hibernation and resume from it (Lukas Wunner).
 
  - Support for obtaining configuration information from Device Trees
    in the PM clocks framework (Jon Hunter).
 
  - ACPI _DSM helper code and devfreq framework cleanups (Colin Ian
    King, Geert Uytterhoeven).
 
 /
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.22 (GNU/Linux)
 
 iQIcBAABCAAGBQJW9JaRAAoJEILEb/54YlRx/GAQAJujANWilWHZYm24a9JDcIE9
 rsNZIC/FdeBVilPtRTZQnig/Pj32Z4Jm7IZ/DLOq0Deu1YK/9uv3y59M3BcX6WyL
 H5VR80L8geUJZ7RRk0WfM5D4X82ovzwpE/kWt2Z7HDuvJSCBmFBZOvNrXbaRncKD
 jIvat/p6uCuxt5c08+ebnBLQ6tOs8wLTWiCx3fO128GIrGRGN2xFV6hzRWVGnJ4g
 WXGAR+AdLxRMZz4PPmqdTfRj4TNSR071GjKyaeKfZUjQGAsf5O9A77JFjeNVomDx
 g1K37Byid2bTByzVavlEXPJZ7eKb5dAhlo7IJ9HAcOAXChLqH2Czjrpd+1XjR9MF
 SV/78rCnF8eet83QYLbGV/Mzf7gbJP2Xp6wiaM22VAPpGe+sYfphJoQka9XRTfId
 OgAjyYMYdWAKo5DhxVNI8WyN0W5dsoBFPxnaUFhHSGDCIJH7Ksy20m6y3plG2Bxf
 ahoiQhmd9ohjtB5JbRnf4MY0hjekp8Srdf+DoNKsk/+JscIyROpYY3msQ3smUKo+
 f628MC/wAosMpSV+l+KOYkbjCbtB49IabWtZ//NVD9hYB3E1f6aTN59yFbWB+1rp
 L7Y8iaxzSkyJy/yYVuBal3rSk356+BvvoXBlLXmBsyu1TMlcDjALIYztSiTVT5MB
 RZBhgNwdkxNCYJfU3ex+
 =hUVj
 -----END PGP SIGNATURE-----

Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull more power management and ACPI updates from Rafael Wysocki:
 "The second batch of power management and ACPI updates for v4.6.

  Included are fixups on top of the previous PM/ACPI pull request and
  other material that didn't make into it but still should go into 4.6.

  Among other things, there's a fix for an intel_pstate driver issue
  uncovered by recent cpufreq changes, a workaround for a boot hang on
  Skylake-H related to the handling of deep C-states by the platform and
  a PCI/ACPI fix for the handling of IO port resources on non-x86
  architectures plus some new device IDs and similar.

  Specifics:

   - Fix for an intel_pstate driver issue related to the handling of MSR
     updates uncovered by the recent cpufreq rework (Rafael Wysocki).

   - cpufreq core cleanups related to starting governors and frequency
     synchronization during resume from system suspend and a locking fix
     for cpufreq_quick_get() (Rafael Wysocki, Richard Cochran).

   - acpi-cpufreq and powernv cpufreq driver updates (Jisheng Zhang,
     Michael Neuling, Richard Cochran, Shilpasri Bhat).

   - intel_idle driver update preventing some Skylake-H systems from
     hanging during initialization by disabling deep C-states mishandled
     by the platform in the problematic configurations (Len Brown).

   - Intel Xeon Phi Processor x200 support for intel_idle
     (Dasaratharaman Chandramouli).

   - cpuidle menu governor updates to make it always honor PM QoS
     latency constraints (and prevent C1 from being used as the fallback
     C-state on x86 when they are set below its exit latency) and to
     restore the previous behavior to fall back to C1 if the next timer
     event is set far enough in the future that was changed in 4.4 which
     led to an energy consumption regression (Rik van Riel, Rafael
     Wysocki).

   - New device ID for a future AMD UART controller in the ACPI driver
     for AMD SoCs (Wang Hongcheng).

   - Rockchip rk3399 support for the rockchip-io-domain adaptive voltage
     scaling (AVS) driver (David Wu).

   - ACPI PCI resources management fix for the handling of IO space
     resources on architectures where the IO space is memory mapped
     (IA64 and ARM64) broken by the introduction of common ACPI
     resources parsing for PCI host bridges in 4.4 (Lorenzo Pieralisi).

   - Fix for the ACPI backend of the generic device properties API to
     make it parse non-device (data node only) children of an ACPI
     device correctly (Irina Tirdea).

   - Fixes for the handling of global suspend flags (introduced in 4.4)
     during hibernation and resume from it (Lukas Wunner).

   - Support for obtaining configuration information from Device Trees
     in the PM clocks framework (Jon Hunter).

   - ACPI _DSM helper code and devfreq framework cleanups (Colin Ian
     King, Geert Uytterhoeven)"

* tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (23 commits)
  PM / AVS: rockchip-io: add io selectors and supplies for rk3399
  intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
  intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
  ACPI / PM: Runtime resume devices when waking from hibernate
  PM / sleep: Clear pm_suspend_global_flags upon hibernate
  cpufreq: governor: Always schedule work on the CPU running update
  cpufreq: Always update current frequency before startig governor
  cpufreq: Introduce cpufreq_update_current_freq()
  cpufreq: Introduce cpufreq_start_governor()
  cpufreq: powernv: Add sysfs attributes to show throttle stats
  cpufreq: acpi-cpufreq: make Intel/AMD MSR access, io port access static
  PCI: ACPI: IA64: fix IO port generic range check
  ACPI / util: cast data to u64 before shifting to fix sign extension
  cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
  cpuidle: menu: Fall back to polling if next timer event is near
  cpufreq: acpi-cpufreq: Clean up hot plug notifier callback
  intel_pstate: Do not call wrmsrl_on_cpu() with disabled interrupts
  cpufreq: Make cpufreq_quick_get() safe to call
  ACPI / property: fix data node parsing in acpi_get_next_subnode()
  ACPI / APD: Add device HID for future AMD UART controller
  ...
2016-03-24 22:59:58 -07:00
..
configfs-iio iio: Documentation: Add IIO configfs documentation 2015-12-03 18:19:28 +00:00
configfs-rdma_cm IB/cma: Add configfs for rdma_cm 2015-12-23 10:39:52 -05:00
configfs-spear-pcie-gadget Pratyush Anand has moved 2015-06-25 17:00:38 -07:00
configfs-stp-policy stm class: Introduce an abstraction for System Trace Module devices 2015-10-04 20:28:58 +01:00
configfs-usb-gadget
configfs-usb-gadget-acm
configfs-usb-gadget-ecm
configfs-usb-gadget-eem
configfs-usb-gadget-ffs
configfs-usb-gadget-hid usb: gadget: hid: add configfs support 2014-11-06 16:18:19 -06:00
configfs-usb-gadget-loopback Doc: ABI: testing: configfs-usb-gadget-loopback 2015-07-31 09:02:06 -05:00
configfs-usb-gadget-mass-storage
configfs-usb-gadget-midi usb: gadget: f_midi: add configfs support 2014-11-05 13:37:17 -06:00
configfs-usb-gadget-ncm
configfs-usb-gadget-obex
configfs-usb-gadget-phonet
configfs-usb-gadget-printer usb: gadget: printer: add configfs support 2015-03-10 15:33:41 -05:00
configfs-usb-gadget-rndis
configfs-usb-gadget-serial
configfs-usb-gadget-sourcesink Doc: ABI: configfs-usb-gadget-sourcesink: add two entries for depth of queue 2015-12-15 09:12:41 -06:00
configfs-usb-gadget-subset
configfs-usb-gadget-tcm usb: gadget: f_tcm: add configfs support 2015-12-20 19:40:45 -08:00
configfs-usb-gadget-uac1 usb: gadget: f_uac1: add configfs support 2014-08-20 14:05:21 -05:00
configfs-usb-gadget-uac2 usb: gadget: f_uac2: add configfs support 2014-08-20 14:04:42 -05:00
configfs-usb-gadget-uvc usb: gadget: uvc: configfs support in uvc function 2015-01-12 12:13:26 -06:00
debugfs-driver-genwqe
debugfs-ec
debugfs-ideapad
debugfs-olpc
debugfs-pfo-nx-crypto
debugfs-pktcdvd
dev-kmsg printk: implement support for extended console drivers 2015-06-25 17:00:38 -07:00
evm
gpio-cdev gpio: add a userspace character device ABI 2016-02-09 11:09:52 +01:00
ima_policy ima: support for kexec image and initramfs 2016-02-21 09:06:16 -05:00
procfs-diskstats
pstore
sysfs-ata libata: Fix sysfs documentation bug 2015-05-06 10:28:39 -04:00
sysfs-block block: Export integrity data interval size in sysfs 2015-10-21 14:42:41 -06:00
sysfs-block-bcache
sysfs-block-dm dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attr 2015-04-15 12:10:17 -04:00
sysfs-block-rssd
sysfs-block-zram zram: export new 'mm_stat' sysfs attrs 2015-04-15 16:35:21 -07:00
sysfs-bus-acpi
sysfs-bus-amba ARM: 8256/1: driver coamba: add device binding path 'driver_override' 2015-02-10 10:23:15 +00:00
sysfs-bus-bcma
sysfs-bus-coresight-devices-etb10 coresight: Adding ABI documentation 2014-11-26 19:27:28 -08:00
sysfs-bus-coresight-devices-etm3x coresight: etm3x: adding documentation for sysFS's cpu interface 2015-10-17 22:03:00 -07:00
sysfs-bus-coresight-devices-etm4x coresight-etm4x: Change the name of the ctxid_val to ctxid_pid 2015-08-05 13:30:15 -07:00
sysfs-bus-coresight-devices-funnel coresight: Adding ABI documentation 2014-11-26 19:27:28 -08:00
sysfs-bus-coresight-devices-tmc coresight: Adding ABI documentation 2014-11-26 19:27:28 -08:00
sysfs-bus-css
sysfs-bus-event_source-devices-events perf Documentation: Add event parameters 2015-01-21 13:24:33 -03:00
sysfs-bus-event_source-devices-format
sysfs-bus-event_source-devices-hv_24x7 powerpc/perf/hv-24x7: Document sysfs event description entries 2015-02-02 17:56:40 +11:00
sysfs-bus-event_source-devices-hv_gpci powerpc: Update contact info in Documentation files 2014-10-07 16:58:06 +11:00
sysfs-bus-fcoe Doc:ABI/testing: Fix typo in sysfs-bus-fcoe 2015-06-22 10:35:05 -06:00
sysfs-bus-hsi
sysfs-bus-i2c-devices-fsa9480
sysfs-bus-i2c-devices-hm6352
sysfs-bus-i2c-devices-lm3533
sysfs-bus-iio iio:ad5064: Add support for ltc2617 and similar devices 2016-02-08 18:38:58 +00:00
sysfs-bus-iio-accel-bmc150 iio: accel: BMC150 accel documentation 2014-08-07 11:44:45 +01:00
sysfs-bus-iio-adc-hi8435 iio: adc: hi8435: Holt HI-8435 threshold detector 2015-09-23 20:23:18 +01:00
sysfs-bus-iio-chemical-vz89x iio: chemical: add SGX VZ89x VOC sensor support 2015-09-23 20:23:26 +01:00
sysfs-bus-iio-frequency-ad9523
sysfs-bus-iio-frequency-adf4350
sysfs-bus-iio-gyro-bmg160 iio:gyro:bmg160 documentation 2014-08-26 18:37:50 +01:00
sysfs-bus-iio-health-afe440x iio: health: Add driver for the TI AFE4404 heart monitor 2016-02-06 18:57:09 +00:00
sysfs-bus-iio-humidity-hdc100x iio: humidity: add HDC100x support 2015-09-23 20:23:19 +01:00
sysfs-bus-iio-ina2xx-adc iio: ina2xx: add ABI documentation entry sysfs-bus-iio-ina2xx-adc 2015-12-19 15:08:00 +00:00
sysfs-bus-iio-light-lm3533-als
sysfs-bus-iio-magnetometer-hmc5843 iio: hmc5843: Add ABI documentation file for hmc5843 2016-02-21 20:22:23 +00:00
sysfs-bus-iio-meas-spec Add ms8607 meas-spec driver support 2015-10-11 10:21:21 +01:00
sysfs-bus-iio-mpu6050
sysfs-bus-iio-proximity-as3935
sysfs-bus-iio-trigger-sysfs Documentation: iio-trig-sysfs: Add remove_trigger attribute ABI 2015-08-16 10:51:23 +01:00
sysfs-bus-iio-vf610 iio: dac: vf610_dac: Add IIO DAC driver for Vybrid SoC 2016-02-24 20:52:55 +00:00
sysfs-bus-intel_th-devices-gth intel_th: Add Global Trace Hub driver 2015-10-04 20:28:58 +01:00
sysfs-bus-intel_th-devices-msc intel_th: Add Memory Storage Unit driver 2015-10-04 20:28:58 +01:00
sysfs-bus-intel_th-devices-pti intel_th: Add PTI output driver 2015-10-04 20:28:58 +01:00
sysfs-bus-intel_th-output-devices intel_th: Add driver infrastructure for Intel(R) Trace Hub devices 2015-10-04 20:28:58 +01:00
sysfs-bus-mdio
sysfs-bus-media
sysfs-bus-mei mei: bus: export client protocol version 2015-09-20 19:30:10 -07:00
sysfs-bus-pci PCI: Allow numa_node override via sysfs 2014-11-06 15:10:06 -07:00
sysfs-bus-pci-devices-cciss
sysfs-bus-pci-drivers-ehci_hcd
sysfs-bus-pci-drivers-janz-cmodio can: janz-ican3: add documentation for existing sysfs entries 2015-05-06 08:03:19 +02:00
sysfs-bus-platform
sysfs-bus-rbd
sysfs-bus-rpmsg
sysfs-bus-umc
sysfs-bus-usb usb: core: lpm: add sysfs node for usb3 lpm permit 2015-12-01 14:58:18 -08:00
sysfs-bus-usb-devices-usbsevseg
sysfs-bus-usb-lvstest Pratyush Anand has moved 2015-06-25 17:00:38 -07:00
sysfs-c2port
sysfs-cfq-target-latency
sysfs-class
sysfs-class-backlight-driver-adp8870
sysfs-class-backlight-driver-lm3533
sysfs-class-bdi
sysfs-class-cxl cxl: sysfs support for guests 2016-03-09 23:39:40 +11:00
sysfs-class-devfreq
sysfs-class-extcon
sysfs-class-fpga-manager fpga manager: add sysfs interface document 2015-10-07 18:07:20 +01:00
sysfs-class-infiniband IB/core: Add gid attributes to sysfs 2015-12-23 10:35:11 -05:00
sysfs-class-iommu
sysfs-class-iommu-amd-iommu
sysfs-class-iommu-intel-iommu
sysfs-class-lcd
sysfs-class-led
sysfs-class-led-driver-lm3533
sysfs-class-led-flash leds: flash: document sysfs interface 2015-03-09 17:16:28 -07:00
sysfs-class-leds-gt683r
sysfs-class-mei mei: add ABI documentation for fw_status exported through sysfs 2015-01-09 14:53:13 -08:00
sysfs-class-mic.txt misc: mic: Update MIC host daemon with COSM changes 2015-10-04 12:54:54 +01:00
sysfs-class-mtd mtd: part: Add sysfs variable for offset of partition 2015-04-05 17:44:02 -07:00
sysfs-class-net bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP frames 2015-05-05 19:20:28 -04:00
sysfs-class-net-batman-adv batman-adv: add throughput override attribute to hard_ifaces 2016-02-29 16:05:32 +08:00
sysfs-class-net-cdc_ncm net: cdc_ncm: add "ndp_to_end" sysfs attribute 2015-12-06 22:52:18 -05:00
sysfs-class-net-grcan
sysfs-class-net-janz-ican3 can: janz-ican3: add support for CAL/CANopen firmware 2015-05-06 08:03:20 +02:00
sysfs-class-net-mesh Doc: update email address 2015-12-16 00:21:40 +08:00
sysfs-class-net-qmi net: qmi_wwan: document the qmi/raw_ip sysfs file 2015-12-04 16:56:23 -05:00
sysfs-class-net-queues net: Add max rate tx queue attribute 2015-03-18 14:55:18 -04:00
sysfs-class-net-statistics
sysfs-class-pktcdvd
sysfs-class-power Documentation: power: bq24257: Document exported sysfs entries 2015-10-01 03:57:57 +02:00
sysfs-class-power-twl4030 twl4030_charger: add ac/mode to match usb/mode 2015-08-05 05:21:57 +02:00
sysfs-class-powercap
sysfs-class-pwm
sysfs-class-rc
sysfs-class-rc-nuvoton [media] media: rc: nuvoton: switch attribute wakeup_data to text 2016-03-05 08:22:03 -03:00
sysfs-class-regulator
sysfs-class-rtc-rtc0-device-rtc_calibration
sysfs-class-scsi_host
sysfs-class-scsi_tape st: implement tape statistics 2015-06-02 08:03:25 -07:00
sysfs-class-stm stm class: Introduce an abstraction for System Trace Module devices 2015-10-04 20:28:58 +01:00
sysfs-class-stm_source stm class: Introduce an abstraction for System Trace Module devices 2015-10-04 20:28:58 +01:00
sysfs-class-uwb_rc uwb: doc: add documentation for ASIE sysfs attribute 2014-09-23 22:05:26 -07:00
sysfs-class-uwb_rc-wusbhc
sysfs-class-watchdog watchdog: Read device status through sysfs attributes 2015-12-27 16:55:57 +01:00
sysfs-class-zram zram: add dynamic device add/remove functionality 2015-06-25 17:00:36 -07:00
sysfs-dev
sysfs-devices
sysfs-devices-edac
sysfs-devices-firmware_node
sysfs-devices-lpss_ltr
sysfs-devices-memory memory-hotplug: add sysfs valid_zones attribute 2014-10-09 22:25:52 -04:00
sysfs-devices-mmc
sysfs-devices-online
sysfs-devices-platform-_UDC_-gadget
sysfs-devices-platform-docg3
sysfs-devices-platform-sh_mobile_lcdc_fb
sysfs-devices-power
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-resource_in_use
sysfs-devices-soc
sysfs-devices-sun
sysfs-devices-system-cpu cpufreq: powernv: Add sysfs attributes to show throttle stats 2016-03-22 23:11:18 +01:00
sysfs-devices-system-ibm-rtl
sysfs-devices-system-xen_cpu
sysfs-driver-genwqe
sysfs-driver-hid HID: expose country code in sysfs 2015-02-23 16:17:32 +01:00
sysfs-driver-hid-corsair HID: corsair: Add Corsair Vengeance K90 driver 2015-09-30 21:28:10 +02:00
sysfs-driver-hid-lenovo
sysfs-driver-hid-logitech-lg4ff HID: hid-lg4ff: Update respective sysfs interface documentation 2015-05-07 16:27:18 +02:00
sysfs-driver-hid-multitouch
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 Input: add driver for AXP20x Power Enable Key 2015-01-08 13:53:51 -08:00
sysfs-driver-intel-rapid-start
sysfs-driver-pciback
sysfs-driver-ppi tpm: update PPI documentation to address the location change. 2015-10-19 01:01:20 +02:00
sysfs-driver-samsung-laptop samsung-laptop: enable better lid handling 2015-02-06 18:33:55 -08:00
sysfs-driver-st st: allow debug output to be enabled or disabled via sysfs 2015-11-09 17:17:27 -08:00
sysfs-driver-tegra-fuse
sysfs-driver-toshiba_acpi Documentation/ABI: Update sysfs-driver-toshiba_acpi file 2016-03-23 10:05:37 -07:00
sysfs-driver-toshiba_haps Documentation/ABI: Add file describing the sysfs entries for toshiba_haps 2015-05-11 10:38:23 -07:00
sysfs-driver-wacom HID: wacom: Add support for Express Key Remote. 2015-08-28 20:43:20 +02:00
sysfs-driver-xen-blkback
sysfs-driver-xen-blkfront
sysfs-firmware-acpi
sysfs-firmware-dmi-entries Documentation: ABI: sysfs-firmware-dmi: add -entries suffix to file name 2015-06-25 09:06:57 +02:00
sysfs-firmware-dmi-tables firmware: dmi_scan: add SBMIOS entry and DMI tables 2015-06-25 09:06:56 +02:00
sysfs-firmware-efi efi: Add 'systab' information to Documentation/ABI 2015-05-27 15:40:20 +01:00
sysfs-firmware-efi-esrt efi: Add esrt support 2015-04-30 22:15:04 +01:00
sysfs-firmware-efi-runtime-map
sysfs-firmware-gsmi
sysfs-firmware-log
sysfs-firmware-memmap
sysfs-firmware-ofw
sysfs-firmware-qemu_fw_cfg firmware: create directory hierarchy for sysfs fw_cfg entries 2016-02-09 17:37:39 -08:00
sysfs-firmware-sfi
sysfs-firmware-sgi_uv
sysfs-fs-ext4
sysfs-fs-f2fs f2fs: introduce lifetime write IO statistics 2016-02-22 16:07:23 -08:00
sysfs-fs-nilfs2 nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> group 2014-08-08 15:57:21 -07:00
sysfs-fs-xfs
sysfs-hypervisor-pmu xen/PMU: Sysfs interface for setting Xen PMU mode 2015-08-20 12:24:26 +01:00
sysfs-i2c-bmp085
sysfs-ibft Documentation/ABI/testing/sysfs-ibft: fix a typo 2014-10-21 10:31:26 -04:00
sysfs-kernel-boot_params
sysfs-kernel-fscaps
sysfs-kernel-iommu_groups
sysfs-kernel-livepatch livepatch: function,sympos scheme in livepatch sysfs directory 2015-12-03 23:01:27 +01:00
sysfs-kernel-mm
sysfs-kernel-mm-hugepages
sysfs-kernel-mm-ksm
sysfs-kernel-slab
sysfs-kernel-uids
sysfs-kernel-vmcoreinfo
sysfs-memory-page-offline
sysfs-module
sysfs-ocfs2
sysfs-platform-asus-laptop
sysfs-platform-asus-wmi
sysfs-platform-at91
sysfs-platform-brcmstb-gisb-arb
sysfs-platform-chipidea-usb-otg
sysfs-platform-dell-laptop platform: x86: dell-laptop: Add support for keyboard backlight 2015-04-07 20:57:32 -07:00
sysfs-platform-eeepc-laptop
sysfs-platform-hidma-mgmt dmaengine: add Qualcomm Technologies HIDMA management driver 2016-03-11 07:42:23 +05:30
sysfs-platform-i2c-demux-pinctrl i2c: mux: demux-pinctrl: add driver 2016-02-12 19:16:04 +01:00
sysfs-platform-ideapad-laptop
sysfs-platform-kim
sysfs-platform-msi-laptop
sysfs-platform-tahvo-usb
sysfs-platform-ts5500
sysfs-platform-twl4030-usb phy: twl4030-usb: add ABI documentation 2015-06-01 16:08:24 +05:30
sysfs-power PM / sleep: Report interrupt that caused system wakeup 2015-09-16 14:20:41 +02:00
sysfs-pps
sysfs-profiling
sysfs-ptp Documentation: fix sysfs-ptp 2015-12-08 14:50:12 +01:00
sysfs-tty
sysfs-wusb_cbaf