• Linus Torvalds's avatar
    Merge tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · b84b3381
    Linus Torvalds authored
    Pull x86 resource control updates from Borislav Petkov:
    
     - Enable Sub-NUMA clustering to work with resource control on Intel by
       teaching resctrl to handle scopes due to the clustering which
       partitions the L3 cache into sets. Modify and extend the subsystem to
       handle such scopes properly
    
    * tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      x86/resctrl: Update documentation with Sub-NUMA cluster changes
      x86/resctrl: Detect Sub-NUMA Cluster (SNC) mode
      x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systems
      x86/resctrl: Make __mon_event_count() handle sum domains
      x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counter
      x86/resctrl: Handle removing directories in Sub-NUMA Cluster (SNC) mode
      x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor files
      x86/resctrl: Allocate a new field in union mon_data_bits
      x86/resctrl: Refactor mkdir_mondata_subdir() with a helper function
      x86/resctrl: Initialize on-stack struct rmid_read instances
      x86/resctrl: Add a new field to struct rmid_read for summation of domains
      x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor files
      x86/resctrl: Block use of mba_MBps mount option on Sub-NUMA Cluster (SNC) systems
      x86/resctrl: Introduce snc_nodes_per_l3_cache
      x86/resctrl: Add node-scope to the options for feature scope
      x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
      x86/resctrl: Prepare for different scope for control/monitor operations
      x86/resctrl: Prepare to split rdt_domain structure
      x86/resctrl: Prepare for new domain scope
    b84b3381
monitor.c 35.3 KB