summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorLines
2020-12-11powerpc/sstep: Add testcases for VSX vector paired load/store instructionsBalamuruhan S-0/+270
2020-12-11powerpc/sstep: Support VSX vector paired storage access instructionsBalamuruhan S-21/+129
2020-12-11powerpc/sstep: Cover new VSX instructions under CONFIG_VSXRavi Bangoria-1/+3
2020-12-11powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is setBalamuruhan S-0/+6
2020-12-04powerpc/feature-fixups: use a semicolon rather than a commaDaniel Axtens-4/+4
2020-11-19powerpc/64s: flush L1D after user accessesNicholas Piggin-0/+50
2020-11-19powerpc/64s: flush L1D on kernel entryNicholas Piggin-0/+54
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-3/+3
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-13/+13
2020-10-14powerpc32: don't adjust unmoved stack pointer in csum_partial_copy_generic() ...Jason A. Donenfeld-1/+0
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-133/+52
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams-3/+3
2020-09-18powerpc/sstep: Remove empty if statement checking for invalid formCédric Le Goater-3/+6
2020-09-15powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto()Christophe Leroy-10/+7
2020-09-08powerpc: remove address space overrides using set_fs()Christoph Hellwig-3/+3
2020-08-20ppc: propagate the calling conventions change down to csum_partial_copy_gener...Al Viro-99/+44
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro-47/+21
2020-07-29powerpc/test_emulate_step: Add testcases for divde[.] and divdeu[.] instructionsBalamuruhan S-0/+156
2020-07-29powerpc/sstep: Add support for divde[.] and divdeu[.] instructionsBalamuruhan S-1/+12
2020-07-27powerpc/lib: remove memcpy_flushcache redundant returnLi RongQing-3/+1
2020-07-27powerpc/lib: Prepare code-patching for modules allocated outside vmalloc spaceChristophe Leroy-1/+1
2020-07-27powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin-0/+3
2020-07-26powerpc/pseries: Move some PAPR paravirt functions to their own fileNicholas Piggin-6/+6
2020-07-24powerpc/sstep: Fix incorrect CONFIG symbol in scv handlingMichael Ellerman-1/+1
2020-07-24powerpc/test_emulate_sstep: Fix build errorMichael Ellerman-0/+1
2020-07-23Merge branch 'scv' support into nextMichael Ellerman-0/+16
2020-07-23powerpc/test_emulate_step: Move extern declaration to sstep.hBalamuruhan S-2/+0
2020-07-23powerpc/sstep: Introduce macros to retrieve Prefix instruction operandsBalamuruhan S-6/+6
2020-07-23powerpc/test_emulate_step: Add negative tests for prefixed addiBalamuruhan S-0/+10
2020-07-23powerpc/test_emulate_step: Enhancement to test negative scenariosBalamuruhan S-9/+21
2020-07-23powerpc: Add a ppc_inst_as_str() helperJordan Niethe-2/+2
2020-07-23powerpc/sstep: Add tests for Prefixed Add ImmediateJordan Niethe-0/+127
2020-07-23powerpc/sstep: Let compute tests specify a required cpu featureJordan Niethe-0/+6
2020-07-23powerpc/sstep: Set NIP in instruction emulation testsJordan Niethe-0/+3
2020-07-23powerpc/sstep: Add tests for prefixed floating-point load/storesJordan Niethe-0/+124
2020-07-23powerpc/sstep: Add tests for prefixed integer load/storesJordan Niethe-0/+85
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin-0/+16
2020-07-16powerpc/ppc-opcode: Move ppc instruction encoding from test_emulate_stepBalamuruhan S-99/+56
2020-07-16powerpc/pmem: Avoid the barrier in flush routinesAneesh Kumar K.V-6/+0
2020-07-16powerpc/pmem: Add flush routines using new pmem store and sync instructionAneesh Kumar K.V-4/+46
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig-3/+3
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-3/+3
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-334/+816
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport-1/+6
2020-05-26powerpc: Add ppc_inst_as_u64()Michael Ellerman-7/+1
2020-05-26powerpc: Add ppc_inst_next()Michael Ellerman-7/+8
2020-05-19powerpc sstep: Add support for prefixed fixed-point arithmeticJordan Niethe-0/+20
2020-05-19powerpc sstep: Add support for prefixed load/storesJordan Niethe-2/+162
2020-05-19powerpc: Test prefixed instructions in feature fixupsJordan Niethe-0/+144