Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1718435
| From | Christophe Leroy <christophe.leroy@c-s.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] powerpc/32: memset() optimisations |
| Date | 2017-08-23 17:00 +0200 |
| Message-ID | <uhFip-1PN-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This serie provide small optimisation of memset() for PPC32. Christophe Leroy (4): powerpc/32: add memset16() powerpc: fix location of two EXPORT_SYMBOL powerpc/32: optimise memset() powerpc/32: remove a NOP from memset() arch/powerpc/include/asm/string.h | 4 +++- arch/powerpc/kernel/setup_32.c | 7 ++++++- arch/powerpc/lib/copy_32.S | 44 ++++++++++++++++++++++++++++++--------- arch/powerpc/mm/hash_low_32.S | 2 +- 4 files changed, 44 insertions(+), 13 deletions(-) -- 2.13.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] powerpc/32: memset() optimisations Christophe Leroy <christophe.leroy@c-s.fr> - 2017-08-23 17:00 +0200 [PATCH 2/4] powerpc: fix location of two EXPORT_SYMBOL Christophe Leroy <christophe.leroy@c-s.fr> - 2017-08-23 17:00 +0200
csiph-web