linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-14 13:05:12 to 2015-09-17 19:11:00 UTC [more...]

[BUG] Revert 0b05e2d671c4 'powerpc/32: cacheable_memcpy becomes memcpy'
 2015-09-17 15:38 UTC  (14+ messages)

Time to remove platforms/cell?
 2015-09-17 17:50 UTC  (9+ messages)

[PATCH] powerpc: rackmeter: Fix module autoload for OF platform driver
 2015-09-17 17:24 UTC 

[PATCH v4 0/4] PCI: arm64/powerpc: Fix parsing of linux, pci-probe-only
 2015-09-17 17:21 UTC  (4+ messages)
` [PATCH v4 0/4] PCI: arm64/powerpc: Fix parsing of linux,pci-probe-only

[PATCH v2 09/30] cxlflash: Fix to stop interrupt processing on remove
 2015-09-17 17:16 UTC  (3+ messages)

[PATCH v2 00/30] cxlflash: Miscellaneous bug fixes and corrections
 2015-09-17 16:55 UTC  (33+ messages)
` [PATCH v2 01/30] cxlflash: Fix to avoid invalid port_sel value
` [PATCH v2 02/30] cxlflash: Replace magic numbers with literals
` [PATCH v2 03/30] cxlflash: Fix read capacity timeout
` [PATCH v2 04/30] cxlflash: Fix potential oops following LUN removal
` [PATCH v2 05/30] cxlflash: Fix data corruption when vLUN used over multiple cards
` [PATCH v2 06/30] cxlflash: Fix to avoid sizeof(bool)
` [PATCH v2 07/30] cxlflash: Fix context encode mask width
` [PATCH v2 08/30] cxlflash: Fix to avoid CXL services during EEH
` [PATCH v2 09/30] cxlflash: Fix to stop interrupt processing on remove
` [PATCH v2 10/30] cxlflash: Correct naming of limbo state and waitq
` [PATCH v2 11/30] cxlflash: Make functions static
` [PATCH v2 12/30] cxlflash: Refine host/device attributes
` [PATCH v2 13/30] cxlflash: Fix to avoid spamming the kernel log
` [PATCH v2 14/30] cxlflash: Fix to avoid stall while waiting on TMF
` [PATCH v2 15/30] cxlflash: Fix location of setting resid
` [PATCH v2 16/30] cxlflash: Fix host link up event handling
` [PATCH v2 17/30] cxlflash: Fix async interrupt bypass logic
` [PATCH v2 18/30] cxlflash: Remove dual port online dependency
` [PATCH v2 19/30] cxlflash: Fix AFU version access/storage and add check
` [PATCH v2 20/30] cxlflash: Correct usage of scsi_host_put()
` [PATCH v2 21/30] cxlflash: Fix to prevent workq from accessing freed memory
` [PATCH v2 22/30] cxlflash: Correct behavior in device reset handler following EEH
` [PATCH v2 23/30] cxlflash: Remove unnecessary scsi_block_requests
` [PATCH v2 24/30] cxlflash: Fix function prolog parameters and return codes
` [PATCH v2 25/30] cxlflash: Fix MMIO and endianness errors
` [PATCH v2 26/30] cxlflash: Fix to prevent EEH recovery failure
` [PATCH v2 27/30] cxlflash: Correct spelling, grammar, and alignment mistakes
` [PATCH v2 28/30] cxlflash: Fix to prevent stale AFU RRQ
` [PATCH v2 29/30] cxlflash: Fix to avoid state change collision
` [PATCH v2 30/30] MAINTAINERS: Add cxlflash driver

[PATCH] arch-powerpc: Return false instead of -EFAULT
 2015-09-17  9:58 UTC  (3+ messages)

[PATCH v3] powerpc: msi: mark bitmap with kmemleak_not_leak()
 2015-09-17  9:25 UTC  (2+ messages)

[PATCH] powerpc/boot: Specify ABI v2 when building an LE boot wrapper
 2015-09-17  5:13 UTC  (2+ messages)
`  "

[PATCH v2] cxl: Fix unbalanced pci_dev_get in cxl_probe
 2015-09-17  5:13 UTC  (3+ messages)
` [v2] "

[PATCH] powerpc/mm: Recompute hash value after a failed update
 2015-09-17  5:13 UTC  (8+ messages)
`  "

[PATCH] cxl: Fix build failure due to -Wunused-variable behaviour change
 2015-09-17  5:13 UTC  (2+ messages)
`  "

[PATCH v4 0/2] powerpc32: memcpy/memset: only use dcbz once cache is enabled
 2015-09-17  5:13 UTC  (5+ messages)
` [PATCH v4 1/2] powerpc32: memcpy: "
  ` [v4,1/2] "
` [PATCH v4 2/2] powerpc32: memset: "
  ` [v4,2/2] "

[PATCH V9 00/11] VF EEH on Power8
 2015-09-17  0:28 UTC  (8+ messages)
` [PATCH V9 11/11] powerpc/powernv: compound PE for VFs

