aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2-2/+2
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-223/+43
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+2
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+0
2021-06-26powerpc/interrupt: Use names in check_return_regs_valid()Christophe Leroy1-2/+2
2021-06-26powerpc/interrupt: Also use exit_must_hard_disable() on PPC32Christophe Leroy1-5/+3
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-3/+3
2021-06-26powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEJason Wang1-6/+6
2021-06-26powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()Michael Ellerman1-6/+20
2021-06-25powerpc/rtas-rtc: remove unused constantNathan Lynch1-1/+1
2021-06-25powerpc: Fix is_kvm_guest() / kvm_para_available()Michael Ellerman1-4/+6
2021-06-25powerpc/64s: Make prom_init require RELOCATABLEMichael Ellerman1-56/+2
2021-06-25powerpc/kprobes: Warn if instruction patching failedNaveen N. Rao1-2/+2
2021-06-25powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()Naveen N. Rao1-2/+2
2021-06-25powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() on ppc32Naveen N. Rao1-2/+6
2021-06-25powerpc/64s: Fix copy-paste data exposure into newly created tasksNicholas Piggin1-16/+32
2021-06-25powerpc/32: Avoid #ifdef nested with FTR_SECTION on booke syscall entryChristophe Leroy1-2/+2
2021-06-25powerpc/32: Reduce code duplication of system call entryChristophe Leroy3-37/+19
2021-06-25powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on bookeChristophe Leroy2-10/+11
2021-06-25powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non bookeChristophe Leroy1-17/+17
2021-06-25powerpc: Remove klimitChristophe Leroy3-8/+4
2021-06-25powerpc: Offline CPU in stop_this_cpu()Nicholas Piggin1-0/+11
2021-06-25powerpc/64s: Remove irq mask workaround in accumulate_stolen_time()Nicholas Piggin1-11/+0
2021-06-25powerpc/pseries: Enable hardlockup watchdog for PowerVM partitionsNicholas Piggin1-4/+9
2021-06-25powerpc/64s/interrupt: Check and fix srr_valid without crashingNicholas Piggin1-0/+89
2021-06-25powerpc/interrupt: Remove prep_irq_for_user_exit()Christophe Leroy1-13/+3
2021-06-25powerpc/interrupt: Refactor prep_irq_for_{user/kernel_enabled}_exit()Christophe Leroy1-22/+7
2021-06-25powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()Christophe Leroy1-12/+11
2021-06-25powerpc/interrupt: Refactor interrupt_exit_user_prepare()Christophe Leroy1-54/+3
2021-06-25powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()Christophe Leroy1-5/+4
2021-06-25powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin3-152/+387
2021-06-25powerpc/64: treat low kernel text as irqs soft-maskedNicholas Piggin3-10/+27
2021-06-25powerpc/64: interrupt soft-enable race fixNicholas Piggin1-0/+95
2021-06-25powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin3-2/+86
2021-06-25powerpc/64s: save one more register in the masked interrupt handlerNicholas Piggin1-14/+20
2021-06-25powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]Nicholas Piggin2-4/+2
2021-06-25powerpc/64: move interrupt return asm to interrupt_64.SNicholas Piggin3-624/+639
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin23-134/+273
2021-06-25powerpc/64s: introduce different functions to return from SRR vs HSRR interruptsNicholas Piggin4-55/+92
2021-06-25powerpc: remove interrupt exit helpers unused argumentNicholas Piggin1-2/+2
2021-06-25powerpc/interrupt: Fix CONFIG ifdef typoChristophe Leroy1-1/+1
2021-06-25powerpc/prom_init: Pass linux_banner to firmware via option vector 7Michael Ellerman1-0/+13
2021-06-25powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()Michael Ellerman1-6/+24
2021-06-21powerpc/microwatt: Use standard 16550 UART for consoleBenjamin Herrenschmidt1-0/+39
2021-06-21powerpc/kprobes: Mark newly allocated probes as ROXRussell Currey1-0/+17
2021-06-21powerpc/modules: Make module_alloc() Strict Module RWX awareJordan Niethe1-1/+3
2021-06-21powerpc/security: Add a security feature for STF barrierNicholas Piggin1-5/+2
2021-06-21powerpc/powernv: Fix machine check reporting of async store errorsNicholas Piggin1-8/+40
2021-06-19Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-5/+4
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-2/+2