Skip to content
  1. Jan 24, 2023
  2. Jan 20, 2023
  3. Jan 19, 2023
  4. Jan 18, 2023
  5. Jan 17, 2023
    • Hans de Goede's avatar
      ACPI: video: Add backlight=native DMI quirk for Acer Aspire 4810T · 8ba5fc4c
      Hans de Goede authored
      
      
      The Acer Aspire 4810T predates Windows 8, so it defaults to using
      acpi_video# for backlight control, but this is non functional on
      this model.
      
      Add a DMI quirk to use the native backlight interface which does
      work properly.
      
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      8ba5fc4c
    • Rafael J. Wysocki's avatar
      MAINTAINERS: Update the ACPICA development list address · 81aae5cb
      Rafael J. Wysocki authored
      
      
      The previous ACPICA development list address, devel@acpica.org, started
      to bounce some time ago and it is not likely to be restored, so replace
      it with a new one, acpica-devel@lists.linuxfoundation.org.
      
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      81aae5cb
    • Rafael J. Wysocki's avatar
      Merge branch 'thermal-intel' into linux-next · 05de9151
      Rafael J. Wysocki authored
      * thermal-intel:
        thermal: intel: Fix unsigned comparison with less than zero
        thermal/x86_pkg_temp_thermal: Add support for handling dynamic tjmax
        thermal/x86_pkg_temp_thermal: Use Intel TCC library
        thermal/intel/intel_tcc_cooling: Use Intel TCC library
        thermal/intel/intel_soc_dts_iosf: Use Intel TCC library
        thermal/int340x/processor_thermal: Use Intel TCC library
        thermal/intel: Introduce Intel TCC library
      05de9151
    • Rafael J. Wysocki's avatar
      Merge branch 'thermal' into linux-next · 9798b72b
      Rafael J. Wysocki authored
      * thermal: (37 commits)
        thermal/drivers/armada: Use strscpy() to instead of strncpy()
        thermal/drivers/qcom: Fix lock inversion
        thermal/drivers/tegra: Fix set_trip_temp() deadlock
        thermal/drivers/qcom: Fix set_trip_temp() deadlock
        thermal/drivers/mellanox: Use generic thermal_zone_get_trip() function
        wifi: iwlwifi: Use generic thermal_zone_get_trip() function
        thermal/drivers/tegra: Fix crash when getting critical temp
        thermal/drivers/exynos: Fix NULL pointer dereference when getting the critical temp
        thermal/drivers/intel: Use generic thermal_zone_get_trip() function
        thermal/intel/int340x: Replace parameter to simplify
        thermal/drivers/cxgb4: Use generic thermal_zone_get_trip() function
        thermal/drivers/acerhdf: Use generic thermal_zone_get_trip() function
        thermal/drivers/ti: Remove unused macros ti_thermal_get_trip_value() / ti_thermal_trip_is_valid()
        thermal/drivers/da9062: Use generic thermal_zone_get_trip() function
        thermal/drivers/broadcom: Use generic thermal_zone_get_trip() function
        thermal/drivers/rcar: Use generic thermal_zone_get_trip() function
        thermal/drivers/imx: Use generic thermal_zone_get_trip() function
        thermal/drivers/st: Use generic trip points
        thermal/of: Remove of_thermal_get_crit_temp()
        thermal/of: Remove of_thermal_set_trip_hyst()
        ...
      9798b72b
    • Rafael J. Wysocki's avatar
      Merge branch 'pm-core' into linux-next · 26298cc3
      Rafael J. Wysocki authored
      * pm-core:
        PM: runtime: Simplify __rpm_get_callback()
        PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPEND
      26298cc3
    • Rafael J. Wysocki's avatar
      Merge branch 'pm-cpuidle' into linux-next · 72ef8a84
      Rafael J. Wysocki authored
      * pm-cpuidle:
        cpuidle-haltpoll: select haltpoll governor
        cpuidle: teo: Introduce util-awareness
        cpuidle: teo: Optionally skip polling states in teo_find_shallower_state()
      72ef8a84
    • Rafael J. Wysocki's avatar
      Merge branches 'acpi-processor', 'acpi-tables', 'acpi-pmic' and 'acpi-misc' into linux-next · 175b40b4
      Rafael J. Wysocki authored
      * acpi-processor:
        cpufreq: intel_pstate: Drop ACPI _PSS states table patching
        ACPI: processor: perflib: Avoid updating frequency QoS unnecessarily
        ACPI: processor: perflib: Use the "no limit" frequency QoS
        ACPI: processor: idle: Drop unnecessary (void *) conversion
      
      * acpi-tables:
        ACPI: tables: Add support for NBFT
      
      * acpi-pmic:
        ACPI: PMIC: Add pmic_i2c_address to BYT Crystal Cove support
      
      * acpi-misc:
        ACPI: Drop the custom_method debugfs interface
        ACPI: Silence missing prototype warnings
      175b40b4
    • Rafael J. Wysocki's avatar
      Merge branch 'acpica' into linux-next · c66aee3d
      Rafael J. Wysocki authored
      * acpica:
        ACPICA: nsrepair: handle cases without a return value correctly
        ACPICA: Constify pathname argument for acpi_get_handle()
        ACPICA: Drop port I/O validation for some regions
      c66aee3d
    • Rafael J. Wysocki's avatar
      ACPI: PNP: Introduce list of known non-PNP devices · 28a35ac2
      Rafael J. Wysocki authored
      
      
      In some cases, PNP device IDs from acpi_pnp_device_ids[] are returned by
      _CID for devices for which matching platform drivers are present in the
      kernel and should be bound to them.  However, the IDs coming from _CID
      cause the PNP scan handler to attach to those devices which prevents
      platform device objects from being created for them.
      
      Address this by introducing a list of known non-PNP device IDs into
      acpi_pnp.c such that if a device ID is there in that list, it cannot be
      attached to by the PNP scan handler and add the platform runtime update
      and telemetry device IDs to that list to start with.
      
      Reported-by: default avatarChen Yu <yu.c.chen@intel.com>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      Tested-by: default avatarZhang Yang <Yang5.zhang@intel.com>
      28a35ac2
  6. Jan 15, 2023
    • Linus Torvalds's avatar
      Linux 6.2-rc4 · 5dc4c995
      Linus Torvalds authored
      5dc4c995
    • Linus Torvalds's avatar
      Merge tag 'x86_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · f0f70ddb
      Linus Torvalds authored
      Pull x86 fixes from Borislav Petkov:
      
       - Make sure the poking PGD is pinned for Xen PV as it requires it this
         way
      
       - Fixes for two resctrl races when moving a task or creating a new
         monitoring group
      
       - Fix SEV-SNP guests running under HyperV where MTRRs are disabled to
         not return a UC- type mapping type on memremap() and thus cause a
         serious slowdown
      
       - Fix insn mnemonics in bioscall.S now that binutils is starting to fix
         confusing insn suffixes
      
      * tag 'x86_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/mm: fix poking_init() for Xen PV guests
        x86/resctrl: Fix event counts regression in reused RMIDs
        x86/resctrl: Fix task CLOSID/RMID update race
        x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case
        x86/boot: Avoid using Intel mnemonics in AT&T syntax asm
      f0f70ddb
Loading