summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* vdso: Use CONFIG_PAGE_SHIFT in vdso/datapage.hArnd Bergmann2024-04-031-2/+1
* powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini2024-03-171-49/+49
* Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-1521-41/+81
|\
| * powerpc/macio: Make remove callback of macio driver void returnedDawei Li2024-03-071-1/+1
| * powerpc/83xx: Fix build failure with FPU=nMichael Ellerman2024-03-071-0/+4
| * powerpc/64s: Fix get_hugepd_cache_index() build failureMichael Ellerman2024-03-071-2/+2
| * powerpc/fsl: Fix mfpmr() asm constraint errorMichael Ellerman2024-03-071-2/+2
| * powerpc/fsl: Modernise mt/mfpmrMichael Ellerman2024-03-031-11/+21
| * powerpc/fsl: Fix mfpmr build errors with newer binutilsMichael Ellerman2024-03-031-2/+9
| * powerpc/64s: Use .machine power4 around dcbtMichael Ellerman2024-03-031-2/+8
| * powerpc/64s: Move dcbt/dcbtst sequence into a macroMichael Ellerman2024-03-031-0/+12
| * powerpc/machdep: Define 'compatibles' property in ppc_md and use itChristophe Leroy2024-03-031-0/+1
| * powerpc: Refactor __kernel_map_pages()Christophe Leroy2024-03-033-14/+0
| * powerpc: Implement set_memory_rox()Christophe Leroy2024-02-221-0/+7
| * powerpc: Use user_mode() macro when possibleChristophe Leroy2024-02-221-1/+1
| * powerpc/trace: Restrict hash_fault trace event to HASH MMUChristophe Leroy2024-02-221-1/+2
| * powerpc/ps3: Fix lv1 hcall assembly for ELFv2 calling conventionNicholas Piggin2024-02-211-2/+4
| * powerpc/pseries: Set CPU_FTR_DBELL according to ibm,pi-featuresNicholas Piggin2024-02-211-5/+6
| * powerpc: Add Power11 architected and raw modeMadhavan Srinivasan2024-02-213-0/+6
| * powerpc: Remove duplicate/unnecessary ifdefsShrikanth Hegde2024-02-211-4/+0
| * powerpc: ibmebus: make ibmebus_bus_type constRicardo B. Marliere2024-02-151-1/+1
| * powerpc: pmac: make macio_bus_type constRicardo B. Marliere2024-02-151-1/+1
| * powerpc: mpic: make mpic_subsys constRicardo B. Marliere2024-02-151-1/+1
| * powerpc: vio: make vio_bus_type constRicardo B. Marliere2024-02-151-1/+1
| * powerpc: Force inlining of arch_vmap_p{u/m}d_supported()Christophe Leroy2024-02-151-2/+2
| * powerpc/smp: Remap boot CPU onto core 0 if >= nr_cpu_idsMichael Ellerman2024-02-151-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-1/+44
|\ \
| * \ Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-03-118-13/+20
| |\ \
| * \ \ Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-092-8/+8
| |\ \ \
| * | | | KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyPaolo Bonzini2024-02-081-1/+0
| * | | | KVM: powerpc: move powerpc-specific structs to uapi/asm/kvm.hPaolo Bonzini2024-02-081-0/+44
| | |_|/ | |/| |
* | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-143-49/+9
|\ \ \ \
| * | | | mm/treewide: drop pXd_large()Peter Xu2024-03-062-7/+1
| * | | | mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu2024-03-062-30/+4
| * | | | mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu2024-03-062-15/+3
| * | | | mm/mmu_gather: add tlb_remove_tlb_entries()David Hildenbrand2024-02-221-0/+2
| * | | | powerpc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand2024-02-221-0/+2
* | | | | Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-131-3/+2
|\ \ \ \ \
| * | | | | arch/powerpc: Remove <linux/fb.h> from backlight codeThomas Zimmermann2024-03-071-3/+2
* | | | | | Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-8/+1
|\ \ \ \ \ \
| * | | | | | powerpc: Simplify strict_kernel_rwx_enabled()Christophe Leroy2024-02-021-8/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-2/+2
|\ \ \ \ \ \
| * | | | | | kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan2024-02-011-2/+2
| |/ / / / /
* | | | | | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | arch: simplify architecture specific page size configurationArnd Bergmann2024-03-061-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'powerpc-6.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-031-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | powerpc/rtas: use correct function name for resetting TCE tablesNathan Lynch2024-02-231-2/+2
* | | | | Merge tag 'powerpc-6.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-02-241-0/+10
|\| | | | | |/ / / |/| | |
| * | | powerpc/pseries/iommu: DLPAR add doesn't completely initialize pci_controllerGaurav Batra2024-02-191-0/+10
* | | | Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-02-176-11/+8
|\| | | | |_|/ |/| |