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,
	Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/cleanups for v5.1
Date: Thu, 7 Mar 2019 18:17:09 +0100	[thread overview]
Message-ID: <20190307171709.GA85168@gmail.com> (raw)

Linus,

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

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

   # HEAD: 2e7614c0736de93c8796bb2d58debb8871a59db8 x86/uaccess: Remove unused __addr_ok() macro

Various cleanups and simplifications, none of them really stands out, 
they are all over the place.

  out-of-topic modifications in x86-cleanups-for-linus:
  -------------------------------------------------------
  include/linux/kprobes.h            # fab940755d1d: x86/hw_breakpoints, kprobes:

 Thanks,

	Ingo

------------------>
Bo Yu (1):
      x86/mtrr: Remove unused variable

Borislav Petkov (2):
      x86/hw_breakpoints, kprobes: Remove kprobes ifdeffery
      x86/uaccess: Remove unused __addr_ok() macro

Brajeswar Ghosh (1):
      x86/asm-prototypes: Remove duplicate include <asm/page.h>

Cao jin (1):
      x86/boot: Save several bytes in decompressor

Gustavo A. R. Silva (4):
      x86/platform/UV: Replace kmalloc() and memset() with k[cz]alloc() calls
      x86/insn-eval: Mark expected switch-case fall-through
      x86/kernel: Mark expected switch-case fall-throughs
      x86/events: Mark expected switch-case fall-throughs

Huang Zijiang (1):
      x86/e820: Replace kmalloc() + memcpy() with kmemdup()

Jiri Slaby (1):
      x86/asm/suspend: Drop ENTRY from local data

Kirill A. Shutemov (1):
      x86/boot/compressed/64: Explain paging_prepare()'s return value

Pingfan Liu (1):
      x86/trap: Remove useless declaration

Reinette Chatre (1):
      x86/resctrl: Remove duplicate MSR_MISC_FEATURE_CONTROL definition

Sergey Senozhatsky (2):
      x86/cpu_entry_area: Move percpu_setup_debug_store() to __init section
      x86/fpu: Move init_xstate_size() to __init section

Shaokun Zhang (3):
      x86/mm/tlb: Remove unused cpu variable
      x86/mm/dump_pagetables: Remove the unused prev_pud variable
      x86/smpboot: Remove unused phys_id variable


 arch/x86/boot/compressed/head_64.S        | 11 ++++++-----
 arch/x86/events/intel/core.c              |  2 ++
 arch/x86/events/intel/lbr.c               |  1 +
 arch/x86/include/asm/asm-prototypes.h     |  1 -
 arch/x86/include/asm/processor.h          |  1 -
 arch/x86/include/asm/uaccess.h            |  3 ---
 arch/x86/kernel/acpi/wakeup_32.S          |  2 +-
 arch/x86/kernel/acpi/wakeup_64.S          | 12 ++++++------
 arch/x86/kernel/apic/io_apic.c            |  2 ++
 arch/x86/kernel/cpu/cacheinfo.c           |  1 +
 arch/x86/kernel/cpu/mtrr/cleanup.c        |  3 +--
 arch/x86/kernel/cpu/resctrl/pseudo_lock.c |  7 -------
 arch/x86/kernel/e820.c                    |  9 +++------
 arch/x86/kernel/fpu/xstate.c              |  2 +-
 arch/x86/kernel/hw_breakpoint.c           |  5 +----
 arch/x86/kernel/kgdb.c                    |  1 +
 arch/x86/kernel/smpboot.c                 |  7 +------
 arch/x86/kernel/uprobes.c                 |  1 +
 arch/x86/lib/insn-eval.c                  |  2 ++
 arch/x86/mm/cpu_entry_area.c              |  2 +-
 arch/x86/mm/dump_pagetables.c             |  2 --
 arch/x86/mm/tlb.c                         |  3 ---
 arch/x86/platform/uv/tlb_uv.c             |  8 ++------
 include/linux/kprobes.h                   |  5 +++++
 24 files changed, 38 insertions(+), 55 deletions(-)


             reply	other threads:[~2019-03-07 17:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-07 17:17 Ingo Molnar [this message]
2019-03-08  2:30 ` [GIT PULL] x86/cleanups for v5.1 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=20190307171709.GA85168@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.