summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* powerpc32: memset: only use dcbz once cache is enabledLEROY Christophe2015-09-171-0/+6
* powerpc32: memcpy: only use dcbz once cache is enabledLEROY Christophe2015-09-171-0/+5
* powerpc/32: Few optimisations in memcpyLEROY Christophe2015-08-071-5/+5
* powerpc/32: cacheable_memcpy becomes memcpyLEROY Christophe2015-08-071-8/+8
* powerpc/32: Merge the new memset() with the old oneLEROY Christophe2015-08-071-27/+7
* powerpc/32: memset(0): use cacheable_memzeroLEROY Christophe2015-08-071-4/+4
* Partially revert "powerpc: Remove duplicate cacheable_memcpy/memzero functions"LEROY Christophe2015-08-071-0/+127
* powerpc: put csum_tcpudp_magic inlineLEROY Christophe2015-08-072-37/+0
* Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-06-241-1/+1
|\
| * powerpc: Only use -mabi=altivec if toolchain supports itAnton Blanchard2015-06-111-1/+1
* | sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitlyDavid Hildenbrand2015-05-191-5/+6
|/
* powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman2015-04-101-1/+1
* Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ben...Michael Ellerman2015-03-263-131/+1
|\
| * cpufreq/ppc: Add missing #include <asm/smp.h>Geert Uytterhoeven2015-03-251-0/+1
| * powerpc: Remove duplicate cacheable_memcpy/memzero functionsKyle Moffett2015-03-172-131/+0
* | powerpc: Delete unnecessary checks before kfree()Markus Elfring2015-03-161-1/+1
* | powerpc: Change vsrX register defines to vsX to match gcc and glibcAnton Blanchard2015-03-161-3/+3
* | powerpc: Change vrX register defines to vX to match gcc and glibcAnton Blanchard2015-03-165-303/+303
|/
* powerpc/lib: Makefile, use obj64-y to consolidate 64-bit rulesMichael Ellerman2015-01-281-11/+9
* powerpc/lib: Makefile, consolidate obj-y sectionsMichael Ellerman2015-01-281-4/+3
* powerpc: Add 64bit optimised memcmpAnton Blanchard2015-01-233-1/+237
* powerpc/lib: Do not include string.o in obj-y twiceAndreas Ruprecht2014-12-291-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-122-2/+2
|\
| * Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-206-364/+682
| |\
| * | powerpc: Fix comment typos 'CONFiG_ALTIVEC'Paul Bolle2014-10-292-2/+2
* | | powerpc: Remove more traces of bootmemMichael Ellerman2014-11-191-3/+1
* | | powerpc: Fix compilation of emulate_step()Paul Mackerras2014-11-121-2/+4
* | | powerpc: Remove unused devm_ioremap_prot()Kyle McMartin2014-11-102-44/+0
| |/ |/|
* | powerpc: Implement emulation of string loads and storesPaul Mackerras2014-09-251-10/+49
* | powerpc: Emulate icbi, mcrf and conditional-trap instructionsPaul Mackerras2014-09-251-0/+60
* | powerpc: Split out instruction analysis part of emulate_step()Paul Mackerras2014-09-251-360/+537
* | powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-1/+1
* | powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.cAnton Blanchard2014-09-252-1/+40
* | powerpc: Add smp_mb()s to arch_spin_unlock_wait()Michael Ellerman2014-08-131-0/+4
* | powerpc: Remove power3 from commentsMichael Ellerman2014-07-281-2/+1
|/
* powerpc: use _GLOBAL_TOC for memmoveLi Zhong2014-07-221-1/+1
* powerpc: Fix bugs in emulate_step()Paul Mackerras2014-07-221-5/+5
* powerpc: fix typo 'CONFIG_PPC_CPU'Paul Bolle2014-06-111-1/+1
* powerpc: Exported functions __clear_user and copy_page use r2 so need _GLOBAL...Anton Blanchard2014-06-052-2/+2
* Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2014-05-058-48/+48
|\
| * powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modulesAnton Blanchard2014-04-232-2/+2
| * powerpc: Fix unsafe accesses to parameter area in ELFv2Ulrich Weigand2014-04-234-30/+30
| * powerpc: Fix ABIv2 issues with stack offsets in assembly codeAnton Blanchard2014-04-234-30/+30
| * powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-236-16/+16
* | powerpc: memcpy optimization for 64bit LEPhilippe Bergheaud2014-04-302-2/+16
|/
* selftests/powerpc: Import Anton's memcpy / copy_tofrom_user testsMichael Ellerman2014-03-071-0/+2
* powerpc: Add vr save/restore functionsAndreas Schwab2014-01-151-0/+186
* Merge branch 'merge' into nextBenjamin Herrenschmidt2013-12-301-15/+38
|\
| * powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endianPaul E. McKenney2013-12-301-15/+38
* | powerpc: Move the patch_exception to a common placeKevin Hao2013-12-021-0/+15
|/