1. 26 Jan, 2023 1 commit
    • Rafael J. Wysocki's avatar
      Merge tag 'thermal-v6.3-rc1' of... · 02be6059
      Rafael J. Wysocki authored
      Merge tag 'thermal-v6.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux into thermal-next
      
      Pull thermal control material for 6.3-rc1 from Daniel Lezcano:
      
      "- Fix kerneldoc format errors for Rockchip, Mediatek and Uniphier
         (Randy Dunlap)
      
       - Add the missing 'qcom,adc-tm7' compatible string in the dt-bindings
         (Krzysztof Kozlowski)
      
       - Improve the calibration routine by relying on the nvmem to read the
         values and provide a set of fixes for the QCom tsens driver (Dmitry
         Baryshkov)
      
       - Remove the duplicate interrupt setting routine in the QCom tsens
         driver (Daniel Lezcano)
      
       - Fix a wrong loop condition in the i.MX SC thermal driver and add the
         iMX8QM sensors (Viorel Suman)
      
       - Fix header inclusion asm-generic.h by asm.h for the
         qcom-spmi-adc-tm5 driver (Andy Shevchenko)
      
       - Use the devm_platform_get_and_ioremap_resource() combo function in
         all the drivers where the conversion applies (Ye Xingchen)
      
       - Replace a literal mask by an existing corresponding macro (Yangtao
         Li)
      
       - Add support for MT7986 and MT7981 (Daniel Golle)
      
       - Use thermal_zone_get_crit_temp() for the Armada thermal driver
         (Daniel Lezcano)"
      
      * tag 'thermal-v6.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux: (35 commits)
        thermal/drivers/armada: Use the thermal_zone_get_crit_temp()
        thermal/drivers/mtk: Add support for MT7986 and MT7981
        thermal/drivers/mtk: Use function pointer for raw_to_mcelsius
        thermal/drivers/sun8i: Convert to use macro
        thermal/drivers/spear: Use devm_platform_get_and_ioremap_resource()
        thermal/drivers/kirkwood: Use devm_platform_get_and_ioremap_resource()
        thermal/drivers/thermal_mmio: Use devm_platform_get_and_ioremap_resource()
        thermal/drivers/rockchip: Use devm_platform_get_and_ioremap_resource()
        thermal/drivers/mtk_thermal: Use devm_platform_get_and_ioremap_resource()
        thermal/drivers/armada: Use devm_platform_get_and_ioremap_resource()
        thermal/drivers/dove: Use devm_platform_get_and_ioremap_resource()
        thermal/drivers/bcm2835: Use devm_platform_get_and_ioremap_resource()
        thermal/drivers/brcmstb_thermal: Use devm_platform_get_and_ioremap_resource()
        thermal/drivers/qcom-spmi-adc-tm5: Use asm intead of asm-generic
        thermal/drivers/imx_sc_thermal: Add iMX8QM sensors
        thermal/drivers/imx_sc_thermal: Fix the loop condition
        thermal/drivers/qcom: Remove duplicate set next trip point interrupt code
        thermal/drivers/tsens: Drop single-cell code for msm8976/msm8956
        thermal/drivers/tsens: Drop single-cell code for msm8939
        thermal/drivers/tsens: Drop single-cell code for mdm9607
        ...
      02be6059
  2. 24 Jan, 2023 4 commits
  3. 23 Jan, 2023 1 commit
  4. 19 Jan, 2023 1 commit
  5. 18 Jan, 2023 10 commits
  6. 17 Jan, 2023 2 commits
  7. 16 Jan, 2023 19 commits
  8. 15 Jan, 2023 2 commits
    • 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