Skip to content
Snippets Groups Projects
  1. Feb 03, 2025
  2. Feb 02, 2025
    • Linus Torvalds's avatar
      Linux 6.14-rc1 · 2014c95a
      Linus Torvalds authored
      2014c95a
    • Linus Torvalds's avatar
      Merge tag 'turbostat-2025.02.02' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux · d79bc8f7
      Linus Torvalds authored
      Pull turbostat updates from Len Brown:
      
       - Fix regression that affinitized forked child in one-shot mode.
      
       - Harden one-shot mode against hotplug online/offline
      
       - Enable RAPL SysWatt column by default
      
       - Add initial PTL, CWF platform support
      
       - Harden initial PMT code in response to early use
      
       - Enable first built-in PMT counter: CWF c1e residency
      
       - Refuse to run on unsupported platforms without --force, to encourage
         updating to a version that supports the system, and to avoid
         no-so-useful measurement results
      
      * tag 'turbostat-2025.02.02' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux: (25 commits)
        tools/power turbostat: version 2025.02.02
        tools/power turbostat: Add CPU%c1e BIC for CWF
        tools/power turbostat: Harden one-shot mode against cpu offline
        tools/power turbostat: Fix forked child affinity regression
        tools/power turbostat: Add tcore clock PMT type
        tools/power turbostat: version 2025.01.14
        tools/power turbostat: Allow adding PMT counters directly by sysfs path
        tools/power turbostat: Allow mapping multiple PMT files with the same GUID
        tools/power turbostat: Add PMT directory iterator helper
        tools/power turbostat: Extend PMT identification with a sequence number
        tools/power turbostat: Return default value for unmapped PMT domains
        tools/power turbostat: Check for non-zero value when MSR probing
        tools/power turbostat: Enhance turbostat self-performance visibility
        tools/power turbostat: Add fixed RAPL PSYS divisor for SPR
        tools/power turbostat: Fix PMT mmaped file size rounding
        tools/power turbostat: Remove SysWatt from DISABLED_BY_DEFAULT
        tools/power turbostat: Add an NMI column
        tools/power turbostat: add Busy% to "show idle"
        tools/power turbostat: Introduce --force parameter
        tools/power turbostat: Improve --help output
        ...
      d79bc8f7
    • Linus Torvalds's avatar
      Merge tag 'sh-for-v6.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux · 5d82ca7b
      Linus Torvalds authored
      Pull sh updates from John Paul Adrian Glaubitz:
       "Fixes and improvements for sh:
      
         - replace seq_printf() with the more efficient
           seq_put_decimal_ull_width() to increase performance when stress
           reading /proc/interrupts (David Wang)
      
         - migrate sh to the generic rule for built-in DTB to help avoid race
           conditions during parallel builds which can occur because Kbuild
           decends into arch/*/boot/dts twice (Masahiro Yamada)
      
         - replace select with imply in the board Kconfig for enabling
           hardware with complex dependencies. This addresses warnings which
           were reported by the kernel test robot (Geert Uytterhoeven)"
      
      * tag 'sh-for-v6.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux:
        sh: boards: Use imply to enable hardware with complex dependencies
        sh: Migrate to the generic rule for built-in DTB
        sh: irq: Use seq_put_decimal_ull_width() for decimal values
      5d82ca7b
    • Len Brown's avatar
      tools/power turbostat: version 2025.02.02 · 2c4627c8
      Len Brown authored
      
      Summary of Changes since 2024.11.30:
      
      Fix regression in 2023.11.07 that affinitized forked child
      in one-shot mode.
      
      Harden one-shot mode against hotplug online/offline
      
      Enable RAPL SysWatt column by default.
      
      Add initial PTL, CWF platform support.
      
      Harden initial PMT code in response to early use.
      
      Enable first built-in PMT counter: CWF c1e residency
      
      Refuse to run on unsupported platforms without --force,
      to encourage updating to a version that supports the system,
      and to avoid no-so-useful measurement results.
      
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      2c4627c8
  3. Feb 01, 2025
Loading