summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-4/+2
|\
| * powerpc: mm: add VM_IOREMAP flag to the vmalloc areaBaoquan He2023-02-091-1/+1
| * mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2023-01-181-3/+1
* | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-202-4/+2
|\ \
| * | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-1/+5
| |\|
| * | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-3/+2
| * | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
* | | powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switchNicholas Piggin2023-02-071-2/+4
* | | powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin2023-01-303-3/+3
* | | powerpc/85xx: Fix unannotated intra-function call warningSathvika Vasireddy2023-01-301-1/+2
| |/ |/|
* | powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman2023-01-061-1/+1
* | powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman2023-01-061-1/+4
* | powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman2023-01-061-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-081-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