An error occurred fetching the project authors.
- 18 Feb, 2005 1 commit
-
-
David S. Miller authored
Anything larger than MAX_INT is suspect. Do this for user copies too. Signed-off-by: David S. Miller <davem@davemloft.net>
-
- 26 Aug, 2004 1 commit
-
-
David S. Miller authored
Signed-off-by: David S. Miller <davem@redhat.com>
-
- 23 Aug, 2004 1 commit
-
-
David S. Miller authored
- Make it easier to maintain the Ultra-I vs. Ultra-III memcpy implementations. Before you had to maintain 3 different entire copies of the routines. - Kill %asi register writing Ultra-I single memcpy loop for both user and kernel. Was not worth it. - Simplify exception detection and handling enormously. Signed-off-by: David S. Miller <davem@redhat.com>
-
- 09 Aug, 2004 2 commits
-
-
David S. Miller authored
This makes the kernel profiles look much more meaningful. Signed-off-by: David S. Miller <davem@redhat.com>
-
David S. Miller authored
It could never be enabled safely, so just toss the code. Signed-off-by: David S. Miller <davem@redhat.com>
-
- 28 Jul, 2004 1 commit
-
-
David S. Miller authored
- Use one unrolled loop instead of two - Improve performance for well aligned copies smaller than 256 bytes - Use better named local label names so that diffing between the various instances is much easier to read - Reverify exception handling Signed-off-by: David S. Miller <davem@redhat.com>
-
- 25 Feb, 2003 1 commit
-
-
Michael Hayes authored
guarentee -> guarantee guarenteed -> guaranteed guarentees -> guarantees
-
- 15 Oct, 2002 1 commit
-
-
David S. Miller authored
-
- 05 Feb, 2002 1 commit
-
-
Linus Torvalds authored
-