index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
resctrl
/
ctrlmondata.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-16
x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl
James Morse
1
-641
/
+0
2025-05-16
x86/resctrl: Expand the width of domid by replacing mon_data_bits
James Morse
1
-9
/
+15
2025-03-12
x86/resctrl: Move get_config_index() to a header
James Morse
1
-16
/
+3
2025-03-12
x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h
James Morse
1
-2
/
+2
2025-03-12
x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code
James Morse
1
-1
/
+23
2025-03-12
x86/resctrl: Generate default_ctrl instead of sharing it
James Morse
1
-2
/
+3
2025-03-12
x86/resctrl: Add max_bw to struct resctrl_membw
James Morse
1
-2
/
+2
2025-03-12
x86/resctrl: Remove data_width and the tabular format
James Morse
1
-2
/
+1
2025-03-12
x86/resctrl: Use schema type to determine the schema format string
James Morse
1
-1
/
+1
2025-03-12
x86/resctrl: Use schema type to determine how to parse schema values
James Morse
1
-5
/
+27
2025-03-12
x86/resctrl: Add a helper to avoid reaching into the arch code resource list
James Morse
1
-1
/
+1
2024-12-12
x86/resctrl: Add write option to "mba_MBps_event" file
Tony Luck
1
-0
/
+40
2024-12-12
x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directories
Tony Luck
1
-0
/
+30
2024-10-08
x86/resctrl: Avoid overflow in MB settings in bw_validate()
Martin Kletzander
1
-9
/
+14
2024-07-02
x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counter
Tony Luck
1
-8
/
+32
2024-07-02
x86/resctrl: Initialize on-stack struct rmid_read instances
Tony Luck
1
-2
/
+1
2024-07-02
x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
Tony Luck
1
-14
/
+14
2024-07-02
x86/resctrl: Prepare for different scope for control/monitor operations
Tony Luck
1
-5
/
+7
2024-07-02
x86/resctrl: Prepare to split rdt_domain structure
Tony Luck
1
-12
/
+12
2024-07-02
x86/resctrl: Prepare for new domain scope
Tony Luck
1
-1
/
+1
2024-04-24
x86/resctrl: Simplify call convention for MSR update functions
Tony Luck
1
-1
/
+1
2024-04-24
x86/resctrl: Pass domain to target CPU
Tony Luck
1
-31
/
+7
2024-02-19
x86/resctrl: Separate arch and fs resctrl locks
James Morse
1
-3
/
+12
2024-02-16
x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPU
James Morse
1
-1
/
+1
2024-02-16
x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()
James Morse
1
-0
/
+7
2024-02-16
x86/resctrl: Queue mon_event_read() instead of sending an IPI
James Morse
1
-2
/
+24
2023-10-11
x86/resctrl: Enable non-contiguous CBMs in Intel CAT
Maciej Wieczor-Retman
1
-4
/
+6
2023-10-11
x86/resctrl: Rename arch_has_sparse_bitmaps
Maciej Wieczor-Retman
1
-2
/
+2
2023-03-15
x86/resctrl: Clear staged_config[] before and after it is used
Shawn Wang
1
-5
/
+2
2023-01-23
x86/resctrl: Detect and configure Slow Memory Bandwidth Allocation
Babu Moger
1
-1
/
+1
2023-01-23
x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()
Babu Moger
1
-8
/
+3
2022-10-24
x86/resctrl: Remove arch_has_empty_bitmaps
Babu Moger
1
-2
/
+1
2022-09-23
x86/resctrl: Make resctrl_arch_rmid_read() return values in bytes
James Morse
1
-4
/
+2
2022-09-23
x86/resctrl: Abstract __rmid_read()
James Morse
1
-2
/
+2
2022-09-22
x86/resctrl: Allow update_mba_bw() to update controls directly
James Morse
1
-0
/
+21
2022-09-22
x86/resctrl: Switch over to the resctrl mbps_val list
James Morse
1
-17
/
+27
2021-08-11
x86/resctrl: Make resctrl_arch_get_config() return its value
James Morse
1
-7
/
+6
2021-08-11
x86/resctrl: Expand resctrl_arch_update_domains()'s msr_param range
James Morse
1
-3
/
+9
2021-08-11
x86/resctrl: Calculate the index from the configuration type
James Morse
1
-10
/
+15
2021-08-11
x86/resctrl: Apply offset correction when config is staged
James Morse
1
-8
/
+24
2021-08-11
x86/resctrl: Pass configuration type to resctrl_arch_get_config()
James Morse
1
-2
/
+3
2021-08-11
x86/resctrl: Add a helper to read a closid's configuration
James Morse
1
-4
/
+12
2021-08-11
x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()
James Morse
1
-2
/
+2
2021-08-11
x86/resctrl: Allow different CODE/DATA configurations to be staged
James Morse
1
-6
/
+14
2021-08-11
x86/resctrl: Group staged configuration into a separate struct
James Morse
1
-14
/
+29
2021-08-11
x86/resctrl: Move the schemata names into struct resctrl_schema
James Morse
1
-7
/
+3
2021-08-11
x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_region
James Morse
1
-2
/
+2
2021-08-11
x86/resctrl: Pass the schema to resctrl filesystem functions
James Morse
1
-10
/
+13
2021-08-11
x86/resctrl: Store the effective num_closid in the schema
James Morse
1
-6
/
+3
2021-08-11
x86/resctrl: Walk the resctrl schema list instead of an arch list
James Morse
1
-8
/
+15
[next]