summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* powerpc/ppc-opcode: Define and use PPC_RAW_SETB()Christophe Leroy2022-07-271-6/+3
* powerpc/64: Drop ppc_inst_as_str()Michael Ellerman2022-06-291-3/+3
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-284-91/+27
|\
| * powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens2022-05-221-0/+3
| * powerpc/inst: Remove PPC_INST_BRANCHChristophe Leroy2022-05-221-1/+1
| * powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy2022-05-191-1/+1
| * powerpc/code-patching: Inline create_branch()Christophe Leroy2022-05-191-20/+0
| * powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Christophe Leroy2022-05-191-27/+0
| * powerpc/code-patching: Use jump_label to check if poking_init() is doneChristophe Leroy2022-05-111-1/+4
| * powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy2022-05-111-1/+4
| * powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_...Christophe Leroy2022-05-081-1/+1
| * powerpc/64: remove system call instruction emulationNicholas Piggin2022-05-061-36/+10
| * powerpc/sstep: Use bitwise instead of arithmetic operator for flagsYang Li2022-05-021-3/+3
* | net: unexport csum_and_copy_{from,to}_userChristoph Hellwig2022-04-291-2/+0
|/
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-255-26/+25
|\
| * powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-081-1/+0
| * powerpc/code-patching: Pre-map patch areaMichael Ellerman2022-03-081-0/+14
| * powerpc/lib/sstep: Fix build errors with newer binutilsAnders Roxell2022-03-011-0/+6
| * powerpc/lib/sstep: Fix 'sthcx' instructionAnders Roxell2022-03-011-1/+1
| * powerpc/lib/sstep: use truncate_if_32bit()Christophe Leroy2022-02-121-6/+3
| * powerpc/lib/sstep: Remove unneeded #ifdef __powerpc64__Christophe Leroy2022-02-121-8/+0
| * powerpc/lib/sstep: Use l1_dcache_bytes() instead of opencodingChristophe Leroy2022-02-121-4/+1
| * powerpc/32: Remove remaining .stabs annotationsChristophe Leroy2022-02-072-6/+0
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-2/+2
|\ \
| * | uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-251-2/+2
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-213-37/+50
|\ \
| * | lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel2022-02-113-37/+50
| |/
* / powerpc/lib/sstep: fix 'ptesync' build errorAnders Roxell2022-02-151-0/+2
|/
* powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy2021-12-231-0/+3
* powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel...Christophe Leroy2021-12-231-40/+45
* powerpc/code-patching: Move code patching selftests in its own fileChristophe Leroy2021-12-233-355/+359
* powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.hChristophe Leroy2021-12-231-15/+0
* powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy2021-12-231-16/+0
* powerpc/code-patching: Use test_trampoline for prefixed patch testChristophe Leroy2021-12-233-36/+10
* powerpc/code-patching: Fix patch_branch() return on out-of-range failureChristophe Leroy2021-12-231-1/+3
* powerpc/code-patching: Reorganise do_patch_instruction() to ease error handlingChristophe Leroy2021-12-231-16/+21
* powerpc/code-patching: Fix unmap_patch_area() error handlingChristophe Leroy2021-12-231-17/+13
* powerpc/code-patching: Fix error handling in do_patch_instruction()Christophe Leroy2021-12-231-10/+3
* powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy2021-12-231-2/+1
* powerpc/code-patching: Remove pr_debug()/pr_devel() messages and fix check()Christophe Leroy2021-12-231-9/+7
* powerpc/lib: Add __init attribute to eligible functionsNick Child2021-12-232-14/+14
* powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-094-28/+28
* powerpc: flexible GPR range save/restore macrosNicholas Piggin2021-11-291-5/+3
* Revert "powerpc/code-patching: Improve verification of patchability"Michael Ellerman2021-11-291-2/+3
* powerpc/code-patching: Improve verification of patchabilityChristophe Leroy2021-11-251-3/+2
* Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-0/+2
|\
| * isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-221-0/+2
* | Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-11-052-57/+151
|\ \
| * | powerpc/security: Use a mutex for interrupt exit code patchingRussell Currey2021-10-281-0/+11
| * | powerpc/lib/sstep: Don't use __{get/put}_user() on kernel addressesChristophe Leroy2021-10-221-57/+140
| |/