summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl/rdtgroup.c
AgeCommit message (Expand)Author
2024-10-14x86/resctrl: Slightly clean-up mbm_config_show()Christophe JAILLET
2024-07-02x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counterTony Luck
2024-07-02x86/resctrl: Handle removing directories in Sub-NUMA Cluster (SNC) modeTony Luck
2024-07-02x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor filesTony Luck
2024-07-02x86/resctrl: Refactor mkdir_mondata_subdir() with a helper functionTony Luck
2024-07-02x86/resctrl: Initialize on-stack struct rmid_read instancesTony Luck
2024-07-02x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck
2024-07-02x86/resctrl: Block use of mba_MBps mount option on Sub-NUMA Cluster (SNC) sys...Tony Luck
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck
2024-07-02x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck
2024-07-02x86/resctrl: Prepare to split rdt_domain structureTony Luck
2024-07-02x86/resctrl: Prepare for new domain scopeTony Luck
2024-06-10x86/resctrl: Replace open coded cacheinfo searchesTony Luck
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse
2024-02-16x86/resctrl: Move domain helper migration into resctrl_offline_cpu()James Morse
2024-02-16x86/resctrl: Add CPU offline callback for resctrl workJames Morse
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse
2024-02-16x86/resctrl: Add CPU online callback for resctrl workJames Morse
2024-02-16x86/resctrl: Add helpers for system wide mon/alloc capableJames Morse
2024-02-16x86/resctrl: Make rdt_enable_key the arch's decision to switchJames Morse
2024-02-16x86/resctrl: Move alloc/mon static keys into helpersJames Morse
2024-02-16x86/resctrl: Make resctrl_mounted checks explicitJames Morse
2024-02-16x86/resctrl: Move CLOSID/RMID matching and setting to use helpersJames Morse
2024-02-16x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmidJames Morse
2024-02-16x86/resctrl: Use __set_bit()/__clear_bit() instead of open codingJames Morse
2024-02-16x86/resctrl: Allow RMID allocation to be scoped by CLOSIDJames Morse
2024-02-16x86/resctrl: Access per-rmid structures by indexJames Morse
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse
2024-02-16x86/resctrl: Move RMID allocation out of mkdir_rdt_prepare()James Morse
2024-02-16x86/resctrl: Create helper for RMID allocation and mondata dir creationJames Morse
2024-01-25x86/resctrl: Remove redundant variable in mbm_config_write_domain()Babu Moger
2024-01-23x86/resctrl: Read supported bandwidth sources from CPUIDBabu Moger
2023-10-17x86/resctrl: Display RMID of resource groupBabu Moger
2023-10-17x86/resctrl: Add support for the files of MON groups onlyBabu Moger
2023-10-17x86/resctrl: Display CLOSID for resource groupBabu Moger
2023-10-17x86/resctrl: Introduce "-o debug" mount optionBabu Moger
2023-10-17x86/resctrl: Move default group file creation to mountBabu Moger
2023-10-17x86/resctrl: Unwind properly from rdt_enable_ctx()Babu Moger
2023-10-17x86/resctrl: Rename rftype flags for consistencyBabu Moger
2023-10-17x86/resctrl: Simplify rftype flag definitionsBabu Moger
2023-10-17x86/resctrl: Add multiple tasks to the resctrl group at onceBabu Moger
2023-10-11x86/resctrl: Add sparse_masks file in infoFenghua Yu
2023-10-11x86/resctrl: Fix remaining kernel-doc warningsMaciej Wieczor-Retman
2023-06-07x86/resctrl: Implement rename op for mon groupsPeter Newman
2023-06-07x86/resctrl: Factor rdtgroup lock for multi-file opsPeter Newman
2023-05-30x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang
2023-03-15x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang
2023-03-08x86/resctl: fix scheduler confusion with 'current'Linus Torvalds
2023-01-26x86/resctrl: Fix a silly -Wunused-but-set-variable warningBorislav Petkov (AMD)