summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2014-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-10-17powerpc: Only do dynamic DMA zone limits on platforms that need itMichael Ellerman
2014-10-16powerpc: sync pseries_le_defconfig with pseries_defconfigAnton Blanchard
2014-10-16powerpc: Add printk levels to setup_system outputAnton Blanchard
2014-10-16powerpc/pci: Fix IO space breakage after of_pci_range_to_resource() changeMichael Ellerman
2014-10-16powerpc/vphn: NUMA node code expects big-endianGreg Kurz
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-15powerpc/msi: Use WARN_ON() in msi bitmap selftestsMichael Ellerman
2014-10-15powerpc/msi: Fix the msi bitmap alignment testsMichael Ellerman
2014-10-15powerpc/eeh: Block CFG upon frozen Shiner adapterGavin Shan
2014-10-15powerpc/eeh: Don't collect logs on PE with blocked config spaceGavin Shan
2014-10-15powerpc/eeh: Block PCI config access upon frozen PEGavin Shan
2014-10-15powerpc/pseries: Drop config requests in EEH accessorsGavin Shan
2014-10-15powerpc/powernv: Drop config requests in EEH accessorsGavin Shan
2014-10-15powerpc/eeh: Rename flag EEH_PE_RESET to EEH_PE_CFG_BLOCKEDGavin Shan
2014-10-15powerpc/eeh: Fix condition for isolated stateGavin Shan
2014-10-15powerpc/pseries: Make CPU hotplug path endian safeBharata B Rao
2014-10-15powerpc/pseries: Use dump_stack instead of show_stackAnton Blanchard
2014-10-15powerpc: Rename __get_SP() to current_stack_pointer()Anton Blanchard
2014-10-15powerpc: Reimplement __get_SP() as a function not a defineAnton Blanchard
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-13powerpc/numa: Add ability to disable and debug topology updatesNishanth Aravamudan
2014-10-13powerpc/numa: check error return from proc_createNishanth Aravamudan
2014-10-13powerpc/powernv: Fallback to old HMI handling behavior for old firmwareMahesh Salgaonkar
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds
2014-10-10powerpc/book3s: Don't clear MSR_RI in hmi handler.Mahesh Salgaonkar
2014-10-10powerpc: Fix sys_call_table declaration to enable syscall tracingRomeo Cane
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven
2014-10-09mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-10-08powerpc/mm: Add hooks for cxlIan Munsie
2014-10-08powerpc/opal: Add PHB to cxl mode callIan Munsie
2014-10-08powerpc/mm: Add new hash_page_mm()Ian Munsie
2014-10-08powerpc/powerpc: Add new PCIe functions for allocating cxl interruptsIan Munsie
2014-10-08powerpc/powernv: Split out set MSI IRQ chip codeIan Munsie
2014-10-08powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psizeIan Munsie
2014-10-08powerpc/msi: Improve IRQ bitmap allocatorIan Munsie
2014-10-08powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie
2014-10-08powerpc/cell: Move data segment faulting code out of cell platformIan Munsie
2014-10-08powerpc/cell: Move spu_handle_mm_fault() out of cell platformIan Munsie
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-07powerpc/pseries: Use new defines when calling H_SET_MODEMichael Neuling
2014-10-07powerpc/perf/hv-24x7: Simplify catalog_read()sukadev@linux.vnet.ibm.com