Commit c217b46
committed
x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl
JIRA: https://issues.redhat.com/browse/RHEL-118965
commit 7168ae3
Author: James Morse <james.morse@arm.com>
Date: Thu May 15 16:58:54 2025 +0000
x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl
Resctrl is a filesystem interface to hardware that provides cache
allocation policy and bandwidth control for groups of tasks or CPUs.
To support more than one architecture, resctrl needs to live in /fs/.
Move the code that is concerned with the filesystem interface to
/fs/resctrl.
Signed-off-by: James Morse <james.morse@arm.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Reviewed-by: Fenghua Yu <fenghuay@nvidia.com>
Tested-by: Fenghua Yu <fenghuay@nvidia.com>
Tested-by: Tony Luck <tony.luck@intel.com>
Link: https://lore.kernel.org/20250515165855.31452-25-james.morse@arm.com
Signed-off-by: David Arcari <darcari@redhat.com>1 parent d1b135a commit c217b46
File tree
20 files changed
+7663
-7489
lines changed- Documentation
- arch/x86
- filesystems
- arch/x86/kernel/cpu/resctrl
- fs/resctrl
20 files changed
+7663
-7489
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16543 | 16543 | | |
16544 | 16544 | | |
16545 | 16545 | | |
16546 | | - | |
| 16546 | + | |
16547 | 16547 | | |
16548 | 16548 | | |
16549 | 16549 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
0 commit comments