aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-07powerpc/dscr: Add some in-code documentationAnshuman Khandual2-0/+47
2015-06-07powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULTAnshuman Khandual4-5/+5
2015-06-07powerpc/kernel: Remove the unused extern dscr_defaultAnshuman Khandual1-1/+0
2015-06-07powerpc: Fix handling of DSCR related facility unavailable exceptionAnshuman Khandual1-5/+40
2015-06-07powerpc/eeh: Fix trivial error in eeh_restore_dev_state()David Gibson1-1/+1
2015-06-05powerpc/powernv: Add opal-prd channelJeremy Kerr8-2/+535
2015-06-05powerpc/powernv: Expose OPAL APIs required by PRD interfaceJeremy Kerr1-0/+4
2015-06-05powerpc/powernv: Merge common platform device initialisationJeremy Kerr1-15/+6
2015-06-04powerpc/config: Enable bnx2x on ppc64 and pseries defconfigsAnton Blanchard2-0/+2
2015-06-04powerpc/powernv: convert OPAL codes returned by sysparam callsCédric Le Goater2-4/+9
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling4-4/+4
2015-06-03powerpc/pci: Add pcibios_disable_device() hookMichael Neuling2-0/+10
2015-06-03powerpc/pci: Add shutdown hook to pci_controller_opsMichael Neuling4-11/+9
2015-06-03powerpc: Add cxl context to device archdataMichael Neuling1-0/+3
2015-06-03powerpc/pci: Add release_device() hook to phb opsMichael Neuling2-0/+7
2015-06-03powerpc/pci: Export symbols for CXLDaniel Axtens1-0/+3
2015-06-03powerpc/copro: Fix faulting kernel segmentsMichael Neuling1-2/+5
2015-06-02powerpc/configs: Replace pseries_le_defconfig with a Makefile target using merge_configCyril Bur3-319/+16
2015-06-02powerpc/configs: Merge pseries_defconfig and pseries_le_defconfigCyril Bur1-1/+0
2015-06-02powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu5-5/+5
2015-06-02powerpc: Non relocatable system call doesn't need a trampolineAnton Blanchard1-1/+1
2015-06-02powerpc: Relocatable system call no longer uses the LRAnton Blanchard1-12/+4
2015-06-02powerpc/perf: Fix book3s kernel to userspace backtracesAnton Blanchard1-1/+10
2015-06-02powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOCMichael Ellerman1-1/+1
2015-06-02powerpc/powernv: Move dma_set_mask() from pnv_phb to pci_controller_opsDaniel Axtens5-29/+4
2015-06-02powerpc/pci: add dma_set_mask to pci_controller_opsDaniel Axtens2-0/+10
2015-06-02powerpc/powernv: Specialise pci_controller_ops for each controller typeDaniel Axtens5-18/+28
2015-06-02powerpc: Remove MSI-related PCI controller ops from ppc_mdDaniel Axtens2-17/+4
2015-06-02powerpc/mpic_u3msi: Move MSI-related ops to pci_controller_opsDaniel Axtens1-3/+6
2015-06-02powerpc/pasemi: Move MSI-related ops to pci_controller_opsDaniel Axtens1-3/+6
2015-06-02powerpc/ppc4xx_hsta_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens1-2/+5
2015-06-02powerpc/ppc4xx_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens1-2/+5
2015-06-02powerpc/fsl_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens1-8/+15
2015-06-02powerpc/pseries: Move MSI-related ops to pci_controller_opsDaniel Axtens1-3/+13
2015-05-22powerpc/cell: Move MSI-related ops to pci_controller_opsDaniel Axtens1-2/+3
2015-05-22powerpc/powernv: Move MSI-related ops to pci_controller_opsDaniel Axtens1-6/+4
2015-05-22powerpc: Add MSI operations to pci_controller_ops structDaniel Axtens2-3/+21
2015-05-22opal: Remove events notifierAlistair Popple4-95/+8
2015-05-22powernv/opal-dump: Convert to irq domainAlistair Popple1-39/+17
2015-05-22powernv/elog: Convert elog to opal irq domainAlistair Popple1-16/+16
2015-05-22powernv/opal: Convert opal message events to opal irq domainAlistair Popple1-14/+15
2015-05-22powernv/eeh: Update the EEH code to use the opal irq domainAlistair Popple1-27/+31
2015-05-22powerpc/powernv: Add a virtual irqchip for opal eventsAlistair Popple5-67/+273
2015-05-22powerpc/powernv: Reorder OPAL subsystem initialisationAlistair Popple6-8/+19
2015-05-22powerpc/powernv: Introduce sysfs control for fastsleep workaround behaviorShreyas B. Prabhu4-0/+110
2015-05-22powerpc/powernv: Move cpuidle related code from setup.c to new fileShreyas B. Prabhu3-172/+193
2015-05-22powerpc: Fix cpu_online_cores_map to return only online threads maskShreyas B. Prabhu1-5/+8
2015-05-20powerpc: Enable sys_kcmp() for CRIULaurent Dufour1-1/+1
2015-05-18powerpc: Little endian should depend on PPC_BOOK3S_64Michael Ellerman1-0/+1
2015-05-13powerpc/eeh: remove unused macro IS_BRIDGEWei Yang1-2/+0