summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2021-06-25powerpc/prom_init: Pass linux_banner to firmware via option vector 7Michael Ellerman
2021-06-25powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()Michael Ellerman
2021-06-21powerpc/microwatt: Use standard 16550 UART for consoleBenjamin Herrenschmidt
2021-06-21powerpc/kprobes: Mark newly allocated probes as ROXRussell Currey
2021-06-21powerpc/modules: Make module_alloc() Strict Module RWX awareJordan Niethe
2021-06-21powerpc/security: Add a security feature for STF barrierNicholas Piggin
2021-06-21powerpc/powernv: Fix machine check reporting of async store errorsNicholas Piggin
2021-06-19Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2021-06-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2021-06-17powerpc/signal64: Don't read sigaction arguments back from user memoryMichael Ellerman
2021-06-17powerpc/watchdog: include linux/processor.h for spin_until_condSudeep Holla
2021-06-17powerpc/signal32: Remove impossible #ifdef combinationsChristophe Leroy
2021-06-17powerpc: make stack walking KASAN-safeDaniel Axtens
2021-06-17powerpc/32: Remove __main()Christophe Leroy
2021-06-17powerpc/32s: Rename PTE_SIZE to PTE_T_SIZEChristophe Leroy
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