1. 07 Apr, 2023 12 commits
  2. 03 Apr, 2023 2 commits
    • Rafael J. Wysocki's avatar
      Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux · 75f74a90
      Rafael J. Wysocki authored
      Pull thermal control material for 6.4-rc1 from Daniel Lezcano:
      
      "- Add more thermal zone device encapsulation: prevent setting
         structure field directly, access the sensor device instead the
         thermal zone's device for trace, relocate the traces in
         drivers/thermal (Daniel Lezcano)
      
       - Use the generic trip point for the i.MX and remove the get_trip_temp
         ops (Daniel Lezcano)
      
       - Use the devm_platform_ioremap_resource() in the Hisilicon driver
         (Yang Li)
      
       - Remove R-Car H3 ES1.* handling as public has only access to the ES2
         version and the upstream support for the ES1 has been shutdown (Wolfram
         Sang)
      
       - Add a delay after initializing the bank in order to let the time to
         the hardware to initialze itself before reading the temperature
         (Amjad Ouled-Ameur)
      
       - Add MT8365 support (Amjad Ouled-Ameur)"
      
      * tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux:
        thermal/drivers/ti: Use fixed update interval
        thermal/drivers/stm: Don't set no_hwmon to false
        thermal/drivers/db8500: Use driver dev instead of tz->device
        thermal/core: Relocate the traces definition in thermal directory
        thermal/drivers/hisi: Use devm_platform_ioremap_resource()
        thermal/drivers/imx: Use the thermal framework for the trip point
        thermal/drivers/imx: Remove get_trip_temp ops
        thermal/drivers/rcar_gen3_thermal: Remove R-Car H3 ES1.* handling
        thermal/drivers/mediatek: Add delay after thermal banks initialization
        thermal/drivers/mediatek: Add support for MT8365 SoC
        thermal/drivers/mediatek: Control buffer enablement tweaks
        dt-bindings: thermal: mediatek: Add binding documentation for MT8365 SoC
      75f74a90
    • Rafael J. Wysocki's avatar
      thermal: core: Clean up thermal_list_lock locking · cd246fa9
      Rafael J. Wysocki authored
      Once thermal_list_lock has been acquired in
      __thermal_cooling_device_register(), it is not necessary to drop it
      and take it again until all of the thermal zones have been updated,
      so change the code accordingly.
      
      No expected functional impact.
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      cd246fa9
  3. 01 Apr, 2023 9 commits
  4. 31 Mar, 2023 2 commits
    • Rafael J. Wysocki's avatar
      0c7d0692
    • Rafael J. Wysocki's avatar
      Merge branch 'thermal-intel-fixes' · 896c5150
      Rafael J. Wysocki authored
      Merge Intel thermal driver fixes for 6.3-rc5:
      
       - Fix handling of two recently added module parameters in the Intel
         powerclamp thermal driver (David Arcari).
      
       - Fix one more deadlock in the int340x thermal driver (Srinivas
         Pandruvada).
      
      * thermal-intel-fixes:
        thermal: intel: powerclamp: Fix cpumask and max_idle module parameters
        thermal: intel: int340x: processor_thermal: Fix additional deadlock
      896c5150
  5. 30 Mar, 2023 2 commits
  6. 29 Mar, 2023 3 commits
  7. 28 Mar, 2023 1 commit
  8. 27 Mar, 2023 2 commits
  9. 26 Mar, 2023 7 commits
    • Linus Torvalds's avatar
      Linux 6.3-rc4 · 197b6b60
      Linus Torvalds authored
      197b6b60
    • Linus Torvalds's avatar
      Merge tag 'usb-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 0ec57cfa
      Linus Torvalds authored
      Pull USB / Thunderbolt driver fixes from Greg KH:
       "Here are a small set of USB and Thunderbolt driver fixes for reported
        problems and a documentation update, for 6.3-rc4.
      
        Included in here are:
      
         - documentation update for uvc gadget driver
      
         - small thunderbolt driver fixes
      
         - cdns3 driver fixes
      
         - dwc3 driver fixes
      
         - dwc2 driver fixes
      
         - chipidea driver fixes
      
         - typec driver fixes
      
         - onboard_usb_hub device id updates
      
         - quirk updates
      
        All of these have been in linux-next with no reported problems"
      
      * tag 'usb-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (30 commits)
        usb: dwc2: fix a race, don't power off/on phy for dual-role mode
        usb: dwc2: fix a devres leak in hw_enable upon suspend resume
        usb: chipidea: core: fix possible concurrent when switch role
        usb: chipdea: core: fix return -EINVAL if request role is the same with current role
        thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit
        thunderbolt: Disable interrupt auto clear for rings
        thunderbolt: Use const qualifier for `ring_interrupt_index`
        usb: gadget: Use correct endianness of the wLength field for WebUSB
        uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2
        usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver
        usb: cdns3: Fix issue with using incorrect PCI device function
        usb: cdnsp: Fixes issue with redundant Status Stage
        MAINTAINERS: make me a reviewer of USB/IP
        thunderbolt: Use scale field when allocating USB3 bandwidth
        thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routers
        thunderbolt: Call tb_check_quirks() after initializing adapters
        thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access
        thunderbolt: Fix memory leak in margining
        usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"
        docs: usb: Add documentation for the UVC Gadget
        ...
      0ec57cfa
    • Linus Torvalds's avatar
      Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 18940c88
      Linus Torvalds authored
      Pull scheduler fix from Borislav Petkov:
      
       - Fix a corner case where vruntime of a task is not being sanitized
      
      * tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        sched/fair: Sanitize vruntime of entity being migrated
      18940c88
    • Linus Torvalds's avatar
      Merge tag 'perf_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 974fc943
      Linus Torvalds authored
      Pull perf fix from Borislav Petkov:
      
       - Properly clear perf event status tracking in the AMD perf event
         overflow handler
      
      * tag 'perf_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        perf/x86/amd/core: Always clear status for idx
      974fc943
    • Linus Torvalds's avatar
      Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · f6cdaeb0
      Linus Torvalds authored
      Pull core fixes from Borislav Petkov:
      
       - Do the delayed RCU wakeup for kthreads in the proper order so that
         former doesn't get ignored
      
       - A noinstr warning fix
      
      * tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
        entry: Fix noinstr warning in __enter_from_user_mode()
      f6cdaeb0
    • Linus Torvalds's avatar
      Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 986c6374
      Linus Torvalds authored
      Pull x86 fixes from Borislav Petkov:
      
       - Add a AMX ptrace self test
      
       - Prevent a false-positive warning when retrieving the (invalid)
         address of dynamic FPU features in their init state which are not
         saved in init_fpstate at all
      
       - Randomize per-CPU entry areas only when KASLR is enabled
      
      * tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        selftests/x86/amx: Add a ptrace test
        x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()
        x86/mm: Do not shuffle CPU entry areas without KASLR
      986c6374
    • Linus Torvalds's avatar
      Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6 · 6485ac65
      Linus Torvalds authored
      Pull cifs client fixes from Steve French:
       "Twelve cifs/smb3 client fixes (most also for stable)
      
         - forced umount fix
      
         - fix for two perf regressions
      
         - reconnect fixes
      
         - small debugging improvements
      
         - multichannel fixes"
      
      * tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6:
        smb3: fix unusable share after force unmount failure
        cifs: fix dentry lookups in directory handle cache
        smb3: lower default deferred close timeout to address perf regression
        cifs: fix missing unload_nls() in smb2_reconnect()
        cifs: avoid race conditions with parallel reconnects
        cifs: append path to open_enter trace event
        cifs: print session id while listing open files
        cifs: dump pending mids for all channels in DebugData
        cifs: empty interface list when server doesn't support query interfaces
        cifs: do not poll server interfaces too regularly
        cifs: lock chan_lock outside match_session
        cifs: check only tcon status on tcon related functions
      6485ac65