index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-18
powerpc/book3s64/radix: add debug message to give more details of vmemmap all...
Aneesh Kumar K.V
1
-0
/
+3
2023-08-18
powerpc/book3s64/radix: remove mmu_vmemmap_psize
Aneesh Kumar K.V
2
-18
/
+14
2023-08-18
powerpc/book3s64/radix: add support for vmemmap optimization for radix
Aneesh Kumar K.V
1
-0
/
+203
2023-08-18
powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...
Aneesh Kumar K.V
2
-32
/
+321
2023-08-18
powerpc/book3s64/mm: enable transparent pud hugepage
Aneesh Kumar K.V
3
-0
/
+113
2023-08-18
powerpc/mm/trace: convert trace event to trace event class
Aneesh Kumar K.V
2
-2
/
+2
2023-08-18
mm: remove CONFIG_PER_VMA_LOCK ifdefs
Matthew Wilcox (Oracle)
1
-4
/
+0
2023-08-18
mmu_notifiers: rename invalidate_range notifier
Alistair Popple
2
-5
/
+5
2023-08-18
mmu_notifiers: call invalidate_range() when invalidating TLBs
Alistair Popple
2
-0
/
+5
2023-08-18
powerpc: mm: convert to GENERIC_IOREMAP
Christophe Leroy
3
-45
/
+12
2023-08-18
powerpc: add pte_free_defer() for pgtables sharing page
Hugh Dickins
1
-3
/
+26
2023-08-18
powerpc: assert_pte_locked() use pte_offset_map_nolock()
Hugh Dickins
1
-2
/
+6
2023-08-18
powerpc/mm: Cleanup memory block size probing
Aneesh Kumar K.V
2
-64
/
+113
2023-08-18
powerpc/47x: Add prototype for mmu_init_secondary()
Christophe Leroy
1
-0
/
+1
2023-08-18
powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototype
Christophe Leroy
1
-14
/
+5
2023-08-16
powerpc: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
1
-1
/
+1
2023-08-14
powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
Christophe Leroy
1
-119
/
+121
2023-08-02
powerpc: address missing-prototypes warnings
Arnd Bergmann
1
-0
/
+1
2023-08-02
powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIs
Nicholas Piggin
1
-1
/
+29
2023-08-02
powerpc: Add mm_cpumask warning when context switching
Nicholas Piggin
1
-2
/
+5
2023-08-02
powerpc/64s: Use dec_mm_active_cpus helper
Nicholas Piggin
1
-1
/
+1
2023-08-02
powerpc: Account mm_cpumask and active_cpus in init_mm
Nicholas Piggin
1
-0
/
+1
2023-08-02
powerpc/kuap: Use ASM feature fixups instead of static branches
Christophe Leroy
1
-1
/
+1
2023-08-02
powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32
Christophe Leroy
1
-13
/
+2
2023-08-02
powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuap
Christophe Leroy
3
-9
/
+4
2023-08-02
powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAP
Christophe Leroy
1
-1
/
+1
2023-08-02
powerpc/kuap: Fold kuep_is_disabled() into its only user
Christophe Leroy
1
-1
/
+1
2023-07-28
powerpc/mm/altmap: Fix altmap boundary check
Aneesh Kumar K.V
1
-2
/
+1
2023-07-17
powerpc/kasan: Disable KCOV in KASAN code
Benjamin Gray
1
-0
/
+1
2023-07-10
powerpc/64s: Fix native_hpte_remove() to be irq-safe
Michael Ellerman
1
-4
/
+9
2023-06-30
Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-20
/
+29
2023-06-28
Merge branch 'expand-stack'
Linus Torvalds
2
-47
/
+6
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-2
/
+8
2023-06-24
powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma()
Linus Torvalds
1
-11
/
+3
2023-06-24
powerpc/mm: Convert to using lock_mm_and_find_vma()
Michael Ellerman
1
-36
/
+3
2023-06-21
powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...
Aneesh Kumar K.V
1
-1
/
+1
2023-06-21
powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencoding
Aneesh Kumar K.V
1
-2
/
+1
2023-06-21
powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo
Aneesh Kumar K.V
1
-12
/
+22
2023-06-20
powerpc/mm/book3s64: Use pmdp_ptep helper instead of typecasting.
Aneesh Kumar K.V
1
-1
/
+1
2023-06-19
powerpc/hugetlb: pte_alloc_huge()
Hugh Dickins
1
-1
/
+1
2023-06-19
powerpc: allow pte_offset_map[_lock]() to fail
Hugh Dickins
2
-0
/
+6
2023-06-14
powerpc/32s: Fix LLVM SMP build
Nicholas Piggin
1
-4
/
+4
2023-06-09
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
1
-1
/
+1
2023-06-09
powerpc/64s/radix: Fix exit lazy tlb mm switch with irqs enabled
Nicholas Piggin
1
-1
/
+9
2023-05-11
powerpc/64s/radix: Fix soft dirty tracking
Michael Ellerman
1
-2
/
+2
2023-04-28
Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-14
/
+7
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-4
/
+41
2023-04-05
powerc/mm: try VMA lock-based page fault handling first
Laurent Dufour
1
-0
/
+37
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2
-2
/
+2
2023-04-04
powerpc: Use of_address_to_resource()
Rob Herring
1
-14
/
+7
[prev]
[next]