summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-3/+3
|\
| * powerpc: remove address space overrides using set_fs()Christoph Hellwig2020-09-081-3/+3
* | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-162-13/+13
|\ \
| * | powerpc/sstep: Remove empty if statement checking for invalid formCédric Le Goater2020-09-181-3/+6
| * | powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto()Christophe Leroy2020-09-151-10/+7
| |/
* | powerpc32: don't adjust unmoved stack pointer in csum_partial_copy_generic() ...Jason A. Donenfeld2020-10-141-1/+0
* | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-123-133/+52
|\ \
| * | ppc: propagate the calling conventions change down to csum_partial_copy_gener...Al Viro2020-08-203-99/+44
| * | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-47/+21
| |/
* / x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-062-3/+3
|/
* powerpc/test_emulate_step: Add testcases for divde[.] and divdeu[.] instructionsBalamuruhan S2020-07-291-0/+156
* powerpc/sstep: Add support for divde[.] and divdeu[.] instructionsBalamuruhan S2020-07-291-1/+12
* powerpc/lib: remove memcpy_flushcache redundant returnLi RongQing2020-07-271-3/+1
* powerpc/lib: Prepare code-patching for modules allocated outside vmalloc spaceChristophe Leroy2020-07-271-1/+1
* powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin2020-07-271-0/+3
* powerpc/pseries: Move some PAPR paravirt functions to their own fileNicholas Piggin2020-07-261-6/+6
* powerpc/sstep: Fix incorrect CONFIG symbol in scv handlingMichael Ellerman2020-07-241-1/+1
* powerpc/test_emulate_sstep: Fix build errorMichael Ellerman2020-07-241-0/+1
* Merge branch 'scv' support into nextMichael Ellerman2020-07-231-0/+16
|\
| * powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-221-0/+16
* | powerpc/test_emulate_step: Move extern declaration to sstep.hBalamuruhan S2020-07-231-2/+0
* | powerpc/sstep: Introduce macros to retrieve Prefix instruction operandsBalamuruhan S2020-07-231-6/+6
* | powerpc/test_emulate_step: Add negative tests for prefixed addiBalamuruhan S2020-07-231-0/+10
* | powerpc/test_emulate_step: Enhancement to test negative scenariosBalamuruhan S2020-07-231-9/+21
* | powerpc: Add a ppc_inst_as_str() helperJordan Niethe2020-07-231-2/+2
* | powerpc/sstep: Add tests for Prefixed Add ImmediateJordan Niethe2020-07-232-0/+127
* | powerpc/sstep: Let compute tests specify a required cpu featureJordan Niethe2020-07-231-0/+6
* | powerpc/sstep: Set NIP in instruction emulation testsJordan Niethe2020-07-231-0/+3
* | powerpc/sstep: Add tests for prefixed floating-point load/storesJordan Niethe2020-07-231-0/+124
* | powerpc/sstep: Add tests for prefixed integer load/storesJordan Niethe2020-07-231-0/+85
* | powerpc/ppc-opcode: Move ppc instruction encoding from test_emulate_stepBalamuruhan S2020-07-161-99/+56
* | powerpc/pmem: Avoid the barrier in flush routinesAneesh Kumar K.V2020-07-161-6/+0
* | powerpc/pmem: Add flush routines using new pmem store and sync instructionAneesh Kumar K.V2020-07-161-4/+46
|/
* maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-3/+3
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-3/+3
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-058-334/+816
|\
| * powerpc: Add ppc_inst_as_u64()Michael Ellerman2020-05-261-7/+1
| * powerpc: Add ppc_inst_next()Michael Ellerman2020-05-261-7/+8
| * powerpc sstep: Add support for prefixed fixed-point arithmeticJordan Niethe2020-05-191-0/+20
| * powerpc sstep: Add support for prefixed load/storesJordan Niethe2020-05-191-2/+162
| * powerpc: Test prefixed instructions in feature fixupsJordan Niethe2020-05-192-0/+144
| * powerpc: Test prefixed code patchingJordan Niethe2020-05-193-1/+42
| * powerpc: Add prefixed instructions to instruction data typeJordan Niethe2020-05-194-4/+58
| * powerpc: Make test_translate_branch() independent of instruction lengthJordan Niethe2020-05-191-3/+3
| * powerpc: Introduce a function for reporting instruction lengthJordan Niethe2020-05-191-7/+7
| * powerpc: Add a probe_kernel_read_inst() functionJordan Niethe2020-05-191-0/+13
| * powerpc: Add a probe_user_read_inst() functionJordan Niethe2020-05-192-1/+21
| * powerpc: Use a function for reading instructionsJordan Niethe2020-05-192-14/+16
| * powerpc: Use a datatype for instructionsJordan Niethe2020-05-194-74/+77