All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Borislav Petkov <bp@alien8.de>,
	Thomas Gleixner <tglx@linutronix.de>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/cache changes for v5.6
Date: Tue, 28 Jan 2020 18:28:26 +0100	[thread overview]
Message-ID: <20200128172826.GA83630@gmail.com> (raw)

Linus,

Please pull the latest x86-cache-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cache-for-linus

   # HEAD: e79f15a4598c1f3f3f7f3319ca308c63c91fdaf2 x86/resctrl: Add task resctrl information display

The main change in this tree is the extension of the resctrl procfs ABI 
with a new file that helps tooling to navigate from tasks back to resctrl 
groups: /proc/{pid}/cpu_resctrl_groups.

Also fix static key usage for certain feature combinations and simplify 
the task exit resctrl case.

  out-of-topic modifications in x86-cache-for-linus:
  ----------------------------------------------------
  fs/proc/Kconfig                    # e79f15a4598c: x86/resctrl: Add task resctr
  fs/proc/base.c                     # e79f15a4598c: x86/resctrl: Add task resctr
  include/linux/resctrl.h            # e79f15a4598c: x86/resctrl: Add task resctr

 Thanks,

	Ingo

------------------>
Chen Yu (1):
      x86/resctrl: Add task resctrl information display

Xiaochen Shen (2):
      x86/resctrl: Do not reconfigure exiting tasks
      x86/resctrl: Check monitoring static key in the MBM overflow handler


 arch/x86/Kconfig                       |  1 +
 arch/x86/kernel/cpu/resctrl/internal.h |  1 +
 arch/x86/kernel/cpu/resctrl/monitor.c  |  4 +-
 arch/x86/kernel/cpu/resctrl/rdtgroup.c | 90 ++++++++++++++++++++++++++++++++++
 fs/proc/Kconfig                        |  4 ++
 fs/proc/base.c                         |  7 +++
 include/linux/resctrl.h                | 14 ++++++
 7 files changed, 119 insertions(+), 2 deletions(-)
 create mode 100644 include/linux/resctrl.h

             reply	other threads:[~2020-01-28 17:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-28 17:28 Ingo Molnar [this message]
2020-01-28 21:15 ` [GIT PULL] x86/cache changes for v5.6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200128172826.GA83630@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.