summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorLines
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-91/+27
2022-05-22powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens-0/+3
2022-05-22powerpc/inst: Remove PPC_INST_BRANCHChristophe Leroy-1/+1
2022-05-19powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy-1/+1
2022-05-19powerpc/code-patching: Inline create_branch()Christophe Leroy-20/+0
2022-05-19powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Christophe Leroy-27/+0
2022-05-11powerpc/code-patching: Use jump_label to check if poking_init() is doneChristophe Leroy-1/+4
2022-05-11powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy-1/+4
2022-05-08powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_...Christophe Leroy-1/+1
2022-05-06powerpc/64: remove system call instruction emulationNicholas Piggin-36/+10
2022-05-02powerpc/sstep: Use bitwise instead of arithmetic operator for flagsYang Li-3/+3
2022-04-29net: unexport csum_and_copy_{from,to}_userChristoph Hellwig-2/+0
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-26/+25
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-37/+50
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy-1/+0
2022-03-08powerpc/code-patching: Pre-map patch areaMichael Ellerman-0/+14
2022-03-01powerpc/lib/sstep: Fix build errors with newer binutilsAnders Roxell-0/+6
2022-03-01powerpc/lib/sstep: Fix 'sthcx' instructionAnders Roxell-1/+1
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann-2/+2
2022-02-15powerpc/lib/sstep: fix 'ptesync' build errorAnders Roxell-0/+2
2022-02-12powerpc/lib/sstep: use truncate_if_32bit()Christophe Leroy-6/+3
2022-02-12powerpc/lib/sstep: Remove unneeded #ifdef __powerpc64__Christophe Leroy-8/+0
2022-02-12powerpc/lib/sstep: Use l1_dcache_bytes() instead of opencodingChristophe Leroy-4/+1
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel-37/+50
2022-02-07powerpc/32: Remove remaining .stabs annotationsChristophe Leroy-6/+0
2021-12-23powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy-0/+3
2021-12-23powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel...Christophe Leroy-40/+45
2021-12-23powerpc/code-patching: Move code patching selftests in its own fileChristophe Leroy-355/+359
2021-12-23powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.hChristophe Leroy-15/+0
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy-16/+0
2021-12-23powerpc/code-patching: Use test_trampoline for prefixed patch testChristophe Leroy-36/+10
2021-12-23powerpc/code-patching: Fix patch_branch() return on out-of-range failureChristophe Leroy-1/+3
2021-12-23powerpc/code-patching: Reorganise do_patch_instruction() to ease error handlingChristophe Leroy-16/+21
2021-12-23powerpc/code-patching: Fix unmap_patch_area() error handlingChristophe Leroy-17/+13
2021-12-23powerpc/code-patching: Fix error handling in do_patch_instruction()Christophe Leroy-10/+3
2021-12-23powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy-2/+1
2021-12-23powerpc/code-patching: Remove pr_debug()/pr_devel() messages and fix check()Christophe Leroy-9/+7
2021-12-23powerpc/lib: Add __init attribute to eligible functionsNick Child-14/+14
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy-28/+28
2021-11-29powerpc: flexible GPR range save/restore macrosNicholas Piggin-5/+3
2021-11-29Revert "powerpc/code-patching: Improve verification of patchability"Michael Ellerman-2/+3
2021-11-25powerpc/code-patching: Improve verification of patchabilityChristophe Leroy-3/+2
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+2
2021-11-05Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-57/+151
2021-10-28powerpc/security: Use a mutex for interrupt exit code patchingRussell Currey-0/+11
2021-10-22powerpc/lib/sstep: Don't use __{get/put}_user() on kernel addressesChristophe Leroy-57/+140
2021-10-07powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao-1/+6
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan-0/+2
2021-07-01powerpc: Only build restart_table.c for 64sMichael Ellerman-2/+2