| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI: PM: Add acpi_device_fix_up_power_children() function | Hans de Goede | 2023-11-20 | 1 | -0/+1 |
* | Merge branch 'acpi-bus' | Rafael J. Wysocki | 2023-10-26 | 1 | -1/+1 |
|\ |
|
| * | ACPI: bus: Add context argument to acpi_dev_install_notify_handler() | Rafael J. Wysocki | 2023-10-06 | 1 | -1/+1 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-misc' and 'acpi-uid' | Rafael J. Wysocki | 2023-10-26 | 1 | -0/+1 |
|\ \ \ \
| | | |/
| | |/| |
|
| | | * | ACPI: utils: Introduce acpi_dev_uid_match() for matching _UID | Raag Jadav | 2023-10-24 | 1 | -0/+1 |
| | |/
| |/| |
|
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'acpi-video', 'acpi-prm', 'acpi-apei' and 'acpi-pcc' | Rafael J. Wysocki | 2023-10-26 | 2 | -0/+17 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| | | * | | ACPI: PCC: Add PCC shared memory region command and status bitfields | Sudeep Holla | 2023-09-28 | 1 | -0/+13 |
| | |/ /
| |/| | |
|
| | * | | ACPI: APEI: Fix AER info corruption when error status data has multiple sections | Shiju Jose | 2023-09-21 | 1 | -0/+4 |
| |/ / |
|
| | | | |
| \ \ | |
*-. | | | Merge branches 'acpi-utils', 'acpi-resource', 'acpi-property' and 'acpi-soc' | Rafael J. Wysocki | 2023-10-26 | 1 | -3/+6 |
|\ \| | |
|
| * | | | ACPI: utils: Dynamically determine acpi_handle_list size | Rafael J. Wysocki | 2023-09-29 | 1 | -3/+6 |
| |/ / |
|
* | | | Merge branch 'acpica' | Rafael J. Wysocki | 2023-10-26 | 1 | -0/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | ACPICA: Add defines for CDAT SSLBIS | Dave Jiang | 2023-10-03 | 1 | -0/+3 |
| |/ |
|
* / | cpu-hotplug: Provide prototypes for arch CPU registration | Russell King (Oracle) | 2023-10-11 | 1 | -5/+0 |
|/ |
|
*---. | Merge branches 'acpi-scan', 'acpi-tad', 'acpi-extlog' and 'acpi-misc' | Rafael J. Wysocki | 2023-08-25 | 2 | -4/+9 |
|\ \ \ |
|
| | | * | ACPI: Remove assorted unused declarations of functions | Yue Haibing | 2023-08-17 | 2 | -4/+0 |
| | |/
| |/| |
|
| | * | ACPI: TAD: Install SystemCMOS address space handler for ACPI000E | Zhang Rui | 2023-08-17 | 1 | -0/+9 |
| |/ |
|
* | | Merge branch 'acpi-processor' | Rafael J. Wysocki | 2023-08-25 | 2 | -36/+40 |
|\ \ |
|
| * | | ACPI: processor: Introduce acpi_processor_osc() | Michal Wilczynski | 2023-07-14 | 1 | -0/+1 |
| * | | ACPI: processor: Rename ACPI_PDC symbols | Michal Wilczynski | 2023-07-14 | 2 | -36/+39 |
| |/ |
|
| | | |
| \ | |
*-. | | Merge branches 'acpi-bus' and 'acpi-video' | Rafael J. Wysocki | 2023-08-25 | 1 | -0/+6 |
|\ \| |
|
| * | | ACPI: bus: Introduce wrappers for ACPICA notify handler install/remove | Michal Wilczynski | 2023-07-14 | 1 | -0/+6 |
| |/ |
|
* | | ACPICA: Update version to 20230628 | Bob Moore | 2023-07-10 | 1 | -1/+1 |
* | | ACPICA: RHCT: Add flags, CMO and MMU nodes | Sunil V L | 2023-07-10 | 1 | -1/+25 |
* | | ACPICA: MADT: Add RISC-V external interrupt controllers | Sunil V L | 2023-07-10 | 1 | -1/+49 |
* | | ACPICA: Add a define for size of struct acpi_srat_generic_affinity device_handle | Dave Jiang | 2023-07-10 | 1 | -1/+3 |
* | | ACPICA: Fix misspelled CDAT DSMAS define | Dave Jiang | 2023-07-10 | 1 | -1/+1 |
* | | ACPICA: Detect GED device and keep track of _EVT | Jose Marinho | 2023-07-10 | 1 | -0/+1 |
* | | ACPICA: fix for conflict macro definition on zephyr interface | Najumon B.A | 2023-07-10 | 1 | -3/+0 |
* | | ACPICA: Fix GCC 12 dangling-pointer warning | Philip Prindeville | 2023-07-10 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'acpi-6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2023-07-06 | 1 | -0/+2 |
|\ |
|
| * | ACPI: platform: Move SMB0001 HID to the header and reuse | Andy Shevchenko | 2023-07-04 | 1 | -0/+2 |
* | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-06-27 | 1 | -1/+1 |
|\ \ |
|
| * | | acpi: Replace struct acpi_table_slit 1-element array with flex-array | Wyes Karny | 2023-06-01 | 1 | -1/+1 |
* | | | Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2023-06-26 | 1 | -1/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | ACPI: CPPC: Add definition for undefined FADT preferred PM profile value | Mario Limonciello | 2023-06-21 | 1 | -1/+2 |
| |/ |
|
| | | |
| \ | |
*-. | | Merge branches 'acpi-scan', 'acpi-pm', 'acpi-resource' and 'acpi-ec' | Rafael J. Wysocki | 2023-06-26 | 1 | -0/+2 |
|\ \| |
|
| * | | ACPI: scan: Reduce overhead related to devices with dependencies | Rafael J. Wysocki | 2023-06-05 | 1 | -0/+2 |
| |/ |
|
* / | ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep() | Rafael J. Wysocki | 2023-06-15 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2023-04-25 | 1 | -0/+11 |
|\ |
|
| * | Merge back cpufreq changes for 6.4-rc1. | Rafael J. Wysocki | 2023-04-14 | 1 | -0/+11 |
| |\ |
|
| | * | ACPI: CPPC: Add auto select register read/write support | Wyes Karny | 2023-03-17 | 1 | -0/+11 |
* | | | Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2023-04-25 | 24 | -51/+373 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| *-. \ \ | Merge branches 'acpi-utils' and 'acpi-docs' | Rafael J. Wysocki | 2023-04-24 | 1 | -1/+2 |
| |\ \ \ \ |
|
| | * | | | | ACPI: utils: Fix acpi_evaluate_dsm_typed() redefinition error | Kiran K | 2023-03-20 | 1 | -1/+2 |
| | |/ / / |
|
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---. | | | | Merge branches 'acpi-bus', 'acpi-video' and 'acpi-misc' | Rafael J. Wysocki | 2023-04-24 | 1 | -2/+0 |
| |\ \ \| | |
| | | |_|/ /
| | |/| | | |
|
| | | * | | | ACPI: video: Remove register_backlight_delay module option and code | Hans de Goede | 2023-04-11 | 1 | -2/+0 |
| | |/ / / |
|
| * | | | | Merge branch 'acpica' | Rafael J. Wysocki | 2023-04-24 | 22 | -48/+371 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | ACPICA: Update version to 20230331 | Bob Moore | 2023-04-06 | 1 | -1/+1 |
| | * | | | ACPICA: add os specific support for Zephyr RTOS | Najumon | 2023-04-06 | 2 | -0/+50 |
| | * | | | ACPICA: acpi_resource_irq: Replace 1-element arrays with flexible array | Kees Cook | 2023-04-06 | 1 | -2/+8 |