aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-17powerpc/rtas: Make enter_rtas() privateMichael Ellerman1-1/+0
2015-12-17powerpc/rtas: Add rtas_call_unlocked()Michael Ellerman1-0/+2
2015-12-17powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith1-2/+1
2015-12-17powerpc/powernv: Remove OPALv2 firmware define and referencesStewart Smith1-3/+1
2015-12-17crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni1-0/+1
2015-12-16Partial revert of "powerpc: Individual System V IPC system calls"Michael Ellerman2-24/+12
2015-12-16powerpc: Remove broken GregorianDay()Daniel Axtens1-1/+0
2015-12-14Merge tag 'powerpc-4.4-3' into nextMichael Ellerman1-0/+1
2015-12-14powerpc: Make {cmp}xchg* and their atomic_ versions fully orderedBoqun Feng1-8/+8
2015-12-14powerpc: Make value-returning atomics fully orderedBoqun Feng1-1/+1
2015-12-14powerpc/mm: Use H_READ with H_READ_4Aneesh Kumar K.V1-0/+17
2015-12-14powerpc/nohash: we don't use real_pte_t for nohashAneesh Kumar K.V1-33/+0
2015-12-14powerpc/nohash: Update 64K nohash config to have 32 pte fragementAneesh Kumar K.V1-3/+3
2015-12-14powerpc/mm: Don't hardcode the hash pte slot shiftAneesh Kumar K.V3-3/+3
2015-12-14powerpc/mm: Don't hardcode page table sizeAneesh Kumar K.V3-21/+40
2015-12-14powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V5-25/+28
2015-12-14powerpc/mm: Move THP headers aroundAneesh Kumar K.V3-422/+180
2015-12-14powerpc/mm: Move hugetlb related headersAneesh Kumar K.V4-38/+111
2015-12-14powerpc/mm: Add helper for converting pte bit to hpte bitsAneesh Kumar K.V1-0/+1
2015-12-14powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V1-1/+2
2015-12-14powerpc/mm: Increase the width of #defineAneesh Kumar K.V1-13/+13
2015-12-14powerpc/mm: Remove pte_val usage for the second half of pgtable_tAneesh Kumar K.V1-1/+3
2015-12-14powerpc/mm: Don't track subpage valid bit in pte_tAneesh Kumar K.V3-42/+13
2015-12-14powerpc/booke: Move nohash headersAneesh Kumar K.V11-41/+41
2015-12-14powerpc/mm: Move PTE bits from generic functions to hash64 functions.Aneesh Kumar K.V4-204/+340
2015-12-14powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.hAneesh Kumar K.V3-451/+448
2015-12-14powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalueAneesh Kumar K.V9-42/+140
2015-12-14powerpc/mm: Don't use pte_val as lvalueAneesh Kumar K.V3-57/+139
2015-12-14powerpc/mm: Drop pte-common.h from BOOK3S 64Aneesh Kumar K.V4-12/+111
2015-12-14powerpc/mm: Don't have generic headers introduce functions touching pte bitsAneesh Kumar K.V3-191/+376
2015-12-14powerpc/mm: Delete booke bits from book3sAneesh Kumar K.V3-129/+47
2015-12-14powerpc/mm: Move hash specific pte width and other defines to book3sAneesh Kumar K.V3-9/+129
2015-12-14powerpc/mm: make a separate copy for book3sAneesh Kumar K.V7-7/+981
2015-12-14powerpc/mm: move pte headers to book3s directoryAneesh Kumar K.V6-10/+10
2015-12-10KVM: PPC: Increase memslots to 512Thomas Huth1-2/+1
2015-12-04lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso1-1/+1
2015-12-02powerpc: clean up asm/switch_to.hAnton Blanchard1-25/+10
2015-12-02powerpc: create flush_all_to_thread()Anton Blanchard1-0/+1
2015-12-02powerpc: create giveup_all()Anton Blanchard1-0/+1
2015-12-01powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()Anton Blanchard1-2/+0
2015-12-01powerpc: Add ppc_strict_facility_enable boot optionAnton Blanchard2-5/+28
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard1-0/+5
2015-12-01powerpc: Move part of giveup_fpu,altivec,spe into cAnton Blanchard1-10/+11
2015-12-01powerpc: Remove NULL task struct pointer checks in FP and vector codeAnton Blanchard1-1/+0
2015-12-01powerpc: Create mtmsrd_isync()Anton Blanchard1-0/+8
2015-12-01powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard2-14/+0
2015-12-01powerpc: Create context switch helpers save_sprs() and restore_sprs()Anton Blanchard2-11/+1
2015-12-01powerpc/64: Include KVM guest test in all interrupt vectorsPaul Mackerras1-18/+3
2015-11-26powerpc: Standardise on NR_syscalls rather than __NR_syscalls.Rashmica Gupta2-3/+2
2015-11-23powerpc/tm: Block signal return setting invalid MSR stateMichael Neuling1-0/+1