summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/pseries: Update CPU hotplug error recoveryNathan Fontenot2015-12-171-13/+63
| * | powerpc/pseries: Factor out common cpu hotplug codeNathan Fontenot2015-12-171-31/+39
| * | powerpc/pseries: Consolidate CPU hotplug code to hotplug-cpu.cNathan Fontenot2015-12-172-225/+219
| * | powerpc/pseries: Verify CPU doesn't exist before addingNathan Fontenot2015-12-171-4/+39
| * | powerpc/476fpe: Add support for kexecAlistair Popple2015-12-171-0/+2
| * | powerpc/powernv: Add support for Nvlink NPUsAlistair Popple2015-12-176-13/+502
| * | powerpc: Add __raw_rm_writeq() functionAlistair Popple2015-12-172-10/+11
| * | Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"Alistair Popple2015-12-172-0/+2
| * | powerpc/powernv: Fix M64 resource name in /proc/iomemGavin Shan2015-12-171-0/+1
| * | powerpc/mm: Add page soft dirty trackingLaurent Dufour2015-12-175-8/+56
| * | powerpc/kernel: Combine vec/loc for STD_EXCEPTION_PSERIESMichael Ellerman2015-12-172-10/+10
| * | powerpc/kernel: Open code SET_DEFAULT_THREAD_PPRMichael Ellerman2015-12-172-14/+7
| * | powerpc/kernel: Open code HMT_MEDIUM_LOW_HAS_PPRMichael Ellerman2015-12-172-6/+5
| * | powerpc/kernel: Drop HMT_MEDIUM_PPR_DISCARDMichael Ellerman2015-12-172-24/+0
| * | powerpc/rtas: Make enter_rtas() privateMichael Ellerman2015-12-172-1/+3
| * | powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status()Michael Ellerman2015-12-171-10/+2
| * | powerpc/pseries: Use rtas_call_unlocked() in pseries hotplugMichael Ellerman2015-12-171-8/+3
| * | powerpc/xmon: Use rtas_call_unlocked() in xmonMichael Ellerman2015-12-171-10/+6
| * | powerpc/rtas: Add rtas_call_unlocked()Michael Ellerman2015-12-172-11/+35
| * | powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith2015-12-178-68/+52
| * | powerpc/powernv: Remove OPALv2 firmware define and referencesStewart Smith2015-12-174-15/+5
| * | powerpc/powernv: panic() on OPAL < V3Stewart Smith2015-12-171-4/+1
| * | powerpc: Remove broken GregorianDay()Daniel Axtens2015-12-164-38/+4
| * | powerpc/xmon: Append linux_banner to exception information in xmon.Rashmica Gupta2015-12-141-0/+2
| * | powerpc/cell: Remove the Cell QPACE codeRashmica Gupta2015-12-145-160/+0
| * | powerpc/pseries: Limit EPOW reset event warningsVipin K Parashar2015-12-141-24/+31
| * | Merge tag 'powerpc-4.4-3' into nextMichael Ellerman2015-12-144-5/+32
| |\ \
| * | | powerpc: Print MSR TM bits in oops messagesMichael Neuling2015-12-141-8/+43
| * | | powerpc: Make {cmp}xchg* and their atomic_ versions fully orderedBoqun Feng2015-12-141-8/+8
| * | | powerpc: Make value-returning atomics fully orderedBoqun Feng2015-12-141-1/+1
| * | | powerpc/mm: Don't open code pgtable_t sizeAneesh Kumar K.V2015-12-141-1/+1
| * | | powerpc/mm: Use H_READ with H_READ_4Aneesh Kumar K.V2015-12-142-27/+44
| * | | powerpc/nohash: we don't use real_pte_t for nohashAneesh Kumar K.V2015-12-141-33/+0
| * | | powerpc/nohash: Update 64K nohash config to have 32 pte fragementAneesh Kumar K.V2015-12-141-3/+3
| * | | powerpc/mm: Don't hardcode the hash pte slot shiftAneesh Kumar K.V2015-12-143-3/+3
| * | | powerpc/mm: Don't hardcode page table sizeAneesh Kumar K.V2015-12-144-25/+40
| * | | powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V2015-12-148-33/+35
| * | | powerpc/mm: Move THP headers aroundAneesh Kumar K.V2015-12-146-423/+201
| * | | powerpc/mm: Move hugetlb related headersAneesh Kumar K.V2015-12-146-110/+129
| * | | powerpc/mm: Move WIMG update to helper.Aneesh Kumar K.V2015-12-145-31/+12
| * | | powerpc/mm: Add helper for converting pte bit to hpte bitsAneesh Kumar K.V2015-12-146-67/+21
| * | | powerpc/mm: Convert 4k insert from asm to CAneesh Kumar K.V2015-12-144-360/+142
| * | | powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V2015-12-144-308/+134
| * | | powerpc/mm: Increase the width of #defineAneesh Kumar K.V2015-12-141-13/+13
| * | | powerpc/mm: Remove pte_val usage for the second half of pgtable_tAneesh Kumar K.V2015-12-142-2/+3
| * | | powerpc/mm: Don't track subpage valid bit in pte_tAneesh Kumar K.V2015-12-147-54/+48
| * | | powerpc/mm: Remove the dependency on pte bit position in asm codeAneesh Kumar K.V2015-12-142-14/+33
| * | | powerpc/mm: Convert 4k hash insert to CAneesh Kumar K.V2015-12-144-381/+208
| * | | powerpc/booke: Move nohash headersAneesh Kumar K.V2015-12-1411-41/+41
| * | | powerpc/mm: Move PTE bits from generic functions to hash64 functions.Aneesh Kumar K.V2015-12-144-204/+340