index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
book3s
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
2018-07-30
3
-1
/
+5
*
powerpc/405: move PPC405_ERR77 in asm-405.h
Christophe Leroy
2018-07-30
1
-2
/
+0
*
powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencoding
Aneesh Kumar K.V
2018-07-24
1
-0
/
+10
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-07-19
4
-55
/
+7
|
\
|
*
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
2018-07-16
4
-55
/
+7
*
|
powerpc/mm/32: Fix pgtable_page_dtor call
Aneesh Kumar K.V
2018-06-26
1
-1
/
+0
*
|
powerpc/mm/hash/4k: Free hugetlb page table caches correctly.
Aneesh Kumar K.V
2018-06-20
4
-0
/
+36
|
/
*
mm: introduce ARCH_HAS_PTE_SPECIAL
Laurent Dufour
2018-06-08
1
-3
/
+0
*
powerpc/64s/radix: optimise pte_update
Nicholas Piggin
2018-06-03
1
-12
/
+13
*
powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flags
Nicholas Piggin
2018-06-03
1
-1
/
+18
*
powerpc/64s/radix: make ptep_get_and_clear_full non-atomic for the full case
Nicholas Piggin
2018-06-03
1
-8
/
+2
*
powerpc/64s/radix: do not flush TLB on spurious fault
Nicholas Piggin
2018-06-03
1
-1
/
+11
*
powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
Aneesh Kumar K.V
2018-06-03
1
-0
/
+2
*
powerpc/mm: Change function prototype
Aneesh Kumar K.V
2018-06-03
3
-7
/
+11
*
powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
Aneesh Kumar K.V
2018-06-03
1
-28
/
+3
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-06-03
1
-0
/
+7
|
\
|
*
powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM
Nicholas Piggin
2018-05-17
1
-0
/
+7
*
|
powerpc/mm: Fix kernel crash on page table free
Aneesh Kumar K.V
2018-06-01
1
-0
/
+1
*
|
powerpc/mm: Use page fragments for allocation page table at PMD level
Aneesh Kumar K.V
2018-05-15
3
-17
/
+5
*
|
powerpc/mm: Implement helpers for pagetable fragment support at PMD level
Aneesh Kumar K.V
2018-05-15
7
-0
/
+25
*
|
powerpc/book3s64/mm: Simplify the rcu callback for page table free
Aneesh Kumar K.V
2018-05-15
2
-5
/
+15
*
|
powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragment
Aneesh Kumar K.V
2018-05-15
3
-31
/
+7
|
/
*
powerpc/mm/radix: Update pte fragment count from 16 to 256 on radix
Aneesh Kumar K.V
2018-04-04
3
-6
/
+15
*
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-31
2
-2
/
+2
|
\
|
*
powerpc/mm: Pass node id into create_section_mapping
Nicholas Piggin
2018-03-30
2
-2
/
+2
*
|
powerpc/mm/hash: Don't memset pgd table if not needed
Aneesh Kumar K.V
2018-03-30
1
-1
/
+11
*
|
powerpc/mm/hash64: Increase the VA range
Aneesh Kumar K.V
2018-03-30
1
-1
/
+1
*
|
powerpc/mm: Add support for handling > 512TB address in SLB miss
Aneesh Kumar K.V
2018-03-30
3
-1
/
+44
*
|
powerpc/mm/keys: Move pte bits to correct headers
Aneesh Kumar K.V
2018-03-30
3
-19
/
+15
*
|
Merge branch 'fixes' into next
Michael Ellerman
2018-03-28
2
-3
/
+3
|
\
\
|
*
|
powerpc/mm/radix: Remove unused code
Aneesh Kumar K.V
2018-03-23
1
-3
/
+0
|
*
|
powerpc/mm: Add tracking of the number of coprocessors using a context
Benjamin Herrenschmidt
2018-03-23
1
-0
/
+3
*
|
|
powerpc/mm/slice: implement a slice mask cache
Nicholas Piggin
2018-03-13
1
-0
/
+18
*
|
|
powerpc/mm/slice: Allow up to 64 low slices
Christophe Leroy
2018-03-05
1
-1
/
+2
*
|
|
powerpc/mm/slice: create header files dedicated to slices
Christophe Leroy
2018-03-05
1
-0
/
+27
|
/
/
*
|
powerpc/mm/hash64: Zero PGD pages on allocation
Aneesh Kumar K.V
2018-02-13
1
-2
/
+8
*
|
powerpc/mm/hash64: Store the slot information at the right offset for hugetlb
Aneesh Kumar K.V
2018-02-13
3
-6
/
+8
*
|
powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabled
Aneesh Kumar K.V
2018-02-13
2
-2
/
+3
*
|
powerpc/mm: Fix crashes with 16G huge pages
Aneesh Kumar K.V
2018-02-13
5
-3
/
+21
|
/
*
Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-02-02
10
-28
/
+234
|
\
|
*
powerpc/mm/radix: Fix build error when RADIX_MMU=n
Michael Ellerman
2018-01-30
1
-0
/
+4
|
*
powerpc: check key protection for user page access
Ram Pai
2018-01-20
1
-1
/
+9
|
*
powerpc: helper to validate key-access permissions of a pte
Ram Pai
2018-01-20
1
-0
/
+2
|
*
powerpc: Program HPTE key protection bits
Ram Pai
2018-01-20
1
-0
/
+5
|
*
powerpc: map vma key-protection bits to pte key bits.
Ram Pai
2018-01-20
1
-1
/
+24
|
*
powerpc: introduce execute-only pkey
Ram Pai
2018-01-20
1
-0
/
+1
|
*
powerpc: track allocation status of all pkeys
Ram Pai
2018-01-20
1
-0
/
+9
|
*
powerpc/64s: Fix ps3 build error due to tlbiel_all()
Michael Ellerman
2018-01-19
1
-0
/
+4
|
*
powerpc/64s: Improve local TLB flush for boot and MCE on POWER9
Nicholas Piggin
2018-01-17
3
-0
/
+38
|
*
powerpc/mm: Introduce _PAGE_NA
Christophe Leroy
2018-01-16
1
-0
/
+1
[next]