linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-08 05:09:50 to 2015-11-18 08:43:07 UTC [more...]

[PATCH v5] powerpc/pseries: Limit EPOW reset event warnings
 2015-11-18  8:42 UTC 

[PATCH v7 00/50] powerpc/powernv: PCI hotplug support
 2015-11-18  7:33 UTC  (88+ messages)
` [PATCH v7 08/50] powerpc/powernv: Rename PE# fields in struct pnv_phb
` [PATCH v7 10/50] powerpc/powernv: Simplify pnv_ioda_setup_pe_seg()
` [PATCH v7 11/50] powerpc/powernv: IO and M32 mapping based on PCI device resources
` [PATCH v7 12/50] powerpc/powernv: Track M64 segment consumption
` [PATCH v7 14/50] powerpc/powernv: M64 support on P7IOC
` [PATCH v7 17/50] powerpc/powernv: Avoid calculating DMA32 segments on PHB3
` [PATCH v7 18/50] powerpc/powernv: Remove DMA32 PE list
` [PATCH v7 19/50] powerpc/powernv: Track DMA32 segment consumption
` [PATCH v7 21/50] powerpc/powernv: Increase PE# capacity
` [PATCH v7 22/50] powerpc/powernv: Introduce pnv_ioda_init_pe()
` [PATCH v7 23/50] powerpc/powernv: Use PE instead of number during setup and release
` [PATCH v7 25/50] powerpc/powernv: Reserve PE for root bus
` [PATCH v7 26/50] powerpc/powernv: Create PEs at PCI hot plugging time
` [PATCH v7 27/50] powerpc/powernv: Dynamically release PEs
` [PATCH v7 28/50] powerpc/pci: Rename pcibios_{add, remove}_pci_devices()
  ` [PATCH v7 28/50] powerpc/pci: Rename pcibios_{add,remove}_pci_devices()
` [PATCH v7 29/50] powerpc/pci: Rename pcibios_find_pci_bus()
` [PATCH v7 33/50] powerpc/pci: Export pci_traverse_device_nodes()
` [PATCH v7 34/50] powerpc/pci: Delay populating pdn
` [PATCH v7 37/50] powerpc/powernv: Simplify pnv_eeh_reset()
` [PATCH v7 38/50] powerpc/powernv: Exclude root bus in pnv_pci_reset_secondary_bus()
` [PATCH v7 39/50] powerpc/powernv: Fundamental reset "
` [PATCH v7 50/50] PCI/hotplug: PowerPC PowerNV PCI hotplug driver

[PATCH] selftests/powerpc: Add script to test HMI functionality
 2015-11-18  4:43 UTC 

[PATCH 0/8] FP/VEC/VSX switching optimisations
 2015-11-18  3:26 UTC  (9+ messages)
` [PATCH 1/8] selftests/powerpc: Test the preservation of FPU and VMX regs across syscall
` [PATCH 2/8] selftests/powerpc: Test preservation of FPU and VMX regs across preemption
` [PATCH 3/8] selftests/powerpc: Test FPU and VMX regs in signal ucontext
` [PATCH 4/8] powerpc: Explicitly disable math features when copying thread
` [PATCH 5/8] powerpc: Restore FPU/VEC/VSX if previously used
` [PATCH 6/8] powerpc: Add the ability to save FPU without giving it up
` [PATCH 7/8] powerpc: Add the ability to save Altivec "
` [PATCH 8/8] powerpc: Add the ability to save VSX "

[powerpc:test 7/8] include/math-emu/quad.h:72:1: error: unable to emulate 'TF'
 2015-11-18  0:23 UTC  (3+ messages)

[PATCH v4] Documentation: dt: binding: fsl: add devicetree binding for describing RCPM
 2015-11-17 23:16 UTC  (5+ messages)

[PATCH] [media] move media platform data to linux/platform_data/media
 2015-11-17 20:46 UTC  (6+ messages)

[PATCH v3 00/23] powerpc/8xx: Use large pages for RAM and IMMR and other improvments
 2015-11-17 16:40 UTC  (26+ messages)
` [PATCH v3 01/23] powerpc/8xx: Save r3 all the time in DTLB miss handler
` [PATCH v3 02/23] powerpc/8xx: Map linear kernel RAM with 8M pages
` [PATCH v3 03/23] powerpc: Update documentation for noltlbs kernel parameter
` [PATCH v3 04/23] powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.c
` [PATCH v3 05/23] powerpc32: Fix pte_offset_kernel() to return NULL for bad pages
` [PATCH v3 06/23] powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together
` [PATCH v3 07/23] powerpc/8xx: Fix vaddr for IMMR early remap
` [PATCH v3 08/23] powerpc/8xx: Map IMMR area with 512k page at a fixed address
` [PATCH v3 09/23] powerpc/8xx: CONFIG_PIN_TLB unneeded for CONFIG_PPC_EARLY_DEBUG_CPM
` [PATCH v3 10/23] powerpc/8xx: map more RAM at startup when needed
` [PATCH v3 11/23] powerpc32: Remove useless/wrong MMU:setio progress message
` [PATCH v3 12/23] powerpc32: remove ioremap_base
` [PATCH v3 13/23] powerpc/8xx: Add missing SPRN defines into reg_8xx.h
` [PATCH v3 14/23] powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macro
` [PATCH v3 15/23] powerpc/8xx: remove special handling of CPU6 errata in set_dec()
` [PATCH v3 16/23] powerpc/8xx: rewrite set_context() in C
` [PATCH v3 17/23] powerpc/8xx: rewrite flush_instruction_cache() "
` [PATCH v3 18/23] powerpc: add inline functions for cache related instructions
` [PATCH v3 19/23] powerpc32: Remove clear_pages() and define clear_page() inline
` [PATCH v3 20/23] powerpc32: move xxxxx_dcache_range() functions inline
` [PATCH v3 21/23] powerpc: Simplify test in __dma_sync()
` [PATCH v3 22/23] powerpc32: small optimisation in flush_icache_range()
` [PATCH v3 23/23] powerpc32: Remove one insn in mulhdu

