aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar4-43/+11
2021-06-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman4-223/+43
2021-06-17powerpc/signal64: Don't read sigaction arguments back from user memoryMichael Ellerman1-2/+2
2021-06-17powerpc/watchdog: include linux/processor.h for spin_until_condSudeep Holla1-0/+1
2021-06-17powerpc/signal32: Remove impossible #ifdef combinationsChristophe Leroy1-55/+0
2021-06-17powerpc: make stack walking KASAN-safeDaniel Axtens2-6/+7
2021-06-17powerpc/32: Remove __main()Christophe Leroy1-6/+0
2021-06-17powerpc/32s: Rename PTE_SIZE to PTE_T_SIZEChristophe Leroy1-2/+0
2021-06-17powerpc: Define swapper_pg_dir[] in CChristophe Leroy7-81/+1
2021-06-17powerpc: Define empty_zero_page[] in CChristophe Leroy6-28/+0
2021-06-17powerpc/nohash: Convert set_context() to CChristophe Leroy3-17/+0
2021-06-17powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy4-53/+0
2021-06-17powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy1-0/+3
2021-06-17powerpc/32s: Initialise KUAP and KUEP in CChristophe Leroy2-6/+4
2021-06-17powerpc/32s: Convert switch_mmu_context() to CChristophe Leroy2-63/+0
2021-06-17powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy1-0/+8
2021-06-17powerpc/optprobes: use PPC_RAW_ macrosChristophe Leroy1-32/+7
2021-06-17powerpc/optprobes: Compact code source a bit.Christophe Leroy1-22/+11
2021-06-17powerpc/optprobes: Minimise castsChristophe Leroy1-12/+11
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy10-68/+56
2021-06-16powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching, feature-fixups)Christophe Leroy1-1/+1
2021-06-16powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy3-3/+3
2021-06-16powerpc/traps: Start using PPC_RAW_xx() macrosChristophe Leroy1-3/+4
2021-06-16powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()Christophe Leroy1-9/+9
2021-06-16powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()Christophe Leroy1-6/+6
2021-06-16powerpc/modules: Use PPC_RAW_xx() macrosChristophe Leroy2-51/+23
2021-06-16powerpc/signal: Use PPC_RAW_xx() macrosChristophe Leroy2-16/+10
2021-06-16powerpc/lib/code-patching: Use PPC_RAW_() macrosChristophe Leroy1-1/+1
2021-06-16powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.Christophe Leroy3-37/+9
2021-06-16Merge branch 'fixes' into nextMichael Ellerman6-50/+17
2021-06-15powerpc/tau: Remove superfluous parameter in alloc_workqueue() callFinn Thain1-1/+1
2021-06-15powerpc/prom_init: Move custom isspace() to its own namespaceAndy Shevchenko1-9/+8
2021-06-14powerpc/signal64: Copy siginfo before changing regs->nipMichael Ellerman1-5/+4
2021-06-10KVM: PPC: Book3S HV: Remove radix guest support from P7/8 pathNicholas Piggin1-1/+0
2021-06-10KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in CNicholas Piggin1-1/+4
2021-06-10KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer racesNicholas Piggin1-10/+0
2021-06-10KVM: PPC: Book3S 64: Minimise hcall handler calling convention differencesNicholas Piggin1-1/+20
2021-06-10KVM: PPC: Book3S 64: Move interrupt early register setup to KVMNicholas Piggin1-108/+23
2021-06-10KVM: PPC: Book3S 64: Move hcall early register setup to KVMNicholas Piggin1-41/+1
2021-06-10KVM: PPC: Book3S 64: add hcall interrupt handlerNicholas Piggin1-3/+3
2021-06-10KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVMNicholas Piggin1-60/+0
2021-06-10KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry pointNicholas Piggin1-7/+1
2021-06-10powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier1-0/+1
2021-06-07quota: Wire up quotactl_fd syscallJan Kara1-1/+1
2021-06-06Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-43/+11
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar6-24/+35
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2021-06-01Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs"Frederic Barrat1-6/+5
2021-05-28powerpc: Fix reverse map real-mode address lookup with huge vmallocNicholas Piggin2-35/+4