aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse2-43/+6
2025-03-12x86/resctrl: Make prefetch_disable_bits belong to the arch codeJames Morse1-5/+8
2025-03-12x86/resctrl: Allow an architecture to disable pseudo lockJames Morse3-11/+46
2025-03-12x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functionsJames Morse1-17/+19
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse3-7/+3
2025-03-12x86/resctrl: Move mba_mbps_default_event init to filesystem codeJames Morse2-5/+5
2025-03-12x86/resctrl: Change mon_event_config_{read,write}() to be arch helpersJames Morse1-23/+23
2025-03-12x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMECJames Morse2-11/+26
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse5-55/+40
2025-03-12x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkersJames Morse1-29/+0
2025-03-12x86/resctrl: Move monitor init work to a resctrl init callJames Morse3-11/+54
2025-03-12x86/resctrl: Move monitor exit work to a resctrl exit callJames Morse4-9/+12
2025-03-12x86/resctrl: Add an arch helper to reset one resourceJames Morse1-4/+5
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames Morse1-24/+0
2025-03-12x86/resctrl: Move rdt_find_domain() to be visible to arch and fs codeJames Morse3-37/+27
2025-03-12x86/resctrl: Expose resctrl fs's init function to the rest of the kernelJames Morse4-14/+11
2025-03-12x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()James Morse1-4/+13
2025-03-12x86/resctrl: Add helper for setting CPU default propertiesJames Morse1-6/+14
2025-03-12x86/resctrl: Generate default_ctrl instead of sharing itJames Morse3-13/+11
2025-03-12x86/resctrl: Add max_bw to struct resctrl_membwJames Morse2-2/+4
2025-03-12x86/resctrl: Remove data_width and the tabular formatJames Morse4-31/+10
2025-03-12x86/resctrl: Use schema type to determine the schema format stringJames Morse3-5/+15
2025-03-12x86/resctrl: Use schema type to determine how to parse schema valuesJames Morse3-19/+31
2025-03-12x86/resctrl: Remove fflags from struct rdt_resourceJames Morse2-6/+16
2025-03-12x86/resctrl: Add a helper to avoid reaching into the arch code resource listJames Morse5-24/+22
2025-03-12x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitorsJames Morse1-1/+2
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior3-9/+20
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior1-21/+44
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-12-12x86/resctrl: Add write option to "mba_MBps_event" fileTony Luck3-1/+44
2024-12-12x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directoriesTony Luck3-0/+42
2024-12-10x86/resctrl: Make mba_sc use total bandwidth if local is not supportedTony Luck2-2/+4
2024-12-10x86/resctrl: Compute memory bandwidth for all supported eventsTony Luck1-39/+33
2024-12-10x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group eventTony Luck1-7/+9
2024-12-10x86/resctrl: Prepare for per-CTRL_MON group mba_MBps controlTony Luck3-1/+19
2024-12-09x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflagsBabu Moger4-18/+10
2024-12-09x86/resctrl: Use kthread_run_on_cpu()Frederic Weisbecker1-20/+8
2024-12-06x86/paravirt: Remove the WBINVD callbackJuergen Gross1-1/+1
2024-11-19Merge tag 'x86_cache_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+3
2024-11-06x86/resctrl: Support Sub-NUMA cluster mode SNC6Tony Luck1-1/+2
2024-10-14x86/resctrl: Slightly clean-up mbm_config_show()Christophe JAILLET1-1/+1
2024-10-08x86/resctrl: Annotate get_mem_config() functions as __initNathan Chancellor1-2/+2
2024-10-08x86/resctrl: Avoid overflow in MB settings in bw_validate()Martin Kletzander1-9/+14
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-08-28x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman1-0/+8
2024-07-16Merge tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-298/+764
2024-07-15Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-20/+11
2024-07-02x86/resctrl: Detect Sub-NUMA Cluster (SNC) modeTony Luck1-0/+66
2024-07-02x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck3-0/+24
2024-07-02x86/resctrl: Make __mon_event_count() handle sum domainsTony Luck1-9/+42