[GIT,PULL] x86/cache for v6.7

Message ID 20231027142406.GEZTvIBnp/BWmpxQX9@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/cache for v6.7 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cache_for_6.7_rc1

Message

Borislav Petkov Oct. 27, 2023, 2:24 p.m. UTC
  Hi Linus,

please pull the accumulated resource control pile of changes for 6.7.

Thx.

---

The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cache_for_6.7_rc1

for you to fetch changes up to 4cee14bcb14881aae81d60f106a335c68553ac1f:

  x86/resctrl: Display RMID of resource group (2023-10-17 14:05:40 +0200)

----------------------------------------------------------------
- Add support for non-contiguous capacity bitmasks being added to
  Intel's CAT implementation

- Other improvements to resctrl code: better configuration,
  simplifications, debugging support, fixes

----------------------------------------------------------------
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 (2):
      x86/resctrl: Add sparse_masks file in info
      Documentation/x86: Document resctrl's new sparse_masks

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

 Documentation/arch/x86/resctrl.rst        |  38 +++-
 arch/x86/kernel/cpu/resctrl/core.c        |  11 +-
 arch/x86/kernel/cpu/resctrl/ctrlmondata.c |  14 +-
 arch/x86/kernel/cpu/resctrl/internal.h    |  31 ++--
 arch/x86/kernel/cpu/resctrl/rdtgroup.c    | 281 ++++++++++++++++++++++--------
 include/linux/resctrl.h                   |   4 +-
 6 files changed, 276 insertions(+), 103 deletions(-)