[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190307171709.GA85168@gmail.com>
Date: Thu, 7 Mar 2019 18:17:09 +0100
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Borislav Petkov <bp@...en8.de>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] x86/cleanups for v5.1
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(-)
Powered by blists - more mailing lists