summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* powerpc/lib: only build ldstfp.o when CONFIG_PPC_FPU is setChristophe Leroy2019-05-281-1/+2
* powerpc/lib: fix redundant inclusion of quad.oChristophe Leroy2019-05-281-1/+1
* powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy2019-05-021-0/+8
* powerpc: prepare string/mem functions for KASANChristophe Leroy2019-05-021-3/+8
* powerpc: sstep: Add tests for compute type instructionsSandipan Das2019-02-231-1/+2
* powerpc: Add support for function error injectionNaveen N. Rao2018-10-201-0/+2
* powerpc: Add -Werror at arch/powerpc levelMichael Ellerman2018-10-181-2/+0Star
* powerpc/lib: Implement strlen() in assembly for PPC32Christophe Leroy2018-08-071-1/+1
* powerpc/lib: optimise PPC32 memcmpChristophe Leroy2018-06-031-2/+2
* powerpc/lib: optimise 32 bits __clear_user()Christophe Leroy2018-06-031-2/+3
* powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin2018-03-311-2/+4
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-1/+1
|\
| * powerpc/lib: Implement PMEM APIOliver O'Halloran2017-11-121-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras2017-09-011-2/+2
* powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras2017-09-011-0/+1
* powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_alt...Matt Brown2017-06-021-1/+1
* powerpc/64: Linker on-demand sfpr functions for modulesNicholas Piggin2017-05-301-5/+8
* powerpc/64: Do not link crtsavres.o in vmlinuxNicholas Piggin2017-05-301-2/+6
* powerpc: get rid of zeroing, switch to RAW_COPY_USERAl Viro2017-04-061-1/+1
* powerpc: emulate_step() tests for load/store instructionsRavi Bangoria2017-03-031-0/+1
* powerpc/64: Use optimized checksum routines on little-endianPaul Mackerras2017-01-251-2/+0Star
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-1/+1
|\
| * ppc: move exports to definitionsAl Viro2016-08-081-1/+1
* | powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman2016-09-131-1/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-03-141-2/+1Star
|\
| * powerpc32: checksum_wrappers_64 becomes checksum_wrappersChristophe Leroy2016-03-051-2/+1Star
* | powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftraceTorsten Duwe2016-03-071-2/+2
|/
* powerpc: Only use -mabi=altivec if toolchain supports itAnton Blanchard2015-06-111-1/+1
* powerpc/lib: Makefile, use obj64-y to consolidate 64-bit rulesMichael Ellerman2015-01-281-11/+9Star
* powerpc/lib: Makefile, consolidate obj-y sectionsMichael Ellerman2015-01-281-4/+3Star
* powerpc: Add 64bit optimised memcmpAnton Blanchard2015-01-231-1/+2
* powerpc/lib: Do not include string.o in obj-y twiceAndreas Ruprecht2014-12-291-2/+1Star
* powerpc: Remove unused devm_ioremap_prot()Kyle McMartin2014-11-091-1/+0Star
* powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.cAnton Blanchard2014-09-251-1/+1
* powerpc: memcpy optimization for 64bit LEPhilippe Bergheaud2014-04-301-2/+0Star
* powerpc: Add VMX optimised xor for RAID5Anton Blanchard2013-10-301-0/+3
* powerpc: Use generic memcpy code in little endianAnton Blanchard2013-10-111-3/+6
* powerpc: Use generic checksum code in little endianAnton Blanchard2013-10-111-2/+7
* uprobes/powerpc: Add dependency on single step emulationSuzuki K. Poulose2013-01-291-3/+1Star
* powerpc: Build kernel with -mcmodel=mediumAnton Blanchard2013-01-101-1/+1
* powerpc: POWER7 optimised memcpy using VMX and enhanced prefetchAnton Blanchard2012-07-031-1/+2
* powerpc: POWER7 optimised copy_page using VMX and enhanced prefetchAnton Blanchard2012-07-031-1/+1
* powerpc: Rename copyuser_power7_vmx.c to vmx-helper.cAnton Blanchard2012-07-031-1/+1
* powerpc: 64bit optimised __clear_userAnton Blanchard2012-07-031-1/+1
* powerpc: POWER7 optimised copy_to_user/copy_from_user using VMXAnton Blanchard2011-12-191-1/+3
* powerpc: Add support for popcnt instructionsAnton Blanchard2010-11-291-1/+1
* powerpc/Makefiles: Change to new flag variablesmatt mooney2010-10-131-3/+1Star
* powerpc: Optimise 64bit csum_partial_copy_generic and add csum_and_copy_from_...Anton Blanchard2010-09-021-1/+2
* Merge commit 'paulus-perf/master' into nextBenjamin Herrenschmidt2010-07-091-2/+3
|\