From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754028AbbFDQze (ORCPT ); Thu, 4 Jun 2015 12:55:34 -0400 Received: from mail.skyhub.de ([78.46.96.112]:51650 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753521AbbFDQzb (ORCPT ); Thu, 4 Jun 2015 12:55:31 -0400 From: Borislav Petkov To: Ingo Molnar Cc: LKML Subject: [PATCH 00/20] tip queue 2015-06-04 Date: Thu, 4 Jun 2015 18:55:08 +0200 Message-Id: <1433436928-31903-1-git-send-email-bp@alien8.de> X-Mailer: git-send-email 2.3.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov So lemme drop this pile early now that the new merge window is getting close. Pile contains the WT stuff from Toshi Kani, LMCE support from Ashok Raj and a bunch of cleanups. It builds and boots fine here on everything. Thanks. Andy Shevchenko (1): x86/microcode: Correct variables type Ashok Raj (3): x86/mce: Add Local MCE definitions x86/mce: Add infrastructure to support Local MCE x86/mce: Handle Local MCE events Borislav Petkov (6): x86/mm/pat: Untangle pat_init() x86/mm/pat: Emulate PAT when it is disabled x86/mm/pat: Remove pat_enabled() checks x86: Kill CONFIG_X86_HT x86/uapi: Do not export as part of the user API headers x86/microcode: Disable builtin microcode loading on 32-bit for now Toshi Kani (10): x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT type x86/mm/pat: Change reserve_memtype() for Write-Through type x86/mm: Teach is_new_memtype_allowed() about Write-Through type x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings arch/*/io.h: Add ioremap_wt() to all architectures video/fbdev, asm/io.h: Remove ioremap_writethrough() x86/mm/pat: Add pgprot_writethrough() x86/mm/pat: Extend set_page_memtype() to support Write-Through type x86/mm: Add set_memory_wt() for Write-Through type drivers/block/pmem: Map NVDIMM in Write-Through mode