aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-29powerpc/uaccess: Add unsafe_copy_from_user()Christopher M. Riedl1-0/+21
2021-03-29powerpc/qspinlock: Use generic smp_cond_load_relaxedDavidlohr Bueso2-16/+7
2021-03-26powerpc/spinlock: Unserialize spin_is_lockedDavidlohr Bueso2-14/+1
2021-03-26powerpc/spinlock: Define smp_mb__after_spinlock only onceDavidlohr Bueso3-5/+3
2021-03-26powerpc/ptrace: Convert gpr32_set_common() to user access blockChristophe Leroy1-1/+1
2021-03-26powerpc/futex: Switch to user_access blockChristophe Leroy1-7/+5
2021-03-26powerpc/syscalls: Use sys_old_select() in ppc_select()Christophe Leroy1-0/+1
2021-03-26powerpc/uaccess: Move copy_mc_xxx() functions downChristophe Leroy1-26/+26
2021-03-26powerpc/uaccess: Swap clear_user() and __clear_user()Christophe Leroy1-9/+8
2021-03-26powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32Christophe Leroy1-3/+3
2021-03-26powerpc/pseries: export LPAR security flavor in lparcfgLaurent Dufour1-0/+1
2021-03-24powerpc: Enable KFENCE for PPC32Christophe Leroy1-0/+33
2021-03-24powerpc/pseries: Move hvc_vio_init_early() prototype to shared locationLee Jones1-0/+3
2021-03-24powerpc: Fix misspellings in tlbflush.hZhang Yunkai1-1/+1
2021-03-24powerpc: Remove duplicate includesZhang Yunkai3-4/+0
2021-03-24powerpc/chrp: Make hydra_init() staticGeert Uytterhoeven1-2/+0
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-2/+2
2021-03-14powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy1-2/+2
2021-03-12powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy1-1/+2
2021-03-11powerpc/kexec_file: Restore FDT size estimation for kdump kernelThiago Jung Bauermann1-1/+1
2021-03-10powerpc: Fix missing declaration of [en/dis]able_kernel_vsx()Christophe Leroy1-0/+10
2021-03-10powerpc: Fix inverted SET_FULL_REGS bitopNicholas Piggin1-2/+2
2021-03-10powerpc/64s: Use symbolic macros for function entry encodingMichael Ellerman1-3/+4
2021-03-09powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()Naveen N. Rao1-1/+1
2021-03-08powerpc: Delete unused function delete_fdt_mem_rsv()Lakshmi Ramasubramanian1-1/+0
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian2-30/+0
2021-03-08powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian2-8/+0
2021-03-08powerpc: Use common of_kexec_alloc_and_setup_fdt()Rob Herring1-0/+1
2021-03-08powerpc: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian1-4/+0
2021-03-02powerpc: Force inlining of mmu_has_feature to fix build failureChristophe Leroy1-2/+2
2021-03-02vio: make remove callback return voidUwe Kleine-König1-1/+1
2021-03-01powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman1-4/+4
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds46-244/+713
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-17/+31
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-188/+0
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-1/+15
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar4-1/+40
2021-02-11Merge tag 'powerpc-5.11-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-9/+11
2021-02-11powerpc/perf: Adds support for programming of Thresholding in P10Kajol Jain1-2/+3
2021-02-11powerpc/pci: Remove unimplemented prototypesOliver O'Halloran1-4/+0
2021-02-11powerpc/uaccess: Merge raw_copy_to_user_allowed() into raw_copy_to_user()Christophe Leroy1-7/+1
2021-02-11powerpc/uaccess: Merge __put_user_size_allowed() into __put_user_size()Christophe Leroy1-7/+3
2021-02-11powerpc/uaccess: get rid of small constant size cases in raw_copy_{to,from}_u...Christophe Leroy1-41/+0
2021-02-11powerpc/64: Fix stack trace not displaying final frameMichael Ellerman1-0/+3
2021-02-11powerpc/time: Remove get_tbl()Christophe Leroy1-6/+0
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy2-0/+15
2021-02-11powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy1-0/+5
2021-02-11powerpc/irq: Add stub irq_soft_mask_return() for PPC32Christophe Leroy1-0/+5
2021-02-11powerpc/irq: Rework helpers that manipulate MSR[EE/RI]Christophe Leroy2-24/+52