summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Add hooks for cxlIan Munsie2014-10-082-1/+7
* powerpc/opal: Add PHB to cxl mode callIan Munsie2014-10-082-0/+3
* powerpc/mm: Add new hash_page_mm()Ian Munsie2014-10-082-7/+18
* powerpc/powerpc: Add new PCIe functions for allocating cxl interruptsIan Munsie2014-10-082-0/+185
* powerpc/powernv: Split out set MSI IRQ chip codeIan Munsie2014-10-081-18/+24
* powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psizeIan Munsie2014-10-081-0/+2
* powerpc/msi: Improve IRQ bitmap allocatorIan Munsie2014-10-081-11/+25
* powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie2014-10-084-14/+21
* powerpc/cell: Move data segment faulting code out of cell platformIan Munsie2014-10-085-49/+69
* powerpc/cell: Move spu_handle_mm_fault() out of cell platformIan Munsie2014-10-088-14/+33
* powerpc/pseries: Use new defines when calling H_SET_MODEMichael Neuling2014-10-071-6/+6
* powerpc/perf/hv-24x7: Simplify catalog_read()sukadev@linux.vnet.ibm.com2014-10-071-87/+14Star
* powerpc/perf/hv-24x7: use kmem_cache instead of aligned stack allocationsCody P Schafer2014-10-071-18/+37
* powerpc/powernv: Fix endian bug in LPC bus debugfs accessorsBenjamin Herrenschmidt2014-10-071-1/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2014-10-0425-201/+580
|\
| * Revert "powerpc/fsl_msi: spread msi ints across different MSIRs"Scott Wood2014-09-194-52/+11Star
| * powerpc/mm: Use common paging_init() for NUMAScott Wood2014-09-192-9/+6Star
| * powerpc/85xx/defconfig: Remove duplicate CONFIG_RTC_DRV_DS1307Scott Wood2014-09-192-2/+0Star
| * powerpc: dts: t208x: Change T208x USB controller versionNikhil Badola2014-09-171-2/+2
| * powerpc/fsl-booke64: add missing virtualization options in defconfigTudor Laurentiu2014-09-101-36/+8Star
| * powerpc/fsl-booke: Add initial T1042RDB_PI board supportPriyanka Jain2014-09-102-0/+58
| * powerpc/fsl-booke: Add initial T1040/T1042 RDB board supportPriyanka Jain2014-09-105-1/+255
| * powerpc/8xx: Duplicate two insns instead of branchingLEROY Christophe2014-09-051-2/+4
| * powerpc/8xx: Optimize verification in FixupDARLEROY Christophe2014-09-051-4/+2Star
| * powerpc/8xx: No need to save r10 and r3 when not calling FixupDARLEROY Christophe2014-09-051-14/+13Star
| * powerpc/8xx: Fix comment about DIRTY updateLEROY Christophe2014-09-051-6/+2Star
| * powerpc/8xx: Remove loading of r10 at end of FixupDARLEROY Christophe2014-09-051-4/+3Star
| * powerpc/8xx: Use SCRATCH0 and SCRATCH1 also for TLB handlersLEROY Christophe2014-09-051-68/+36Star
| * powerpc/8xx: Declare SPRG2 as a SCRATCH registerLEROY Christophe2014-09-052-6/+7
| * powerpc/fsl_msi: spread msi ints across different MSIRsTudor Laurentiu2014-09-054-11/+52
| * powerpc/fsl_msi: show more meaningful names in /proc/interruptsTudor Laurentiu2014-09-051-1/+15
| * powerpc/fsl_msi: change the irq handler from chained to normalTudor Laurentiu2014-09-051-38/+18Star
| * powerpc/fsl_msi: reorganize structs to improve clarity and flexibilityTudor Laurentiu2014-09-052-7/+14
| * powerpc: dts: t4240: Change T4240 USB controller versionNikhil Badola2014-09-041-2/+2
| * powerpc: fsl_pci: Add forced PCI Agent enumerationAaron Sierra2014-09-041-1/+2
| * powerpc: configs: Add VFAT file-system configsNikhil Badola2014-09-045-0/+13
| * powerpc/fsl_msi: support vmpic msi with mpic 4.3Tudor Laurentiu2014-09-041-2/+8
| * powerpc/fsl-pci: Limit ZONE_DMA32 to 2GiB on 64-bit platformsScott Wood2014-09-042-0/+21
| * powerpc/64: Limit ZONE_DMA32 to 4GiB in swiotlb_detect_4g()Scott Wood2014-09-041-2/+6
| * powerpc/64: Honor swiotlb limit in coherent allocationsScott Wood2014-09-041-1/+14
| * powerpc: Dynamic DMA zone limitsScott Wood2014-09-044-5/+83
* | powerpc: Enable CONFIG_CRASH_DUMP=y for ppc64_defconfigMichael Ellerman2014-10-031-0/+1
* | powerpc/kdump: crash_dump.c needs to include io.hMichael Ellerman2014-10-031-0/+1
* | powerpc: Don't build powernv for other platform defconfigsMichael Ellerman2014-10-035-0/+5
* | powerpc/pci: remove duplicate declaration of pci_bus_find_capabilityWei Yang2014-10-031-1/+0Star
* | powerpc/iommu/ddw: Fix endiannessAlexey Kardashevskiy2014-10-031-23/+28
* | powerpc: Add printk levels to powerpc codeAnton Blanchard2014-10-025-10/+10
* | powerpc: Add printk levels to powernv platform codeAnton Blanchard2014-10-022-4/+4
* | powerpc: Remove powerpc specific cmd_lineAnton Blanchard2014-10-028-16/+10Star
* | powerpc: Use pr_fmt in module loader codeAnton Blanchard2014-10-022-36/+31Star