summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2021-06-17powerpc/nohash: Convert set_context() to CChristophe Leroy-17/+0
2021-06-17powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy-53/+0
2021-06-17powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy-0/+3
2021-06-17powerpc/32s: Initialise KUAP and KUEP in CChristophe Leroy-6/+4
2021-06-17powerpc/32s: Convert switch_mmu_context() to CChristophe Leroy-63/+0
2021-06-17powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy-0/+8
2021-06-17powerpc/optprobes: use PPC_RAW_ macrosChristophe Leroy-32/+7
2021-06-17powerpc/optprobes: Compact code source a bit.Christophe Leroy-22/+11
2021-06-17powerpc/optprobes: Minimise castsChristophe Leroy-12/+11
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy-68/+56
2021-06-16powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching,...Christophe Leroy-1/+1
2021-06-16powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy-3/+3
2021-06-16powerpc/traps: Start using PPC_RAW_xx() macrosChristophe Leroy-3/+4
2021-06-16powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()Christophe Leroy-9/+9
2021-06-16powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()Christophe Leroy-6/+6
2021-06-16powerpc/modules: Use PPC_RAW_xx() macrosChristophe Leroy-51/+23
2021-06-16powerpc/signal: Use PPC_RAW_xx() macrosChristophe Leroy-16/+10
2021-06-16powerpc/lib/code-patching: Use PPC_RAW_() macrosChristophe Leroy-1/+1
2021-06-16powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.Christophe Leroy-37/+9
2021-06-16Merge branch 'fixes' into nextMichael Ellerman-50/+17
2021-06-15powerpc/tau: Remove superfluous parameter in alloc_workqueue() callFinn Thain-1/+1
2021-06-15powerpc/prom_init: Move custom isspace() to its own namespaceAndy Shevchenko-9/+8
2021-06-14powerpc/signal64: Copy siginfo before changing regs->nipMichael Ellerman-5/+4
2021-06-10KVM: PPC: Book3S HV: Remove radix guest support from P7/8 pathNicholas Piggin-1/+0
2021-06-10KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in CNicholas Piggin-1/+4
2021-06-10KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer racesNicholas Piggin-10/+0
2021-06-10KVM: PPC: Book3S 64: Minimise hcall handler calling convention differencesNicholas Piggin-1/+20
2021-06-10KVM: PPC: Book3S 64: Move interrupt early register setup to KVMNicholas Piggin-108/+23
2021-06-10KVM: PPC: Book3S 64: Move hcall early register setup to KVMNicholas Piggin-41/+1
2021-06-10KVM: PPC: Book3S 64: add hcall interrupt handlerNicholas Piggin-3/+3
2021-06-10KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVMNicholas Piggin-60/+0
2021-06-10KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry pointNicholas Piggin-7/+1
2021-06-10powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier-0/+1
2021-06-07quota: Wire up quotactl_fd syscallJan Kara-1/+1
2021-06-06Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-43/+11
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-24/+35
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra-10/+0
2021-06-01Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs"Frederic Barrat-6/+5
2021-05-28powerpc: Fix reverse map real-mode address lookup with huge vmallocNicholas Piggin-35/+4
2021-05-28powerpc/kprobes: Fix validation of prefixed instructions across page boundaryNaveen N. Rao-2/+2
2021-05-23Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+2
2021-05-23powerpc/kprobes: Replace ppc_optinsn by common optinsnChristophe Leroy-18/+5
2021-05-20Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2021-05-20powerpc: Fix early setup to make early_ioremap() workAlexey Kardashevskiy-2/+2
2021-05-17quota: Disable quotactl_path syscallJan Kara-1/+1
2021-05-17powerpc/603: Avoid a pile of NOPs when not using SW LRU in TLB exceptionsChristophe Leroy-4/+14
2021-05-17powerpc/paca: Remove mm_ctx_id and mm_ctx_slb_addr_limitChristophe Leroy-2/+0
2021-05-17powerpc/asm-offset: Remove unused itemsChristophe Leroy-51/+1
2021-05-17powerpc/32s: Remove m8260_gorom()Christophe Leroy-36/+0