summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2023-08-18powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()Hari Bathini-1/+3
2023-08-18powerpc/fadump: reset dump area size if fadump memory reserve failsSourabh Jain-0/+1
2023-08-18powerpc/4xx: Remove WatchdogHandler() to fix no previous prototype errorChristophe Leroy-12/+1
2023-08-17powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch-3/+3
2023-08-16powerpc/ptrace: Split gpr32_set_commonChristophe Leroy-38/+67
2023-08-16powerpc/watchpoints: Remove ptrace/perf exclusion trackingBenjamin Gray-248/+1
2023-08-16powerpc/watchpoints: Simplify watchpoint reinsertionBenjamin Gray-11/+1
2023-08-16powerpc/watchpoints: Track perf single step directly on the breakpointBenjamin Gray-47/+22
2023-08-16powerpc/watchpoints: Don't track info persistentlyBenjamin Gray-28/+32
2023-08-16powerpc/watchpoints: Explain thread_change_pc() moreBenjamin Gray-0/+4
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada-9/+9
2023-08-16powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada-9/+0
2023-08-14Merge branch 'topic/cpu-smt' into nextMichael Ellerman-1/+7
2023-08-02powerpc: Add HOTPLUG_SMT supportMichael Ellerman-1/+7
2023-08-02powerpc: address missing-prototypes warningsArnd Bergmann-1/+11
2023-08-02powerpc: Explicitly include correct DT includesRob Herring-6/+4
2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin-1/+17
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy-1/+1
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy-0/+4
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy-1/+1
2023-08-01integrity: Always reference the blacklist keyring with appraisalEric Snowberg-4/+4
2023-08-01powerpc/64e: Fix secondary thread bringup for ELFv2 kernelsMichael Ellerman-2/+1
2023-07-31dma-mapping: move arch_dma_set_mask() declaration to headerArnd Bergmann-0/+1
2023-07-28powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao-2/+7
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt-0/+1
2023-07-17Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() wit...Christophe Leroy-7/+2
2023-07-10powerpc/64e: Fix obtool warnings in exceptions-64e.SMichael Ellerman-13/+18
2023-07-10powerpc/security: Fix Speculation_Store_Bypass reporting on Power10Michael Ellerman-18/+19
2023-07-03Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-5/+9
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2023-06-30Merge tag 'pci-v6.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+2
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-290/+374
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds-6/+6
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+6
2023-06-21powerpc/iommu: Only build sPAPR access functions on pSeriesTimothy Pearson-0/+4
2023-06-21powerpc: Annotate accesses to ipi message flagsRohan McLure-2/+2
2023-06-21powerpc: Mark [h]ssr_valid accesses in check_return_regs_validRohan McLure-8/+6
2023-06-19powerpc: update ppc_save_regs to save current r1 in pt_regsAditya Gupta-3/+3
2023-06-19powerpc/ptrace: Expose HASHKEYR register to ptraceBenjamin Gray-0/+39
2023-06-19powerpc/ptrace: Expose DEXCR and HDEXCR registers to ptraceBenjamin Gray-1/+36
2023-06-19powerpc/dexcr: Support userspace ROP protectionBenjamin Gray-0/+17
2023-06-19powerpc/dexcr: Handle hashchk exceptionBenjamin Gray-0/+16
2023-06-19powerpc/dexcr: Add initial Dynamic Execution Control Register (DEXCR) supportBenjamin Gray-0/+9
2023-06-19powerpc/ptrace: Add missing <linux/regset.h> includeBenjamin Gray-0/+2
2023-06-15powerpc/build: vdso linker warning for orphan sectionsNicholas Piggin-2/+8
2023-06-15powerpc/64: Rename entry_64.S to prom_entry_64.SNicholas Piggin-33/+9
2023-06-15powerpc: merge 32-bit and 64-bit _switch implementationNicholas Piggin-282/+259