Amit Singh Tomar (1):
fs/resctrl: Remove the limit on the number of CLOSID
Babu Moger (9):
x86/resctrl: Add multiple tasks to the resctrl group at once
x86/resctrl: Simplify rftype flag definitions
x86/resctrl: Rename rftype flags for consistency
x86/resctrl: Unwind properly from rdt_enable_ctx()
x86/resctrl: Move default group file creation to mount
x86/resctrl: Introduce "-o debug" mount option
x86/resctrl: Display CLOSID for resource group
x86/resctrl: Add support for the files of MON groups only
x86/resctrl: Display RMID of resource group
Fenghua Yu (1):
x86/resctrl: Add sparse_masks file in info
James Morse (104):
tick/nohz: Move tick_nohz_full_mask declaration outside the #ifdef
x86/resctrl: kfree() rmid_ptrs from resctrl_exit()
x86/resctrl: Create helper for RMID allocation and mondata dir
creation
x86/resctrl: Move rmid allocation out of mkdir_rdt_prepare()
x86/resctrl: Track the closid with the rmid
x86/resctrl: Access per-rmid structures by index
x86/resctrl: Allow RMID allocation to be scoped by CLOSID
x86/resctrl: Track the number of dirty RMID a CLOSID has
x86/resctrl: Use __set_bit()/__clear_bit() instead of open coding
x86/resctrl: Allocate the cleanest CLOSID by searching
closid_num_dirty_rmid
x86/resctrl: Move CLOSID/RMID matching and setting to use helpers
x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflow
x86/resctrl: Queue mon_event_read() instead of sending an IPI
x86/resctrl: Allow resctrl_arch_rmid_read() to sleep
x86/resctrl: Allow arch to allocate memory needed in
resctrl_arch_rmid_read()
x86/resctrl: Make resctrl_mounted checks explicit
x86/resctrl: Move alloc/mon static keys into helpers
x86/resctrl: Make rdt_enable_key the arch's decision to switch
x86/resctrl: Add helpers for system wide mon/alloc capable
x86/resctrl: Add CPU online callback for resctrl work
x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but
cpu
x86/resctrl: Add CPU offline callback for resctrl work
x86/resctrl: Move domain helper migration into resctrl_offline_cpu()
x86/resctrl: Separate arch and fs resctrl locks
x86/resctrl: Add a helper to avoid reaching into the arch code
resource list
x86/resctrl: Move ctrlval string parsing links away from the arch code
x86/resctrl: Add helper for setting CPU default properties
x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
x86/resctrl: Export resctrl fs's init function
x86/resctrl: Wrap resctrl_arch_find_domain() around rdt_find_domain()
x86/resctrl: Move resctrl types to a separate header
x86/resctrl: Add a resctrl helper to reset all the resources
x86/resctrl: Move monitor init work to a resctrl init call
x86/resctrl: Move monitor exit work to a restrl exit call
x86/resctrl: Move max_{name,data}_width into resctrl code
x86/resctrl: Stop using the for_each_*_rdt_resource() walkers
x86/resctrl: Export the is_mbm_*_enabled() helpers to asm/resctrl.h
x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
x86/resctrl: Allow resctrl_arch_mon_event_config_write() to return an
error
x86/resctrl: Allow an architecture to disable pseudo lock
x86/resctrl: Make prefetch_disable_bits belong to the arch code
x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
x86/resctrl: Move thread_throttle_mode_init() to be managed by resctrl
x86/resctrl: Move get_config_index() to a header
x86/resctrl: Claim get_domain_from_cpu() for resctrl
x86/resctrl: Describe resctrl's bitmap size assumptions
x86/resctrl: Drop __init/__exit on assorted symbols
fs/resctrl: Add boiler plate for external resctrl code
x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl
x86/resctrl: Move the filesystem portions of resctrl to live in '/fs/'
arm64: head.S: Initialise MPAM EL2 registers and disable traps
arm64: cpufeature: discover CPU support for MPAM
KVM: arm64: Fix missing traps of guest accesses to the MPAM registers
KVM: arm64: Disable MPAM visibility by default, and handle traps
arm64: mpam: Context switch the MPAM registers
untested: KVM: arm64: Force guest EL1 to use user-space's partid
configuration
ACPI / PPTT: Provide a helper to walk processor containers
ACPI / PPTT: Find PPTT cache level by ID
ACPI / PPTT: Add a helper to fill a cpumask from a processor container
ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
cacheinfo: Expose the code to generate a cache-id from a device_node
drivers: base: cacheinfo: Add helper to find the cache size from
cpu+level
ACPI / MPAM: Parse the MPAM table
arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
arm_mpam: Add the class and component structures for ris firmware
described
arm_mpam: Add MPAM MSC register layout definitions
arm_mpam: Add cpuhp callbacks to probe MSC hardware
arm_mpam: Probe MSCs to find the supported partid/pmg values
arm_mpam: Probe the hardware features resctrl supports
arm_mpam: Merge supported features during mpam_enable() into
mpam_class
arm_mpam: Reset MSC controls from cpu hp callbacks
arm_mpam: Add a helper to touch an MSC from any CPU
arm_mpam: Extend reset logic to allow devices to be reset any time
arm_mpam: Register and enable IRQs
arm_mpam: Use the arch static key to indicate when mpam is enabled
arm_mpam: Allow configuration to be applied and restored during cpu
online
arm_mpam: Probe and reset the rest of the features
arm_mpam: Add helpers to allocate monitors
arm_mpam: Add mpam_msmon_read() to read monitor value
arm_mpam: Track bandwidth counter state for overflow and power
management
arm_mpam: Add helper to reset saved mbwu state
arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
arm_mpam: resctrl: Pick the caches we will use as resctrl resources
arm_mpam: resctrl: Pick a value for num_rmid
arm_mpam: resctrl: Implement resctrl_arch_reset_resources()
arm_mpam: resctrl: Add resctrl_arch_get_config()
arm_mpam: resctrl: Implement helpers to update configuration
arm_mpam: resctrl: Add CDP emulation
arm64: mpam: Add helpers to change a tasks and cpu mpam partid/pmg
values
arm_mpam: resctrl: Add rmid index helpers
untested: arm_mpam: resctrl: Add support for MB resource
untested: arm_mpam: resctrl: Add support for mbm counters
arm_mpam: resctrl: Allow resctrl to allocate monitors
arm_mpam: resctrl: Add resctrl_arch_rmid_read() and
resctrl_arch_reset_rmid()
untested: arm_mpam: resctrl: Allow monitors to be configured
arm_mpam: resctrl: Add empty definitions for pseudo lock
arm_mpam: resctrl: Add empty definitions for fine-grained enables
arm_mpam: resctrl: Add dummy definition for free running counters
arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
perf/arm-cmn: Stop claiming all the resources
arm_mpam: resctrl: Tell resctrl about cpu/domain online/offline
arm_mpam: resctrl: Call resctrl_exit() in the event of errors
arm_mpam: resctrl: Update the rmid reallocation limit
Maciej Wieczor-Retman (3):
x86/resctrl: Fix remaining kernel-doc warnings
x86/resctrl: Rename arch_has_sparse_bitmaps
x86/resctrl: Enable non-contiguous CBMs in Intel CAT
Rob Herring (3):
cacheinfo: Allow for >32-bit cache 'id'
cacheinfo: Set cache 'id' based on DT data
dt-bindings: arm: Add MPAM MSC binding
Rohit Mathew (2):
arm_mpam: Probe for long/lwd mbwu counters
arm_mpam: Use long MBWU counters if supported
Zeng Heng (1):
arm_mpam: control memory bandwidth with hard limit flag
.../arch/arm64/cpu-feature-registers.rst | 2 +
Documentation/arch/x86/resctrl.rst | 22 +-
.../devicetree/bindings/arm/arm,mpam-msc.yaml | 227 +
MAINTAINERS | 2 +
arch/Kconfig | 8 +
arch/arm64/Kconfig | 22 +-
arch/arm64/include/asm/cpu.h | 1 +
arch/arm64/include/asm/cpufeature.h | 13 +
arch/arm64/include/asm/el2_setup.h | 16 +
arch/arm64/include/asm/kvm_arm.h | 1 +
arch/arm64/include/asm/mpam.h | 167 +
arch/arm64/include/asm/resctrl.h | 1 +
arch/arm64/include/asm/sysreg.h | 8 +
arch/arm64/include/asm/thread_info.h | 3 +
arch/arm64/kernel/Makefile | 1 +
arch/arm64/kernel/cpufeature.c | 68 +
arch/arm64/kernel/cpuinfo.c | 4 +
arch/arm64/kernel/image-vars.h | 5 +
arch/arm64/kernel/mpam.c | 23 +
arch/arm64/kernel/process.c | 7 +
arch/arm64/kvm/hyp/include/hyp/switch.h | 32 +
arch/arm64/kvm/hyp/include/hyp/sysreg-sr.h | 27 +
arch/arm64/kvm/hyp/nvhe/switch.c | 11 +
arch/arm64/kvm/hyp/vhe/sysreg-sr.c | 1 +
arch/arm64/kvm/sys_regs.c | 70 +-
arch/arm64/tools/cpucaps | 1 +
arch/arm64/tools/sysreg | 33 +
arch/x86/Kconfig | 5 +-
arch/x86/include/asm/resctrl.h | 131 +-
arch/x86/kernel/cpu/resctrl/core.c | 212 +-
arch/x86/kernel/cpu/resctrl/ctrlmondata.c | 476 +-
arch/x86/kernel/cpu/resctrl/internal.h | 394 +-
arch/x86/kernel/cpu/resctrl/monitor.c | 594 +--
arch/x86/kernel/cpu/resctrl/pseudo_lock.c | 1123 +----
arch/x86/kernel/cpu/resctrl/rdtgroup.c | 3916 +---------------
drivers/acpi/arm64/Kconfig | 3 +
drivers/acpi/arm64/Makefile | 2 +
drivers/acpi/arm64/mpam.c | 369 ++
drivers/acpi/pptt.c | 278 +-
drivers/acpi/tables.c | 2 +-
drivers/base/cacheinfo.c | 41 +-
drivers/perf/arm-cmn.c | 12 +-
drivers/platform/Kconfig | 2 +
drivers/platform/Makefile | 1 +
drivers/platform/mpam/Kconfig | 8 +
drivers/platform/mpam/Makefile | 1 +
drivers/platform/mpam/mpam_devices.c | 2422 ++++++++++
drivers/platform/mpam/mpam_internal.h | 576 +++
drivers/platform/mpam/mpam_resctrl.c | 1209 +++++
fs/Kconfig | 1 +
fs/Makefile | 1 +
fs/resctrl/Kconfig | 23 +
fs/resctrl/Makefile | 1 +
fs/resctrl/ctrlmondata.c | 528 +++
fs/resctrl/internal.h | 313 ++
fs/resctrl/monitor.c | 859 ++++
fs/resctrl/psuedo_lock.c | 1134 +++++
fs/resctrl/rdtgroup.c | 4015 +++++++++++++++++
include/linux/acpi.h | 17 +
include/linux/arm_mpam.h | 105 +
include/linux/cacheinfo.h | 30 +-
include/linux/resctrl.h | 203 +-
include/linux/resctrl_types.h | 98 +
include/linux/tick.h | 9 +-
64 files changed, 13418 insertions(+), 6472 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/arm,mpam-msc.yaml
create mode 100644 arch/arm64/include/asm/mpam.h
create mode 100644 arch/arm64/include/asm/resctrl.h
create mode 100644 arch/arm64/kernel/mpam.c
create mode 100644 drivers/acpi/arm64/mpam.c
create mode 100644 drivers/platform/mpam/Kconfig
create mode 100644 drivers/platform/mpam/Makefile
create mode 100644 drivers/platform/mpam/mpam_devices.c
create mode 100644 drivers/platform/mpam/mpam_internal.h
create mode 100644 drivers/platform/mpam/mpam_resctrl.c
create mode 100644 fs/resctrl/Kconfig
create mode 100644 fs/resctrl/Makefile
create mode 100644 fs/resctrl/ctrlmondata.c
create mode 100644 fs/resctrl/internal.h
create mode 100644 fs/resctrl/monitor.c
create mode 100644 fs/resctrl/psuedo_lock.c
create mode 100644 fs/resctrl/rdtgroup.c
create mode 100644 include/linux/arm_mpam.h
create mode 100644 include/linux/resctrl_types.h
--
2.25.1