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
/
32
/
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
-6
/
+6
2025-06-11
mm: pgtable: fix pte_swp_exclusive
Magnus Lindholm
1
-1
/
+1
2024-08-30
powerpc/32s: Reduce default size of module/execmem area
Christophe Leroy
1
-1
/
+2
2023-10-19
powerpc: Support execute-only on all powerpc
Christophe Leroy
1
-1
/
+1
2023-10-19
powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
1
-36
/
+12
2023-10-19
powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RW
Christophe Leroy
1
-3
/
+12
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
-1
/
+8
2023-10-19
powerpc: Remove pte_ERROR()
Christophe Leroy
1
-3
/
+0
2023-08-31
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-46
/
+31
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2023-08-24
powerpc: implement the new page table range API
Matthew Wilcox (Oracle)
1
-5
/
+0
2023-08-18
powerpc/32s: Cleanup the mess in __set_pte_at()
Christophe Leroy
1
-46
/
+31
2023-07-11
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
1
-1
/
+1
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-1
/
+0
2023-02-02
powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
David Hildenbrand
1
-5
/
+33
2022-09-26
powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendly
Christophe Leroy
1
-2
/
+1
2022-09-26
powerpc/mm: Reduce redundancy in pgtable.h
Christophe Leroy
1
-19
/
+0
2022-03-25
Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-15
/
+22
2022-03-21
powerpc: Add pmd_pfn()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-02-03
powerpc/32s: Make pte_update() non atomic on 603 core
Christophe Leroy
1
-15
/
+22
2022-01-24
powerpc/fixmap: Fix VM debug warning on unmap
Christophe Leroy
1
-0
/
+1
2021-05-17
powerpc/32s: Remove asm/book3s/32/hash.h
Christophe Leroy
1
-1
/
+37
2021-04-14
powerpc/32s: Define a MODULE area below kernel text all the time
Christophe Leroy
1
-2
/
+0
2020-12-17
Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-8
/
+13
2020-12-09
powerpc/32s: Inline flush_hash_entry()
Christophe Leroy
1
-6
/
+11
2020-12-04
powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at
Mathieu Desnoyers
1
-2
/
+2
2020-11-16
arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
Arnd Bergmann
1
-0
/
+2
2020-07-27
powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWX
Christophe Leroy
1
-10
/
+5
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
1
-17
/
+3
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-49
/
+33
2020-06-04
powerpc: add support for folded p4d page tables
Mike Rapoport
1
-1
/
+0
2020-05-26
powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64
Christophe Leroy
1
-7
/
+8
2020-05-26
powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 an...
Christophe Leroy
1
-3
/
+4
2020-05-26
powerpc/mm: Refactor pte_update() on book3s/32
Christophe Leroy
1
-38
/
+20
2020-05-11
powerpc: Replace _ALIGN() by ALIGN()
Christophe Leroy
1
-1
/
+1
2020-05-11
powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
Christophe Leroy
1
-1
/
+1
2020-03-04
powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32
Christophe Leroy
1
-4
/
+2
2020-01-27
powerpc/32: Add support of KASAN_VMALLOC
Christophe Leroy
1
-0
/
+5
2019-08-28
powerpc: use the generic dma coherent remap allocator
Christoph Hellwig
1
-9
/
+3
2019-08-27
powerpc/mm: refactor ioremap vm area setup.
Christophe Leroy
1
-0
/
+4
2019-08-27
powerpc/mm: make ioremap_bot common to all
Christophe Leroy
1
-2
/
+0
2019-05-03
powerpc/32: make KVIRT_TOP dependent on FIXMAP_START
Christophe Leroy
1
-3
/
+10
2019-02-23
powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX
Christophe Leroy
1
-0
/
+11
2018-12-19
powerpc/mm: add exec protection on powerpc 603
Christophe Leroy
1
-9
/
+9
2018-12-04
powerpc/mm: Extend pte_fragment functionality to PPC32
Christophe Leroy
1
-2
/
+3
2018-12-04
powerpc/book3s32: Remove CONFIG_BOOKE dependent code
Christophe Leroy
1
-14
/
+0
2018-11-26
powerpc/32: Remove #ifdef CONFIG_PPC_STD_MMU_32 in asm/book3s/32/pgtable.h
Christophe Leroy
1
-6
/
+3
2018-10-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-6
/
+0
2018-10-26
hugetlb: introduce generic version of huge_ptep_set_wrprotect()
Alexandre Ghiti
1
-6
/
+0
[next]