aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-05-07powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeNaveen N Rao1-2/+0
2024-03-07powerpc: xor_vmx: Add '-mhard-float' to CFLAGSNathan Chancellor1-1/+1
2023-11-27powerpc: add crtsavres.o to always-y instead of extra-yMasahiro Yamada1-1/+1
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman1-1/+1
2023-06-27powerpc: remove checks for binutils older than 2.25Masahiro Yamada1-1/+1
2023-02-10powerpc/kcsan: Add exclusions from instrumentationRohan McLure1-0/+2
2022-12-02powerpc/qspinlock: powerpc qspinlock implementationNicholas Piggin1-1/+3
2022-05-22powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens1-0/+3
2021-12-23powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy1-0/+3
2021-12-23powerpc/code-patching: Move code patching selftests in its own fileChristophe Leroy1-0/+2
2021-12-23powerpc/code-patching: Use test_trampoline for prefixed patch testChristophe Leroy1-1/+1
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan1-0/+2
2021-07-01powerpc: Only build restart_table.c for 64sMichael Ellerman1-2/+2
2021-06-25powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin1-1/+1
2021-05-04powerpc/32: Fix boot failure with CONFIG_STACKPROTECTORChristophe Leroy1-0/+3
2021-04-21powerpc: Move copy_inst_from_kernel_nofault()Christophe Leroy1-1/+1
2021-02-12kbuild: LD_VERSION redenominationMasahiro Yamada1-1/+1
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams1-1/+1
2020-07-27powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin1-0/+3
2020-05-19powerpc: Test prefixed code patchingJordan Niethe1-1/+1
2020-05-19powerpc: Add a probe_user_read_inst() functionJordan Niethe1-1/+1
2019-08-21powerpc/memcpy: Add memcpy_mcsafe for pmemBalbir Singh1-1/+1
2019-08-05powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHEChristophe Leroy1-2/+2
2019-05-28powerpc/lib: only build ldstfp.o when CONFIG_PPC_FPU is setChristophe Leroy1-1/+2
2019-05-28powerpc/lib: fix redundant inclusion of quad.oChristophe Leroy1-1/+1
2019-05-03powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy1-0/+8
2019-05-03powerpc: prepare string/mem functions for KASANChristophe Leroy1-3/+8
2019-02-23powerpc: sstep: Add tests for compute type instructionsSandipan Das1-1/+2
2018-10-20powerpc: Add support for function error injectionNaveen N. Rao1-0/+2
2018-10-19powerpc: Add -Werror at arch/powerpc levelMichael Ellerman1-2/+0
2018-08-07powerpc/lib: Implement strlen() in assembly for PPC32Christophe Leroy1-1/+1
2018-06-04powerpc/lib: optimise PPC32 memcmpChristophe Leroy1-2/+2
2018-06-04powerpc/lib: optimise 32 bits __clear_user()Christophe Leroy1-2/+3
2018-04-01powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin1-2/+4
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2017-11-13powerpc/lib: Implement PMEM APIOliver O'Halloran1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-01powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras1-2/+2
2017-09-01powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras1-0/+1
2017-06-02powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_alt...Matt Brown1-1/+1
2017-05-30powerpc/64: Linker on-demand sfpr functions for modulesNicholas Piggin1-5/+8
2017-05-30powerpc/64: Do not link crtsavres.o in vmlinuxNicholas Piggin1-2/+6
2017-04-06powerpc: get rid of zeroing, switch to RAW_COPY_USERAl Viro1-1/+1
2017-03-03powerpc: emulate_step() tests for load/store instructionsRavi Bangoria1-0/+1
2017-01-25powerpc/64: Use optimized checksum routines on little-endianPaul Mackerras1-2/+0
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2016-09-13powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman1-1/+1
2016-08-07ppc: move exports to definitionsAl Viro1-1/+1
2016-03-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman1-2/+1
2016-03-07powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftraceTorsten Duwe1-2/+2
2016-03-04powerpc32: checksum_wrappers_64 becomes checksum_wrappersChristophe Leroy1-2/+1
2015-06-11powerpc: Only use -mabi=altivec if toolchain supports itAnton Blanchard1-1/+1
2015-01-28powerpc/lib: Makefile, use obj64-y to consolidate 64-bit rulesMichael Ellerman1-11/+9
2015-01-28powerpc/lib: Makefile, consolidate obj-y sectionsMichael Ellerman1-4/+3
2015-01-23powerpc: Add 64bit optimised memcmpAnton Blanchard1-1/+2
2014-12-29powerpc/lib: Do not include string.o in obj-y twiceAndreas Ruprecht1-2/+1
2014-11-10powerpc: Remove unused devm_ioremap_prot()Kyle McMartin1-1/+0
2014-09-25powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.cAnton Blanchard1-1/+1
2014-04-30powerpc: memcpy optimization for 64bit LEPhilippe Bergheaud1-2/+0
2013-10-30powerpc: Add VMX optimised xor for RAID5Anton Blanchard1-0/+3
2013-10-11powerpc: Use generic memcpy code in little endianAnton Blanchard1-3/+6
2013-10-11powerpc: Use generic checksum code in little endianAnton Blanchard1-2/+7
2013-01-29uprobes/powerpc: Add dependency on single step emulationSuzuki K. Poulose1-3/+1
2013-01-10powerpc: Build kernel with -mcmodel=mediumAnton Blanchard1-1/+1
2012-07-03powerpc: POWER7 optimised memcpy using VMX and enhanced prefetchAnton Blanchard1-1/+2
2012-07-03powerpc: POWER7 optimised copy_page using VMX and enhanced prefetchAnton Blanchard1-1/+1
2012-07-03powerpc: Rename copyuser_power7_vmx.c to vmx-helper.cAnton Blanchard1-1/+1
2012-07-03powerpc: 64bit optimised __clear_userAnton Blanchard1-1/+1
2011-12-19powerpc: POWER7 optimised copy_to_user/copy_from_user using VMXAnton Blanchard1-1/+3
2010-11-29powerpc: Add support for popcnt instructionsAnton Blanchard1-1/+1
2010-10-13powerpc/Makefiles: Change to new flag variablesmatt mooney1-3/+1
2010-09-02powerpc: Optimise 64bit csum_partial_copy_generic and add csum_and_copy_from_...Anton Blanchard1-1/+2
2010-07-09Merge commit 'paulus-perf/master' into nextBenjamin Herrenschmidt1-2/+3
2010-07-08powerpc: Fix module building for gcc 4.5 and 64 bitStephen Rothwell1-2/+2
2010-06-22powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processorsK.Prasad1-0/+1
2010-06-22powerpc: Emulate most Book I instructions in emulate_step()Paul Mackerras1-2/+2
2009-06-16powerpc: Add configurable -Werror for arch/powerpcMichael Ellerman1-0/+2
2009-05-27powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mmBenjamin Herrenschmidt1-1/+0
2008-11-28powerpc/ppc32: static ftrace fixes for PPC32Steven Rostedt1-0/+3
2008-08-04powerpc: Remove use of CONFIG_PPC_MERGEKumar Gala1-2/+0
2008-07-01powerpc: Add self-tests of the feature fixup codeMichael Ellerman1-0/+1
2008-07-01powerpc: Split out do_feature_fixups() from cputable.cMichael Ellerman1-0/+1
2008-07-01powerpc: Move code patching code into arch/powerpc/lib/code-patching.cMichael Ellerman1-0/+2
2008-06-16[POWERPC] Fix -Os kernel builds with newer gcc versionsKumar Gala1-1/+1
2008-05-12[POWERPC] ppc: More compile fixesPaul Mackerras1-1/+1
2008-05-05[POWERPC] devres: Add devm_ioremap_prot()Emil Medve1-0/+1
2007-10-16[POWERPC] rheap: Changes config mechanismSylvain Munaut1-4/+1
2007-10-03[POWERPC] Create and use CONFIG_WORD_SIZEStephen Rothwell1-3/+4
2007-09-19[POWERPC] Fix section mismatch in PCI codeStephen Rothwell1-1/+1
2007-05-09[POWERPC] User rheap from arch/powerpc/libKumar Gala1-2/+0
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller1-3/+2
2007-02-06[POWERPC] Added kprobes support to ppc32Kumar Gala1-1/+1
2007-02-07[POWERPC] 8xx: generic 8xx code arch/powerpc portVitaly Bordug1-0/+2
2006-10-02[POWERPC] Fix rheap alignment problemLi Yang1-0/+1
2006-09-21POWERPC: Move generic cpm2 stuff to powerpcVitaly Bordug1-0/+5
2006-07-13[POWERPC] iseries: Move e2a()/strne2a() into their only callerMichael Ellerman1-1/+0
2006-06-15[POWERPC] Optimise some TOC usageAnton Blanchard1-0/+4
2006-05-24[PATCH] remove powerpc bitops in favor of existing generic bitopsJon Mason1-1/+0
2005-11-01[PATCH] powerpc: Merge bitops.hDavid Gibson1-4/+5
2005-11-01powerpc: fix __strnlen_user in merge treeStephen Rothwell1-1/+1
2005-10-28powerpc: Merge xmonPaul Mackerras1-0/+2
2005-10-28ppc64: use mem_64.S from powerpc/libStephen Rothwell1-2/+1
2005-10-28ppc64: use usercopy_64.c from powerpc/libStephen Rothwell1-2/+2
2005-10-28ppc64: user strcase.c from powerpc/libStephen Rothwell1-2/+3
2005-10-28ppc64: use sstep.c from powerpc/libStephen Rothwell1-1/+2
2005-10-28ppc64: use memcpy_64.S from powerpc/libStephen Rothwell1-3/+3
2005-10-28ppc64: use lockc.c from powerpc/libStephen Rothwell1-3/+3
2005-10-28ppc64: use copyuser_64.S from powerpc/libStephen Rothwell1-2/+2
2005-10-28ppc64: use copypage_64.S from powerpc/libStephen Rothwell1-2/+2
2005-10-28ppc64: use e2a.c from powerpc/libStephen Rothwell1-1/+1
2005-10-28ppc64: use checksum_64.S from powerpcStephen Rothwell1-1/+4
2005-10-10powerpc: Get 64-bit configs to compile with ARCH=powerpcPaul Mackerras1-0/+4
2005-10-10powerpc: Rename files to have consistent _32/_64 suffixesPaul Mackerras1-3/+3
2005-09-26powerpc: Merge enough to start building in arch/powerpc.Paul Mackerras1-0/+9