index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-01
powerpc/mm: Move page table index and and vaddr to pgtable.h
Aneesh Kumar K.V
2
-16
/
+12
2016-05-01
powerpc/mm: Make page table size a variable
Aneesh Kumar K.V
6
-81
/
+90
2016-05-01
powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.h
Aneesh Kumar K.V
2
-205
/
+209
2016-05-01
powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.h
Aneesh Kumar K.V
2
-138
/
+141
2016-05-01
powerpc/mm: Handle _PTE_NONE_MASK
Aneesh Kumar K.V
1
-4
/
+2
2016-05-01
powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
Aneesh Kumar K.V
6
-44
/
+56
2016-05-01
powerpc/mm/hash: Add support for Power9 Hash
Aneesh Kumar K.V
1
-2
/
+11
2016-05-01
powerpc/mm/radix: Add partition table format & callback
Aneesh Kumar K.V
3
-2
/
+31
2016-05-01
powerpc/mm: Move radix/hash common data structures to book3s64 headers
Aneesh Kumar K.V
4
-65
/
+85
2016-05-01
powerpc/mm: Use generic version of ptep_clear_flush_young()
Aneesh Kumar K.V
1
-16
/
+7
2016-05-01
powerpc/mm: Use generic version of pmdp_clear_flush_young()
Aneesh Kumar K.V
1
-3
/
+0
2016-05-01
powerpc/mm: Drop WIMG in favour of new constants
Aneesh Kumar K.V
2
-56
/
+41
2016-05-01
powerpc/mm: Update _PAGE_KERNEL_RO
Aneesh Kumar K.V
1
-2
/
+2
2016-05-01
powerpc/mm: Remove RPN_SHIFT and RPN_SIZE
Aneesh Kumar K.V
4
-27
/
+22
2016-05-01
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
Aneesh Kumar K.V
2
-18
/
+34
2016-05-01
powerpc/mm: Use pte_user() instead of open coding
Aneesh Kumar K.V
1
-0
/
+5
2016-05-01
powerpc/mm: Convert pte_user() to static inline
Michael Ellerman
1
-7
/
+10
2016-05-01
powerpc/mm: Use _PAGE_READ to indicate Read access
Aneesh Kumar K.V
3
-16
/
+28
2016-05-01
powerpc/mm: Use pte_raw() in pte_same()/pmd_same()
Michael Ellerman
2
-2
/
+6
2016-05-01
powerpc/mm: Use big endian Linux page tables for book3s 64
Aneesh Kumar K.V
3
-10
/
+110
2016-05-01
powerpc/mm: Add pte_xchg() helper
Michael Ellerman
2
-4
/
+13
2016-05-01
powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()
Aneesh Kumar K.V
2
-5
/
+0
2016-05-01
powerpc/mm: Always use STRICT_MM_TYPECHECKS
Michael Ellerman
1
-46
/
+0
2016-04-27
powerpc: wire up preadv2 and pwritev2 syscalls
Rui Salvaterra
3
-1
/
+5
2016-04-27
powerpc: Add support for userspace P9 copy paste
Chris Smart
1
-0
/
+2
2016-04-21
powerpc/perf: Assign an id to each powerpc register
Anju T
1
-0
/
+50
2016-04-18
Merge branch 'topic/livepatch' into next
Michael Ellerman
2
-1
/
+65
2016-04-18
powerpc: scan_features() updates incorrect bits for REAL_LE
Anton Blanchard
1
-0
/
+1
2016-04-15
Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jiri Kosina
6
-3
/
+113
2016-04-14
powerpc/livepatch: Add livepatch stack to struct thread_info
Michael Ellerman
2
-1
/
+11
2016-04-14
powerpc/livepatch: Add livepatch header
Michael Ellerman
1
-0
/
+54
2016-04-11
powerpc: Define PVR value for POWER8NVL processor
Philippe Bergheaud
1
-0
/
+1
2016-04-11
powerpc/opal: Assign numbers to OPAL_MSG macros of enum opal_msg_type
Vipin K Parashar
1
-8
/
+8
2016-04-11
powerpc/swsusp: Only use tlbie in POWER4 mode
Russell Currey
1
-0
/
+3
2016-03-29
powerpc: Correct used_vsr comment
Simon Guo
1
-1
/
+1
2016-03-20
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+15
2016-03-19
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
49
-508
/
+1115
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+2
2016-03-17
Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-4
/
+0
2016-03-16
Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-3
/
+0
2016-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-4
/
+71
2016-03-16
powerpc/8xx: Fix do_mtspr_cpu6() build on older compilers
Christophe Leroy
1
-1
/
+1
2016-03-14
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...
Michael Ellerman
13
-57
/
+362
2016-03-11
powerpc32: move xxxxx_dcache_range() functions inline
Christophe Leroy
1
-3
/
+49
2016-03-11
powerpc32: Remove clear_pages() and define clear_page() inline
Christophe Leroy
1
-3
/
+14
2016-03-11
powerpc: add inline functions for cache related instructions
Christophe Leroy
1
-0
/
+19
2016-03-11
powerpc/8xx: remove special handling of CPU6 errata in set_dec()
Christophe Leroy
1
-5
/
+1
2016-03-11
powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macro
Christophe Leroy
2
-0
/
+84
2016-03-11
powerpc/8xx: Add missing SPRN defines into reg_8xx.h
Christophe Leroy
2
-2
/
+13
2016-03-11
powerpc32: remove ioremap_base
Christophe Leroy
1
-1
/
+1
[prev]
[next]