summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-151-165/+0
|\
| * powerpc/papr_scm: Move duplicate definitions to common header filesShivaprasad G Bhat2024-04-251-165/+0
* | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-151-1/+1
|\ \
| * | powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)2024-05-141-1/+1
* | | Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-141-15/+11
|\ \ \ | |/ / |/| |
| * | vdso: Consolidate vdso_calc_delta()Adrian Hunter2024-04-081-15/+11
| |/
* | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-132-14/+0
|\ \
| * | sched/vtime: Do not include <asm/vtime.h> headerAlexander Gordeev2024-04-171-1/+0
| * | sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev2024-04-171-13/+0
* | | Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-131-2/+0
|\ \ \
| * | | Replace macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfigVignesh Balasubramanian2024-04-151-2/+0
| |/ /
* | | Merge tag 'powerpc-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-05-051-3/+2
|\ \ \ | |_|/ |/| |
| * | powerpc/pseries: make max polling consistent for longer H_CALLsNayna Jain2024-04-221-3/+2
| |/
* / 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