summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl
AgeCommit message (Expand)AuthorLines
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-12-12x86/resctrl: Add write option to "mba_MBps_event" fileTony Luck-1/+44
2024-12-12x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directoriesTony Luck-0/+42
2024-12-10x86/resctrl: Make mba_sc use total bandwidth if local is not supportedTony Luck-2/+4
2024-12-10x86/resctrl: Compute memory bandwidth for all supported eventsTony Luck-39/+33
2024-12-10x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group eventTony Luck-7/+9
2024-12-10x86/resctrl: Prepare for per-CTRL_MON group mba_MBps controlTony Luck-1/+19
2024-12-09x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflagsBabu Moger-18/+10
2024-12-09x86/resctrl: Use kthread_run_on_cpu()Frederic Weisbecker-20/+8
2024-12-06x86/paravirt: Remove the WBINVD callbackJuergen Gross-1/+1
2024-11-19Merge tag 'x86_cache_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+3
2024-11-06x86/resctrl: Support Sub-NUMA cluster mode SNC6Tony Luck-1/+2
2024-10-14x86/resctrl: Slightly clean-up mbm_config_show()Christophe JAILLET-1/+1
2024-10-08x86/resctrl: Annotate get_mem_config() functions as __initNathan Chancellor-2/+2
2024-10-08x86/resctrl: Avoid overflow in MB settings in bw_validate()Martin Kletzander-9/+14
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-08-28x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman-0/+8
2024-07-16Merge tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-298/+764
2024-07-15Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-20/+11
2024-07-02x86/resctrl: Detect Sub-NUMA Cluster (SNC) modeTony Luck-0/+66
2024-07-02x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck-0/+24
2024-07-02x86/resctrl: Make __mon_event_count() handle sum domainsTony Luck-9/+42
2024-07-02x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counterTony Luck-10/+34
2024-07-02x86/resctrl: Handle removing directories in Sub-NUMA Cluster (SNC) modeTony Luck-6/+29
2024-07-02x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor filesTony Luck-16/+46
2024-07-02x86/resctrl: Allocate a new field in union mon_data_bitsTony Luck-7/+13
2024-07-02x86/resctrl: Refactor mkdir_mondata_subdir() with a helper functionTony Luck-17/+28
2024-07-02x86/resctrl: Initialize on-stack struct rmid_read instancesTony Luck-5/+3
2024-07-02x86/resctrl: Add a new field to struct rmid_read for summation of domainsTony Luck-0/+19
2024-07-02x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck-3/+6
2024-07-02x86/resctrl: Block use of mba_MBps mount option on Sub-NUMA Cluster (SNC) sys...Tony Luck-3/+9
2024-07-02x86/resctrl: Introduce snc_nodes_per_l3_cacheTony Luck-6/+50
2024-07-02x86/resctrl: Add node-scope to the options for feature scopeTony Luck-0/+2
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck-125/+146
2024-07-02x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck-90/+221
2024-07-02x86/resctrl: Prepare to split rdt_domain structureTony Luck-69/+69
2024-07-02x86/resctrl: Prepare for new domain scopeTony Luck-17/+42
2024-06-19x86/resctrl: Don't try to free nonexistent RMIDsDave Martin-1/+2
2024-06-10x86/resctrl: Replace open coded cacheinfo searchesTony Luck-20/+11
2024-05-14Merge tag 'x86_cache_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-83/+66
2024-04-29x86/resctrl: Switch to new Intel CPU model definesTony Luck-16/+16
2024-04-24x86/resctrl: Add tracepoint for llc_occupancy trackingHaifeng Xu-0/+27
2024-04-24x86/resctrl: Rename pseudo_lock_event.h to trace.hHaifeng Xu-5/+5
2024-04-24x86/resctrl: Simplify call convention for MSR update functionsTony Luck-27/+18
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck-52/+17
2024-04-03x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offlineReinette Chatre-1/+2
2024-02-22x86/resctrl: Remove lockdep annotation that triggers false positiveJames Morse-9/+0
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse-27/+111
2024-02-16x86/resctrl: Move domain helper migration into resctrl_offline_cpu()James Morse-16/+18
2024-02-16x86/resctrl: Add CPU offline callback for resctrl workJames Morse-20/+29