summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2021-04-12KVM: PPC: Book3S HV: Prevent radix guests setting LPCR[TC]Nicholas Piggin
2021-04-12KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2Nicholas Piggin
2021-04-12KVM: PPC: Book3S HV: Add a function to filter guest LPCR bitsNicholas Piggin
2021-04-12KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regsNicholas Piggin
2021-04-12KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exitNicholas Piggin
2021-04-08powerpc/32: Remove powerpc specific definition of 'ptrdiff_t'Christophe Leroy
2021-04-08powerpc: iommu: fix build when neither PCI or IBMVIO is setRandy Dunlap
2021-04-08powerpc/pseries: remove unneeded semicolonYang Li
2021-04-08powerpc/64s: power4 nap fixup in CNicholas Piggin
2021-04-08powerpc/perf: Fix PMU constraint check for EBB eventsAthira Rajeev
2021-04-08powerpc/powernv/memtrace: Allow mmaping trace buffersJordan Niethe
2021-04-08powerpc/kexec: Don't use .machine ppc64 in trampoline_64.SMichael Ellerman
2021-04-08powerpc/64: Move security code into security.cMichael Ellerman
2021-04-08powerpc/mm/64s: Allow STRICT_KERNEL_RWX againMichael Ellerman
2021-04-08powerpc/mm/64s/hash: Add real-mode change_memory_range() for hash LPARMichael Ellerman
2021-04-08powerpc/mm/64s/hash: Factor out change_memory_range()Michael Ellerman
2021-04-08powerpc/64s: Use htab_convert_pte_flags() in hash__mark_rodata_ro()Michael Ellerman
2021-04-08powerpc/pseries: Add key to flags in pSeries_lpar_hpte_updateboltedpp()Michael Ellerman
2021-04-08powerpc/mm/64s: Add _PAGE_KERNEL_ROXMichael Ellerman
2021-04-08powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe
2021-04-08powerpc: Spelling/typo fixesBhaskar Chowdhury
2021-04-07iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct callChristoph Hellwig
2021-04-05Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman
2021-04-03powerpc: Switch to relative jump labelsChristophe Leroy
2021-04-03powerpc/bpf: Reallocate BPF registers to volatile registers when possible on ...Christophe Leroy
2021-04-03powerpc/bpf: Implement extended BPF on PPC32Christophe Leroy
2021-04-03powerpc/asm: Add some opcodes in asm/ppc-opcode.h for PPC32 eBPFChristophe Leroy
2021-04-03powerpc/bpf: Change values of SEEN_ flagsChristophe Leroy
2021-04-03powerpc/bpf: Move common functions into bpf_jit_comp.cChristophe Leroy
2021-04-03powerpc/bpf: Move common helpers into bpf_jit.hChristophe Leroy
2021-04-03powerpc/bpf: Change register numbering for bpf_set/is_seen_register()Christophe Leroy
2021-04-03powerpc/bpf: Remove classical BPF support for PPC32Christophe Leroy
2021-04-03powerpc/signal32: Simplify logging in sigreturn()Christophe Leroy
2021-04-03powerpc/signal32: Convert do_setcontext[_tm]() to user access blockChristophe Leroy
2021-04-03powerpc/signal32: Convert restore_[tm]_user_regs() to user access blockChristophe Leroy
2021-04-03powerpc/signal32: Reorder user reads in restore_tm_user_regs()Christophe Leroy
2021-04-03powerpc/signal32: Perform access_ok() inside restore_user_regs()Christophe Leroy
2021-04-03powerpc/signal32: Remove ifdefery in middle of if/else in sigreturn()Christophe Leroy
2021-04-03powerpc/signal32: Rename save_user_regs_unsafe() and save_general_regs_unsafe()Christophe Leroy
2021-04-03powerpc/signal: Add unsafe_copy_ck{fpr/vsx}_from_userChristophe Leroy
2021-04-03powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_from_user() on ppc32Christophe Leroy
2021-04-03powerpc/uaccess: Use asm goto for get_user when compiler supports itChristophe Leroy
2021-04-03powerpc/uaccess: Introduce __get_user_size_goto()Christophe Leroy
2021-04-03powerpc/uaccess: Refactor get/put_user() and __get/put_user()Christophe Leroy
2021-04-03powerpc/uaccess: Rename __get/put_user_check/nocheckChristophe Leroy
2021-04-03powerpc/uaccess: Split out __get_user_nocheck()Christophe Leroy
2021-04-03powerpc/uaccess: Remove calls to __get_user_bad() and __put_user_bad()Christophe Leroy
2021-04-03powerpc/uaccess: Remove __chk_user_ptr() in __get/put_userChristophe Leroy
2021-04-03powerpc/uaccess: Remove __unsafe_put_user_goto()Christophe Leroy
2021-04-03powerpc/uaccess: Call might_fault() inconditionalyChristophe Leroy