From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: Paul Mackerras From: Michael Neuling Date: Mon, 23 Jun 2008 15:31:28 +1000 Subject: [PATCH 0/9] powerpc: Add kernel support for POWER7 VSX. In-Reply-To: <1213935232.194904.168421502953.qpush@coopers> Message-Id: <1214199088.328454.246197670684.qpush@coopers> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The following set of patches adds Vector Scalar Extentions (VSX) support for POWER7. Includes context switch, ptrace and signals support. Signed-off-by: Michael Neuling --- Paulus: please consider for your 2.6.27 tree. - Updated to remove the union that Kumar doesn't like. I'm not sure I like like this version as much due to the magic offsets required to access the vsrlow. It does clean up some other parts of the code though.