aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/copy_32.S
AgeCommit message (Expand)AuthorFilesLines
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 1-1/+1
2022-02-07powerpc/32: Remove remaining .stabs annotationsGravatar Christophe Leroy 1-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-03powerpc: prepare string/mem functions for KASANGravatar Christophe Leroy 1-3/+9
2018-08-10powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabledGravatar Christophe Leroy 1-3/+6
2017-09-01powerpc/32: remove a NOP from memset()Gravatar Christophe Leroy 1-2/+5
2017-09-01powerpc/32: optimise memset()Gravatar Christophe Leroy 1-7/+14
2017-09-01powerpc: fix location of two EXPORT_SYMBOLGravatar Christophe Leroy 1-1/+1
2017-09-01powerpc/32: add memset16()Gravatar Christophe Leroy 1-0/+14
2017-04-06powerpc: get rid of zeroing, switch to RAW_COPY_USERGravatar Al Viro 1-14/+0
2016-11-14powerpc: EX_TABLE macro for exception tablesGravatar Nicholas Piggin 1-33/+22
2016-08-07ppc: move exports to definitionsGravatar Al Viro 1-0/+5
2016-04-11powerpc: Make generic_memcpy() private to copy_32.SGravatar Michael Ellerman 1-1/+1
2015-09-17powerpc32: memset: only use dcbz once cache is enabledGravatar LEROY Christophe 1-0/+6
2015-09-17powerpc32: memcpy: only use dcbz once cache is enabledGravatar LEROY Christophe 1-0/+5
2015-08-07powerpc/32: Few optimisations in memcpyGravatar LEROY Christophe 1-5/+5
2015-08-07powerpc/32: cacheable_memcpy becomes memcpyGravatar LEROY Christophe 1-8/+8
2015-08-07powerpc/32: Merge the new memset() with the old oneGravatar LEROY Christophe 1-27/+7
2015-08-07powerpc/32: memset(0): use cacheable_memzeroGravatar LEROY Christophe 1-4/+4
2015-08-07Partially revert "powerpc: Remove duplicate cacheable_memcpy/memzero functions"Gravatar LEROY Christophe 1-0/+127
2015-03-17powerpc: Remove duplicate cacheable_memcpy/memzero functionsGravatar Kyle Moffett 1-127/+0
2010-09-02powerpc: Fix incorrect .stabs entry for copy_32.SGravatar Sean MacLennan 1-1/+1
2009-12-09powerpc/8xx: Start using dcbX instructions in various copy routinesGravatar Joakim Tjernlund 1-24/+0
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-10-17ppc32: use L1_CACHE_SHIFT/L1_CACHE_BYTESGravatar Stephen Rothwell 1-12/+12
2005-10-10powerpc: Rename files to have consistent _32/_64 suffixesGravatar Paul Mackerras 1-0/+543