Re: [PATCH v3 2/2] x86: Add support for the clwb instruction

2015-02-11 Thread H. Peter Anvin
On 01/27/2015 08:53 AM, Ross Zwisler wrote: > Add support for the new clwb (cache line write back) instruction. This > instruction was announced in the document "Intel Architecture > Instruction Set Extensions Programming Reference" with reference number > 319433-022. > > https://software.intel.c

Re: [PATCH v3 2/2] x86: Add support for the clwb instruction

2015-01-28 Thread Borislav Petkov
On Tue, Jan 27, 2015 at 09:53:51AM -0700, Ross Zwisler wrote: > Add support for the new clwb (cache line write back) instruction. This > instruction was announced in the document "Intel Architecture > Instruction Set Extensions Programming Reference" with reference number > 319433-022. ... > Aft

[PATCH v3 2/2] x86: Add support for the clwb instruction

2015-01-27 Thread Ross Zwisler
Add support for the new clwb (cache line write back) instruction. This instruction was announced in the document "Intel Architecture Instruction Set Extensions Programming Reference" with reference number 319433-022. https://software.intel.com/sites/default/files/managed/0d/53/319433-022.pdf The