summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-295-15/+95
* 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 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-247-33/+58
|\
| * cxl/acpi: Annotate struct cxl_cxims_data with __counted_byKees Cook2023-09-221-2/+2
| * cxl/port: Fix cxl_test register enumeration regressionDan Williams2023-09-221-4/+9
| * cxl/region: Refactor granularity select in cxl_port_setup_targets()Alison Schofield2023-09-151-9/+8
| * cxl/region: Match auto-discovered region decoders by HPA rangeAlison Schofield2023-09-151-1/+23
| * cxl/mbox: Fix CEL logic for poison and security commandsIra Weiny2023-09-141-11/+12
| * cxl/pci: Replace host_bridge->native_aer with pcie_aer_is_native()Smita Koralahalli2023-09-121-2/+1
| * PCI/AER: Export pcie_aer_is_native()Smita Koralahalli2023-09-122-2/+1
| * cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registersSmita Koralahalli2023-09-121-3/+3
* | Merge tag 'gpio-fixes-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-232-38/+28
|\ \
| * | gpio: sim: fix an invalid __free() usageBartosz Golaszewski2023-09-221-37/+23
| * | gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()Christophe JAILLET2023-09-201-1/+5
| |/
* | Merge tag 'i2c-for-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-236-2/+29
|\ \
| * | i2c: xiic: Correct return value check for xiic_reinit()Daniel Scally2023-09-221-1/+1
| * | i2c: mux: gpio: Add missing fwnode_handle_put()Liang He2023-09-211-1/+3
| * | i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()Xiaoke Wang2023-09-201-0/+4
| * | i2c: designware: fix __i2c_dw_disable() in case master is holding SCL lowYann Sionneau2023-09-192-0/+20
| * | i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit2023-09-191-0/+1
* | | mfd: cs42l43: Use correct macro for new-style PM runtime opsCharles Keepax2023-09-231-2/+2
* | | Merge tag 'thermal-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-221-4/+5
|\ \ \
| * | | thermal: sysfs: Fix trip_point_hyst_store()Rafael J. Wysocki2023-09-181-4/+5
| |/ /
* | | Merge tag 'acpi-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-09-221-0/+1
|\ \ \
| * \ \ Merge branch 'acpi-processor'Rafael J. Wysocki2023-09-221-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | ACPI: processor: Fix uninitialized access of buf in acpi_set_pdc_bits()Michal Wilczynski2023-09-181-0/+1
* | | | Merge tag 'efi-fixes-for-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-09-221-3/+29
|\ \ \ \
| * | | | efi/unaccepted: Make sure unaccepted table is mappedKirill A. Shutemov2023-09-191-3/+29
* | | | | Merge tag 'drm-fixes-2023-09-22-2' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-09-2222-52/+61
|\ \ \ \ \
| * \ \ \ \ Merge tag 'amd-drm-fixes-6.6-2023-09-20' of https://gitlab.freedesktop.org/ag...Dave Airlie2023-09-227-24/+25
| |\ \ \ \ \
| | * | | | | drm/amdkfd: Use gpu_offset for user queue's wptrYuBiao Wang2023-09-201-1/+1
| | * | | | | drm/amd/display: fix the ability to use lower resolution modes on eDPHamza Mahfooz2023-09-201-2/+2
| | * | | | | drm/amdgpu: fix a memory leak in amdgpu_ras_feature_enableCong Liu2023-09-201-0/+1
| | * | | | | Revert "drm/amdgpu: Report vbios version instead of PN"Lijo Lazar2023-09-201-1/+1
| | * | | | | drm/amd/display: Fix MST recognizes connected displays as oneMuhammad Ahmed2023-09-203-20/+20
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'drm-intel-fixes-2023-09-21' of git://anongit.freedesktop.org/drm/d...Dave Airlie2023-09-223-3/+5
| |\ \ \ \ \