| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-25 | ACPI: sysfs: Use ACPI_FREE() for freeing an ACPI object | Kaushlendra Kumar | 1 | -1/+1 |
| 2024-08-02 | ACPI: sysfs: remove return value of acpi_device_setup_files() | Thomas Weißschuh | 1 | -5/+1 |
| 2024-08-02 | ACPI: sysfs: manage sysfs attributes through device core | Thomas Weißschuh | 1 | -3/+5 |
| 2024-08-02 | ACPI: sysfs: manage attributes as attribute_group | Thomas Weißschuh | 1 | -96/+71 |
| 2024-08-02 | ACPI: sysfs: evaluate _STR on each sysfs access | Thomas Weißschuh | 1 | -15/+15 |
| 2024-08-02 | ACPI: sysfs: validate return type of _STR method | Thomas Weißschuh | 1 | -2/+3 |
| 2023-10-26 | Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-misc' and 'acpi-uid' | Rafael J. Wysocki | 1 | -13/+11 |
| 2023-10-24 | ACPI: sysfs: Clean up create_pnp_modalias() and create_of_modalias() | Christophe JAILLET | 1 | -6/+2 |
| 2023-10-24 | ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias() | Christophe JAILLET | 1 | -4/+6 |
| 2023-10-20 | ACPI: sysfs: use acpi_device_uid() for fetching _UID | Raag Jadav | 1 | -3/+3 |
| 2023-06-29 | ACPI: bus: Constify acpi_companion_match() returned value | Andy Shevchenko | 1 | -1/+1 |
| 2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
| 2023-02-14 | ACPI: make kobj_type structures constant | Thomas Weißschuh | 1 | -1/+1 |
| 2023-01-27 | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -4/+4 |
| 2022-06-30 | ACPI: bus: Drop driver member of struct acpi_device | Uwe Kleine-König | 1 | -1/+1 |
| 2021-12-28 | ACPI: sysfs: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -1/+2 |
| 2021-06-17 | ACPI: sysfs: fix doc warnings in device_sysfs.c | Baokun Li | 1 | -0/+5 |
| 2021-06-07 | ACPI: sysfs: Fix a buffer overrun problem with description_show() | Krzysztof Wilczyński | 1 | -1/+1 |
| 2021-04-26 | Merge branch 'acpi-misc' | Rafael J. Wysocki | 1 | -5/+10 |
| 2021-04-13 | ACPI: bus: Introduce acpi_dev_get() and reuse it in ACPI code | Andy Shevchenko | 1 | -2/+2 |
| 2021-04-08 | ACPI: sysfs: fix some coding style issues | Xiaofei Tan | 1 | -5/+10 |
| 2021-02-15 | Merge branches 'acpi-misc', 'acpi-cppc', 'acpi-docs', 'acpi-config' and 'acpi... | Rafael J. Wysocki | 1 | -22/+22 |
| 2021-01-25 | ACPI: sysfs: Prefer "compatible" modalias | Kai-Heng Feng | 1 | -14/+6 |
| 2021-01-22 | ACPI: Use DEVICE_ATTR_<RW|RO|WO> macros | Dwaipayan Ray | 1 | -22/+22 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 1 | -9/+1 |
| 2019-05-10 | ACPI: bus: change _ADR representation to 64 bits | Pierre-Louis Bossart | 1 | -2/+4 |
| 2019-03-12 | ACPI / device_sysfs: Avoid OF modalias creation for removed device | Andy Shevchenko | 1 | -1/+5 |
| 2018-01-09 | treewide: Use DEVICE_ATTR_RO | Joe Perches | 1 | -3/+3 |
| 2017-11-20 | ACPI / bus: Leave modalias empty for devices which are not present | Hans de Goede | 1 | -0/+4 |
| 2016-11-24 | ACPI / property: Hierarchical properties support update | Rafael J. Wysocki | 1 | -4/+4 |
| 2016-05-04 | ACPI / device_sysfs: Clean up checkpatch errors | Betty Dall | 1 | -7/+9 |
| 2016-05-04 | ACPI / device_sysfs: Change _SUN and _STA show functions error return to EIO | Betty Dall | 1 | -2/+2 |
| 2016-05-04 | ACPI / device_sysfs: Add sysfs support for _HRV hardware revision | Betty Dall | 1 | -0/+24 |
| 2016-01-08 | ACPI / property: avoid leaking format string into kobject name | Kees Cook | 1 | -1/+1 |
| 2015-09-15 | ACPI / property: Expose data-only subnodes via sysfs | Rafael J. Wysocki | 1 | -12/+108 |
| 2015-07-17 | ACPI / scan: Move sysfs-related device code to a separate file | Rafael J. Wysocki | 1 | -0/+521 |