summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-14powerpc/xive: Map one IPI interrupt per nodeCédric Le Goater2-15/+47
2021-04-14powerpc/xive: Fix xmon command "dxi"Cédric Le Goater1-4/+10
2021-04-14powerpc/xive: Simplify the dump of XIVE interrupts under xmonCédric Le Goater3-26/+17
2021-04-14powerpc/xive: Drop check on irq_data in xive_core_debug_show()Cédric Le Goater1-11/+10
2021-04-14powerpc/xive: Simplify xive_core_debug_show()Cédric Le Goater1-14/+4
2021-04-14powerpc/xive: Remove useless check on XIVE_IPI_HW_IRQCédric Le Goater1-2/+1
2021-04-14powerpc/xive: Introduce an IPI interrupt domainCédric Le Goater1-33/+46
2021-04-14powerpc/smp: Make some symbols staticYu Kuai1-3/+3
2021-04-14macintosh/via-pmu: Make some symbols staticYu Kuai1-2/+2
2021-04-14windfarm: make symbol 'wf_thread' staticYu Kuai1-1/+1
2021-04-14macintosh/windfarm: Make symbol 'pm121_sys_state' staticYu Kuai1-1/+1
2021-04-14powerpc/mce: Make symbol 'mce_ue_event_work' staticLi Huafei1-1/+1
2021-04-14powerpc/security: Make symbol 'stf_barrier' staticLi Huafei1-1/+1
2021-04-14powerpc/32s: Define a MODULE area below kernel text all the timeChristophe Leroy3-10/+1
2021-04-14powerpc/8xx: Define a MODULE area below kernel textChristophe Leroy1-0/+3
2021-04-14powerpc/modules: Load modules closer to kernel textChristophe Leroy1-3/+20
2021-04-14powerpc/mm: Add cond_resched() while removing hpte mappingsVaibhav Jain1-1/+12
2021-04-14powerpc/papr_scm: Implement support for H_SCM_FLUSH hcallShivaprasad G Bhat3-1/+55
2021-04-12powerpc/signal32: Fix build failure with CONFIG_SPEChristophe Leroy1-1/+1
2021-04-08powerpc/32: Remove powerpc specific definition of 'ptrdiff_t'Christophe Leroy1-5/+0
2021-04-08powerpc: iommu: fix build when neither PCI or IBMVIO is setRandy Dunlap1-0/+1
2021-04-08powerpc/pseries: remove unneeded semicolonYang Li1-1/+1
2021-04-08powerpc/64s: power4 nap fixup in CNicholas Piggin5-45/+35
2021-04-08powerpc/perf: Fix PMU constraint check for EBB eventsAthira Rajeev1-2/+2
2021-04-08selftests/powerpc: Suggest memtrace instead of /dev/mem for ci memoryJordan Niethe1-10/+1
2021-04-08powerpc/powernv/memtrace: Allow mmaping trace buffersJordan Niethe1-1/+17
2021-04-08powerpc/kexec: Don't use .machine ppc64 in trampoline_64.SMichael Ellerman1-1/+0
2021-04-08powerpc/64: Move security code into security.cMichael Ellerman2-264/+261
2021-04-08powerpc/mm/64s: Allow STRICT_KERNEL_RWX againMichael Ellerman1-1/+1
2021-04-08powerpc/mm/64s/hash: Add real-mode change_memory_range() for hash LPARMichael Ellerman1-1/+104
2021-04-08powerpc/mm/64s/hash: Factor out change_memory_range()Michael Ellerman1-8/+15
2021-04-08powerpc/64s: Use htab_convert_pte_flags() in hash__mark_rodata_ro()Michael Ellerman1-2/+4
2021-04-08powerpc/pseries: Add key to flags in pSeries_lpar_hpte_updateboltedpp()Michael Ellerman1-1/+3
2021-04-08powerpc/mm/64s: Add _PAGE_KERNEL_ROXMichael Ellerman1-0/+1
2021-04-08selftests/powerpc: Test for spurious kernel memory faults on radixJordan Niethe2-0/+50
2021-04-08powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe2-4/+6
2021-04-08powerpc: Spelling/typo fixesBhaskar Chowdhury4-4/+4
2021-04-03powerpc: Switch to relative jump labelsChristophe Leroy3-17/+9
2021-04-03powerpc/bpf: Reallocate BPF registers to volatile registers when possible on ...Christophe Leroy5-3/+51
2021-04-03powerpc/bpf: Implement extended BPF on PPC32Christophe Leroy5-3/+1076
2021-04-03powerpc/asm: Add some opcodes in asm/ppc-opcode.h for PPC32 eBPFChristophe Leroy1-0/+12
2021-04-03powerpc/bpf: Change values of SEEN_ flagsChristophe Leroy1-5/+5
2021-04-03powerpc/bpf: Move common functions into bpf_jit_comp.cChristophe Leroy4-259/+281
2021-04-03powerpc/bpf: Move common helpers into bpf_jit.hChristophe Leroy3-35/+35
2021-04-03powerpc/bpf: Change register numbering for bpf_set/is_seen_register()Christophe Leroy1-8/+8
2021-04-03powerpc/bpf: Remove classical BPF support for PPC32Christophe Leroy5-1053/+0
2021-04-03powerpc/signal32: Simplify logging in sigreturn()Christophe Leroy1-6/+7
2021-04-03powerpc/signal32: Convert do_setcontext[_tm]() to user access blockChristophe Leroy2-18/+26
2021-04-03powerpc/signal32: Convert restore_[tm]_user_regs() to user access blockChristophe Leroy2-71/+72
2021-04-03powerpc/signal32: Reorder user reads in restore_tm_user_regs()Christophe Leroy1-12/+37