summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2022-12-07powerpc/rtas: define pr_fmt and convert printk call sitesNathan Lynch
2022-12-07powerpc/rtas: clean up includesNathan Lynch
2022-12-07powerpc/rtas: clean up rtas_error_log_max initializationNathan Lynch
2022-12-07powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch
2022-12-07powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch
2022-12-07powerpc/rtasd: use correct OF API for event scan rateNathan Lynch
2022-12-07powerpc/rtas: document rtas_call()Nathan Lynch
2022-12-07powerpc: export the CPU node countLaurent Dufour
2022-12-02powerpc/64e: Clear gprs on interrupt routine entry on Book3ERohan McLure
2022-12-02powerpc/64s: Zeroise gprs on interrupt routine entry on Book3SRohan McLure
2022-12-02powerpc/64s: IOption for MSR stored in r12Rohan McLure
2022-12-02powerpc/64: Sanitise common exit code for interruptsRohan McLure
2022-12-02powerpc: allow minimum sized kernel stack framesNicholas Piggin
2022-12-02powerpc: split validate_sp into two functionsNicholas Piggin
2022-12-02powerpc: copy_thread add a back chain to the switch stack frameNicholas Piggin
2022-12-02powerpc: copy_thread fill in interrupt frame marker and back chainNicholas Piggin
2022-12-02powerpc: add a define for the switch frame size and regs offsetNicholas Piggin
2022-12-02powerpc: add a define for the user interrupt frame sizeNicholas Piggin
2022-12-02powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin
2022-12-02powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin
2022-12-02powerpc: simplify ppc_save_regsNicholas Piggin
2022-12-02powerpc: Rearrange copy_thread child stack creationNicholas Piggin
2022-12-02powerpc/64: Add module check for ELF ABI versionNicholas Piggin
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn
2022-11-30powerpc: Allow clearing and restoring registers independent of saved breakpoi...Jordan Niethe
2022-11-30Merge branch 'fixes' into nextMichael Ellerman
2022-11-24powerpc/8xx: Fix warning in hw_breakpoint_handler()Russell Currey
2022-11-24powerpc/kprobes: Use preempt_enable() rather than the no_resched variantNaveen N. Rao
2022-11-24powerpc/kprobes: Have optimized_callback() use preempt_enable()Naveen N. Rao
2022-11-24powerpc/kprobes: Remove preempt disable around call to get_kprobe() in arch_p...Naveen N. Rao
2022-11-24powerpc: remove the last remnants of cputime_tNicholas Piggin
2022-11-24powerpc: Print instruction dump on a single lineMichael Ellerman
2022-11-24powerpc: Make instruction dump work with scripts/decodecodeMichael Ellerman
2022-11-24powerpc/kvm: Remove unused macros from asm-offsetDisha Goel
2022-11-18powerpc/vdso: Skip objtool from running on VDSO filesSathvika Vasireddy
2022-11-18powerpc/32: Fix objtool unannotated intra-function call warningsChristophe Leroy
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-16powerpc: Fix writable sections being moved into the rodata regionNicholas Piggin
2022-11-15powerpc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov
2022-11-15powerpc: Curb objtool unannotated intra-function call warningsSathvika Vasireddy
2022-11-15powerpc: Fix objtool unannotated intra-function call warningsSathvika Vasireddy
2022-11-01powerpc/32: fix syscall wrappers with 64-bit argumentsAndreas Schwab
2022-10-27powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft...Nicholas Piggin
2022-10-18powerpc/64s/interrupt: Perf NMI should not take normal exit pathNicholas Piggin
2022-10-18powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warningNicholas Piggin
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-14Merge tag 'powerpc-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-10-13powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked contextNicholas Piggin
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds