index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
nohash
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-22
Merge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-1
/
+1
2026-04-05
mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
Baolin Wang
1
-1
/
+1
2026-04-05
mm: change to return bool for ptep_test_and_clear_young()
Baolin Wang
1
-2
/
+2
2026-03-13
mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()
Tobias Huschle
1
-1
/
+1
2026-03-04
powerpc/e500: Always use 64 bits PTE
Christophe Leroy
2
-62
/
+1
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+12
2026-01-26
powerpc/mm: support page table check
Rohan McLure
1
-1
/
+7
2026-01-26
powerpc/mm: implement *_user_accessible_page() for ptes
Rohan McLure
1
-0
/
+5
2026-01-07
powerpc/32: Automatically adapt TASK_SIZE based on constraints
Christophe Leroy
1
-4
/
+0
2026-01-07
powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
Christophe Leroy
2
-4
/
+2
2025-09-15
powerpc/603: Really copy kernel PGD entries into all PGDIRs
Christophe Leroy
1
-1
/
+1
2025-09-01
powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
Thomas Huth
11
-28
/
+28
2025-06-11
mm: pgtable: fix pte_swp_exclusive
Magnus Lindholm
1
-1
/
+1
2024-09-19
Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2
-2
/
+9
2024-08-30
powerpc/603: Copy kernel PGD entries into all PGDIRs and preallocate execmem page tables
Christophe Leroy
1
-1
/
+1
2024-08-30
powerpc/8xx: Reduce default size of module/execmem area
Christophe Leroy
1
-1
/
+2
2024-08-30
powerpc/8xx: Copy kernel PGD entries into all PGDIRs
Christophe Leroy
1
-1
/
+7
2024-08-22
powerpc/mm: Fix return type of pgd_val()
Christophe Leroy
1
-2
/
+2
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
10
-134
/
+133
2024-07-12
powerpc/64s: use contiguous PMD/PUD instead of HUGEPD
Christophe Leroy
1
-4
/
+0
2024-07-12
powerpc/e500: use contiguous PMD instead of hugepd
Christophe Leroy
4
-42
/
+67
2024-07-12
powerpc/e500: encode hugepage size in PTE bits
Christophe Leroy
2
-15
/
+22
2024-07-12
powerpc/e500: remove enc and ind fields from struct mmu_psize_def
Christophe Leroy
1
-3
/
+0
2024-07-12
powerpc/8xx: simplify struct mmu_psize_def
Christophe Leroy
1
-7
/
+2
2024-07-12
powerpc/8xx: rework support for 8M pages using contiguous PTE entries
Christophe Leroy
3
-53
/
+42
2024-07-12
powerpc/mm: allow hugepages without hugepd
Christophe Leroy
1
-1
/
+1
2024-07-12
powerpc/mm: remove _PAGE_PSIZE
Christophe Leroy
4
-12
/
+3
2024-07-12
powerpc/64e: remove unused IBM HTW code
Michael Ellerman
1
-2
/
+1
2024-06-28
powerpc: Remove core support for 40x
Christophe Leroy
4
-148
/
+2
2024-04-25
mm/treewide: remove pXd_huge()
Peter Xu
1
-10
/
+0
2023-11-03
Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
9
-485
/
+248
2023-10-19
powerpc: Support execute-only on all powerpc
Christophe Leroy
3
-1
/
+3
2023-10-19
powerpc: Finally remove _PAGE_USER
Christophe Leroy
1
-7
/
+3
2023-10-19
powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
1
-17
/
+3
2023-10-19
powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
1
-18
/
+4
2023-10-19
powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
2
-29
/
+13
2023-10-19
powerpc/nohash: Replace pte_user() by pte_read()
Christophe Leroy
2
-13
/
+7
2023-10-19
powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RW
Christophe Leroy
6
-4
/
+15
2023-10-19
powerpc/8xx: Use generic permission masks
Christophe Leroy
1
-8
/
+5
2023-10-19
powerpc: Rely on address instead of pte_user()
Christophe Leroy
1
-1
/
+1
2023-10-19
powerpc: Remove pte_mkuser() and pte_mkpriviledged()
Christophe Leroy
3
-43
/
+0
2023-10-19
powerpc/e500: Simplify pte_mkexec()
Christophe Leroy
1
-4
/
+1
2023-10-19
powerpc/nohash: Refactor __ptep_set_access_flags()
Christophe Leroy
3
-31
/
+17
2023-10-19
powerpc/nohash: Refactor pte_clear()
Christophe Leroy
3
-10
/
+5
2023-10-19
powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()
Christophe Leroy
3
-31
/
+16
2023-10-19
powerpc/nohash: Refactor ptep_test_and_clear_young()
Christophe Leroy
3
-29
/
+12
2023-10-19
powerpc/nohash: Deduplicate pte helpers
Christophe Leroy
3
-61
/
+36
2023-10-19
powerpc/nohash: Deduplicate _PAGE_CHG_MASK
Christophe Leroy
3
-13
/
+7
2023-10-19
powerpc/nohash: Refactor checking of no-change in pte_update()
Christophe Leroy
2
-9
/
+3
2023-10-19
powerpc/nohash: Refactor pte_update()
Christophe Leroy
3
-50
/
+42
[next]