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
/
book3s
/
64
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2
-79
/
+12
2022-11-30
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
1
-0
/
+7
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
1
-6
/
+3
2022-09-26
powerpc/mm: Reduce redundancy in pgtable.h
Christophe Leroy
1
-19
/
+0
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-06
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2
-3
/
+26
2022-07-27
powerpc/64s: Remove spurious fault flushing for NMMU
Nicholas Piggin
1
-3
/
+23
2022-06-29
powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Christophe Leroy
1
-0
/
+3
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
1
-1
/
+1
2022-05-28
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
7
-13
/
+43
2022-05-24
powerpc/64s: Only set HAVE_ARCH_UNMAPPED_AREA when CONFIG_PPC_64S_HASH_MMU is set
Christophe Leroy
1
-0
/
+2
2022-05-22
powerpc: Book3S 64-bit outline-only KASAN support
Daniel Axtens
3
-3
/
+16
2022-05-09
powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3s
David Hildenbrand
1
-1
/
+20
2022-05-09
powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3s
David Hildenbrand
1
-7
/
+5
2022-05-05
powerpc/mm: Move get_unmapped_area functions to slice.c
Christophe Leroy
2
-6
/
+6
2022-05-05
powerpc/mm: Use generic_hugetlb_get_unmapped_area()
Christophe Leroy
1
-4
/
+0
2022-05-05
powerpc/mm: Make slice specific to book3s/64
Christophe Leroy
2
-0
/
+19
2022-03-25
Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-2
/
+2
2022-03-08
powerpc/64: Force inlining of prevent_user_access() and set_kuap()
Christophe Leroy
1
-2
/
+2
2022-03-05
powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not set
Murilo Opsfelder Araujo
1
-1
/
+1
2022-01-24
powerpc/fixmap: Fix VM debug warning on unmap
Christophe Leroy
1
-0
/
+2
2021-12-23
powerpc/pseries: Add __init attribute to eligible functions
Nick Child
1
-1
/
+1
2021-12-09
powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64
Christophe Leroy
1
-0
/
+9
2021-12-09
powerpc/kuap: Remove __kuap_assert_locked()
Christophe Leroy
1
-6
/
+0
2021-12-09
powerpc/kuap: Check KUAP activation in generic functions
Christophe Leroy
1
-21
/
+20
2021-12-09
powerpc/kuap: Add a generic intermediate layer
Christophe Leroy
1
-6
/
+4
2021-12-09
powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
Nicholas Piggin
3
-4
/
+31
2021-12-09
powerpc/64s: Always define arch unmapped area calls
Nicholas Piggin
2
-4
/
+6
2021-12-02
powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
Nicholas Piggin
1
-4
/
+0
2021-11-30
powerpc/64s: Get LPID bit width from device tree
Nicholas Piggin
1
-4
/
+5
2021-10-22
powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOC
Joel Stanley
3
-0
/
+15
2021-08-15
powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto
Christophe Leroy
1
-1
/
+1
2021-07-08
powerpc/book3s64/mm: update flush_tlb_range to flush page walk cache
Aneesh Kumar K.V
1
-0
/
+2
2021-07-08
mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *
Aneesh Kumar K.V
1
-1
/
+4
2021-07-08
mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
Aneesh Kumar K.V
1
-1
/
+5
2021-06-23
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2
-0
/
+5
2021-06-22
KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
Bharata B Rao
1
-0
/
+4
2021-06-21
powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
Bharata B Rao
1
-0
/
+1
2021-06-17
powerpc: Define swapper_pg_dir[] in C
Christophe Leroy
1
-0
/
+3
2021-06-17
powerpc/kuap: Remove to/from/size parameters of prevent_user_access()
Christophe Leroy
1
-2
/
+1
2021-04-22
powerpc/64: Fix the definition of the fixmap area
Christophe Leroy
1
-1
/
+3
[next]