summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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/+14
* 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/+11
| * powerpc/mm: Use common paging_init() for NUMAScott Wood2014-09-192-9/+6
| * powerpc/85xx/defconfig: Remove duplicate CONFIG_RTC_DRV_DS1307Scott Wood2014-09-192-2/+0
| * powerpc: dts: t208x: Change T208x USB controller versionNikhil Badola2014-09-161-2/+2
| * powerpc/fsl-booke64: add missing virtualization options in defconfigTudor Laurentiu2014-09-091-36/+8
| * powerpc/fsl-booke: Add initial T1042RDB_PI board supportPriyanka Jain2014-09-092-0/+58
| * powerpc/fsl-booke: Add initial T1040/T1042 RDB board supportPriyanka Jain2014-09-095-1/+255
| * powerpc/8xx: Duplicate two insns instead of branchingLEROY Christophe2014-09-041-2/+4
| * powerpc/8xx: Optimize verification in FixupDARLEROY Christophe2014-09-041-4/+2
| * powerpc/8xx: No need to save r10 and r3 when not calling FixupDARLEROY Christophe2014-09-041-14/+13
| * powerpc/8xx: Fix comment about DIRTY updateLEROY Christophe2014-09-041-6/+2
| * powerpc/8xx: Remove loading of r10 at end of FixupDARLEROY Christophe2014-09-041-4/+3
| * powerpc/8xx: Use SCRATCH0 and SCRATCH1 also for TLB handlersLEROY Christophe2014-09-041-68/+36
| * powerpc/8xx: Declare SPRG2 as a SCRATCH registerLEROY Christophe2014-09-042-6/+7
| * powerpc/fsl_msi: spread msi ints across different MSIRsTudor Laurentiu2014-09-044-11/+52
| * powerpc/fsl_msi: show more meaningful names in /proc/interruptsTudor Laurentiu2014-09-041-1/+15
| * powerpc/fsl_msi: change the irq handler from chained to normalTudor Laurentiu2014-09-041-38/+18
| * powerpc/fsl_msi: reorganize structs to improve clarity and flexibilityTudor Laurentiu2014-09-042-7/+14
| * powerpc: dts: t4240: Change T4240 USB controller versionNikhil Badola2014-09-031-2/+2
| * powerpc: fsl_pci: Add forced PCI Agent enumerationAaron Sierra2014-09-031-1/+2
| * powerpc: configs: Add VFAT file-system configsNikhil Badola2014-09-035-0/+13
| * powerpc/fsl_msi: support vmpic msi with mpic 4.3Tudor Laurentiu2014-09-031-2/+8
| * powerpc/fsl-pci: Limit ZONE_DMA32 to 2GiB on 64-bit platformsScott Wood2014-09-032-0/+21
| * powerpc/64: Limit ZONE_DMA32 to 4GiB in swiotlb_detect_4g()Scott Wood2014-09-031-2/+6
| * powerpc/64: Honor swiotlb limit in coherent allocationsScott Wood2014-09-031-1/+14
| * powerpc: Dynamic DMA zone limitsScott Wood2014-09-034-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/+0
* | 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/+10
* | powerpc: Use pr_fmt in module loader codeAnton Blanchard2014-10-022-36/+31
* | powerpc: Fill in si_addr_lsb siginfo fieldAnton Blanchard2014-10-021-0/+8
* | powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handlerAnton Blanchard2014-10-021-6/+11
* | powerpc: Simplify do_sigbusAnton Blanchard2014-10-021-10/+10
* | powerpc: Speed up clear_page by unrolling itAnton Blanchard2014-10-021-11/+31
* | powerpc/eeh: Show hex prefix for PE state sysfsGavin Shan2014-10-011-1/+1
* | powerpc/powernv: Override dma_get_required_mask()Gavin Shan2014-09-307-4/+62
* | powerpc/powernv: Fetch frozen PE on top levelGavin Shan2014-09-301-14/+34