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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
powerpc: Make value-returning atomics fully ordered
Boqun Feng
2015-12-14
1
-1
/
+1
|
*
|
|
|
|
powerpc/mm: Use H_READ with H_READ_4
Aneesh Kumar K.V
2015-12-14
1
-0
/
+17
|
*
|
|
|
|
powerpc/nohash: we don't use real_pte_t for nohash
Aneesh Kumar K.V
2015-12-14
1
-33
/
+0
|
*
|
|
|
|
powerpc/nohash: Update 64K nohash config to have 32 pte fragement
Aneesh Kumar K.V
2015-12-14
1
-3
/
+3
|
*
|
|
|
|
powerpc/mm: Don't hardcode the hash pte slot shift
Aneesh Kumar K.V
2015-12-14
3
-3
/
+3
|
*
|
|
|
|
powerpc/mm: Don't hardcode page table size
Aneesh Kumar K.V
2015-12-14
3
-21
/
+40
|
*
|
|
|
|
powerpc/mm: Add a _PAGE_PTE bit
Aneesh Kumar K.V
2015-12-14
5
-25
/
+28
|
*
|
|
|
|
powerpc/mm: Move THP headers around
Aneesh Kumar K.V
2015-12-14
3
-422
/
+180
|
*
|
|
|
|
powerpc/mm: Move hugetlb related headers
Aneesh Kumar K.V
2015-12-14
4
-38
/
+111
|
*
|
|
|
|
powerpc/mm: Add helper for converting pte bit to hpte bits
Aneesh Kumar K.V
2015-12-14
1
-0
/
+1
|
*
|
|
|
|
powerpc/mm: Convert __hash_page_64K to C
Aneesh Kumar K.V
2015-12-14
1
-1
/
+2
|
*
|
|
|
|
powerpc/mm: Increase the width of #define
Aneesh Kumar K.V
2015-12-14
1
-13
/
+13
|
*
|
|
|
|
powerpc/mm: Remove pte_val usage for the second half of pgtable_t
Aneesh Kumar K.V
2015-12-14
1
-1
/
+3
|
*
|
|
|
|
powerpc/mm: Don't track subpage valid bit in pte_t
Aneesh Kumar K.V
2015-12-14
3
-42
/
+13
|
*
|
|
|
|
powerpc/booke: Move nohash headers
Aneesh Kumar K.V
2015-12-14
11
-41
/
+41
|
*
|
|
|
|
powerpc/mm: Move PTE bits from generic functions to hash64 functions.
Aneesh Kumar K.V
2015-12-14
4
-204
/
+340
|
*
|
|
|
|
powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h
Aneesh Kumar K.V
2015-12-14
3
-451
/
+448
|
*
|
|
|
|
powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue
Aneesh Kumar K.V
2015-12-14
9
-42
/
+140
|
*
|
|
|
|
powerpc/mm: Don't use pte_val as lvalue
Aneesh Kumar K.V
2015-12-14
3
-57
/
+139
|
*
|
|
|
|
powerpc/mm: Drop pte-common.h from BOOK3S 64
Aneesh Kumar K.V
2015-12-14
4
-12
/
+111
|
*
|
|
|
|
powerpc/mm: Don't have generic headers introduce functions touching pte bits
Aneesh Kumar K.V
2015-12-14
3
-191
/
+376
|
*
|
|
|
|
powerpc/mm: Delete booke bits from book3s
Aneesh Kumar K.V
2015-12-14
3
-131
/
+49
|
*
|
|
|
|
powerpc/mm: Move hash specific pte width and other defines to book3s
Aneesh Kumar K.V
2015-12-14
3
-9
/
+129
|
*
|
|
|
|
powerpc/mm: make a separate copy for book3s
Aneesh Kumar K.V
2015-12-14
7
-7
/
+981
|
*
|
|
|
|
powerpc/mm: move pte headers to book3s directory
Aneesh Kumar K.V
2015-12-14
6
-10
/
+10
|
*
|
|
|
|
powerpc: clean up asm/switch_to.h
Anton Blanchard
2015-12-02
1
-25
/
+10
|
*
|
|
|
|
powerpc: create flush_all_to_thread()
Anton Blanchard
2015-12-02
1
-0
/
+1
|
*
|
|
|
|
powerpc: create giveup_all()
Anton Blanchard
2015-12-02
1
-0
/
+1
|
*
|
|
|
|
powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()
Anton Blanchard
2015-12-01
1
-2
/
+0
|
*
|
|
|
|
powerpc: Add ppc_strict_facility_enable boot option
Anton Blanchard
2015-12-01
2
-5
/
+28
|
*
|
|
|
|
powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
Anton Blanchard
2015-12-01
1
-0
/
+5
|
*
|
|
|
|
powerpc: Move part of giveup_fpu,altivec,spe into c
Anton Blanchard
2015-12-01
1
-10
/
+11
|
*
|
|
|
|
powerpc: Remove NULL task struct pointer checks in FP and vector code
Anton Blanchard
2015-12-01
1
-1
/
+0
|
*
|
|
|
|
powerpc: Create mtmsrd_isync()
Anton Blanchard
2015-12-01
1
-0
/
+8
|
*
|
|
|
|
powerpc: Remove UP only lazy floating point and vector optimisations
Anton Blanchard
2015-12-01
2
-14
/
+0
|
*
|
|
|
|
powerpc: Create context switch helpers save_sprs() and restore_sprs()
Anton Blanchard
2015-12-01
2
-11
/
+1
|
*
|
|
|
|
powerpc/64: Include KVM guest test in all interrupt vectors
Paul Mackerras
2015-12-01
1
-18
/
+3
|
*
|
|
|
|
powerpc: Standardise on NR_syscalls rather than __NR_syscalls.
Rashmica Gupta
2015-11-26
2
-3
/
+2
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-01-12
2
-0
/
+23
|
\
\
\
\
\
|
*
|
|
|
|
soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF
Craig Gallek
2016-01-04
1
-0
/
+3
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-31
2
-24
/
+12
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Driver for IBM System i/p VNIC protocol
Thomas Falcon
2015-12-28
1
-0
/
+20
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-01-12
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
crypto: nx-842 - Mask XERS0 bit in return value
Haren Myneni
2015-12-17
1
-0
/
+1
*
|
|
|
|
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-01-12
1
-15
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ppc: get rid of the remnants of __get_user64()
Al Viro
2016-01-04
1
-15
/
+0
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-01-12
1
-0
/
+4
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
KVM: move architecture-dependent requests to arch/
Paolo Bonzini
2016-01-08
1
-0
/
+4
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-01-11
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
lcoking/barriers, arch: Use smp barriers in smp_store_release()
Davidlohr Bueso
2015-12-04
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
[prev]
[next]