aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-17selftests/powerpc: Make context_switch touch FP/altivec/vector by defaultMichael Ellerman1-6/+6
2015-12-17selftests/powerpc: Make context_switch do something with no argsMichael Ellerman2-9/+24
2015-12-17selftests/powerpc: Import Anton's context_switch2 benchmarkMichael Ellerman3-1/+456
2015-12-17selftests/powerpc: Move pick_online_cpu() up into utils.cMichael Ellerman5-28/+31
2015-12-16powerpc: Remove broken GregorianDay()Daniel Axtens5-39/+5
2015-12-14selftests/powerpc: Add test to check if VSRs are corruptedRashmica Gupta3-1/+105
2015-12-14powerpc/xmon: Append linux_banner to exception information in xmon.Rashmica Gupta1-0/+2
2015-12-14powerpc/cell: Remove the Cell QPACE codeRashmica Gupta6-161/+0
2015-12-14powerpc/pseries: Limit EPOW reset event warningsVipin K Parashar1-24/+31
2015-12-14selftests/powerpc: Add TM signal with invalid stack testMichael Neuling3-1/+78
2015-12-14selftests/powerpc: Add TM signal return testMichael Neuling3-1/+76
2015-12-14selftests/powerpc: Skip tm-resched-dscr if we don't have TMMichael Ellerman2-2/+5
2015-12-14selftests/powerpc: Move TM helpers into tm.hMichael Ellerman2-11/+35
2015-12-14selftests/powerpc: Add have_hwcap2() helperMichael Ellerman3-4/+8
2015-12-14selftests/powerpc: Move get_auxv_entry() into utils.cMichael Ellerman5-45/+63
2015-12-14powerpc: Print MSR TM bits in oops messagesMichael Neuling1-8/+43
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: Don't open code pgtable_t sizeAneesh Kumar K.V1-1/+1
2015-12-14powerpc/mm: Use H_READ with H_READ_4Aneesh Kumar K.V2-27/+44
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.V4-25/+40
2015-12-14powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V8-33/+35
2015-12-14powerpc/mm: Move THP headers aroundAneesh Kumar K.V6-423/+201
2015-12-14powerpc/mm: Move hugetlb related headersAneesh Kumar K.V6-110/+129
2015-12-14powerpc/mm: Move WIMG update to helper.Aneesh Kumar K.V5-31/+12
2015-12-14powerpc/mm: Add helper for converting pte bit to hpte bitsAneesh Kumar K.V6-67/+21
2015-12-14powerpc/mm: Convert 4k insert from asm to CAneesh Kumar K.V4-360/+142
2015-12-14powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V4-308/+134
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.V2-2/+3
2015-12-14powerpc/mm: Don't track subpage valid bit in pte_tAneesh Kumar K.V7-54/+48
2015-12-14powerpc/mm: Remove the dependency on pte bit position in asm codeAneesh Kumar K.V2-14/+33
2015-12-14powerpc/mm: Convert 4k hash insert to CAneesh Kumar K.V4-381/+208
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.V11-57/+154
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-131/+49
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-14powerpc/mm: Fix infinite loop in hash fault with 4K page sizeAneesh Kumar K.V1-1/+2
2015-12-10powerpc: Fix DSCR inheritance over fork()Anton Blanchard3-17/+1
2015-12-10powerpc: Call restore_sprs() before _switch()Anton Blanchard1-6/+9