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