summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman2023-01-051-1/+1
* powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman2023-01-051-1/+4
* powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman2023-01-051-0/+1
* random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld2022-12-201-0/+1
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-1938-365/+498
|\
| * Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-0814-31/+84
| |\
| | * powerpc/vdso: Skip objtool from running on VDSO filesSathvika Vasireddy2022-11-181-0/+2
| | * powerpc/32: Fix objtool unannotated intra-function call warningsChristophe Leroy2022-11-188-26/+66
| | * powerpc: Curb objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-151-0/+2
| | * powerpc: Fix objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-154-5/+14
| * | powerpc/prom: Fix 32-bit buildMichael Ellerman2022-12-071-1/+2
| * | powerpc/rtas: mandate RTAS syscall filteringNathan Lynch2022-12-071-16/+0
| * | powerpc/rtas: define pr_fmt and convert printk call sitesNathan Lynch2022-12-071-9/+10
| * | powerpc/rtas: clean up includesNathan Lynch2022-12-071-26/+16
| * | powerpc/rtas: clean up rtas_error_log_max initializationNathan Lynch2022-12-071-11/+26
| * | powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch2022-12-071-1/+6
| * | powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch2022-12-071-3/+10
| * | powerpc/rtasd: use correct OF API for event scan rateNathan Lynch2022-12-071-2/+5
| * | powerpc/rtas: document rtas_call()Nathan Lynch2022-12-071-0/+58
| * | powerpc: export the CPU node countLaurent Dufour2022-12-071-0/+3
| * | powerpc/64e: Clear gprs on interrupt routine entry on Book3ERohan McLure2022-12-021-2/+2
| * | powerpc/64s: Zeroise gprs on interrupt routine entry on Book3SRohan McLure2022-12-022-11/+32
| * | powerpc/64s: IOption for MSR stored in r12Rohan McLure2022-12-021-0/+7
| * | powerpc/64: Sanitise common exit code for interruptsRohan McLure2022-12-021-0/+6
| * | powerpc: allow minimum sized kernel stack framesNicholas Piggin2022-12-0212-20/+20
| * | powerpc: split validate_sp into two functionsNicholas Piggin2022-12-022-10/+15
| * | powerpc: copy_thread add a back chain to the switch stack frameNicholas Piggin2022-12-021-0/+2
| * | powerpc: copy_thread fill in interrupt frame marker and back chainNicholas Piggin2022-12-021-1/+3
| * | powerpc: add a define for the switch frame size and regs offsetNicholas Piggin2022-12-023-8/+12
| * | powerpc: add a define for the user interrupt frame sizeNicholas Piggin2022-12-022-5/+5
| * | powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin2022-12-022-2/+2
| * | powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin2022-12-026-10/+10
| * | powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin2022-12-0214-94/+93
| * | powerpc: simplify ppc_save_regsNicholas Piggin2022-12-021-42/+15
| * | powerpc: Rearrange copy_thread child stack creationNicholas Piggin2022-12-021-5/+6
| * | powerpc/64: Add module check for ELF ABI versionNicholas Piggin2022-12-021-0/+10
| * | powerpc: Allow clearing and restoring registers independent of saved breakpoi...Jordan Niethe2022-11-301-3/+35
| * | Merge branch 'fixes' into nextMichael Ellerman2022-11-307-10/+60
| |\ \
| * | | powerpc/8xx: Fix warning in hw_breakpoint_handler()Russell Currey2022-11-241-1/+1
| * | | powerpc/kprobes: Use preempt_enable() rather than the no_resched variantNaveen N. Rao2022-11-241-6/+6
| * | | powerpc/kprobes: Have optimized_callback() use preempt_enable()Naveen N. Rao2022-11-241-1/+1
| * | | powerpc/kprobes: Remove preempt disable around call to get_kprobe() in arch_p...Naveen N. Rao2022-11-241-2/+0
| * | | powerpc: remove the last remnants of cputime_tNicholas Piggin2022-11-241-21/+2
| * | | powerpc: Print instruction dump on a single lineMichael Ellerman2022-11-241-4/+1
| * | | powerpc: Make instruction dump work with scripts/decodecodeMichael Ellerman2022-11-241-1/+1
| * | | powerpc/kvm: Remove unused macros from asm-offsetDisha Goel2022-11-241-25/+0
| | |/ | |/|
* | | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-5/+4
|\ \ \
| * | | mm: Introduce set_memory_rox()Peter Zijlstra2022-12-151-5/+4
* | | | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-132-12/+13
|\ \ \ \
| * | | | powerpc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-152-12/+13