index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
nohash
/
32
Age
Commit message (
Expand
)
Author
Lines
2026-03-04
powerpc/e500: Always use 64 bits PTE
Christophe Leroy
-62
/
+1
2026-01-07
powerpc/32: Automatically adapt TASK_SIZE based on constraints
Christophe Leroy
-4
/
+0
2026-01-07
powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
Christophe Leroy
-2
/
+1
2025-09-01
powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
Thomas Huth
-13
/
+13
2024-09-19
Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-1
/
+2
2024-08-30
powerpc/8xx: Reduce default size of module/execmem area
Christophe Leroy
-1
/
+2
2024-08-22
powerpc/mm: Fix return type of pgd_val()
Christophe Leroy
-2
/
+2
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-65
/
+46
2024-07-12
powerpc/8xx: simplify struct mmu_psize_def
Christophe Leroy
-7
/
+2
2024-07-12
powerpc/8xx: rework support for 8M pages using contiguous PTE entries
Christophe Leroy
-49
/
+42
2024-07-12
powerpc/mm: remove _PAGE_PSIZE
Christophe Leroy
-9
/
+2
2024-06-28
powerpc: Remove core support for 40x
Christophe Leroy
-144
/
+1
2023-11-03
Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-272
/
+83
2023-10-19
powerpc: Support execute-only on all powerpc
Christophe Leroy
-0
/
+1
2023-10-19
powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
-17
/
+3
2023-10-19
powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
-18
/
+4
2023-10-19
powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
-18
/
+4
2023-10-19
powerpc/nohash: Replace pte_user() by pte_read()
Christophe Leroy
-7
/
+0
2023-10-19
powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RW
Christophe Leroy
-0
/
+6
2023-10-19
powerpc/8xx: Use generic permission masks
Christophe Leroy
-8
/
+5
2023-10-19
powerpc: Remove pte_mkuser() and pte_mkpriviledged()
Christophe Leroy
-14
/
+0
2023-10-19
powerpc/nohash: Refactor __ptep_set_access_flags()
Christophe Leroy
-16
/
+0
2023-10-19
powerpc/nohash: Refactor pte_clear()
Christophe Leroy
-3
/
+0
2023-10-19
powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()
Christophe Leroy
-16
/
+0
2023-10-19
powerpc/nohash: Refactor ptep_test_and_clear_young()
Christophe Leroy
-11
/
+0
2023-10-19
powerpc/nohash: Deduplicate pte helpers
Christophe Leroy
-36
/
+0
2023-10-19
powerpc/nohash: Deduplicate _PAGE_CHG_MASK
Christophe Leroy
-7
/
+1
2023-10-19
powerpc/nohash: Refactor pte_update()
Christophe Leroy
-33
/
+0
2023-10-19
powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.h
Christophe Leroy
-5
/
+2
2023-10-19
powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.h
Christophe Leroy
-56
/
+58
2023-10-19
powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()
Christophe Leroy
-8
/
+0
2023-10-19
powerpc: Untangle fixmap.h and pgtable.h and mmu.h
Christophe Leroy
-2
/
+8
2023-10-19
powerpc: Remove pte_ERROR()
Christophe Leroy
-3
/
+0
2023-10-19
powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro
Christophe Leroy
-3
/
+0
2023-10-15
Merge tag 'powerpc-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-0
/
+7
2023-10-09
powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE
Christophe Leroy
-0
/
+7
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
-1
/
+2
2023-08-31
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-33
/
+31
2023-08-16
powerpc: Make virt_to_pfn() a static inline
Linus Walleij
-1
/
+1
2023-08-02
powerpc/kuap: Use ASM feature fixups instead of static branches
Christophe Leroy
-9
/
+21
2023-08-02
powerpc/kuap: KUAP enabling/disabling functions must be __always_inline
Christophe Leroy
-10
/
+10
2023-08-02
powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuap
Christophe Leroy
-9
/
+0
2023-08-02
powerpc/kuap: Avoid useless jump_label on empty function
Christophe Leroy
-6
/
+5
2023-08-02
powerpc/kuap: Avoid unnecessary reads of MD_AP
Christophe Leroy
-6
/
+2
2023-07-11
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
-4
/
+4
2023-02-02
powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
-24
/
+26
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-2
/
+8
2022-12-15
mm: Convert __HAVE_ARCH_P..P_GET to the new style
Peter Zijlstra
-1
/
+1
2022-11-24
powerpc/8xx: Simplify pte_update() with 16k pages
Christophe Leroy
-2
/
+8
2022-09-26
powerpc: Remove CONFIG_PPC_FSL_BOOK3E
Christophe Leroy
-1
/
+1
[next]