From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422692AbXDLFdL (ORCPT ); Thu, 12 Apr 2007 01:33:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422673AbXDLFdL (ORCPT ); Thu, 12 Apr 2007 01:33:11 -0400 Received: from smtp-outbound-1.vmware.com ([65.113.40.141]:56035 "EHLO smtp-outbound-1.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422692AbXDLFdK (ORCPT ); Thu, 12 Apr 2007 01:33:10 -0400 Date: Wed, 11 Apr 2007 22:30:16 -0700 Message-Id: <200704120530.l3C5UGbv022814@zach-dev.vmware.com> Subject: [PATCH 0/4] i386 - pte update optimizations From: Zachary Amsden To: Andrew Morton , Andi Kleen , Jeremy Fitzhardinge , Rusty Russell , Chris Wright , Hugh Dickins , David Rientjes , Michel Lespinasse , Virtualization Mailing List , Linux Kernel Mailing List , Zachary Amsden Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Some PTE optimizations for native and paravirt-ops kernels; this provides a huge win for shadow mode hypervisors and gets rid of some unnecessary atomic instructions in native kernels, saving even more on UP by getting rid of implicit LOCK on xchg instruction. Zach