summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2021-06-26powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()Michael Ellerman
2021-06-25powerpc/rtas-rtc: remove unused constantNathan Lynch
2021-06-25powerpc: Fix is_kvm_guest() / kvm_para_available()Michael Ellerman
2021-06-25powerpc/64s: Make prom_init require RELOCATABLEMichael Ellerman
2021-06-25powerpc/kprobes: Warn if instruction patching failedNaveen N. Rao
2021-06-25powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()Naveen N. Rao
2021-06-25powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() ...Naveen N. Rao
2021-06-25powerpc/64s: Fix copy-paste data exposure into newly created tasksNicholas Piggin
2021-06-25powerpc/32: Avoid #ifdef nested with FTR_SECTION on booke syscall entryChristophe Leroy
2021-06-25powerpc/32: Reduce code duplication of system call entryChristophe Leroy
2021-06-25powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on bookeChristophe Leroy
2021-06-25powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non bookeChristophe Leroy
2021-06-25powerpc: Remove klimitChristophe Leroy
2021-06-25powerpc: Offline CPU in stop_this_cpu()Nicholas Piggin
2021-06-25powerpc/64s: Remove irq mask workaround in accumulate_stolen_time()Nicholas Piggin
2021-06-25powerpc/pseries: Enable hardlockup watchdog for PowerVM partitionsNicholas Piggin
2021-06-25powerpc/64s/interrupt: Check and fix srr_valid without crashingNicholas Piggin
2021-06-25powerpc/interrupt: Remove prep_irq_for_user_exit()Christophe Leroy
2021-06-25powerpc/interrupt: Refactor prep_irq_for_{user/kernel_enabled}_exit()Christophe Leroy
2021-06-25powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()Christophe Leroy
2021-06-25powerpc/interrupt: Refactor interrupt_exit_user_prepare()Christophe Leroy
2021-06-25powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()Christophe Leroy
2021-06-25powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin
2021-06-25powerpc/64: treat low kernel text as irqs soft-maskedNicholas Piggin
2021-06-25powerpc/64: interrupt soft-enable race fixNicholas Piggin
2021-06-25powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin
2021-06-25powerpc/64s: save one more register in the masked interrupt handlerNicholas Piggin
2021-06-25powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]Nicholas Piggin
2021-06-25powerpc/64: move interrupt return asm to interrupt_64.SNicholas Piggin
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin
2021-06-25powerpc/64s: introduce different functions to return from SRR vs HSRR interruptsNicholas Piggin
2021-06-25powerpc: remove interrupt exit helpers unused argumentNicholas Piggin
2021-06-25powerpc/interrupt: Fix CONFIG ifdef typoChristophe Leroy
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