[PATCH v5 30/53] PCI: Unify skip_ioresource_align()
 2015-09-16 21:57 UTC  (3+ messages)
` [PATCH v5 43/53] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v5 52/53] PCI: Introduce resource_disabled()

[PATCH v2 01/30] cxlflash: Fix to avoid invalid port_sel value
 2015-09-16 21:09 UTC  (3+ messages)

[PATCH 1/6] dmaengine: fsldma: Fix module autoload for OF platform driver
 2015-09-16 20:57 UTC 

[PATCH v2 30/30] MAINTAINERS: Add cxlflash driver
 2015-09-16 17:11 UTC 

[PATCH v2 29/30] cxlflash: Fix to avoid state change collision
 2015-09-16 17:08 UTC 

[PATCH v2 28/30] cxlflash: Fix to prevent stale AFU RRQ
 2015-09-16 17:05 UTC 

[PATCH v2 27/30] cxlflash: Correct spelling, grammar, and alignment mistakes
 2015-09-16 17:02 UTC 

[PATCH v2 26/30] cxlflash: Fix to prevent EEH recovery failure
 2015-09-16 17:02 UTC 

[PATCH v2 25/30] cxlflash: Fix MMIO and endianness errors
 2015-09-16 17:01 UTC 

[PATCH v2 24/30] cxlflash: Fix function prolog parameters and return codes
 2015-09-16 17:01 UTC 

[PATCH v2 19/30] cxlflash: Fix AFU version access/storage and add check
 2015-09-16 16:58 UTC 

[PATCH v2 20/30] cxlflash: Correct usage of scsi_host_put()
 2015-09-16 16:59 UTC 

[PATCH v2 23/30] cxlflash: Remove unnecessary scsi_block_requests
 2015-09-16 16:59 UTC 

[PATCH v2 22/30] cxlflash: Correct behavior in device reset handler following EEH
 2015-09-16 16:59 UTC 

[PATCH v2 21/30] cxlflash: Fix to prevent workq from accessing freed memory
 2015-09-16 16:59 UTC 

[PATCH v2 18/30] cxlflash: Remove dual port online dependency
 2015-09-16 16:58 UTC 

[PATCH v2 17/30] cxlflash: Fix async interrupt bypass logic
 2015-09-16 16:58 UTC 

[PATCH v2 16/30] cxlflash: Fix host link up event handling
 2015-09-16 16:58 UTC 

[PATCH v2 15/30] cxlflash: Fix location of setting resid
 2015-09-16 16:57 UTC 

[PATCH v2 14/30] cxlflash: Fix to avoid stall while waiting on TMF
 2015-09-16 16:57 UTC 

[PATCH v2 13/30] cxlflash: Fix to avoid spamming the kernel log
 2015-09-16 16:57 UTC 

[PATCH v2 12/30] cxlflash: Refine host/device attributes
 2015-09-16 16:57 UTC 

[PATCH v2 11/30] cxlflash: Make functions static
 2015-09-16 16:56 UTC 

[PATCH v2 10/30] cxlflash: Correct naming of limbo state and waitq
 2015-09-16 16:53 UTC 

[PATCH v2 08/30] cxlflash: Fix to avoid CXL services during EEH
 2015-09-16 16:53 UTC 

[PATCH v2 07/30] cxlflash: Fix context encode mask width
 2015-09-16 16:53 UTC 

[PATCH v2 06/30] cxlflash: Fix to avoid sizeof(bool)
 2015-09-16 16:53 UTC 

[PATCH v2 05/30] cxlflash: Fix data corruption when vLUN used over multiple cards
 2015-09-16 16:53 UTC 

[PATCH v2 04/30] cxlflash: Fix potential oops following LUN removal
 2015-09-16 16:52 UTC 

[PATCH v2 03/30] cxlflash: Fix read capacity timeout
 2015-09-16 16:52 UTC 

[PATCH v2 02/30] cxlflash: Replace magic numbers with literals
 2015-09-16 16:52 UTC 

[PATCH v2 00/30] cxlflash: Miscellaneous bug fixes and corrections
 2015-09-16 16:51 UTC 

[RFC v2 0/7] atomics: powerpc: Implement relaxed/acquire/release variants of some atomics
 2015-09-16 15:49 UTC  (8+ messages)
` [RFC v2 1/7] atomics: Add test for atomic operations with _relaxed variants
` [RFC v2 2/7] atomics: Allow architectures to define their own __atomic_op_* helpers
` [RFC v2 3/7] powerpc: atomic: Implement atomic{, 64}_{add, sub}_return_* variants
` [RFC v2 4/7] powerpc: atomic: Implement xchg_* and atomic{, 64}_xchg_* variants
` [RFC v2 5/7] powerpc: atomic: Implement cmpxchg{, 64}_* and atomic{, 64}_cmpxchg_* variants
` [RFC v2 6/7] powerpc: atomic: Make atomic{, 64}_xchg and xchg a full barrier
` [RFC v2 7/7] powerpc: atomic: Make atomic{, 64}_cmpxchg and cmpxchg "

