index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
2020-06-08
1
-2
/
+2
*
powerpc: use asm-generic/cacheflush.h
Christoph Hellwig
2020-06-08
1
-32
/
+10
*
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-06-05
68
-688
/
+1039
|
\
|
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2020-06-03
1
-0
/
+10
|
|
\
|
|
*
powerpc/book3s64/kvm: Fix secondary page table walk warning during migration
Aneesh Kumar K.V
2020-05-29
1
-0
/
+10
|
*
|
powerpc: Add POWER10 architected mode
Alistair Popple
2020-06-02
3
-2
/
+15
|
*
|
powerpc/dt_cpu_ftrs: Add MMA feature
Alistair Popple
2020-06-02
1
-1
/
+2
|
*
|
powerpc: Add support for ISA v3.1
Alistair Popple
2020-06-02
2
-1
/
+3
|
*
|
powerpc: Add new HWCAP bits
Alistair Popple
2020-06-02
1
-0
/
+2
|
*
|
powerpc/64s: Don't set FSCR bits in INIT_THREAD
Michael Ellerman
2020-06-02
1
-1
/
+0
|
*
|
powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUG
Christophe Leroy
2020-06-02
1
-1
/
+2
|
*
|
powerpc/module_64: Consolidate ftrace code
Naveen N. Rao
2020-06-02
1
-3
/
+0
|
*
|
powerpc/8xx: Reduce time spent in allow_user_access() and friends
Christophe Leroy
2020-06-02
1
-8
/
+8
|
*
|
powerpc/rtas: Implement reentrant rtas call
Leonardo Bras
2020-06-02
2
-0
/
+3
|
*
|
powerpc/rtas: Move type/struct definitions from rtas.h into rtas-types.h
Leonardo Bras
2020-06-02
2
-117
/
+125
|
*
|
powerpc/kernel: Enables memory hot-remove after reboot on pseries guests
Leonardo Bras
2020-06-02
1
-0
/
+1
|
*
|
hw-breakpoints: Fix build warnings with clang
Ravi Bangoria
2020-06-02
1
-3
/
+0
|
*
|
powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor details
Kajol Jain
2020-05-28
1
-0
/
+6
|
*
|
powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asm
Nicholas Piggin
2020-05-28
1
-3
/
+7
|
*
|
powerpc/64/kuap: Conditionally restore AMR in interrupt exit
Nicholas Piggin
2020-05-28
1
-3
/
+19
|
*
|
powerpc/64s/kuap: Add missing isync to KUAP restore paths
Nicholas Piggin
2020-05-28
1
-1
/
+10
|
*
|
powerpc: Remove IBM405 Erratum #77
Christophe Leroy
2020-05-28
7
-53
/
+0
|
*
|
powerpc/40x: Remove support for IBM 403GCX
Christophe Leroy
2020-05-28
3
-67
/
+1
|
*
|
powerpc/pgtable: Drop PTE_ATOMIC_UPDATES
Christophe Leroy
2020-05-28
1
-15
/
+0
|
*
|
powerpc/40x: Rework 40x PTE access and TLB miss
Christophe Leroy
2020-05-28
2
-22
/
+3
|
*
|
powerpc: Remove Xilinx PPC405/PPC440 support
Michal Simek
2020-05-28
2
-37
/
+0
|
*
|
powerpc/64s/radix: Don't prefetch DAR in update_mmu_cache
Nicholas Piggin
2020-05-28
1
-2
/
+5
|
*
|
powerpc: Add ppc_inst_as_u64()
Michael Ellerman
2020-05-26
1
-0
/
+9
|
*
|
powerpc: Add ppc_inst_next()
Michael Ellerman
2020-05-26
1
-0
/
+13
|
*
|
Merge branch 'fixes' into next
Michael Ellerman
2020-05-26
3
-6
/
+24
|
|
\
\
|
*
\
\
Merge "Use hugepages to map kernel mem on 8xx" into next
Michael Ellerman
2020-05-26
13
-239
/
+125
|
|
\
\
\
|
|
*
|
|
powerpc/32s: Implement dedicated kasan_init_region()
Christophe Leroy
2020-05-26
1
-0
/
+1
|
|
*
|
|
powerpc/8xx: Add a function to early map kernel via huge pages
Christophe Leroy
2020-05-26
2
-0
/
+7
|
|
*
|
|
powerpc/8xx: Remove now unused TLB miss functions
Christophe Leroy
2020-05-26
1
-7
/
+1
|
|
*
|
|
powerpc/8xx: Add function to set pinned TLBs
Christophe Leroy
2020-05-26
1
-0
/
+2
|
|
*
|
|
powerpc/8xx: MM_SLICE is not needed anymore
Christophe Leroy
2020-05-26
3
-86
/
+0
|
|
*
|
|
powerpc/8xx: Only 8M pages are hugepte pages now
Christophe Leroy
2020-05-26
1
-4
/
+3
|
|
*
|
|
powerpc/8xx: Manage 512k huge pages as standard pages.
Christophe Leroy
2020-05-26
3
-5
/
+11
|
|
*
|
|
powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.
Christophe Leroy
2020-05-26
1
-7
/
+6
|
|
*
|
|
powerpc/8xx: Drop CONFIG_8xx_COPYBACK option
Christophe Leroy
2020-05-26
1
-2
/
+0
|
|
*
|
|
powerpc/mm: Reduce hugepd size for 8M hugepages on 8xx
Christophe Leroy
2020-05-26
2
-1
/
+22
|
|
*
|
|
powerpc/mm: Create a dedicated pte_update() for 8xx
Christophe Leroy
2020-05-26
1
-4
/
+25
|
|
*
|
|
powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64
Christophe Leroy
2020-05-26
3
-17
/
+15
|
|
*
|
|
powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 an...
Christophe Leroy
2020-05-26
2
-5
/
+7
|
|
*
|
|
powerpc/mm: Refactor pte_update() on book3s/32
Christophe Leroy
2020-05-26
1
-38
/
+20
|
|
*
|
|
powerpc/mm: Refactor pte_update() on nohash/32
Christophe Leroy
2020-05-26
1
-22
/
+4
|
|
*
|
|
powerpc/mm: PTE_ATOMIC_UPDATES is only for 40x
Christophe Leroy
2020-05-26
2
-44
/
+1
|
|
*
|
|
powerpc/mm: Allocate static page tables for fixmap
Christophe Leroy
2020-05-26
1
-0
/
+4
|
|
*
|
|
powerpc/kasan: Declare kasan_init_region() weak
Christophe Leroy
2020-05-20
1
-0
/
+3
[next]