summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2019-05-16powerpc/lib: fix book3s/32 boot failure due to code patchingChristophe Leroy
2019-05-16powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun
2019-05-16powerpc: Avoid code patching freed init sectionsMichael Neuling
2019-05-16powerpc/asm: Add a patch_site macro & helpers for patching instructionsMichael Ellerman
2019-05-16powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun
2019-05-16powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman
2019-05-16powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek
2019-05-16powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek
2019-05-16powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin
2019-05-16powerpc/rfi-flush: Differentiate enabled and patched flush typesMauricio Faria de Oliveira
2018-04-24powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman
2018-02-16powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman
2017-07-27powerpc: Fix emulation of mfocrf in emulate_step()Anton Blanchard
2017-07-27powerpc: Fix emulation of mcrf in emulate_step()Anton Blanchard
2017-03-18powerpc: Emulation support for load/store instructions on LERavi Bangoria
2016-10-28powerpc/64: Fix incorrect return value from __copy_tofrom_userPaul Mackerras
2015-09-17powerpc32: memset: only use dcbz once cache is enabledLEROY Christophe
2015-09-17powerpc32: memcpy: only use dcbz once cache is enabledLEROY Christophe
2015-08-07powerpc/32: Few optimisations in memcpyLEROY Christophe
2015-08-07powerpc/32: cacheable_memcpy becomes memcpyLEROY Christophe
2015-08-07powerpc/32: Merge the new memset() with the old oneLEROY Christophe
2015-08-07powerpc/32: memset(0): use cacheable_memzeroLEROY Christophe
2015-08-07Partially revert "powerpc: Remove duplicate cacheable_memcpy/memzero functions"LEROY Christophe
2015-08-07powerpc: put csum_tcpudp_magic inlineLEROY Christophe
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds
2015-06-11powerpc: Only use -mabi=altivec if toolchain supports itAnton Blanchard
2015-05-19sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitlyDavid Hildenbrand
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman
2015-03-26Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ben...Michael Ellerman
2015-03-25cpufreq/ppc: Add missing #include <asm/smp.h>Geert Uytterhoeven
2015-03-17powerpc: Remove duplicate cacheable_memcpy/memzero functionsKyle Moffett
2015-03-16powerpc: Delete unnecessary checks before kfree()Markus Elfring
2015-03-16powerpc: Change vsrX register defines to vsX to match gcc and glibcAnton Blanchard
2015-03-16powerpc: Change vrX register defines to vX to match gcc and glibcAnton Blanchard
2015-01-28powerpc/lib: Makefile, use obj64-y to consolidate 64-bit rulesMichael Ellerman
2015-01-28powerpc/lib: Makefile, consolidate obj-y sectionsMichael Ellerman
2015-01-23powerpc: Add 64bit optimised memcmpAnton Blanchard
2014-12-29powerpc/lib: Do not include string.o in obj-y twiceAndreas Ruprecht
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina
2014-11-19powerpc: Remove more traces of bootmemMichael Ellerman
2014-11-12powerpc: Fix compilation of emulate_step()Paul Mackerras
2014-11-10powerpc: Remove unused devm_ioremap_prot()Kyle McMartin
2014-10-29powerpc: Fix comment typos 'CONFiG_ALTIVEC'Paul Bolle
2014-09-25powerpc: Implement emulation of string loads and storesPaul Mackerras
2014-09-25powerpc: Emulate icbi, mcrf and conditional-trap instructionsPaul Mackerras
2014-09-25powerpc: Split out instruction analysis part of emulate_step()Paul Mackerras
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard
2014-09-25powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.cAnton Blanchard
2014-08-13powerpc: Add smp_mb()s to arch_spin_unlock_wait()Michael Ellerman