summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mce: Make symbol 'mce_ue_event_work' staticLi Huafei2021-04-141-1/+1
* powerpc/security: Make symbol 'stf_barrier' staticLi Huafei2021-04-141-1/+1
* powerpc/32s: Define a MODULE area below kernel text all the timeChristophe Leroy2021-04-143-10/+1
* powerpc/8xx: Define a MODULE area below kernel textChristophe Leroy2021-04-141-0/+3
* powerpc/modules: Load modules closer to kernel textChristophe Leroy2021-04-141-3/+20
* powerpc/mm: Add cond_resched() while removing hpte mappingsVaibhav Jain2021-04-141-1/+12
* powerpc/papr_scm: Implement support for H_SCM_FLUSH hcallShivaprasad G Bhat2021-04-143-1/+55
* powerpc/signal32: Fix build failure with CONFIG_SPEChristophe Leroy2021-04-121-1/+1
* powerpc/32: Remove powerpc specific definition of 'ptrdiff_t'Christophe Leroy2021-04-081-5/+0
* powerpc: iommu: fix build when neither PCI or IBMVIO is setRandy Dunlap2021-04-081-0/+1
* powerpc/pseries: remove unneeded semicolonYang Li2021-04-081-1/+1
* powerpc/64s: power4 nap fixup in CNicholas Piggin2021-04-085-45/+35
* powerpc/perf: Fix PMU constraint check for EBB eventsAthira Rajeev2021-04-081-2/+2
* selftests/powerpc: Suggest memtrace instead of /dev/mem for ci memoryJordan Niethe2021-04-081-10/+1
* powerpc/powernv/memtrace: Allow mmaping trace buffersJordan Niethe2021-04-081-1/+17
* powerpc/kexec: Don't use .machine ppc64 in trampoline_64.SMichael Ellerman2021-04-081-1/+0
* powerpc/64: Move security code into security.cMichael Ellerman2021-04-082-264/+261
* powerpc/mm/64s: Allow STRICT_KERNEL_RWX againMichael Ellerman2021-04-081-1/+1
* powerpc/mm/64s/hash: Add real-mode change_memory_range() for hash LPARMichael Ellerman2021-04-081-1/+104
* powerpc/mm/64s/hash: Factor out change_memory_range()Michael Ellerman2021-04-081-8/+15
* powerpc/64s: Use htab_convert_pte_flags() in hash__mark_rodata_ro()Michael Ellerman2021-04-081-2/+4
* powerpc/pseries: Add key to flags in pSeries_lpar_hpte_updateboltedpp()Michael Ellerman2021-04-081-1/+3
* powerpc/mm/64s: Add _PAGE_KERNEL_ROXMichael Ellerman2021-04-081-0/+1
* selftests/powerpc: Test for spurious kernel memory faults on radixJordan Niethe2021-04-082-0/+50
* powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe2021-04-082-4/+6
* powerpc: Spelling/typo fixesBhaskar Chowdhury2021-04-084-4/+4
* powerpc: Switch to relative jump labelsChristophe Leroy2021-04-033-17/+9
* powerpc/bpf: Reallocate BPF registers to volatile registers when possible on ...Christophe Leroy2021-04-035-3/+51
* powerpc/bpf: Implement extended BPF on PPC32Christophe Leroy2021-04-035-3/+1076
* powerpc/asm: Add some opcodes in asm/ppc-opcode.h for PPC32 eBPFChristophe Leroy2021-04-031-0/+12
* powerpc/bpf: Change values of SEEN_ flagsChristophe Leroy2021-04-031-5/+5
* powerpc/bpf: Move common functions into bpf_jit_comp.cChristophe Leroy2021-04-034-259/+281
* powerpc/bpf: Move common helpers into bpf_jit.hChristophe Leroy2021-04-033-35/+35
* powerpc/bpf: Change register numbering for bpf_set/is_seen_register()Christophe Leroy2021-04-031-8/+8
* powerpc/bpf: Remove classical BPF support for PPC32Christophe Leroy2021-04-035-1053/+0
* powerpc/signal32: Simplify logging in sigreturn()Christophe Leroy2021-04-031-6/+7
* powerpc/signal32: Convert do_setcontext[_tm]() to user access blockChristophe Leroy2021-04-032-18/+26
* powerpc/signal32: Convert restore_[tm]_user_regs() to user access blockChristophe Leroy2021-04-032-71/+72
* powerpc/signal32: Reorder user reads in restore_tm_user_regs()Christophe Leroy2021-04-031-12/+37
* powerpc/signal32: Perform access_ok() inside restore_user_regs()Christophe Leroy2021-04-031-5/+3
* powerpc/signal32: Remove ifdefery in middle of if/else in sigreturn()Christophe Leroy2021-04-031-8/+12
* powerpc/signal32: Rename save_user_regs_unsafe() and save_general_regs_unsafe()Christophe Leroy2021-04-031-8/+8
* powerpc/signal: Add unsafe_copy_ck{fpr/vsx}_from_userChristophe Leroy2021-04-031-0/+20
* powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_from_user() on ppc32Christophe Leroy2021-04-031-3/+3
* signal: Add unsafe_get_compat_sigset()Christophe Leroy2021-04-032-0/+36
* powerpc/uaccess: Use asm goto for get_user when compiler supports itChristophe Leroy2021-04-031-0/+55
* powerpc/uaccess: Introduce __get_user_size_goto()Christophe Leroy2021-04-031-12/+12
* powerpc/uaccess: Refactor get/put_user() and __get/put_user()Christophe Leroy2021-04-031-43/+23
* powerpc/uaccess: Rename __get/put_user_check/nocheckChristophe Leroy2021-04-031-20/+10
* powerpc/uaccess: Split out __get_user_nocheck()Christophe Leroy2021-04-031-10/+12