Files
linux-kernel-test/arch/x86/include/asm
Ingo Molnar 95108fa34a x86: usercopy: check for total size when deciding non-temporal cutoff
Impact: make more types of copies non-temporal

This change makes the following simple fix:

  30d697f: x86: fix performance regression in write() syscall

A bit more sophisticated: we check the 'total' number of bytes
written to decide whether to copy in a cached or a non-temporal
way.

This will for example cause the tail (modulo 4096 bytes) chunk
of a large write() to be non-temporal too - not just the page-sized
chunks.

Cc: Salman Qazi <sqazi@google.com>
Cc: Nick Piggin <npiggin@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-02-25 10:20:05 +01:00
..
2009-02-11 17:17:29 -08:00
2009-02-10 00:41:58 +01:00
2009-02-17 17:53:57 +01:00
2009-01-11 19:13:45 +01:00
2009-01-29 14:16:51 +01:00
2009-01-29 14:17:01 +01:00
2009-01-27 12:56:47 +09:00
2009-01-31 00:16:22 +05:30
2009-02-10 00:42:00 +01:00
2009-02-09 14:04:56 -08:00
2009-02-09 14:04:31 -08:00
2009-01-21 17:26:06 +09:00
2009-02-09 12:16:05 +01:00
2009-01-03 14:11:07 +01:00
2009-01-31 00:17:13 +05:30
2009-02-17 17:53:54 +01:00
2009-01-31 00:17:39 +05:30
2009-02-05 22:30:14 +01:00
2009-02-13 13:23:02 +01:00
2009-01-23 18:42:06 +01:00
2009-02-06 12:26:08 -08:00
2009-02-06 12:31:51 -08:00
2009-02-02 23:27:09 +05:30
2009-02-10 00:42:00 +01:00
2009-02-17 17:53:57 +01:00
2009-01-29 14:16:42 +01:00
2009-02-13 09:44:22 +01:00
2008-12-31 16:52:28 +02:00
2009-01-31 00:19:32 +05:30
2009-01-25 16:57:47 +01:00
2009-01-27 12:56:47 +09:00