summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-15/+4
2024-09-19Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds14-43/+85
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-1/+78
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2024-09-17powerpc/atomic: Use YZ constraints for DS-form instructionsMichael Ellerman3-8/+10
2024-09-17mm: always define pxx_pgprot()Peter Xu1-0/+1
2024-09-13powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32Christophe Leroy4-1/+63
2024-09-13powerpc/vdso: Fix VDSO data access when running in a non-root time namespaceChristophe Leroy1-0/+15
2024-09-10powerpc/pseries/eeh: Fix pseries_eeh_err_injectNarayana Murty N1-0/+1
2024-09-04arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)1-6/+0
2024-09-02mm: remove arch_unmap()Michael Ellerman1-5/+0
2024-09-02powerpc/mm: handle VDSO unmapping via close() rather than arch_unmap()Michael Ellerman1-4/+0
2024-09-02mm/powerpc: add missing pud helpersPeter Xu1-0/+3
2024-08-30powerpc/pseries/dlpar: Remove device tree node for DLPAR IO removeHaren Myneni1-0/+1
2024-08-30powerpc/32: Implement validation of emergency stackChristophe Leroy1-0/+4
2024-08-30powerpc/603: Copy kernel PGD entries into all PGDIRs and preallocate execmem ...Christophe Leroy1-1/+1
2024-08-30powerpc/32s: Reduce default size of module/execmem areaChristophe Leroy1-1/+2
2024-08-30powerpc/8xx: Reduce default size of module/execmem areaChristophe Leroy1-1/+2
2024-08-30powerpc/8xx: Copy kernel PGD entries into all PGDIRsChristophe Leroy1-1/+7
2024-08-30powerpc: Remove obsoleted declarations for use_cop and drop_copGaosheng Cui1-3/+0
2024-08-29powerpc/64s/mm: Move __real_pte stubs into hash-4k.hMichael Ellerman2-26/+20
2024-08-22powerpc/mm: Fix return type of pgd_val()Christophe Leroy2-5/+11
2024-08-21powerpc/code-patching: Add data patch alignment checkBenjamin Gray1-0/+6
2024-08-21powerpc/code-patching: Add generic memory patchingBenjamin Gray1-0/+31
2024-08-21powerpc: Remove unused LHZX_BE macroChristophe Leroy1-2/+0
2024-08-13powerpc/topology: Check if a core is onlineNysal Jan K.A1-0/+13
2024-08-07powerpc: Remove useless config comment in asm/percpu.hJinjie Ruan1-1/+1
2024-07-29treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*Valentin Schneider1-3/+3
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+2
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds22-329/+195
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2024-07-20Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds29-360/+67
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-2/+0
2024-07-18Merge branch 'topic/ppc-kvm' into nextMichael Ellerman5-4/+19
2024-07-13powerpc/mm: remove hugepd leftoversChristophe Leroy4-32/+0
2024-07-13powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy9-142/+56
2024-07-13powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy5-56/+68
2024-07-13powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy2-15/+22
2024-07-13powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy1-0/+4
2024-07-13powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy1-3/+0
2024-07-13powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy1-7/+2
2024-07-13powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy5-58/+45
2024-07-13powerpc/mm: allow hugepages without hugepdChristophe Leroy3-11/+3
2024-07-13powerpc/mm: remove _PAGE_PSIZEChristophe Leroy4-12/+3
2024-07-13powerpc/64e: remove unused IBM HTW codeMichael Ellerman1-2/+1
2024-07-11powerpc: Check only single values are passed to CPU/MMU feature checksMichael Ellerman2-0/+2
2024-07-11powerpc: Drop clang workaround for builtin constant checksMichael Ellerman2-4/+0
2024-07-11powerpc64/bpf: jit support for signed division and moduloArtem Savkov1-0/+1
2024-07-11powerpc64/bpf: jit support for sign extended loadArtem Savkov1-0/+1
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0