summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/Makefile: Auto detect cross compilerMichael Ellerman2023-12-071-0/+11
| * | powerpc/Makefile: Default to ppc64le_defconfig when cross buildingMichael Ellerman2023-12-071-2/+2
| * | powerpc/vdso: No need to undef powerpc for 64-bit buildMichael Ellerman2023-12-071-1/+1
| * | powerpc/Makefile: Don't use $(ARCH) unnecessarilyMichael Ellerman2023-12-071-5/+5
| * | powerpc/book3s64: Avoid __pte_protnone() check in __pte_flags_need_flush()Aneesh Kumar K.V (IBM)2023-12-071-7/+2
| * | powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONEAneesh Kumar K.V (IBM)2023-12-072-8/+9
| * | powerpc/pseries/memhp: Log more error conditions in add pathNathan Lynch2023-12-011-1/+6
| * | powerpc/pseries/memhp: Fix access beyond end of drmem arrayNathan Lynch2023-12-011-4/+5
| * | powerpc/44x: select I2C for CURRITUCKRandy Dunlap2023-12-011-0/+1
| * | powerpc/85xx: Fix typo in code commentDario Binacchi2023-12-011-1/+1
| * | powerpc: Add PVN support for HeXin C2000 processorZhao Ke2023-12-015-2/+21
| * | powerpc: Fix build error due to is_valid_bugaddr()Michael Ellerman2023-12-011-0/+2
| * | powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman2023-12-012-3/+4
| * | powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman2023-11-302-5/+5
| * | powerpc/44x: Make ppc44x_idle_init() staticMichael Ellerman2023-11-301-1/+1
| * | powerpc/512x: Fix missing prototype warningsMichael Ellerman2023-11-301-0/+2
| * | powerpc/512x: Make pdm360ng_init() staticMichael Ellerman2023-11-301-1/+1
| * | 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-283-15/+16
| * | powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell2023-11-271-0/+2
| * | powerpc/lib: Validate size for vector operationsNaveen N Rao2023-11-271-0/+10
| * | powerpc/lib: Avoid array bounds warnings in vec opsMichael Ellerman2023-11-271-2/+2
| * | powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpuKunwu Chan2023-11-271-0/+2
| * | powerpc: add crtsavres.o to always-y instead of extra-yMasahiro Yamada2023-11-271-1/+1
| * | powerpc/32: Drop unused grackle_set_stg()Michael Ellerman2023-11-271-19/+0
| * | powerpc: Remove orphaned reg_a2.hMichael Ellerman2023-11-273-156/+0
| * | powerpc: Make cpu_spec __ro_after_initMichael Ellerman2023-11-271-2/+2
| * | powerpc/configs/64s: Enable CONFIG_MEM_SOFT_DIRTYMichael Ellerman2023-11-271-0/+1
| * | powerpc/rtas: Remove 'extern' from function declarations in rtas.hNathan Lynch2023-11-211-27/+26
| * | powerpc/rtas: Remove trailing spaceNathan Lynch2023-11-212-12/+12
| * | powerpc/rtas: Move post_mobility_fixup() declaration to pseriesNathan Lynch2023-11-213-1/+2
| * | powerpc/rtas: Remove unused rtas_service_present()Nathan Lynch2023-11-212-6/+0
| * | powerpc/rtas: Drop declaration of undefined call_rtas() functionNathan Lynch2023-11-211-2/+0
| * | powerpc/powermac: mark smp_psurge_{give,take}_timebase staticArnd Bergmann2023-11-211-2/+2
| * | powerpc/pasemi: mark pas_shutdown() staticArnd Bergmann2023-11-211-1/+1
| * | powerpc/ps3: move udbg_shutdown_ps3gelic prototypeArnd Bergmann2023-11-215-14/+8
| |/
* | 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
| |/
* | Merge tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-051-0/+2
|\ \
| * | arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan2023-12-291-0/+2
* | | Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-281-2/+2
|\| |
| * | kexec: fix KEXEC_FILE dependenciesArnd Bergmann2023-12-201-2/+2
* | | Merge tag 'powerpc-6.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-12-172-7/+46
|\ \ \
| * | | powerpc/pseries/vas: Migration suspend waits for no in-progress open windowsHaren Myneni2023-12-132-7/+46
* | | | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-1/+0
|/ / /
* / / 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-128-24/+24
|\
| * powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-docNathan Lynch2023-11-071-0/+2