From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3r1G3N5vnKzDq5f for ; Fri, 6 May 2016 12:30:40 +1000 (AEST) From: Michael Neuling To: Michael Ellerman , Jack Miller Cc: linuxppc-dev@lists.ozlabs.org, anton@samba.org, mikey@neuling.org Subject: [PATCH v5 0/3] POWER9 Load Monitor Support Date: Fri, 6 May 2016 12:30:19 +1000 Message-Id: <1462501822-11262-1-git-send-email-mikey@neuling.org> In-Reply-To: <1462360567-4360-1-git-send-email-mikey@neuling.org> References: <1462360567-4360-1-git-send-email-mikey@neuling.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patches series adds support for the POWER9 Load Monitor instruction (ldmx) based on work from Jack Miller. The first patch is a clean up of the FSCR handling. The second patch adds the actual ldmx support to the kernel. The third patch is a couple of ldmx selftests. v5: - PATCH 1/3: - Change FSCR cleanup more extensive. - PATCH 2/3: - Moves FSCR_LM clearing to new init_fscr(). - PATCH 3/3: - Added test cases to .gitignore. - Removed test again PPC_FEATURE2_EBB since it's not needed. - Added parenthesis on input parameter usage for LDMX() macro. Jack Miller (2): powerpc: Load Monitor Register Support powerpc: Load Monitor Register Tests Michael Neuling (1): powerpc: Improve FSCR init and context switching