index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
nohash
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-03
Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
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
2023-10-19
powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.h
Christophe Leroy
1
-5
/
+2
2023-10-19
powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.h
Christophe Leroy
2
-56
/
+58
2023-10-19
powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()
Christophe Leroy
3
-10
/
+3
2023-10-19
powerpc/nohash: Remove {pte/pmd}_protnone()
Christophe Leroy
1
-17
/
+0
2023-10-19
powerpc: Untangle fixmap.h and pgtable.h and mmu.h
Christophe Leroy
3
-2
/
+9
2023-10-19
powerpc: Refactor update_mmu_cache_range()
Christophe Leroy
1
-15
/
+0
2023-10-19
powerpc: Deduplicate prototypes of ptep_set_access_flags() and phys_mem_acces...
Christophe Leroy
1
-10
/
+0
2023-10-19
powerpc: Remove pte_ERROR()
Christophe Leroy
2
-5
/
+0
2023-10-19
powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro
Christophe Leroy
1
-3
/
+0
2023-10-15
Merge tag 'powerpc-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-1
/
+10
2023-10-09
powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()
Christophe Leroy
1
-1
/
+1
2023-10-09
powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE
Christophe Leroy
2
-0
/
+9
2023-09-30
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
1
-1
/
+2
2023-08-31
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
5
-67
/
+70
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-5
/
+5
2023-08-25
powerpc: implement the new page table range API
Matthew Wilcox (Oracle)
1
-11
/
+5
2023-08-23
powerpc/64e: Fix circular dependency with CONFIG_SMP disabled
Christophe Leroy
1
-0
/
+3
2023-08-16
powerpc: Make virt_to_pfn() a static inline
Linus Walleij
2
-2
/
+2
2023-08-02
powerpc/kuap: Use ASM feature fixups instead of static branches
Christophe Leroy
2
-24
/
+44
2023-08-02
powerpc/kuap: KUAP enabling/disabling functions must be __always_inline
Christophe Leroy
2
-21
/
+21
2023-08-02
powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuap
Christophe Leroy
2
-17
/
+0
2023-08-02
powerpc/kuap: Avoid useless jump_label on empty function
Christophe Leroy
2
-8
/
+11
2023-08-02
powerpc/kuap: Avoid unnecessary reads of MD_AP
Christophe Leroy
2
-10
/
+4
2023-07-12
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
3
-5
/
+5
2023-02-03
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-1
/
+0
2023-02-03
powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
7
-28
/
+63
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-3
/
+16
2022-12-15
mm: Convert __HAVE_ARCH_P..P_GET to the new style
Peter Zijlstra
1
-1
/
+1
2022-11-30
powerpc/tlb: Add local flush for page given mm_struct and psize
Benjamin Gray
1
-0
/
+7
2022-11-24
powerpc/8xx: Reverse order entries are written by __set_pte_at()
Christophe Leroy
1
-1
/
+1
[next]