summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-04-145-56/+10
* powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZENathan Lynch2021-04-143-7/+7
* powerpc/rtas: move syscall filter setup into separate functionNathan Lynch2021-04-141-8/+13
* powerpc/rtas: remove ibm_suspend_me_tokenNathan Lynch2021-04-141-5/+2
* powerpc/rtas-proc: remove unused RMO_READ_BUF_MAXNathan Lynch2021-04-141-2/+0
* powerpc/rtas: improve ppc_rtas_rmo_buf_show documentationNathan Lynch2021-04-141-1/+10
* powerpc/eeh: Fix EEH handling for hugepages in ioremap space.Mahesh Salgaonkar2021-04-141-7/+4
* powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handlerCédric Le Goater2021-04-141-8/+19
* powerpc/xive: Map one IPI interrupt per nodeCédric Le Goater2021-04-142-15/+47
* powerpc/xive: Fix xmon command "dxi"Cédric Le Goater2021-04-141-4/+10
* powerpc/xive: Simplify the dump of XIVE interrupts under xmonCédric Le Goater2021-04-143-26/+17
* powerpc/xive: Drop check on irq_data in xive_core_debug_show()Cédric Le Goater2021-04-141-11/+10
* powerpc/xive: Simplify xive_core_debug_show()Cédric Le Goater2021-04-141-14/+4
* powerpc/xive: Remove useless check on XIVE_IPI_HW_IRQCédric Le Goater2021-04-141-2/+1
* powerpc/xive: Introduce an IPI interrupt domainCédric Le Goater2021-04-141-33/+46
* powerpc/smp: Make some symbols staticYu Kuai2021-04-141-3/+3
* 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-142-1/+41
* 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
* 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
* powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe2021-04-082-4/+6
* powerpc: Spelling/typo fixesBhaskar Chowdhury2021-04-083-3/+3
* 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-034-2/+1075
* 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