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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
/
book3s
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
powerpc/64s/slb: Fix SLB multihit issue during SLB preload
Donet Tom
1
-1
/
+0
10 days
powerpc, mm: Fix mprotect on book3s 32-bit
Dave Vasilevsky
1
-1
/
+4
2025-02-27
powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as static inline
Christophe Leroy
1
-2
/
+10
2025-02-27
powerpc/64s/mm: Move __real_pte stubs into hash-4k.h
Michael Ellerman
2
-26
/
+20
2023-09-01
powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changes
Ingo Molnar
1
-1
/
+1
2023-08-31
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
5
-153
/
+110
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+3
2023-08-25
powerpc: implement the new page table range API
Matthew Wilcox (Oracle)
3
-18
/
+4
2023-08-18
powerpc/book3s64/radix: add support for vmemmap optimization for radix
Aneesh Kumar K.V
1
-0
/
+11
2023-08-18
powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...
Aneesh Kumar K.V
1
-0
/
+2
2023-08-18
powerpc/book3s64/mm: enable transparent pud hugepage
Aneesh Kumar K.V
5
-11
/
+199
2023-08-18
mmu_notifiers: call invalidate_range() when invalidating TLBs
Alistair Popple
1
-0
/
+1
2023-08-18
powerpc/mm: Cleanup memory block size probing
Aneesh Kumar K.V
1
-4
/
+1
2023-08-18
powerpc/32s: Cleanup the mess in __set_pte_at()
Christophe Leroy
1
-46
/
+31
2023-08-02
powerpc/64s: Use dec_mm_active_cpus helper
Nicholas Piggin
1
-1
/
+1
2023-08-02
powerpc/kuap: Use ASM feature fixups instead of static branches
Christophe Leroy
1
-9
/
+37
2023-08-02
powerpc/kuap: KUAP enabling/disabling functions must be __always_inline
Christophe Leroy
2
-20
/
+21
2023-08-02
powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32
Christophe Leroy
1
-46
/
+19
2023-08-02
powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuap
Christophe Leroy
2
-14
/
+0
2023-08-02
powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAP
Christophe Leroy
2
-10
/
+10
2023-08-02
powerpc/kuap: Fold kuep_is_disabled() into its only user
Christophe Leroy
1
-5
/
+0
2023-08-02
powerpc/kuap: Avoid useless jump_label on empty function
Christophe Leroy
2
-12
/
+4
2023-07-12
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
2
-3
/
+3
2023-07-10
powerpc/mm/book3s64/hash/4k: Add pmd_same callback for 4K page size
Aneesh Kumar K.V
3
-11
/
+5
2023-06-19
powerpc/dexcr: Add initial Dynamic Execution Control Register (DEXCR) support
Benjamin Gray
1
-0
/
+5
2023-06-19
powerpc/book3s: Add missing <linux/sched.h> include
Benjamin Gray
1
-0
/
+1
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2023-03-29
mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()
Gerald Schaefer
1
-1
/
+2
2023-03-28
powerpc/64s: Fix __pte_needs_flush() false positive warning
Benjamin Gray
1
-2
/
+7
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-6
/
+32
2023-02-17
powerpc/64s: Prevent fallthrough to hash TLB flush when using radix
Benjamin Gray
1
-2
/
+2
2023-02-03
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2
-2
/
+0
2023-02-03
powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
David Hildenbrand
1
-5
/
+33
2023-02-02
powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()
Michael Ellerman
1
-0
/
+2
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-79
/
+21
2022-12-01
mm: remove unused savedwrite infrastructure
David Hildenbrand
1
-76
/
+4
2022-11-30
powerpc/tlb: Add local flush for page given mm_struct and psize
Benjamin Gray
2
-0
/
+16
2022-11-30
powerpc/mm: Remove flush_all_mm, local_flush_all_mm
Benjamin Gray
2
-37
/
+0
2022-11-30
powerpc/mm: Remove empty hash__ functions
Benjamin Gray
2
-46
/
+9
2022-10-18
powerpc/64s: Disable preemption in hash lazy mmu mode
Nicholas Piggin
1
-0
/
+6
2022-09-30
powerpc/mm/book3s/hash: Rename flush_tlb_pmd_range
Aneesh Kumar K.V
1
-3
/
+1
2022-09-28
powerpc/64s: Enable KFENCE on book3s64
Nicholas Miehlbradt
2
-3
/
+5
2022-09-26
powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendly
Christophe Leroy
2
-8
/
+4
2022-09-26
powerpc/mm: Reduce redundancy in pgtable.h
Christophe Leroy
2
-38
/
+0
2022-09-26
powerpc/book3s: Inline first level of update_mmu_cache()
Christophe Leroy
1
-5
/
+10
2022-09-26
powerpc/mm/64s: Drop p4d_leaf()
Michael Ellerman
1
-7
/
+0
2022-09-26
powerpc/mm/64s: Drop pgd_huge()
Michael Ellerman
2
-19
/
+0
2022-09-08
powerpc/64s: add pte_needs_flush and huge_pmd_needs_flush
Nicholas Piggin
2
-0
/
+59
2022-08-26
powerpc/mm: Support execute-only memory on the Radix MMU
Russell Currey
1
-0
/
+2
2022-08-07
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-3
/
+26
[next]