summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | powerpc/smp: Enable Asym packing for cores on shared processorSrikar Dronamraju2023-12-151-2/+23
| | |/ /
| * | | powerpc/ftrace: Remove nops after the call to ftrace_stubNaveen N Rao2023-12-131-2/+0
| * | | powerpc/rtas: Warn if per-function lock isn't heldNathan Lynch2023-12-131-12/+9
| * | | powerpc/rtas: Serialize firmware activation sequencesNathan Lynch2023-12-131-0/+4
| * | | powerpc/rtas: Facilitate high-level call sequencesNathan Lynch2023-12-131-0/+83
| * | | powerpc/rtas: Move token validation from block_rtas_call() to sys_rtas()Nathan Lynch2023-12-131-16/+16
| * | | powerpc/rtas: Fall back to linear search on failed token->function lookupNathan Lynch2023-12-131-4/+14
| * | | powerpc/rtas: Add for_each_rtas_function() iteratorNathan Lynch2023-12-131-2/+7
| * | | powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()Nathan Lynch2023-12-131-2/+17
| * | | powerpc/vdso: No need to undef powerpc for 64-bit buildMichael Ellerman2023-12-071-1/+1
| * | | powerpc: Add PVN support for HeXin C2000 processorZhao Ke2023-12-011-0/+15
| * | | powerpc: Fix build error due to is_valid_bugaddr()Michael Ellerman2023-12-011-0/+2
| * | | powerpc/suspend: Add prototype for do_after_copyback()Michael Ellerman2023-11-301-0/+2
| * | | powerpc/rtas_pci: rename and properly expose config access APIsNathan Lynch2023-11-281-4/+4
| * | | powerpc: Remove orphaned reg_a2.hMichael Ellerman2023-11-272-2/+0
| * | | powerpc: Make cpu_spec __ro_after_initMichael Ellerman2023-11-271-2/+2
| * | | powerpc/rtas: Remove trailing spaceNathan Lynch2023-11-211-9/+9
| * | | powerpc/rtas: Remove unused rtas_service_present()Nathan Lynch2023-11-211-5/+0
| |/ /
* | | Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-0/+2
|\ \ \ | |_|/ |/| |
| * | wire up syscalls for statmount/listmountMiklos Szeredi2023-12-141-0/+2
| |/
* | powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao2023-12-051-2/+2
* | KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registersNicholas Piggin2023-11-291-3/+3
* | powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson2023-11-282-0/+15
|/
* Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-122-2/+3
|\
| * powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-docNathan Lynch2023-11-071-0/+2
| * powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann2023-11-061-2/+1
* | Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-091-29/+24
|\ \
| * \ Merge tag 'v6.6-rc7' into coreJoerg Roedel2023-10-263-26/+11
| |\ \
| * | | iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe2023-10-261-8/+1
| * | | powerpc/iommu: Do not do platform domain attach atctions after probeJason Gunthorpe2023-10-061-2/+8
| * | | powerpc/iommu: Setup a default domain and remove set_platform_dma_opsJason Gunthorpe2023-09-251-21/+17
* | | | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-16/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | vga16fb: drop powerpc supportArnd Bergmann2023-10-171-16/+0
| | |/ | |/|
* | | Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-0316-450/+133
|\ \ \
| * | | powerpc: Hide empty pt_regs at base of the stackMichael Ellerman2023-10-191-3/+23
| * | | powerpc/eeh: Remove unnecessary castBenjamin Gray2023-10-191-2/+2
| * | | powerpc: Cast away __iomem in low level IO routinesBenjamin Gray2023-10-191-6/+6
| * | | powerpc: Annotate endianness of various variables and functionsBenjamin Gray2023-10-191-1/+1
| * | | powerpc: Remove extern from function implementationsBenjamin Gray2023-10-192-6/+6
| * | | powerpc: Use NULL instead of 0 for null pointersBenjamin Gray2023-10-191-1/+1
| * | | powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-28/+33
| * | | powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2023-10-191-3/+3
| * | | powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-3/+4
| * | | powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-18/+18
| * | | powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-5/+5
| * | | powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2023-10-193-9/+9
| * | | Merge branch fixes into nextMichael Ellerman2023-10-186-48/+68
| |\| |
| * | | powerpc: Only define __parse_fpscr() when requiredChristophe Leroy2023-10-101-0/+2
| * | | powerpc: Use shared font dataDr. David Alan Gilbert2023-10-011-354/+6
| * | | powerpc: Replace GPL 2.0+ README.legal boilerplate with SPDXGeert Uytterhoeven2023-09-193-13/+4