index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
book3s
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-05-28
7
-13
/
+43
|
\
|
*
powerpc/64s: Only set HAVE_ARCH_UNMAPPED_AREA when CONFIG_PPC_64S_HASH_MMU is...
Christophe Leroy
2022-05-24
1
-0
/
+2
|
*
powerpc: Book3S 64-bit outline-only KASAN support
Daniel Axtens
2022-05-22
3
-3
/
+16
|
*
powerpc/mm: Move get_unmapped_area functions to slice.c
Christophe Leroy
2022-05-05
2
-6
/
+6
|
*
powerpc/mm: Use generic_hugetlb_get_unmapped_area()
Christophe Leroy
2022-05-05
1
-4
/
+0
|
*
powerpc/mm: Make slice specific to book3s/64
Christophe Leroy
2022-05-05
2
-0
/
+19
*
|
powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3s
David Hildenbrand
2022-05-09
1
-1
/
+20
*
|
powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3s
David Hildenbrand
2022-05-09
1
-7
/
+5
|
/
*
Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-03-25
2
-17
/
+24
|
\
|
*
powerpc/64: Force inlining of prevent_user_access() and set_kuap()
Christophe Leroy
2022-03-08
1
-2
/
+2
|
*
powerpc/32s: Make pte_update() non atomic on 603 core
Christophe Leroy
2022-02-03
1
-15
/
+22
*
|
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-2
/
+2
|
\
\
|
*
|
powerpc: Add pmd_pfn()
Matthew Wilcox (Oracle)
2022-03-21
1
-2
/
+2
|
|
/
*
/
powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not set
Murilo Opsfelder Araujo
2022-03-05
1
-1
/
+1
|
/
*
powerpc/fixmap: Fix VM debug warning on unmap
Christophe Leroy
2022-01-24
2
-0
/
+3
*
powerpc/32s: Fix kasan_init_region() for KASAN
Christophe Leroy
2022-01-16
1
-0
/
+2
*
powerpc/pseries: Add __init attribute to eligible functions
Nick Child
2021-12-23
1
-1
/
+1
*
powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64
Christophe Leroy
2021-12-09
1
-0
/
+9
*
powerpc/kuap: Add kuap_lock()
Christophe Leroy
2021-12-09
1
-5
/
+9
*
powerpc/kuap: Remove __kuap_assert_locked()
Christophe Leroy
2021-12-09
2
-11
/
+0
*
powerpc/kuap: Check KUAP activation in generic functions
Christophe Leroy
2021-12-09
2
-50
/
+25
*
powerpc/kuap: Add a generic intermediate layer
Christophe Leroy
2021-12-09
2
-17
/
+15
*
powerpc/32s: Save content of sr0 to avoid 'mfsr'
Christophe Leroy
2021-12-09
1
-0
/
+5
*
powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
Christophe Leroy
2021-12-09
2
-35
/
+76
*
powerpc/32s: Remove capability to disable KUEP at boottime
Christophe Leroy
2021-12-09
1
-2
/
+1
*
powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
Nicholas Piggin
2021-12-09
4
-4
/
+35
*
powerpc/64s: Always define arch unmapped area calls
Nicholas Piggin
2021-12-09
2
-4
/
+6
*
powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
Nicholas Piggin
2021-12-02
1
-4
/
+0
*
powerpc/64s: Get LPID bit width from device tree
Nicholas Piggin
2021-11-30
1
-4
/
+5
*
Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-11-05
3
-0
/
+15
|
\
|
*
powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOC
Joel Stanley
2021-10-22
3
-0
/
+15
*
|
powerpc/32s: Fix kuap_kernel_restore()
Christophe Leroy
2021-10-07
1
-0
/
+8
|
/
*
Merge branch 'fixes' into next
Michael Ellerman
2021-09-03
1
-0
/
+20
|
\
|
*
powerpc/32s: Fix random crashes by adding isync() after locking/unlocking KUEP
Christophe Leroy
2021-08-19
1
-0
/
+20
*
|
powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto
Christophe Leroy
2021-08-15
1
-1
/
+1
|
/
*
powerpc/book3s64/mm: update flush_tlb_range to flush page walk cache
Aneesh Kumar K.V
2021-07-08
1
-0
/
+2
*
mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *
Aneesh Kumar K.V
2021-07-08
1
-1
/
+4
*
mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
Aneesh Kumar K.V
2021-07-08
1
-1
/
+5
*
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-07-02
6
-114
/
+211
|
\
|
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2021-06-23
2
-0
/
+5
|
|
\
|
*
|
powerpc: Define swapper_pg_dir[] in C
Christophe Leroy
2021-06-17
1
-0
/
+3
|
*
|
powerpc/kuap: Remove to/from/size parameters of prevent_user_access()
Christophe Leroy
2021-06-17
2
-4
/
+2
|
*
|
powerpc/kuap: Remove KUAP_CURRENT_XXX
Christophe Leroy
2021-06-17
1
-1
/
+0
|
*
|
powerpc/32s: Rework Kernel Userspace Access Protection
Christophe Leroy
2021-06-17
1
-71
/
+79
|
*
|
powerpc/32s: Allow disabling KUAP at boot time
Christophe Leroy
2021-06-17
1
-1
/
+26
|
*
|
powerpc/32s: Allow disabling KUEP at boot time
Christophe Leroy
2021-06-17
1
-1
/
+5
|
*
|
powerpc/32s: Simplify calculation of segment register content
Christophe Leroy
2021-06-17
1
-19
/
+23
|
*
|
powerpc/32s: Convert switch_mmu_context() to C
Christophe Leroy
2021-06-17
1
-0
/
+5
|
*
|
powerpc/32s: move CTX_TO_VSID() into mmu-hash.h
Christophe Leroy
2021-06-17
1
-0
/
+10
|
*
|
powerpc/32s: Refactor update of user segment registers
Christophe Leroy
2021-06-17
2
-0
/
+48
[next]