summaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | ACPI: resource: Do IRQ override on TongFang GMxXGxxWerner Sembach2023-10-261-0/+12
| | | * | | | | | | Merge back earlier ACPI resources management changes for v6.7.Rafael J. Wysocki2023-10-261-46/+36
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | ACPI: resource: Drop .ident values from dmi_system_id tablesHans de Goede2023-09-181-17/+18
| | | | * | | | | | | ACPI: resource: Consolidate IRQ trigger-type override DMI tablesHans de Goede2023-09-181-31/+21
| | * | | | | | | | | ACPI: utils: Remove redundant braces around individual statementJonathan Bergh2023-10-031-2/+1
| | * | | | | | | | | ACPI: utils: Fix up white space in a few placesJonathan Bergh2023-10-031-2/+2
| | * | | | | | | | | ACPI: utils: Dynamically determine acpi_handle_list sizeRafael J. Wysocki2023-09-294-12/+88
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ Merge branches 'acpi-scan', 'acpi-osl', 'acpi-osi' and 'acpi-tables'Rafael J. Wysocki2023-10-264-27/+60
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | ACPI: FPDT: properly handle invalid FPDT subtablesVasily Khoruzhick2023-10-031-8/+37
| | | | | | |_|_|/ / / / / / | | | | | |/| | | | | | | |
| | | | * | | | | | | | | | ACPI: OSI: refactor deprecated strncpy()Justin Stitt2023-09-211-1/+1
| | | | | |_|_|_|/ / / / / | | | | |/| | | | | | | |
| | | * | | | | | | | | | ACPI: OSL: Add empty lines after local variable declarationsJonathan Bergh2023-10-031-0/+4
| | | * | | | | | | | | | ACPI: OSL: Remove redundant parentheses in return statementsJonathan Bergh2023-10-031-3/+3
| | | * | | | | | | | | | ACPI: OSL: Fix up white space in parameter listsJonathan Bergh2023-10-031-8/+8
| | | * | | | | | | | | | ACPI: OSL: add __printf format attribute to acpi_os_vprintf()Su Hui2023-09-211-1/+1
| | | |/ / / / / / / / /
| | * | | | | | | | | | ACPI: scan: Rename acpi_scan_device_not_present() to be about enumerationJames Morse2023-10-241-4/+4
| | * | | | | | | | | | ACPI: scan: Use the acpi_device_is_present() helper in more placesJames Morse2023-10-201-2/+2
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
* | | | | | | | | | | Merge tag 'thermal-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-432/+409
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ACPI: thermal: Use thermal_zone_for_each_trip() for updating tripsRafael J. Wysocki2023-10-051-41/+37
| * | | | | | | | | | | ACPI: thermal: Combine passive and active trip update functionsRafael J. Wysocki2023-10-051-18/+17
| * | | | | | | | | | | ACPI: thermal: Move get_active_temp()Rafael J. Wysocki2023-10-051-23/+23
| * | | | | | | | | | | ACPI: thermal: Fix up function header formatting in two placesJonathan Bergh2023-10-031-4/+11
| * | | | | | | | | | | ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermalRafael J. Wysocki2023-09-291-1/+0
| * | | | | | | | | | | ACPI: thermal: Rename structure fields holding temperature in deci-KelvinRafael J. Wysocki2023-09-281-23/+23
| * | | | | | | | | | | ACPI: thermal: Drop critical_valid and hot_valid trip flagsRafael J. Wysocki2023-09-281-17/+8
| * | | | | | | | | | | ACPI: thermal: Do not use trip indices for cooling device bindingRafael J. Wysocki2023-09-281-66/+44
| * | | | | | | | | | | ACPI: thermal: Mark uninitialized active trips as invalidRafael J. Wysocki2023-09-281-0/+3
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | ACPI: thermal: Merge trip initialization functionsRafael J. Wysocki2023-09-281-34/+30
| * | | | | | | | | | ACPI: thermal: Collapse trip devices update function wrappersRafael J. Wysocki2023-09-281-19/+7
| * | | | | | | | | | ACPI: thermal: Collapse trip devices update functionsRafael J. Wysocki2023-09-281-33/+20
| * | | | | | | | | | ACPI: thermal: Add device list to struct acpi_thermal_tripRafael J. Wysocki2023-09-281-15/+21
| * | | | | | | | | | ACPI: thermal: Fix a small leak in acpi_thermal_add()Dan Carpenter2023-09-271-2/+4
| * | | | | | | | | | ACPI: thermal: Drop valid flag from struct acpi_thermal_tripRafael J. Wysocki2023-09-261-26/+23
| * | | | | | | | | | ACPI: thermal: Drop redundant trip point flagsRafael J. Wysocki2023-09-261-19/+10
| * | | | | | | | | | ACPI: thermal: Untangle initialization and updates of active tripsRafael J. Wysocki2023-09-261-97/+100
| * | | | | | | | | | ACPI: thermal: Untangle initialization and updates of the passive tripRafael J. Wysocki2023-09-261-73/+125
| * | | | | | | | | | ACPI: thermal: Simplify critical and hot trips representationRafael J. Wysocki2023-09-261-36/+33
| * | | | | | | | | | ACPI: thermal: Create and populate trip points table earlierRafael J. Wysocki2023-09-261-53/+52
| * | | | | | | | | | ACPI: thermal: Determine the number of trip points earlierRafael J. Wysocki2023-09-261-29/+27
| * | | | | | | | | | ACPI: thermal: Fold acpi_thermal_get_info() into its callerRafael J. Wysocki2023-09-261-33/+19
| * | | | | | | | | | ACPI: thermal: Simplify initialization of critical and hot tripsRafael J. Wysocki2023-09-261-64/+66
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-311-3/+8
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS windowAlison Schofield2023-09-131-3/+8
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | ACPI: NFIT: Install Notify() handler before getting NFIT tableXiang Chen2023-10-221-11/+11
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'acpi-irq'Rafael J. Wysocki2023-10-201-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | ACPI: irq: Fix incorrect return value in acpi_register_gsi()Sunil V L2023-10-181-1/+6
| | |_|/ / / / / | |/| | | | | |
* / | | | | | | ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init()Hanjun Guo2023-10-181-1/+1
|/ / / / / / /
* | | | | | | Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-151-0/+1
|\ \ \ \ \ \ \
| * | | | | | | cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)2023-10-111-0/+1
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge branches 'acpi-ec' and 'acpi-resource'Rafael J. Wysocki2023-10-132-6/+31
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | / / | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to irq1_edge_low_fo...Hans de Goede2023-10-091-6/+13
| | | |_|_|_|/ | | |/| | | |