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
/
book3s64
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-15
Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-24
/
+8
2024-03-06
mm/treewide: replace pud_large() with pud_leaf()
Peter Xu
1
-1
/
+1
2024-03-06
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
2
-2
/
+2
2024-03-06
mm/powerpc: replace pXd_is_leaf() with pXd_leaf()
Peter Xu
1
-7
/
+7
2024-03-03
powerpc/mm: Code cleanup for __hash_page_thp
Kunwu Chan
1
-9
/
+6
2024-03-03
powerpc: Don't ignore errors from set_memory_{n}p() in __kernel_map_pages()
Christophe Leroy
1
-1
/
+2
2024-03-03
powerpc: Refactor __kernel_map_pages()
Christophe Leroy
1
-14
/
+0
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-1
/
+1
2023-12-07
powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONE
Aneesh Kumar K.V (IBM)
1
-0
/
+7
2023-12-01
powerpc: Add PVN support for HeXin C2000 processor
Zhao Ke
1
-1
/
+2
2023-11-27
powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE
Stephen Rothwell
1
-0
/
+2
2023-11-03
Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-6
/
+4
2023-10-21
Merge tag 'powerpc-6.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-8
/
+1
2023-10-19
powerpc: Support execute-only on all powerpc
Christophe Leroy
1
-6
/
+4
2023-10-18
powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()
Michael Ellerman
1
-8
/
+1
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
2
-2
/
+6
2023-08-31
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
5
-186
/
+155
2023-08-24
powerpc: implement the new page table range API
Matthew Wilcox (Oracle)
1
-5
/
+6
2023-08-24
powerpc: Don't include lppaca.h in paca.h
Michael Ellerman
1
-0
/
+1
2023-08-21
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-0
/
+1
2023-08-21
powerpc: convert various functions to use ptdescs
Vishal Moola (Oracle)
2
-21
/
+21
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-0
/
+1
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
1
-11
/
+0
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
1
-27
/
+300
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
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: Cleanup memory block size probing
Aneesh Kumar K.V
1
-64
/
+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/64s: Use dec_mm_active_cpus helper
Nicholas Piggin
1
-1
/
+1
2023-08-02
powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAP
Christophe Leroy
1
-1
/
+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
1
-15
/
+24
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-1
/
+7
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: allow pte_offset_map[_lock]() to fail
Hugh Dickins
2
-0
/
+6
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-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-1
/
+1
2023-03-28
lazy tlb: introduce lazy tlb mm refcount helper functions
Nicholas Piggin
1
-2
/
+2
2023-02-25
Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-38
/
+38
[next]