summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/e6500: kexec: Handle hardware threadsScott Wood2015-10-272-0/+62
* powerpc/85xx: Implement 64-bit kexec supportTiejun Chen2015-10-271-0/+11
* powerpc/fsl-booke-64: Don't limit ppc64_rma_size to one TLB entryScott Wood2015-10-273-15/+34
* powerpc/85xx: Load all early TLB entries at onceScott Wood2015-10-225-3/+92
* powerpc/fsl_pci: Don't set up inbound windows in kdump crash kernelScott Wood2015-10-171-23/+61
* powerpc/85xx: Don't use generic timebase sync on 64-bitScott Wood2015-10-171-1/+1
* powerpc/fsl-corenet: Disable coreint if kexec is enabledScott Wood2015-10-171-2/+4
* powerpc/fsl-booke-64: Allow booting from the secondary threadScott Wood2015-10-171-7/+20
* powerpc/b4860: Renamed the L2 cachespoonam aggrwal2015-10-175-14/+12
* powerpc/fsl: Move Freescale device tree files into fsl folderHongtao Jia2015-10-17105-143/+146
* powerpc/b4860: Removed LIODN register from sRIO nodepoonam aggrwal2015-10-171-2/+0
* powerpc/85xx: Add support for Varisys Cyrus boardAndy Fleming2015-10-172-0/+156
* powerpc/fsl_pci: Check for get_user/probe_kernel_address failureScott Wood2015-10-171-1/+1
* powerpc/t104xd4rdb: add DS26522 nodes to device treeZhao Qiang2015-10-161-0/+10
* powerpc/dts: don't fall back to fsl,pq3-gpio for fsl,mpc8572-gpioUwe Kleine-König2015-10-162-2/+2
* powerpc/dts: Add and fix 1588 timer node for eTSECYangbo Lu2015-10-168-6/+90
* powerpc/corenet: use the mixed mode of MPIC when enabling CPU hotplugchenhui zhao2015-10-161-0/+8
* powerpc/xmon: Add some more elements to the existing PACA dump listMichael Ellerman2015-10-151-4/+57
* powerpc/xmon: Paginate kernel log buffer displaySam bobroff2015-10-151-3/+3
* powerpc/xmon: Paged output for paca displaySam bobroff2015-10-153-2/+83
* powerpc/mpc5xxx: Use of_get_next_parent to simplify codeChristophe Jaillet2015-10-151-4/+1
* powerpc/numa: Use of_get_next_parent to simplify codeChristophe Jaillet2015-10-151-4/+1
* powerpc: Delete old orphaned PrPMC 280/2800 DTS and boot file.Paul Gortmaker2015-10-152-868/+0
* powerpc: discard .exit.data at runtimeStephen Rothwell2015-10-151-0/+6
* powerpc/eeh: atomic_dec_if_positive() to update passthru countGavin Shan2015-10-151-2/+1
* powerpc/pci: export pcibios_free_controller()Andrew Donnellan2015-10-151-0/+1
* powerpc: Individual System V IPC system callsSam bobroff2015-10-153-1/+25
* powerpc/pseries: Drop always true CONFIG_PSERIES_MSIMichael Ellerman2015-10-152-7/+1
* powerpc/pseries: Move PCI objects to obj-yMichael Ellerman2015-10-151-3/+2
* powerpc/pseries: Remove use of CONFIG_PCIMichael Ellerman2015-10-152-14/+0
* powerpc/pseries: Make PCI non-optionalMichael Ellerman2015-10-151-1/+1
* powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V2015-10-1212-24/+49
* powerpc/mm: Disable hugepd for 64K page size.Aneesh Kumar K.V2015-10-122-0/+34
* powerpc/pseries/hvcserver: don't memset pi_buff if it is nullColin Ian King2015-10-091-1/+1
* powerpc: Fix _ALIGN_* errors due to type difference.Aneesh Kumar K.V2015-10-092-4/+5
* powerpc/kexec: Wait 1s for secondaries to enter OPALSamuel Mendoza-Jonas2015-10-061-8/+13
* powerpc/8xx: Shorten irq_chip name for the SIUChristophe Leroy2015-10-061-1/+1
* powerpc/msi: Free the bitmap if it was slab allocatedDenis Kirjanov2015-10-052-4/+13
* powerpc/pseries: re-use code from of_helpers moduleAndy Shevchenko2015-10-051-26/+5
* powerpc/pseries: handle nodes without '/'Andy Shevchenko2015-10-051-3/+3
* powerpc/pseries: replace kmalloc + strlcpyAndy Shevchenko2015-10-051-2/+1
* powerpc/pseries: fix a potential memory leakAndy Shevchenko2015-10-051-4/+2
* powerpc/pseries: extract of_helpers moduleAndy Shevchenko2015-10-054-32/+49
* powerpc/nvram: Fix function name in some errors messages.Christophe Jaillet2015-10-021-7/+7
* powerpc/nvram: Add missing kfree in error pathChristophe Jaillet2015-10-021-0/+1
* powerpc: Add ppc64le_defconfigMichael Ellerman2015-10-011-0/+4
* powerpc/mm: Add virt_to_pfn and use this instead of opencodingAneesh Kumar K.V2015-10-011-2/+3
* powerpc/vdso: Avoid link stack corruption in __get_datapage()Michael Neuling2015-10-012-10/+14
* powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()Michael Ellerman2015-10-011-5/+5
* powerpc/slb: Define an enum for the bolted indexesAnshuman Khandual2015-10-011-21/+26