summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-04-06powerpc: Don't try to copy PPR for task with NULL pt_regsJens Axboe1-0/+6
2023-03-17powerpc/kcsan: Exclude udelay to prevent recursive instrumentationRohan McLure1-2/+2
2023-03-17powerpc/64: Move paca allocation to early_setup()Nicholas Piggin3-15/+12
2023-03-17powerpc/64: Fix task_cpu in early boot when booting non-zero cpuidNicholas Piggin1-0/+5
2023-03-17powerpc: Remove __kernel_text_address() in show_instructions()Christophe Leroy1-2/+1
2023-03-17powerpc/iommu: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-3/+1
2023-03-17powerpc/64: Don't recurse irq replayNicholas Piggin1-35/+66
2023-02-07powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switchNicholas Piggin1-2/+4
2023-01-30powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin3-3/+3
2023-01-30powerpc/85xx: Fix unannotated intra-function call warningSathvika Vasireddy1-1/+2
2023-01-05powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman1-1/+1
2023-01-05powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman1-1/+4
2023-01-05powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman1-0/+1
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld1-0/+1
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds38-365/+498
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+4
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra1-5/+4
2022-12-13Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-12/+13
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-22/+0
2022-12-08Merge branch 'topic/objtool' into nextMichael Ellerman14-31/+84
2022-12-08powerpc/prom: Fix 32-bit buildMichael Ellerman1-1/+2
2022-12-07powerpc/rtas: mandate RTAS syscall filteringNathan Lynch1-16/+0
2022-12-07powerpc/rtas: define pr_fmt and convert printk call sitesNathan Lynch1-9/+10
2022-12-07powerpc/rtas: clean up includesNathan Lynch1-26/+16
2022-12-07powerpc/rtas: clean up rtas_error_log_max initializationNathan Lynch1-11/+26
2022-12-07powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch1-1/+6
2022-12-07powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch1-3/+10
2022-12-07powerpc/rtasd: use correct OF API for event scan rateNathan Lynch1-2/+5
2022-12-07powerpc/rtas: document rtas_call()Nathan Lynch1-0/+58
2022-12-07powerpc: export the CPU node countLaurent Dufour1-0/+3
2022-12-02powerpc/64e: Clear gprs on interrupt routine entry on Book3ERohan McLure1-2/+2
2022-12-02powerpc/64s: Zeroise gprs on interrupt routine entry on Book3SRohan McLure2-11/+32
2022-12-02powerpc/64s: IOption for MSR stored in r12Rohan McLure1-0/+7
2022-12-02powerpc/64: Sanitise common exit code for interruptsRohan McLure1-0/+6
2022-12-02powerpc: allow minimum sized kernel stack framesNicholas Piggin12-20/+20
2022-12-02powerpc: split validate_sp into two functionsNicholas Piggin2-10/+15
2022-12-02powerpc: copy_thread add a back chain to the switch stack frameNicholas Piggin1-0/+2
2022-12-02powerpc: copy_thread fill in interrupt frame marker and back chainNicholas Piggin1-1/+3
2022-12-02powerpc: add a define for the switch frame size and regs offsetNicholas Piggin3-8/+12
2022-12-02powerpc: add a define for the user interrupt frame sizeNicholas Piggin2-5/+5
2022-12-02powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin2-2/+2
2022-12-02powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin6-10/+10
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin14-94/+93
2022-12-02powerpc: simplify ppc_save_regsNicholas Piggin1-42/+15
2022-12-02powerpc: Rearrange copy_thread child stack creationNicholas Piggin1-5/+6
2022-12-02powerpc/64: Add module check for ELF ABI versionNicholas Piggin1-0/+10
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn1-22/+0
2022-11-30powerpc: Allow clearing and restoring registers independent of saved breakpoi...Jordan Niethe1-3/+35
2022-11-30Merge branch 'fixes' into nextMichael Ellerman7-10/+60