summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-17powerpc/rtas: Add rtas_call_unlocked()Michael Ellerman
2015-12-17powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith
2015-12-17powerpc/powernv: Remove OPALv2 firmware define and referencesStewart Smith
2015-12-17powerpc/powernv: panic() on OPAL < V3Stewart Smith
2015-12-16selftests/powerpc: Add script to test HMI functionalityDaniel Axtens
2015-12-16selftests/powerpc: Make context_switch touch FP/altivec/vector by defaultMichael Ellerman
2015-12-16selftests/powerpc: Make context_switch do something with no argsMichael Ellerman
2015-12-16selftests/powerpc: Import Anton's context_switch2 benchmarkMichael Ellerman
2015-12-16selftests/powerpc: Move pick_online_cpu() up into utils.cMichael Ellerman
2015-12-16powerpc: Remove broken GregorianDay()Daniel Axtens
2015-12-14selftests/powerpc: Add test to check if VSRs are corruptedRashmica Gupta
2015-12-14powerpc/xmon: Append linux_banner to exception information in xmon.Rashmica Gupta
2015-12-14powerpc/cell: Remove the Cell QPACE codeRashmica Gupta
2015-12-14powerpc/pseries: Limit EPOW reset event warningsVipin K Parashar
2015-12-14selftests/powerpc: Add TM signal with invalid stack testMichael Neuling
2015-12-14selftests/powerpc: Add TM signal return testMichael Neuling
2015-12-14selftests/powerpc: Skip tm-resched-dscr if we don't have TMMichael Ellerman
2015-12-14selftests/powerpc: Move TM helpers into tm.hMichael Ellerman
2015-12-14selftests/powerpc: Add have_hwcap2() helperMichael Ellerman
2015-12-14selftests/powerpc: Move get_auxv_entry() into utils.cMichael Ellerman
2015-12-14Merge tag 'powerpc-4.4-3' into nextMichael Ellerman
2015-12-14powerpc: Print MSR TM bits in oops messagesMichael Neuling
2015-12-14powerpc: Make {cmp}xchg* and their atomic_ versions fully orderedBoqun Feng
2015-12-14powerpc: Make value-returning atomics fully orderedBoqun Feng
2015-12-14powerpc/mm: Don't open code pgtable_t sizeAneesh Kumar K.V
2015-12-14powerpc/mm: Use H_READ with H_READ_4Aneesh Kumar K.V
2015-12-14powerpc/nohash: we don't use real_pte_t for nohashAneesh Kumar K.V
2015-12-14powerpc/nohash: Update 64K nohash config to have 32 pte fragementAneesh Kumar K.V
2015-12-14powerpc/mm: Don't hardcode the hash pte slot shiftAneesh Kumar K.V
2015-12-14powerpc/mm: Don't hardcode page table sizeAneesh Kumar K.V
2015-12-14powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V
2015-12-14powerpc/mm: Move THP headers aroundAneesh Kumar K.V
2015-12-14powerpc/mm: Move hugetlb related headersAneesh Kumar K.V
2015-12-14powerpc/mm: Move WIMG update to helper.Aneesh Kumar K.V
2015-12-14powerpc/mm: Add helper for converting pte bit to hpte bitsAneesh Kumar K.V
2015-12-14powerpc/mm: Convert 4k insert from asm to CAneesh Kumar K.V
2015-12-14powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V
2015-12-14powerpc/mm: Increase the width of #defineAneesh Kumar K.V
2015-12-14powerpc/mm: Remove pte_val usage for the second half of pgtable_tAneesh Kumar K.V
2015-12-14powerpc/mm: Don't track subpage valid bit in pte_tAneesh Kumar K.V
2015-12-14powerpc/mm: Remove the dependency on pte bit position in asm codeAneesh Kumar K.V
2015-12-14powerpc/mm: Convert 4k hash insert to CAneesh Kumar K.V
2015-12-14powerpc/booke: Move nohash headersAneesh Kumar K.V
2015-12-14powerpc/mm: Move PTE bits from generic functions to hash64 functions.Aneesh Kumar K.V
2015-12-14powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.hAneesh Kumar K.V
2015-12-14powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalueAneesh Kumar K.V
2015-12-14powerpc/mm: Don't use pte_val as lvalueAneesh Kumar K.V
2015-12-14powerpc/mm: Drop pte-common.h from BOOK3S 64Aneesh Kumar K.V
2015-12-14powerpc/mm: Don't have generic headers introduce functions touching pte bitsAneesh Kumar K.V
2015-12-14powerpc/mm: Delete booke bits from book3sAneesh Kumar K.V