public inbox for linux-kernel@vger.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>,
	Dave Hansen <dave.hansen@linux.intel.com>,
	Rik van Riel <riel@surriel.com>,
	Andy Lutomirski <luto@kernel.org>,
	"H. Peter Anvin" <hpa@zytor.com>
Subject: [GIT PULL] x86/mm changes for v5.5
Date: Mon, 25 Nov 2019 15:21:30 +0100	[thread overview]
Message-ID: <20191125142130.GA25523@gmail.com> (raw)

Linus,

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

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

   # HEAD: 7f264dab5b60343358e788d4c939c166c22ea4a2 x86/mm/pat: Rename pat_rbtree.c to pat_interval.c

The main changes in this cycle were:

 - A PAT series from Davidlohr Bueso, which simplifies the memtype rbtree 
   by using the interval tree helpers. (There's more cleanups in this 
   area queued up, but they didn't make the merge window.)

 - Also flip over CONFIG_X86_5LEVEL to default-y. This might draw in a 
   few more testers, as all the major distros are going to have 5-level 
   paging enabled by default in their next iterations.

 - Misc cleanups.


 Thanks,

	Ingo

------------------>
Davidlohr Bueso (4):
      x86/mm/pat: Convert the PAT tree to a generic interval tree
      x86/mm/pat: Do not pass 'rb_root' down the memtype tree helper functions
      x86/mm/pat: Drop the rbt_ prefix from external memtype calls
      x86/mm/pat: Rename pat_rbtree.c to pat_interval.c

Ingo Molnar (1):
      x86/mm: Clean up the pmd_read_atomic() comments

Kirill A. Shutemov (1):
      x86/mm: Enable 5-level paging support by default

Sylvain 'ythier' Hitier (1):
      x86/cpu: Clean up intel_tlb_table[]

Wei Yang (1):
      x86/mm: Fix function name typo in pmd_read_atomic() comment


 arch/x86/Kconfig                      |   1 +
 arch/x86/include/asm/pgtable-3level.h |  46 +++---
 arch/x86/kernel/cpu/intel.c           |   8 +-
 arch/x86/mm/Makefile                  |   2 +-
 arch/x86/mm/pat.c                     |   8 +-
 arch/x86/mm/pat_internal.h            |  20 +--
 arch/x86/mm/pat_interval.c            | 185 +++++++++++++++++++++++
 arch/x86/mm/pat_rbtree.c              | 268 ----------------------------------
 8 files changed, 229 insertions(+), 309 deletions(-)
 create mode 100644 arch/x86/mm/pat_interval.c
 delete mode 100644 arch/x86/mm/pat_rbtree.c


             reply	other threads:[~2019-11-25 14:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-25 14:21 Ingo Molnar [this message]
2019-11-26 19:30 ` [GIT PULL] x86/mm changes for v5.5 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=20191125142130.GA25523@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@kernel.org \
    --cc=riel@surriel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox