summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl
AgeCommit message (Expand)Author
2024-07-16Merge tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-15Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-02x86/resctrl: Detect Sub-NUMA Cluster (SNC) modeTony Luck
2024-07-02x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck
2024-07-02x86/resctrl: Make __mon_event_count() handle sum domainsTony Luck
2024-07-02x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counterTony Luck
2024-07-02x86/resctrl: Handle removing directories in Sub-NUMA Cluster (SNC) modeTony Luck
2024-07-02x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor filesTony Luck
2024-07-02x86/resctrl: Allocate a new field in union mon_data_bitsTony Luck
2024-07-02x86/resctrl: Refactor mkdir_mondata_subdir() with a helper functionTony Luck
2024-07-02x86/resctrl: Initialize on-stack struct rmid_read instancesTony Luck
2024-07-02x86/resctrl: Add a new field to struct rmid_read for summation of domainsTony Luck
2024-07-02x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck
2024-07-02x86/resctrl: Block use of mba_MBps mount option on Sub-NUMA Cluster (SNC) sys...Tony Luck
2024-07-02x86/resctrl: Introduce snc_nodes_per_l3_cacheTony Luck
2024-07-02x86/resctrl: Add node-scope to the options for feature scopeTony Luck
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck
2024-07-02x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck
2024-07-02x86/resctrl: Prepare to split rdt_domain structureTony Luck
2024-07-02x86/resctrl: Prepare for new domain scopeTony Luck
2024-06-19x86/resctrl: Don't try to free nonexistent RMIDsDave Martin
2024-06-10x86/resctrl: Replace open coded cacheinfo searchesTony Luck
2024-05-14Merge tag 'x86_cache_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-04-29x86/resctrl: Switch to new Intel CPU model definesTony Luck
2024-04-24x86/resctrl: Add tracepoint for llc_occupancy trackingHaifeng Xu
2024-04-24x86/resctrl: Rename pseudo_lock_event.h to trace.hHaifeng Xu
2024-04-24x86/resctrl: Simplify call convention for MSR update functionsTony Luck
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck
2024-04-03x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offlineReinette Chatre
2024-02-22x86/resctrl: Remove lockdep annotation that triggers false positiveJames Morse
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse
2024-02-16x86/resctrl: Move domain helper migration into resctrl_offline_cpu()James Morse
2024-02-16x86/resctrl: Add CPU offline callback for resctrl workJames Morse
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse
2024-02-16x86/resctrl: Add CPU online callback for resctrl workJames Morse
2024-02-16x86/resctrl: Add helpers for system wide mon/alloc capableJames Morse
2024-02-16x86/resctrl: Make rdt_enable_key the arch's decision to switchJames Morse
2024-02-16x86/resctrl: Move alloc/mon static keys into helpersJames Morse
2024-02-16x86/resctrl: Make resctrl_mounted checks explicitJames Morse
2024-02-16x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()James Morse
2024-02-16x86/resctrl: Allow resctrl_arch_rmid_read() to sleepJames Morse
2024-02-16x86/resctrl: Queue mon_event_read() instead of sending an IPIJames Morse
2024-02-16x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflowJames Morse
2024-02-16x86/resctrl: Move CLOSID/RMID matching and setting to use helpersJames Morse
2024-02-16x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmidJames Morse
2024-02-16x86/resctrl: Use __set_bit()/__clear_bit() instead of open codingJames Morse
2024-02-16x86/resctrl: Track the number of dirty RMID a CLOSID hasJames Morse
2024-02-16x86/resctrl: Allow RMID allocation to be scoped by CLOSIDJames Morse
2024-02-16x86/resctrl: Access per-rmid structures by indexJames Morse
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse