1. 25 Jun, 2024 1 commit
    • Greg Kroah-Hartman's avatar
      Merge tag 'thunderbolt-for-v6.11-rc1' of... · 6a6aad74
      Greg Kroah-Hartman authored
      Merge tag 'thunderbolt-for-v6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-next
      
      Mika writes:
      
      thunderbolt: Changes for v6.11 merge window
      
      This includes following USB4/Thunderbolt changes for the v6.11 merge
      window:
      
        - Add receiver lane margining support for retimers
        - Add sideband register access to debugfs
        - Minor cleanups.
      
      All these have been in linux-next with no reported issues.
      
      * tag 'thunderbolt-for-v6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt:
        thunderbolt: debugfs: Use FIELD_GET()
        thunderbolt: Add receiver lane margining support for retimers
        thunderbolt: Make margining functions accept target and retimer index
        thunderbolt: Split out margining from USB4 port
        thunderbolt: Add sideband register access to debugfs
        thunderbolt: Make usb4_port_sb_read/write() available outside of usb4.c
        thunderbolt: Move usb4_port_margining_caps() declaration into correct place
        thunderbolt: Mention Thunderbolt/USB4 debugging tools in Kconfig
      6a6aad74
  2. 20 Jun, 2024 28 commits
  3. 19 Jun, 2024 1 commit
  4. 18 Jun, 2024 1 commit
  5. 17 Jun, 2024 7 commits
  6. 16 Jun, 2024 2 commits
    • Linus Torvalds's avatar
      Linux 6.10-rc4 · 6ba59ff4
      Linus Torvalds authored
      6ba59ff4
    • Linus Torvalds's avatar
      Merge tag 'parisc-for-6.10-rc4' of... · 6456c425
      Linus Torvalds authored
      Merge tag 'parisc-for-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
      
      Pull parisc fix from Helge Deller:
       "On parisc we have suffered since years from random segfaults which
        seem to have been triggered due to cache inconsistencies. Those
        segfaults happened more often on machines with PA8800 and PA8900 CPUs,
        which have much bigger caches than the earlier machines.
      
        Dave Anglin has worked over the last few weeks to fix this bug. His
        patch has been successfully tested by various people on various
        machines and with various kernels (6.6, 6.8 and 6.9), and the debian
        buildd servers haven't shown a single random segfault with this patch.
      
        Since the cache handling has been reworked, the patch is slightly
        bigger than I would like in this stage, but the greatly improved
        stability IMHO justifies the inclusion now"
      
      * tag 'parisc-for-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
        parisc: Try to fix random segmentation faults in package builds
      6456c425