index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
book3s
/
64
/
pgtable.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-01
powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
Thomas Huth
1
-5
/
+5
2025-07-09
mm: remove devmap related functions and page table bits
Alistair Popple
1
-51
/
+2
2025-06-11
mm: pgtable: fix pte_swp_exclusive
Magnus Lindholm
1
-1
/
+1
2025-05-11
arch: remove mk_pmd()
Matthew Wilcox (Oracle)
1
-1
/
+0
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+3
2024-09-01
mm/powerpc: add missing pud helpers
Peter Xu
1
-0
/
+3
2024-08-29
powerpc/64s/mm: Move __real_pte stubs into hash-4k.h
Michael Ellerman
1
-26
/
+0
2024-07-12
powerpc/64s: use contiguous PMD/PUD instead of HUGEPD
Christophe Leroy
1
-3
/
+19
2024-04-25
mm/powerpc: redefine pXd_huge() with pXd_leaf()
Peter Xu
1
-15
/
+12
2024-03-15
Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-10
/
+0
2024-03-06
mm/treewide: drop pXd_large()
Peter Xu
1
-3
/
+1
2024-03-06
mm/powerpc: replace pXd_is_leaf() with pXd_leaf()
Peter Xu
1
-6
/
+4
2024-03-06
mm/powerpc: define pXd_large() with pXd_leaf()
Peter Xu
1
-14
/
+2
2024-03-03
powerpc: Refactor __kernel_map_pages()
Christophe Leroy
1
-10
/
+0
2023-12-07
powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONE
Aneesh Kumar K.V (IBM)
1
-8
/
+2
2023-10-19
powerpc: Annotate endianness of various variables and functions
Benjamin Gray
1
-1
/
+1
2023-10-19
powerpc: Support execute-only on all powerpc
Christophe Leroy
1
-3
/
+1
2023-10-19
powerpc/64s: Use generic permission masks
Christophe Leroy
1
-15
/
+5
2023-10-19
powerpc: Remove pte_mkuser() and pte_mkpriviledged()
Christophe Leroy
1
-10
/
+0
2023-10-19
powerpc: Untangle fixmap.h and pgtable.h and mmu.h
Christophe Leroy
1
-0
/
+1
2023-10-19
powerpc: Remove pte_ERROR()
Christophe Leroy
1
-2
/
+0
2023-08-31
powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changes
Ingo Molnar
1
-1
/
+1
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2023-08-24
powerpc: implement the new page table range API
Matthew Wilcox (Oracle)
1
-5
/
+1
2023-08-18
powerpc/book3s64/mm: enable transparent pud hugepage
Aneesh Kumar K.V
1
-11
/
+144
2023-07-11
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
1
-2
/
+2
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-1
/
+0
2022-11-30
mm: remove unused savedwrite infrastructure
David Hildenbrand
1
-76
/
+4
2022-09-28
powerpc/64s: Enable KFENCE on book3s64
Nicholas Miehlbradt
1
-1
/
+1
2022-09-26
powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendly
Christophe Leroy
1
-6
/
+3
2022-09-26
powerpc/mm: Reduce redundancy in pgtable.h
Christophe Leroy
1
-19
/
+0
2022-09-26
powerpc/mm/64s: Drop p4d_leaf()
Michael Ellerman
1
-7
/
+0
2022-09-08
powerpc/64s: add pte_needs_flush and huge_pmd_needs_flush
Nicholas Piggin
1
-0
/
+3
2022-08-26
powerpc/mm: Support execute-only memory on the Radix MMU
Russell Currey
1
-0
/
+2
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
1
-1
/
+1
2022-05-28
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+3
2022-05-22
powerpc: Book3S 64-bit outline-only KASAN support
Daniel Axtens
1
-0
/
+3
2022-05-09
powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3s
David Hildenbrand
1
-1
/
+20
2022-05-09
powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3s
David Hildenbrand
1
-7
/
+5
2022-01-24
powerpc/fixmap: Fix VM debug warning on unmap
Christophe Leroy
1
-0
/
+2
2021-10-22
powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOC
Joel Stanley
1
-0
/
+10
2021-07-08
mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *
Aneesh Kumar K.V
1
-1
/
+4
2021-07-08
mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
Aneesh Kumar K.V
1
-1
/
+5
2021-06-17
powerpc: Define swapper_pg_dir[] in C
Christophe Leroy
1
-0
/
+3
2021-04-22
powerpc/64: Fix the definition of the fixmap area
Christophe Leroy
1
-1
/
+3
2021-04-08
powerpc/mm/64s: Add _PAGE_KERNEL_ROX
Michael Ellerman
1
-0
/
+1
2021-02-09
powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBs
Nicholas Piggin
1
-3
/
+20
2020-11-19
powerpc/mm: Move setting PTE specific flags to pfn_pmd()
Aneesh Kumar K.V
1
-1
/
+16
2020-10-16
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+7
2020-10-16
powerpc/mm: move setting pte specific flags to pfn_pte
Aneesh Kumar K.V
1
-6
/
+9
[next]