Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754532AbcJEAfk (ORCPT ); Tue, 4 Oct 2016 20:35:40 -0400 Received: from shelob.surriel.com ([74.92.59.67]:53773 "EHLO shelob.surriel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753096AbcJEAep (ORCPT ); Tue, 4 Oct 2016 20:34:45 -0400 From: riel@redhat.com To: linux-kernel@vger.kernel.org Cc: dave.hansen@linux.intel.com, x86@kernel.org, tglx@linutronix.de, pbonzini@redhat.com, mingo@redhat.com, luto@kernel.org, pa@zytor.com, bp@suse.de Subject: [PATCH 0/9] x86/fpu: remove lazy FPU mode & various FPU cleanups Date: Tue, 4 Oct 2016 20:34:29 -0400 Message-Id: <1475627678-20788-1-git-send-email-riel@redhat.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 346 Lines: 9 This series removes lazy FPU mode, and cleans up various bits and pieces around the FPU code. I have run this through a basic floating point test that involves about 1.5 billion context switches and 45 minutes of swapping at 250MB/second. This seems to tease out bugs fairly well, though I would not mind an actual floating point test suite...