summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-06powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman1-1/+1
2023-01-06powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman1-1/+4
2023-01-06powerpc/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-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-12/+13
2022-12-12Merge 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
2022-11-24powerpc/8xx: Fix warning in hw_breakpoint_handler()Russell Currey1-1/+1
2022-11-24powerpc/kprobes: Use preempt_enable() rather than the no_resched variantNaveen N. Rao1-6/+6
2022-11-24powerpc/kprobes: Have optimized_callback() use preempt_enable()Naveen N. Rao1-1/+1
2022-11-24powerpc/kprobes: Remove preempt disable around call to get_kprobe() in arch_p...Naveen N. Rao1-2/+0
2022-11-24powerpc: remove the last remnants of cputime_tNicholas Piggin1-21/+2
2022-11-24powerpc: Print instruction dump on a single lineMichael Ellerman1-4/+1
2022-11-24powerpc: Make instruction dump work with scripts/decodecodeMichael Ellerman1-1/+1
2022-11-24powerpc/kvm: Remove unused macros from asm-offsetDisha Goel1-25/+0
2022-11-18powerpc/vdso: Skip objtool from running on VDSO filesSathvika Vasireddy1-0/+2
2022-11-18powerpc/32: Fix objtool unannotated intra-function call warningsChristophe Leroy8-26/+66