summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2014-10-03powerpc/kdump: crash_dump.c needs to include io.hMichael Ellerman-0/+1
2014-10-03powerpc: Don't build powernv for other platform defconfigsMichael Ellerman-0/+5
2014-10-03powerpc/pci: remove duplicate declaration of pci_bus_find_capabilityWei Yang-1/+0
2014-10-03powerpc/iommu/ddw: Fix endiannessAlexey Kardashevskiy-23/+28
2014-10-02powerpc: Add printk levels to powerpc codeAnton Blanchard-10/+10
2014-10-02powerpc: Add printk levels to powernv platform codeAnton Blanchard-4/+4
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard-16/+10
2014-10-02powerpc: Use pr_fmt in module loader codeAnton Blanchard-36/+31
2014-10-02powerpc: Fill in si_addr_lsb siginfo fieldAnton Blanchard-0/+8
2014-10-02powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handlerAnton Blanchard-6/+11
2014-10-02powerpc: Simplify do_sigbusAnton Blanchard-10/+10
2014-10-02powerpc: Speed up clear_page by unrolling itAnton Blanchard-11/+31
2014-10-01powerpc/eeh: Show hex prefix for PE state sysfsGavin Shan-1/+1
2014-09-30powerpc/powernv: Override dma_get_required_mask()Gavin Shan-4/+62
2014-09-30powerpc/powernv: Fetch frozen PE on top levelGavin Shan-14/+34
2014-09-30powerpc/eeh: Dump PCI config space for all child devicesGavin Shan-15/+20
2014-09-30powerpc/eeh: Emulate EEH recovery for VFIO devicesGavin Shan-6/+144
2014-09-30powerpc/eeh: Tag reset state for user owned PEGavin Shan-0/+2
2014-09-30powerpc/powernv: Sync OpalPciResetScope with firmwareGavin Shan-11/+14
2014-09-30powerpc/pseries: Decrease message level on EEH initializationGavin Shan-25/+10
2014-09-30powerpc/eeh: Block PCI config access during resetGavin Shan-0/+4
2014-09-30powerpc/eeh: Use eeh_unfreeze_pe()Gavin Shan-50/+8
2014-09-30powerpc/eeh: Unfreeze PE on enabling EEH functionalityGavin Shan-28/+33
2014-09-30powerpc/eeh: Fix improper condition in eeh_pci_enable()Gavin Shan-16/+42
2014-09-30powerpc/eeh: Clear frozen device state in timeGavin Shan-3/+18
2014-09-30powerpc/powernv: Clear PAPR error injection registersGavin Shan-0/+25
2014-09-30powerpc/powernv: Add PCI error injection debugfs entryMike Qiu-0/+52
2014-09-30powerpc/eeh: Introduce eeh_ops::err_injectGavin Shan-0/+75
2014-09-30powerpc/powernv: Sync header with firmwareGavin Shan-0/+33
2014-09-30powerpc/eeh: Clear frozen state on passing deviceGavin Shan-1/+35
2014-09-30powerpc/eeh: Reenable PCI devices after resetGavin Shan-14/+48
2014-09-30powerpc/eeh: Freeze PE before PE resetGavin Shan-11/+44
2014-09-30powerpc/eeh: Add eeh_pe_state sysfs entryGavin Shan-1/+59
2014-09-30powerpc/eeh: Drop unused argument in eeh_check_failure()Gavin Shan-24/+20
2014-09-30powerpc: Enable DCACHE_WORD_ACCESS on ppc64leAnton Blanchard-0/+1
2014-09-30powerpc: ppc64le optimised word at a timeAnton Blanchard-15/+48
2014-09-30selftests/powerpc: Add test of load_unaligned_zero_pad()Michael Ellerman-1/+12
2014-09-30powerpc: Implement load_unaligned_zeropadAnton Blanchard-0/+40
2014-09-25powerpc: pci-ioda: Use a single function to emit logging messagesJoe Perches-28/+30
2014-09-25powerpc: pci-ioda: Remove unnecessary return value from printkJoe Perches-6/+3
2014-09-25powerpc/eeh: Fix kernel crash when passing through VFWei Yang-3/+8
2014-09-25powerpc/mm: Unindent htab_dt_scan_page_sizes()Michael Ellerman-61/+60
2014-09-25powerpc/ppc64: Print CPU/MMU/FW features at bootMichael Ellerman-0/+8
2014-09-25powerpc/ppc64: Clean up the boot-time settings displayMichael Ellerman-10/+12
2014-09-25powerpc: Fix build failure when CONFIG_USB=yPranith Kumar-1/+1
2014-09-25powerpc: Fix build failure on 44xPranith Kumar-2/+2
2014-09-25powerpc: some changes in numa_setup_cpu()Li Zhong-6/+8
2014-09-25powerpc: Only set numa node information for present cpus at boottimeLi Zhong-3/+9
2014-09-25powerpc: Fix warning reported by verify_cpu_node_mapping()Li Zhong-2/+1
2014-09-25powerpc: Implement emulation of string loads and storesPaul Mackerras-10/+49