[PATCH 1/5] powerpc: Print MSR TM bits in oops message
 2015-11-17 10:30 UTC  (18+ messages)
` [PATCH 2/5] selftests/powerpc: Add TM signal return selftest
` [PATCH 3/5] powerpc/tm: Block signal return setting invalid MSR state
` [PATCH 4/5] powerpc/tm: Check for already reclaimed tasks
` [PATCH 5/5] powerpc/tm: Clarify get_tm_stackpointer() by renaming it

[PATCH V4 1/2] powerpc/fsl: Add PCI node in device tree of bsc9132qds
 2015-11-17  2:31 UTC  (3+ messages)
` [PATCH V4 2/2] powerpc/85xx: Add PCIe controller support for bsc9132qds

[PATCH 2/2] powerpc/smp: Add smp_muxed_ipi_rm_message_pass
 2015-11-17  0:20 UTC  (4+ messages)
` [2/2] "

[PATCH 0/6] serial: fixes and cleanups
 2015-11-16 15:48 UTC  (2+ messages)
` [PATCH 4/6] serial: remove NWP serial support

Section mismatches in arch/powerpc/kernel/head_64.S
 2015-11-16 11:42 UTC  (3+ messages)

[PATCH] cxl: Fix possible idr warning when contexts are released
 2015-11-16  5:20 UTC  (2+ messages)

[PATCH] KVM: powerpc: kvmppc_visible_gpa can be boolean
 2015-11-16  3:10 UTC 

[xmon PATCH 1/1] RFC: Add xmon command to dump process/task similar to ps(1)
 2015-11-13 15:58 UTC  (4+ messages)

[PATCH 0/5 v3] Fix NVMe driver support on Power with 32-bit DMA
 2015-11-13 15:08 UTC  (12+ messages)
        ` [PATCH 1/1 v3] drivers/nvme: default to 4k device page size
              ` [PATCH 1/1 v4] "

input: i8042: build failure on powerpc
 2015-11-13 14:45 UTC  (2+ messages)

[PATCH] KVM: PPC: Exit guest upon fatal machine check exception
 2015-11-13 11:25 UTC  (16+ messages)

[PATCH] PCI: designware: bail out if host_init failed
 2015-11-13  9:49 UTC  (2+ messages)

[PATCH] powerpc/64: Include KVM guest test in all interrupt vectors
 2015-11-12  5:44 UTC 

[PATCH] powerpc/iommu: use iommu_num_pages() to calculate the number of iommu page
 2015-11-12  2:32 UTC  (5+ messages)

[PATCH] cxl: use correct operator when writing pcie config space values
 2015-11-12  2:26 UTC  (5+ messages)

[PATCH] powerpc: IRQF_NO_SUSPEND not IRQF_TIMER for non-timer
 2015-11-11 14:15 UTC 

[PATCH] powerpc: set IRQF_NO_THREAD for xmon/cascade handlers
 2015-11-11 13:48 UTC 

[net-next v4 0/8] dpaa_eth: Add the Freescale DPAA Ethernet driver
 2015-11-11  3:35 UTC  (3+ messages)
` [net-next v4 2/8] dpaa_eth: add support for DPAA Ethernet

[PATCH] of: Print rather than WARN'ing when overlap check fails
 2015-11-10 21:47 UTC  (4+ messages)

[PATCH V4 00/31] powerpc/mm: Update page table format for book3s 64
 2015-11-10 16:00 UTC  (7+ messages)

[PATCH 2/2] platforms/powernv: Add support for Nvlink NPUs
 2015-11-10 10:43 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] powerpc: allow cross-compilation of ppc64 kernel
 2015-11-10  7:54 UTC  (7+ messages)

[PATCH v2] of: Check for overlap in reserved memory regions
 2015-11-10  4:57 UTC  (3+ messages)

[PATCH v2] memory-hotplug: Fix kernel warning during memory hotplug on ppc64
 2015-11-10  1:21 UTC  (3+ messages)

[RFC PATCH 0/3]perf/core: extend perf_reg and perf_sample_regs_intr
 2015-11-10  0:21 UTC  (7+ messages)

[PATCH v2 00/20] Fix handling of compat_siginfo_t
 2015-11-09 15:12 UTC  (3+ messages)

[PATCH] cxl: Delete an unnecessary check before the function call "kfree"
 2015-11-09  2:09 UTC  (3+ messages)

[PATCH V13 0/9] VF EEH on Power8
 2015-11-09  1:53 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).