Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 cache resource controller updates from Thomas Gleixner: "An update for the Intel Resource Director Technolgy (RDT) which adds a feedback driven software controller to runtime adjust the bandwidth allocation MSRs. This makes the allocations more accurate and allows to use bandwidth values in understandable units (MB/s) instead of using percentage based allocations as the original, still available, interface. The software controller can be enabled with a new mount option for the resctrl filesystem" * 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/intel_rdt/mba_sc: Feedback loop to dynamically update mem bandwidth x86/intel_rdt/mba_sc: Prepare for feedback loop x86/intel_rdt/mba_sc: Add schemata support x86/intel_rdt/mba_sc: Add initialization support x86/intel_rdt/mba_sc: Enable/disable MBA software controller x86/intel_rdt/mba_sc: Documentation for MBA software controller(mba_sc)
Showing
- Documentation/x86/intel_rdt_ui.txt 67 additions, 8 deletionsDocumentation/x86/intel_rdt_ui.txt
- arch/x86/kernel/cpu/intel_rdt.c 37 additions, 13 deletionsarch/x86/kernel/cpu/intel_rdt.c
- arch/x86/kernel/cpu/intel_rdt.h 18 additions, 0 deletionsarch/x86/kernel/cpu/intel_rdt.h
- arch/x86/kernel/cpu/intel_rdt_ctrlmondata.c 19 additions, 5 deletionsarch/x86/kernel/cpu/intel_rdt_ctrlmondata.c
- arch/x86/kernel/cpu/intel_rdt_monitor.c 163 additions, 7 deletionsarch/x86/kernel/cpu/intel_rdt_monitor.c
- arch/x86/kernel/cpu/intel_rdt_rdtgroup.c 33 additions, 0 deletionsarch/x86/kernel/cpu/intel_rdt_rdtgroup.c
Please register or sign in to comment