| Commit message (Expand) | Author | Age | Files | Lines |
* | x86_64: move lib | Thomas Gleixner | 2007-10-11 | 23 | -2386/+0 |
* | i386: move lib | Thomas Gleixner | 2007-10-11 | 2 | -2/+2 |
* | x86_64: prepare shared lib/Makefile | Thomas Gleixner | 2007-10-11 | 2 | -13/+18 |
* | x86_64: prepare shared lib/copy_user.S | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/memset.S | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/io.c | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/csum-partial.c | Thomas Gleixner | 2007-10-11 | 2 | -2/+2 |
* | x86_64: prepare shared lib/delay.c | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/putuser.S | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/bitops.c | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/usercopy.c | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/getuser.S | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/csum-wrappers.c | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/memmove.c | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/copy_user_nocache.S | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/memcpy.S | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/rwlock.S | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/clear_page.S | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/csum-copy.S | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/bitstr.c | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/copy_page.S | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/iomap_copy.S | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | x86_64: prepare shared lib/thunk.S | Thomas Gleixner | 2007-10-11 | 2 | -1/+1 |
* | Do not replace whole memcpy in apply alternatives | Petr Vandrovec | 2007-08-12 | 1 | -1/+3 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 2007-02-26 | 2 | -0/+2 |
|\ |
|
| * | {rd,wr}msr_on_cpu SMP=n optimization | Adrian Bunk | 2007-02-20 | 1 | -1/+2 |
| * | rdmsr_on_cpu, wrmsr_on_cpu | Alexey Dobriyan | 2007-02-20 | 2 | -1/+2 |
* | | [PATCH] x86-64: Add __copy_from_user_nocache | Andi Kleen | 2007-02-13 | 2 | -1/+218 |
|/ |
|
* | [PATCH] x86-64: Don't force inlining of do_csum | Andi Kleen | 2006-12-07 | 1 | -3/+1 |
* | [PATCH] x86-64: Make x86_64 udelay() round up instead of down. | Paolo 'Blaisorblade' Giarrusso | 2006-12-07 | 1 | -2/+2 |
* | [NET]: X86_64 checksum annotations and cleanups. | Al Viro | 2006-12-02 | 2 | -19/+25 |
* | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 5 | -7/+2 |
* | [PATCH] Fix zeroing on exception in copy_*_user | Andi Kleen | 2006-09-26 | 1 | -45/+79 |
* | [PATCH] annotate arch/x86_64/lib/*.S | Jan Beulich | 2006-09-26 | 9 | -143/+244 |
* | [PATCH] Remove leftover CVS Id in thunk.S | Andi Kleen | 2006-09-26 | 1 | -7/+6 |
* | [PATCH] Clean up read write lock assembly | Andi Kleen | 2006-09-26 | 3 | -31/+39 |
* | [PATCH] lockdep: irqtrace cleanup of include/asm-x86_64/irqflags.h | Ingo Molnar | 2006-07-03 | 1 | -0/+5 |
* | [PATCH] x86_64: Minor string functions optimizations | Andi Kleen | 2006-06-26 | 2 | -2/+2 |
* | [PATCH] x86_64: Move export symbols to their C functions | Andi Kleen | 2006-06-26 | 5 | -1/+19 |
* | [PATCH] x86_64: remove dead do_softirq_thunk | Jan Beulich | 2006-03-25 | 1 | -1/+0 |
* | [PATCH] x86_64: Undo the earlier changes to remove unrolled copy/memset funct... | Andi Kleen | 2006-02-04 | 5 | -23/+536 |
* | [PATCH] Add faster __iowrite32_copy routine for x86_64 | Bryan O'Sullivan | 2006-02-01 | 2 | -1/+27 |
* | [PATCH] x86_64: Display meaningful part of filename during BUG() | Jan Beulich | 2006-01-11 | 1 | -4/+8 |
* | [PATCH] x86_64: Clean up copy_*_user | Andi Kleen | 2006-01-11 | 1 | -221/+23 |
* | [PATCH] x86_64: Make udelay more accurate | Ross Biro | 2006-01-11 | 1 | -1/+1 |
* | [PATCH] x86_64: Remove optimization for B stepping AMD K8 | Andi Kleen | 2005-11-14 | 4 | -310/+2 |
* | [PATCH] x86-64: bitops fix for -Os | Alexandre Oliva | 2005-11-02 | 1 | -16/+50 |
* | [LIB]: Consolidate _atomic_dec_and_lock() | David S. Miller | 2005-09-14 | 2 | -42/+0 |
* | kbuild: alpha,x86_64 use generic asm-offsets.h support | Sam Ravnborg | 2005-09-09 | 3 | -3/+3 |
* | [PATCH] x86_64: fix bug in csum_partial_copy_generic() | Dave Peterson | 2005-07-30 | 1 | -1/+1 |