index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.c
Aneesh Kumar K.V
2016-05-01
2
-4
/
+3
*
powerpc/mm/radix: Add mmu context handling callback for radix
Aneesh Kumar K.V
2016-05-01
2
-8
/
+39
*
powerpc/mm: Abstraction for switch_mmu_context()
Aneesh Kumar K.V
2016-05-01
3
-14
/
+16
*
powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()
Aneesh Kumar K.V
2016-05-01
3
-0
/
+38
*
powerpc/mm: Abstraction for vmemmap and map_kernel_page()
Aneesh Kumar K.V
2016-05-01
6
-16
/
+41
*
powerpc/mm/radix: Add radix callbacks for early init routines
Aneesh Kumar K.V
2016-05-01
6
-2
/
+380
*
powerpc/mm: Abstract early MMU init in preparation for radix
Aneesh Kumar K.V
2016-05-01
3
-10
/
+30
*
powerpc/mm/radix: Add radix callback for pmd accessors
Aneesh Kumar K.V
2016-05-01
3
-5
/
+36
*
powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.h
Aneesh Kumar K.V
2016-05-01
4
-83
/
+108
*
powerpc/mm: Add radix callbacks to pte accessors
Aneesh Kumar K.V
2016-05-01
2
-21
/
+84
*
powerpc/mm/radix: Add dummy radix_enabled()
Aneesh Kumar K.V
2016-05-01
3
-0
/
+14
*
powerpc/mm/radix: Add radix pte #defines
Aneesh Kumar K.V
2016-05-01
4
-0
/
+150
*
powerpc/mm: Move pte related functions together
Aneesh Kumar K.V
2016-05-01
1
-71
/
+71
*
powerpc/mm: Move page table index and and vaddr to pgtable.h
Aneesh Kumar K.V
2016-05-01
2
-16
/
+12
*
powerpc/mm: Make page table size a variable
Aneesh Kumar K.V
2016-05-01
14
-97
/
+135
*
powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.h
Aneesh Kumar K.V
2016-05-01
2
-205
/
+209
*
powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.h
Aneesh Kumar K.V
2016-05-01
2
-138
/
+141
*
powerpc/mm: Handle _PTE_NONE_MASK
Aneesh Kumar K.V
2016-05-01
1
-4
/
+2
*
powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
Aneesh Kumar K.V
2016-05-01
13
-107
/
+121
*
powerpc/mm: Move hash and no hash code to separate files
Aneesh Kumar K.V
2016-05-01
5
-153
/
+222
*
powerpc/mm/hash: Add support for Power9 Hash
Aneesh Kumar K.V
2016-05-01
8
-8
/
+81
*
powerpc/mm/radix: Add partition table format & callback
Aneesh Kumar K.V
2016-05-01
3
-2
/
+31
*
powerpc/mm: Move radix/hash common data structures to book3s64 headers
Aneesh Kumar K.V
2016-05-01
4
-65
/
+85
*
powerpc/mm: Use generic version of ptep_clear_flush_young()
Aneesh Kumar K.V
2016-05-01
1
-16
/
+7
*
powerpc/mm: Use generic version of pmdp_clear_flush_young()
Aneesh Kumar K.V
2016-05-01
2
-13
/
+3
*
powerpc/mm: Drop WIMG in favour of new constants
Aneesh Kumar K.V
2016-05-01
9
-90
/
+66
*
powerpc/mm: Use a helper for finding pte bits mapping I/O area
Aneesh Kumar K.V
2016-05-01
5
-7
/
+7
*
powerpc/mm: Update _PAGE_KERNEL_RO
Aneesh Kumar K.V
2016-05-01
3
-9
/
+14
*
powerpc/mm: Remove RPN_SHIFT and RPN_SIZE
Aneesh Kumar K.V
2016-05-01
5
-28
/
+23
*
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
Aneesh Kumar K.V
2016-05-01
11
-36
/
+77
*
powerpc/mm: Use pte_user() instead of open coding
Aneesh Kumar K.V
2016-05-01
2
-1
/
+6
*
powerpc/mm: Convert pte_user() to static inline
Michael Ellerman
2016-05-01
2
-8
/
+11
*
powerpc/mm/subpage: Clear RWX bit to indicate no access
Aneesh Kumar K.V
2016-05-01
1
-3
/
+8
*
powerpc/mm: Use _PAGE_READ to indicate Read access
Aneesh Kumar K.V
2016-05-01
13
-35
/
+47
*
powerpc/mm: Use pte_raw() in pte_same()/pmd_same()
Michael Ellerman
2016-05-01
2
-2
/
+6
*
powerpc/mm: Use big endian Linux page tables for book3s 64
Aneesh Kumar K.V
2016-05-01
6
-17
/
+120
*
powerpc/mm: Add pte_xchg() helper
Michael Ellerman
2016-05-01
5
-12
/
+20
*
powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()
Aneesh Kumar K.V
2016-05-01
3
-10
/
+1
*
powerpc/mm: Always use STRICT_MM_TYPECHECKS
Michael Ellerman
2016-05-01
2
-54
/
+0
*
powerpc/perf: Replace raw event hex values with #defines
Madhavan Srinivasan
2016-04-27
2
-20
/
+61
*
ftrace: Match dot symbols when searching functions on ppc64
Thiago Jung Bauermann
2016-04-27
1
-0
/
+10
*
powerpc: rework sparse for lib/xor_vmx.c
Daniel Axtens
2016-04-27
1
-0
/
+10
*
powerpc: Add support for userspace P9 copy paste
Chris Smart
2016-04-27
2
-0
/
+11
*
powerpc/mpic: handle subsys_system_register() failure
Andrew Donnellan
2016-04-27
1
-1
/
+8
*
powerpc/eeh: fix misleading indentation
Andrew Donnellan
2016-04-27
1
-1
/
+1
*
powerpc/perf: Add support for sampling interrupt register state
Anju T
2016-04-21
3
-1
/
+106
*
powerpc/perf: Assign an id to each powerpc register
Anju T
2016-04-21
1
-0
/
+50
*
powerpc/book3s64: Remove __end_handlers marker
Hari Bathini
2016-04-21
1
-9
/
+4
*
powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel
Hari Bathini
2016-04-21
1
-5
/
+11
*
Merge branch 'topic/livepatch' into next
Michael Ellerman
2016-04-18
8
-9
/
+187
|
\
[next]