summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc: Remove duplicate/unnecessary ifdefsShrikanth Hegde2024-02-214-10/+0
| * powerpc: remove unused KCSAN_SANITIZE_early_64.o in MakefileMasahiro Yamada2024-02-191-1/+0
| * powerpc: ibmebus: make ibmebus_bus_type constRicardo B. Marliere2024-02-152-3/+3
| * powerpc: pmac: make macio_bus_type constRicardo B. Marliere2024-02-151-1/+1
| * powerpc: mpic: make mpic_subsys constRicardo B. Marliere2024-02-152-2/+2
| * powerpc: vio: make vio_bus_type constRicardo B. Marliere2024-02-152-3/+3
| * powerpc: vio: move device attributes into a new ifdefRicardo B. Marliere2024-02-151-25/+34
| * 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-153-7/+29
| * powerpc/smp: Factor out assign_threads()Michael Ellerman2024-02-151-11/+21
| * powerpc/smp: Lookup avail once per device tree nodeMichael Ellerman2024-02-151-6/+5
| * powerpc/smp: Increase nr_cpu_ids to include the boot CPUMichael Ellerman2024-02-151-0/+6
| * powerpc/smp: Adjust nr_cpu_ids to cover all threads of a coreMichael Ellerman2024-02-151-0/+6
* | Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-1511-2/+5040
|\ \
| * | crypto: vmx - Move to arch/powerpc/cryptoDanny Tsen2024-01-2611-2/+5040
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-153-4/+45
|\ \
| * \ Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2024-03-111-2/+1
| |\ \
| | * | KVM: Get rid of return value from kvm_arch_create_vm_debugfs()Oliver Upton2024-02-231-2/+1
| | |/
| * | Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-03-1130-96/+262
| |\ \
| * \ \ Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-093-9/+9
| |\ \ \
| * \ \ \ Merge branch 'kvm-kconfig'Paolo Bonzini2024-02-081-1/+0
| |\ \ \ \
| | * | | | kvm: move "select IRQ_BYPASS_MANAGER" to common codePaolo Bonzini2024-02-081-1/+0
| * | | | | 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-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-143-4/+3
|\ \ \ \ \
| * | | | | powerpc: Kconfig: remove tautology in CONFIG_COMPATNathan Chancellor2024-02-221-1/+0
| * | | | | treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-222-3/+3
* | | | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-1420-136/+95
|\ \ \ \ \ \
| * | | | | | mm/treewide: drop pXd_large()Peter Xu2024-03-062-7/+1
| * | | | | | mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-061-1/+1
| * | | | | | mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-063-3/+3
| * | | | | | mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu2024-03-067-52/+26
| * | | | | | mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu2024-03-062-15/+3
| * | | | | | hugetlb: parallelize 1G hugetlb initializationGang Li2024-03-061-1/+1
| * | | | | | arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He2024-02-233-28/+33
| * | | | | | ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMPBaoquan He2024-02-231-0/+6
| * | | | | | crash: remove dependency of FA_DUMP on CRASH_DUMPBaoquan He2024-02-231-2/+0
| * | | | | | crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2024-02-233-3/+3
| * | | | | | kexec: split crashkernel reservation code out from crash_core.cBaoquan He2024-02-232-2/+3
| * | | | | | mm/mmu_gather: add tlb_remove_tlb_entries()David Hildenbrand2024-02-221-0/+2
| * | | | | | mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual2024-02-221-3/+1
| * | | | | | powerpc/mm: use pte_next_pfn() in set_ptes()David Hildenbrand2024-02-221-4/+1
| * | | | | | powerpc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand2024-02-221-0/+2
| * | | | | | mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy2024-02-221-4/+9
| * | | | | | powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy2024-02-221-4/+3
| * | | | | | arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy2024-02-224-13/+3
| |/ / / / /
* | | | | | Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-133-29/+3
|\ \ \ \ \ \
| * | | | | | arch/powerpc: Remove <linux/fb.h> from backlight codeThomas Zimmermann2024-03-072-29/+2
| * | | | | | Merge v6.8-rc6 into drm-nextDaniel Vetter2024-02-2630-50/+157
| |\ \ \ \ \ \
| * | | | | | | drivers/ps3: select VIDEO to provide cmdline functionsRandy Dunlap2024-02-091-0/+1
| | |_|/ / / / | |/| | | | |