Age | Commit message (Expand) | Author | Files | Lines |
2023-07-06 | Merge branches 'acpi-bus' and 'acpi-scan' | Rafael J. Wysocki | 1 | -7/+24 |
2023-07-04 | ACPI: bus: Introduce acpi_match_acpi_device() helper | Andy Shevchenko | 1 | -4/+21 |
2023-06-29 | ACPI: bus: Constify acpi_companion_match() returned value | Andy Shevchenko | 1 | -3/+3 |
2023-06-26 | Merge tag 'acpi-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -44/+9 |
2023-06-16 | ACPI: bus: Simplify installation and removal of notify callback | Rafael J. Wysocki | 1 | -44/+9 |
2023-06-08 | ACPI: bus: Consolidate all arm specific initialisation into acpi_arm_init() | Sudeep Holla | 1 | -6/+1 |
2023-04-27 | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+4 |
2023-04-18 | ACPI: bus: Ensure that notify handlers are not running after removal | Rafael J. Wysocki | 1 | -0/+1 |
2023-04-18 | ACPI: bus: Add missing braces to acpi_sb_notify() | Rafael J. Wysocki | 1 | -1/+2 |
2023-04-10 | Merge 6.3-rc6 into char-misc-next | Greg Kroah-Hartman | 1 | -46/+37 |
2023-04-05 | of: Rename of_modalias_node() | Miquel Raynal | 1 | -3/+4 |
2023-03-27 | ACPI: bus: Rework system-level device notification handling | Rafael J. Wysocki | 1 | -46/+37 |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
2022-12-12 | Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -0/+3 |
2022-11-21 | ACPI: bus: Fix the _OSC capability check for FFH OpRegion | Sudeep Holla | 1 | -6/+3 |
2022-11-14 | ACPI: Implement a generic FFH Opregion handler | Sudeep Holla | 1 | -0/+6 |
2022-11-07 | ACPI: ARM Performance Monitoring Unit Table (APMT) initial support | Besar Wicaksono | 1 | -0/+2 |
2022-10-03 | Merge branches 'acpi-misc', 'acpi-tools' and 'acpi-docs' | Rafael J. Wysocki | 1 | -2/+2 |
2022-09-30 | Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform' | Rafael J. Wysocki | 1 | -15/+12 |
2022-09-03 | ACPI: bus: Refactor ACPI matching functions for better readability | Andy Shevchenko | 1 | -10/+10 |
2022-09-03 | ACPI: bus: Drop kernel doc annotation from acpi_bus_notify() | Andy Shevchenko | 1 | -1/+1 |
2022-08-25 | ACPI: bus: Remove the unneeded result variable | ye xingchen | 1 | -4/+1 |
2022-08-23 | ACPI: move from strlcpy() with unused retval to strscpy() | Wolfram Sang | 1 | -2/+2 |
2022-08-23 | ACPI: Rename acpi_bus_get/put_acpi_device() | Rafael J. Wysocki | 1 | -3/+3 |
2022-08-02 | Merge tag 'acpi-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -17/+30 |
2022-08-01 | Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+3 |
2022-07-29 | Merge branches 'acpi-pm', 'acpi-soc', 'acpi-tables' and 'acpi-resource' | Rafael J. Wysocki | 1 | -0/+1 |
2022-07-29 | Merge branch 'acpi-bus' | Rafael J. Wysocki | 1 | -17/+29 |
2022-07-20 | irqchip / ACPI: Introduce ACPI_IRQ_MODEL_LPIC for LoongArch | Jianmin Lv | 1 | -0/+3 |
2022-07-05 | ACPI: CPPC: Only probe for _CPC if CPPC v2 is acked | Mario Limonciello | 1 | -6/+5 |
2022-07-05 | ACPI: VIOT: Fix ACS setup | Eric Auger | 1 | -0/+1 |
2022-06-30 | ACPI: bus: Drop driver member of struct acpi_device | Uwe Kleine-König | 1 | -11/+10 |
2022-06-30 | ACPI: bus: Drop redundant check in acpi_device_remove() | Uwe Kleine-König | 1 | -6/+6 |
2022-06-20 | ACPI: bus: Introduce acpi_dev_for_each_child_reverse() | Rafael J. Wysocki | 1 | -0/+12 |
2022-06-20 | ACPI: bus: Export acpi_dev_for_each_child() to modules | Rafael J. Wysocki | 1 | -0/+1 |
2022-05-27 | Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 1 | -1/+1 |
2022-05-24 | Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -8/+26 |
2022-05-19 | ACPI: bus: Set CPPC _OSC bits for all and when CPPC_LIB is supported | Pierre Gondois | 1 | -8/+8 |
2022-05-19 | ACPI: CPPC: Check _OSC for flexible address space | Pierre Gondois | 1 | -0/+18 |
2022-04-28 | PCI/ACPI: add a helper for retrieving _OSC Control DWORDs | Vishal Verma | 1 | -1/+1 |
2022-04-22 | ACPI: bus: Avoid non-ACPI device objects in walks over children | Rafael J. Wysocki | 1 | -2/+22 |
2022-04-13 | ACPI: bus: Introduce acpi_dev_for_each_child() | Rafael J. Wysocki | 1 | -0/+6 |
2022-03-18 | Merge branches 'acpi-soc', 'acpi-video' and 'acpi-apei' | Rafael J. Wysocki | 1 | -0/+4 |
2022-03-17 | ACPI: bus: Avoid using CPPC if not supported by firmware | Rafael J. Wysocki | 1 | -0/+8 |
2022-03-17 | Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query ... | Rafael J. Wysocki | 1 | -8/+19 |
2022-03-10 | ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset device | Ilkka Koskinen | 1 | -0/+2 |
2022-03-03 | ACPI: APEI: rename ghes_init() with an "acpi_" prefix | Shuai Xue | 1 | -1/+1 |
2022-03-03 | ACPI: APEI: explicit init of HEST and GHES in apci_init() | Shuai Xue | 1 | -0/+2 |
2022-03-02 | ACPI: bus: Introduce acpi_bus_for_each_dev() | Rafael J. Wysocki | 1 | -1/+6 |
2022-01-12 | Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |