summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2023-10-17ACPI: AC: Rename ACPI device from device to adevMichal Wilczynski1-13/+13
2023-10-17acpi, hmat: calculate abstract distance with HMATHuang Ying1-2/+63
2023-10-17acpi, hmat: refactor hmat_register_target_initiators()Huang Ying1-51/+30
2023-10-15Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2023-10-13ACPI: AC: Replace acpi_driver with platform_driverMichal Wilczynski1-25/+27
2023-10-13ACPI: AC: Use string_choices API instead of ternary operatorMichal Wilczynski1-2/+3
2023-10-13ACPI: AC: Remove redundant checksMichal Wilczynski1-23/+4
2023-10-13Merge branches 'acpi-ec' and 'acpi-resource'Rafael J. Wysocki2-6/+31
2023-10-11cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)1-0/+1
2023-10-09ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to irq1_edge_low_fo...Hans de Goede1-6/+13
2023-10-07acpi,mm: fix typo sibiling -> siblingLi Zhijian1-1/+1
2023-10-06ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki7-8/+8
2023-10-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+1
2023-10-05ACPI: thermal: Use thermal_zone_for_each_trip() for updating tripsRafael J. Wysocki1-41/+37
2023-10-05ACPI: thermal: Combine passive and active trip update functionsRafael J. Wysocki1-18/+17
2023-10-05ACPI: thermal: Move get_active_temp()Rafael J. Wysocki1-23/+23
2023-10-04cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timerOza Pawandeep1-2/+1
2023-10-03ACPI: PRM: Annotate struct prm_module_info with __counted_byKees Cook1-1/+1
2023-10-03ACPI: FPDT: properly handle invalid FPDT subtablesVasily Khoruzhick1-8/+37
2023-10-03ACPI: utils: Remove redundant braces around individual statementJonathan Bergh1-2/+1
2023-10-03ACPI: utils: Fix up white space in a few placesJonathan Bergh1-2/+2
2023-10-03ACPI: thermal: Fix up function header formatting in two placesJonathan Bergh1-4/+11
2023-10-03ACPI: video: Add acpi_backlight=vendor quirk for Toshiba Portégé R100Ondrej Zary1-0/+26
2023-10-03ACPI: OSL: Add empty lines after local variable declarationsJonathan Bergh1-0/+4
2023-10-03ACPI: OSL: Remove redundant parentheses in return statementsJonathan Bergh1-3/+3
2023-10-03ACPI: OSL: Fix up white space in parameter listsJonathan Bergh1-8/+8
2023-10-03ACPI: property: Document the _DSD data buffer GUIDAndy Shevchenko1-0/+1
2023-10-03ACPI: property: Allow _DSD buffer data only for byte accessorsAndy Shevchenko1-9/+10
2023-10-03ACPI: x86: s2idle: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko1-3/+2
2023-10-03ACPI: PCI: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko1-3/+3
2023-10-03ACPI: LPSS: drop BayTrail and Lynxpoint pinctrl HIDsRaag Jadav1-8/+3
2023-10-02Merge tag 'libnvdimm-fixes-6.6-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-10-02Merge back new ACPI backlight material for v6.7.Rafael J. Wysocki1-8/+50
2023-09-29ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermalRafael J. Wysocki1-1/+0
2023-09-29ACPI: utils: Dynamically determine acpi_handle_list sizeRafael J. Wysocki4-12/+88
2023-09-28ACPI: thermal: Rename structure fields holding temperature in deci-KelvinRafael J. Wysocki1-23/+23
2023-09-28ACPI: thermal: Drop critical_valid and hot_valid trip flagsRafael J. Wysocki1-17/+8
2023-09-28ACPI: thermal: Do not use trip indices for cooling device bindingRafael J. Wysocki1-66/+44
2023-09-28ACPI: thermal: Mark uninitialized active trips as invalidRafael J. Wysocki1-0/+3
2023-09-28ACPI: thermal: Merge trip initialization functionsRafael J. Wysocki1-34/+30
2023-09-28ACPI: thermal: Collapse trip devices update function wrappersRafael J. Wysocki1-19/+7
2023-09-28ACPI: thermal: Collapse trip devices update functionsRafael J. Wysocki1-33/+20
2023-09-28ACPI: thermal: Add device list to struct acpi_thermal_tripRafael J. Wysocki1-15/+21
2023-09-27ACPI: thermal: Fix a small leak in acpi_thermal_add()Dan Carpenter1-2/+4
2023-09-26ACPI: thermal: Drop valid flag from struct acpi_thermal_tripRafael J. Wysocki1-26/+23
2023-09-26ACPI: thermal: Drop redundant trip point flagsRafael J. Wysocki1-19/+10
2023-09-26ACPI: thermal: Untangle initialization and updates of active tripsRafael J. Wysocki1-97/+100
2023-09-26ACPI: thermal: Untangle initialization and updates of the passive tripRafael J. Wysocki1-73/+125
2023-09-26ACPI: thermal: Simplify critical and hot trips representationRafael J. Wysocki1-36/+33
2023-09-26ACPI: thermal: Create and populate trip points table earlierRafael J. Wysocki1-53/+52