summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-023-3/+0
* powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-027-28/+63
* powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand2023-02-021-5/+33
* mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2023-01-183-6/+3
* Merge tag 'powerpc-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-01-154-72/+72
|\
| * powerpc/64s/hash: Make stress_hpt_timer_fn() staticYang Yingliang2023-01-121-1/+1
| * powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain2023-01-112-71/+67
| * powerpc/boot: Fix incorrect version calculation issue in ld_versionOjaswin Mujoo2023-01-111-0/+4
* | Merge tag 'powerpc-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-01-081-1/+5
|\|
| * 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
* | powerpc: dts: t208x: Disable 10G on MAC1 and MAC2Sean Anderson2022-12-221-0/+16
|/
* 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-19132-1083/+3061
|\
| * powerpc/code-patching: Fix oops with DEBUG_VM enabledMichael Ellerman2022-12-161-3/+7
| * powerpc/qspinlock: Fix 32-bit buildNicholas Piggin2022-12-121-0/+1
| * Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-0822-49/+142
| |\
| | * objtool/powerpc: Add --mcount specific implementationSathvika Vasireddy2022-11-181-0/+1
| | * objtool/powerpc: Enable objtool to be built on ppcSathvika Vasireddy2022-11-182-0/+8
| | * 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-1810-35/+89
| | * powerpc: Curb objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-152-0/+5
| | * powerpc: Fix objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-156-13/+32
| | * powerpc: Override __ALIGN and __ALIGN_STR macrosSathvika Vasireddy2022-11-151-0/+3
| | * powerpc: Fix __WARN_FLAGS() for use with ObjtoolSathvika Vasireddy2022-11-151-1/+2
| * | powerpc/prom: Fix 32-bit buildMichael Ellerman2022-12-081-1/+2
| * | powerpc/rtas: mandate RTAS syscall filteringNathan Lynch2022-12-072-29/+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/pseries/eeh: use correct API for error log sizeNathan Lynch2022-12-071-10/+1
| * | 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-072-15/+58
| * | powerpc/pseries: unregister VPA when hot unplugging a CPULaurent Dufour2022-12-071-0/+1
| * | powerpc/pseries: reset the RCU watchdogs after a LPMLaurent Dufour2022-12-071-2/+5
| * | powerpc: Take in account addition CPU node when building kexec FDTLaurent Dufour2022-12-071-1/+58
| * | powerpc: export the CPU node countLaurent Dufour2022-12-072-0/+4
| * | powerpc/dts/fsl: Fix pca954x i2c-mux node namesGeert Uytterhoeven2022-12-066-6/+6
| * | powerpc/code-patching: Remove protection against patching init addresses afte...Christophe Leroy2022-12-023-15/+1
| * | powerpc/feature-fixups: Do not patch init section after initChristophe Leroy2022-12-021-0/+12
| * | powerpc/feature-fixups: Refactor other fixups patchingChristophe Leroy2022-12-021-49/+28
| * | powerpc/feature-fixups: Refactor entry fixups patchingChristophe Leroy2022-12-021-52/+32
| * | powerpc/code-patching: Remove #ifdef CONFIG_STRICT_KERNEL_RWXChristophe Leroy2022-12-021-11/+5
| * | powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1Michael Jeanson2022-12-021-12/+0
| * | powerpc/64: Sanitise user registers on interrupt in pseries, POWERNVRohan McLure2022-12-021-1/+1
| * | 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