Skip to content
Snippets Groups Projects
Select Git revision
  • work.freeze
  • vfs-6.16.super
  • vfs-6.16.mount.api
  • vfs.all
  • vfs-6.15.pidfs
  • vfs-6.15.misc
  • vfs-6.15.iomap
  • vfs.fixes
  • work.pidfs.thread_group
  • vfs-6.15.file
  • vfs-6.15.mount
  • vfs-6.15.initramfs
  • vfs-6.15.rust
  • work.idmapped.squash
  • vfs-6.15.shared.afs
  • vfs-6.15.pipe
  • vfs-6.15.pipe.tmp
  • vfs-6.15.pagesize
  • vfs-6.15.orangefs
  • vfs-6.15.ceph
  • vfs-6.15-rc1.rust
  • vfs-6.15-rc1.orangefs
  • vfs-6.15-rc1.file
  • vfs-6.15-rc1.initramfs
  • vfs-6.15-rc1.afs
  • vfs-6.15-rc1.ceph
  • vfs-6.15-rc1.mount.namespace
  • vfs-6.15-rc1.pagesize
  • vfs-6.15-rc1.sysv
  • vfs-6.15-rc1.config_debug_vfs
  • vfs-6.15-rc1.eventpoll
  • vfs-6.15-rc1.nsfs
  • vfs-6.15-rc1.overlayfs
  • vfs-6.15-rc1.async.dir
  • vfs-6.15-rc1.iomap
  • vfs-6.15-rc1.mount.api
  • kernel-6.15-rc1.tasklist_lock
  • vfs-6.15-rc1.pipe
  • vfs-6.15-rc1.fuse
  • vfs-6.15-rc1.mount
40 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    Pull turbostat updates from Len Brown:
    
     - Enable turbostat extensions to add both perf and PMT (Intel
       Platform Monitoring Technology) counters via the cmdline
    
     - Demonstrate PMT access with built-in support for Meteor Lake's
       Die C6 counter
    
    * tag 'v6.11-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux:
      tools/power turbostat: version 2024.07.26
      tools/power turbostat: Include umask=%x in perf counter's config
      tools/power turbostat: Document PMT in turbostat.8
      tools/power turbostat: Add MTL's PMT DC6 builtin counter
      tools/power turbostat: Add early support for PMT counters
      tools/power turbostat: Add selftests for added perf counters
      tools/power turbostat: Add selftests for SMI, APERF and MPERF counters
      tools/power turbostat: Move verbose counter messages to level 2
      tools/power turbostat: Move debug prints from stdout to stderr
      tools/power turbostat: Fix typo in turbostat.8
      tools/power turbostat: Add perf added counter example to turbostat.8
      tools/power turbostat: Fix formatting in turbostat.8
      tools/power turbostat: Extend --add option with perf counters
      tools/power turbostat: Group SMI counter with APERF and MPERF
      tools/power turbostat: Add ZERO_ARRAY for zero initializing builtin array
      tools/power turbostat: Replace enum rapl_source and cstate_source with counter_source
      tools/power turbostat: Remove anonymous union from rapl_counter_info_t
      tools/power/turbostat: Switch to new Intel CPU model defines
    e172f1e9
    History
    Linux kernel
    ============
    
    There are several guides for kernel developers and users. These guides can
    be rendered in a number of formats, like HTML and PDF. Please read
    Documentation/admin-guide/README.rst first.
    
    In order to build the documentation, use ``make htmldocs`` or
    ``make pdfdocs``.  The formatted documentation can also be read online at:
    
        https://www.kernel.org/doc/html/latest/
    
    There are various text files in the Documentation/ subdirectory,
    several of them using the reStructuredText markup notation.
    
    Please read the Documentation/process/changes.rst file, as it contains the
    requirements for building and running the kernel, and information about
    the problems which may result by upgrading your kernel.