summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-18powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V1-4/+1
2023-08-18powerpc/32s: Cleanup the mess in __set_pte_at()Christophe Leroy1-46/+31
2023-08-18powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272Christophe Leroy1-1/+1
2023-08-16powerpc/watchpoints: Track perf single step directly on the breakpointBenjamin Gray2-5/+1
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij5-15/+25
2023-08-16powerpc: remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-16powerpc/inst: add PPC_TLBILX_LPIDNick Desaulniers1-0/+2
2023-08-16powerpc/reg: Remove #ifdef around mtspr macroChristophe Leroy1-2/+0
2023-08-16powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()Christophe Leroy1-8/+0
2023-08-16powerpc/8xx: Remove immr_map() and immr_unmap()Christophe Leroy1-8/+0
2023-08-16powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy3-26/+3
2023-08-16powerpc/include: Declare mpc8xx_immr in 8xx_immap.hChristophe Leroy2-2/+2
2023-08-14Merge branch 'topic/cpu-smt' into nextMichael Ellerman1-0/+15
2023-08-02powerpc: Add HOTPLUG_SMT supportMichael Ellerman1-0/+15
2023-08-02powerpc: address missing-prototypes warningsArnd Bergmann1-1/+2
2023-08-02powerpc: Explicitly include correct DT includesRob Herring2-1/+4
2023-08-02powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin2-1/+2
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy4-73/+86
2023-08-02powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy6-52/+53
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy2-46/+20
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy5-31/+11
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy3-12/+12
2023-08-02powerpc/features: Add capability to update mmu features laterChristophe Leroy1-0/+1
2023-08-02powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy1-5/+0
2023-08-02powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy5-39/+29
2023-08-02powerpc/kuap: Avoid unnecessary reads of MD_APChristophe Leroy2-10/+4
2023-07-19Revert "powerpc/64s: Remove support for ELFv1 little endian userspace"Andrew Donnellan2-11/+1
2023-07-17Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() wit...Christophe Leroy1-56/+13
2023-07-10powerpc/mm/book3s64/hash/4k: Add pmd_same callback for 4K page sizeAneesh Kumar K.V3-11/+5
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds16-50/+55
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+3
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2-11/+8
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-24/+0
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-15/+0
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+0
2023-06-24powerpc: move arch_trigger_cpumask_backtrace from nmi.h to irq.hDouglas Anderson2-6/+6
2023-06-21powerpc: Mark writes registering ipi to host cpu through kvm and pollingRohan McLure1-2/+2
2023-06-21powerpc: powernv: Fix KCSAN datarace warnings on idle_state contentionRohan McLure1-0/+1
2023-06-21powerpc: Mark [h]ssr_valid accesses in check_return_regs_validRohan McLure1-2/+2
2023-06-21powerpc/powernv/pci: Remove MVE codeJoel Stanley1-3/+0
2023-06-20watchdog/hardlockup: declare arch_touch_nmi_watchdog() only in linux/nmi.hPetr Mladek1-2/+0
2023-06-20powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2-4/+4
2023-06-19powerpc/ptrace: Expose HASHKEYR register to ptraceBenjamin Gray1-0/+1
2023-06-19powerpc/ptrace: Expose DEXCR and HDEXCR registers to ptraceBenjamin Gray1-0/+1
2023-06-19powerpc/dexcr: Support userspace ROP protectionBenjamin Gray1-0/+1
2023-06-19powerpc/dexcr: Handle hashchk exceptionBenjamin Gray1-0/+1
2023-06-19powerpc/dexcr: Add initial Dynamic Execution Control Register (DEXCR) supportBenjamin Gray3-1/+18
2023-06-19powerpc/book3s: Add missing <linux/sched.h> includeBenjamin Gray1-0/+1
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie1-5/+0