index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
button.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-02
ACPI: button: Switch over to devres-based resource management
Rafael J. Wysocki
1
-47
/
+58
2026-06-02
ACPI: button: Reorganize installing and removing event handlers
Rafael J. Wysocki
1
-66
/
+89
2026-06-02
ACPI: button: Use string literals for generating netlink messages
Rafael J. Wysocki
1
-16
/
+11
2026-06-02
ACPI: button: Clean up adding and removing lid procfs interface
Rafael J. Wysocki
1
-34
/
+20
2026-06-02
ACPI: button: Merge two switch () statements in acpi_button_probe()
Rafael J. Wysocki
1
-17
/
+10
2026-06-02
ACPI: button: Drop redundant variable from acpi_button_probe()
Rafael J. Wysocki
1
-6
/
+5
2026-06-02
ACPI: button: Rework device verification during probe
Rafael J. Wysocki
1
-37
/
+41
2026-06-01
ACPI: button: Use local pointer to platform device dev field in probe
Rafael J. Wysocki
1
-3
/
+4
2026-06-01
ACPI: button: Eliminate redundant conditional statement
Rafael J. Wysocki
1
-6
/
+2
2026-06-01
ACPI: button: Change return type of two functions to void
Rafael J. Wysocki
1
-7
/
+4
2026-06-01
ACPI: button: Eliminate ternary operator from acpi_lid_evaluate_state()
Rafael J. Wysocki
1
-1
/
+1
2026-06-01
ACPI: button: Use bool for representing boolean values
Rafael J. Wysocki
1
-7
/
+7
2026-06-01
ACPI: button: Improve warning message regarding lid state
Rafael J. Wysocki
1
-2
/
+2
2026-06-01
ACPI: button: Pass ACPI handle to acpi_lid_evaluate_state()
Rafael J. Wysocki
1
-15
/
+12
2026-06-01
ACPI: button: Fix lid_device value leak past driver removal
Rafael J. Wysocki
1
-2
/
+24
2026-05-25
ACPI: button: Add missing device class clearing on probe failures
Rafael J. Wysocki
1
-0
/
+1
2026-05-25
ACPI: button: Enable wakeup GPEs for ACPI buttons at probe time
Rafael J. Wysocki
1
-0
/
+22
2026-05-25
ACPI: button: Fix ACPI GPE handler leak during removal
Rafael J. Wysocki
1
-1
/
+1
2026-05-11
ACPI: driver: Check ACPI_COMPANION() against NULL during probe
Rafael J. Wysocki
1
-2
/
+7
2026-03-13
ACPI: driver: Do not set acpi_device_class() unnecessarily
Rafael J. Wysocki
1
-0
/
+2
2026-03-13
ACPI: driver: Avoid using pnp.device_class for netlink handling
Rafael J. Wysocki
1
-1
/
+1
2026-03-13
ACPI: driver: Do not set acpi_device_name() unnecessarily
Rafael J. Wysocki
1
-4
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-13
ACPI: button: Tweak acpi_button_remove()
Rafael J. Wysocki
1
-3
/
+3
2026-02-13
ACPI: button: Tweak system wakeup handling
Rafael J. Wysocki
1
-7
/
+7
2026-02-11
ACPI: button: Call device_init_wakeup() earlier during probe
Rafael J. Wysocki
1
-1
/
+5
2025-12-26
ACPI: button: Convert the driver to a platform one
Rafael J. Wysocki
1
-29
/
+32
2025-12-26
ACPI: button: Adjust event notification routines
Rafael J. Wysocki
1
-34
/
+33
2025-10-22
ACPI: button: Call input_free_device() on failing input device registration
Kaushlendra Kumar
1
-1
/
+3
2025-04-07
ACPI: button: Only send `KEY_POWER` for `ACPI_BUTTON_NOTIFY_STATUS`
Mario Limonciello
1
-1
/
+1
2025-03-11
ACPI: button: Install notifier for system events as well
Mario Limonciello
1
-2
/
+8
2024-10-21
ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix initial lid detec...
Shubham Panwar
1
-0
/
+11
2024-09-03
ACPI: button: Use strscpy() instead of strcpy()
Muhammad Qasim Abdul Majeed
1
-3
/
+3
2023-12-29
ACPI: button: trigger wakeup key events
Ken Xue
1
-0
/
+10
2023-06-26
Merge branches 'acpi-thermal' and 'acpi-button'
Rafael J. Wysocki
1
-44
/
+111
2023-06-16
ACPI: button: Use different notify handlers for lid and buttons
Rafael J. Wysocki
1
-9
/
+24
2023-06-16
ACPI: button: Eliminate the driver notify callback
Rafael J. Wysocki
1
-44
/
+96
2023-05-17
ACPI: button: Add lid disable DMI quirk for Nextbook Ares 8A
Hans de Goede
1
-0
/
+9
2022-11-23
ACPI: make remove callback of ACPI driver void
Dawei Li
1
-3
/
+2
2021-08-25
ACPI: button: Add DMI quirk for Lenovo Yoga 9 (14INTL5)
Ulrich Huber
1
-0
/
+11
2021-04-08
ACPI: button: fix some coding style issues
Xiaofei Tan
1
-7
/
+2
2021-02-04
ACPI: button: Clean up printing messages
Rafael J. Wysocki
1
-10
/
+5
2020-11-09
ACPI: button: Add DMI quirk for Medion Akoya E2228T
Hans de Goede
1
-1
/
+12
2020-10-28
ACPI: button: Drop no longer necessary Acer SW5-012 lid_init_state quirk
Hans de Goede
1
-13
/
+0
2020-10-05
ACPI: button: fix handling lid state changes when input device closed
dmitry.torokhov@gmail.com
1
-6
/
+7
2020-07-09
ACPI: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-05-14
ACPI: Delete unused proc filename macros
Pascal Terjan
1
-1
/
+0
2020-04-20
ACPI: button: Drop no longer necessary Asus T200TA lid_init_state quirk
Hans de Goede
1
-12
/
+0
2020-02-13
ACPI: button: move HIDs to acpi/button.h
Josh Triplett
1
-3
/
+0
[next]