[PATCH] powerpc: Wire up sys_membarrier()
 2015-09-16 11:56 UTC 

suspicious RCU usage with kvm_pr
 2015-09-16 10:59 UTC  (3+ messages)

[PATCH v2] powerpc: msi: mark bitmap with kmemleak_not_leak()
 2015-09-16 10:57 UTC  (3+ messages)

[RESEND PATCH 1/1] ASoC: fsl_ssi: Fix checking of dai format for AC97 mode
 2015-09-16  9:13 UTC 

[PATCH v2 1/2] fsl: Add binding for RCPM
 2015-09-16  5:11 UTC  (13+ messages)
` [PATCH v2 2/2] arm/layerscape: add RCPM device tree support for ls1021a

[PATCH 00/29] cxlflash: Miscellaneous bug fixes and corrections
 2015-09-16  3:50 UTC  (2+ messages)

[PATCH stable 1/2] powerpc: Uncomment and make enable_kernel_vsx() routine available
 2015-09-16  1:40 UTC  (2+ messages)
` [PATCH stable 2/2] crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions

[PATCH stable 1/2] powerpc: Uncomment and make enable_kernel_vsx() routine available
 2015-09-16  1:34 UTC  (2+ messages)
` [PATCH stable 2/2] crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions

[PATCH 1/2] char: hw_random: Fix module autoload for OF platform drivers
 2015-09-15 16:41 UTC 

[PATCH 0/2] Fix module autoload for OF platform drivers
 2015-09-15 16:40 UTC 

[PATCH 2/2] powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF case
 2015-09-15 16:18 UTC  (7+ messages)
  ` [PATCH v2 "

[v2 00/11] Freescale DPAA QBMan Drivers
 2015-09-15 15:32 UTC  (4+ messages)
` [v2 04/11] soc/fsl: Introduce drivers for the DPAA QMan

[PATCH kernel 0/9] KVM: PPC: Add in-kernel multitce handling
 2015-09-15 10:49 UTC  (10+ messages)
` [PATCH kernel 1/9] rcu: Define notrace version of list_for_each_entry_rcu
` [PATCH kernel 2/9] KVM: PPC: Make real_vmalloc_addr() public
` [PATCH kernel 3/9] KVM: PPC: Rework H_PUT_TCE/H_GET_TCE handlers
` [PATCH kernel 4/9] KVM: PPC: Use RCU for arch.spapr_tce_tables
` [PATCH kernel 5/9] KVM: PPC: Account TCE-containing pages in locked_vm
` [PATCH kernel 6/9] KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4K
` [PATCH kernel 7/9] KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpers
` [PATCH kernel 8/9] KVM: Fix KVM_SMI chapter number
` [PATCH kernel 9/9] KVM: PPC: Add support for multiple-TCE hcalls

[PATCH 0/3] PS3 updates for 4.3
 2015-09-15 10:37 UTC  (7+ messages)
` [PATCH 1/3] drivers/ps3: Fix ps3-lpm white space
` [PATCH 2/3] drivers/ps3: Fix ps3-vuart null dereference
` [PATCH 3/3] powerpc/ps3: Refresh ps3_defconfig
  ` [Cbe-oss-dev] "
  ` [PATCH V2 "

[PATCH V2 0/2] Replace nr_node_ids for loop with for_each_node
 2015-09-15  7:59 UTC  (5+ messages)
` [PATCH V2 1/2] mm: Replace nr_node_ids for loop with for_each_node in list lru
` [PATCH V2 2/2] powerpc:numa Do not allocate bootmem memory for non existing nodes

[RFC] powerpc/hugetlb: Add warning message when gpage allocation request fails
 2015-09-15  3:43 UTC  (5+ messages)

[PATCH v3] powerpc32: memset: only use dcbz once cache is enabled
 2015-09-14 23:52 UTC  (5+ messages)

[PATCH] cpufreq : powernv: Report Pmax throttling if capped below nominal frequency
 2015-09-14  8:31 UTC  (2+ messages)
` [PATCH v2] "

[RFC 3/5] powerpc: atomic: implement atomic{,64}_{add,sub}_return_* variants
 2015-09-14 16:26 UTC  (12+ messages)

[PATCH v2] powerpc32: memcpy/memset: only use dcbz once cache is enabled
 2015-09-14 16:32 UTC  (5+ messages)

[PATCH 0/2] Replace nr_node_ids for loop with for_each_node
 2015-09-14 13:27 UTC  (7+ messages)
` [PATCH 1/2] mm: Replace nr_node_ids for loop with for_each_node in list lru


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).