linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-29 08:21:10 to 2018-01-07 17:55:12 UTC [more...]

[PATCH -next] ASoC: fsl_ssi: Fix build error
 2018-01-07 17:55 UTC  (2+ messages)

Time to get rid of CPU6 ERRATA on powerpc/8xx ?
 2018-01-07 17:51 UTC  (3+ messages)

Spectre+Meltdown
 2018-01-07 13:04 UTC  (4+ messages)

[PATCH] KVM: PPC: Use seq_puts() in kvmppc_exit_timing_show()
 2018-01-07  9:18 UTC 

[PATCH] soc/fsl/guts: Add a NULL check for devm_kasprintf()
 2018-01-06 13:22 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-4.15-6 tag
 2018-01-06 12:37 UTC 

[RFC FIX v1 0/2] powerpc: Fix memory unplug failure for radix guests
 2018-01-05 23:28 UTC  (5+ messages)
` [RFC FIX v1 1/2] powerpc: Discover radix availability before scanning the memory nodes
` [RFC FIX v1 2/2] powerpc: Fix memory unplug failure on radix guest

consolidate direct dma mapping and swiotlb support
 2018-01-05 19:45 UTC  (76+ messages)
` [PATCH 02/67] alpha: mark jensen as broken
` [PATCH 05/67] dma-mapping: replace PCI_DMA_BUS_IS_PHYS with a flag in struct dma_map_ops
` [PATCH 09/67] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 16/67] powerpc: rename dma_direct_ to dma_nommu_
` [PATCH 17/67] microblaze: rename dma_direct to dma_microblaze
` [PATCH 22/67] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 23/67] dma-mapping: add an arch_dma_supported hook
` [PATCH 24/67] dma-mapping: provide a generic asm/dma-mapping.h
` [PATCH 25/67] dma-direct: rename dma_noop to dma_direct
` [PATCH 26/67] dma-direct: use phys_to_dma
` [PATCH 27/67] dma-direct: add dma address sanity checks
` [PATCH 28/67] dma-direct: add support for CMA allocation
` [PATCH 29/67] dma-direct: use node local allocations for coherent memory
` [PATCH 30/67] dma-direct: retry allocations using GFP_DMA for small masks
` [PATCH 31/67] dma-direct: make dma_direct_{alloc, free} available to other implementations
` [PATCH 32/67] dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32
` [PATCH 33/67] dma-direct: reject too small dma masks
` [PATCH 34/67] cris: use dma-direct
` [PATCH 35/67] h8300: "
` [PATCH 36/67] x86: remove dma_alloc_coherent_mask
` [PATCH 37/67] x86: use dma-direct
` [PATCH 38/67] x86/amd_gart: clean up gart_alloc_coherent
` [PATCH 39/67] iommu/amd_iommu: use dma_direct_* helpers for the direct mapping case
` [PATCH 40/67] iommu/intel-iommu: "
` [PATCH 41/67] x86: remove dma_alloc_coherent_gfp_flags
` [PATCH 42/67] arm64: rename swiotlb_dma_ops
` [PATCH 43/67] ia64: "
` [PATCH 44/67] powerpc: "
` [PATCH 45/67] swiotlb: rename swiotlb_free to swiotlb_exit
` [PATCH 46/67] swiotlb: lift x86 swiotlb_dma_ops to common code
` [PATCH 47/67] swiotlb: wire up ->dma_supported in swiotlb_dma_ops
` [PATCH 48/67] swiotlb: rely on dev->coherent_dma_mask
` [PATCH 49/67] swiotlb: refactor coherent buffer freeing
` [PATCH 50/67] swiotlb: refactor coherent buffer allocation
` [PATCH 51/67] set_memory.h: provide set_memory_{en,de}crypted stubs
` [PATCH 52/67] dma-direct: handle the memory encryption bit in common code
` [PATCH 53/67] swiotlb: remove swiotlb_set_mem_attributes
` [PATCH 54/67] x86: remove sta2x11_dma_ops
` [PATCH 55/67] ia64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 56/67] ia64: use generic swiotlb_ops
` [PATCH 57/67] ia64: clean up swiotlb support
` [PATCH 58/67] ia64: remove an ifdef around the content of pci-dma.c
` [PATCH 59/67] unicore32: use generic swiotlb_ops
` [PATCH 60/67] tile: replace ZONE_DMA with ZONE_DMA32
` [PATCH 61/67] tile: use generic swiotlb_ops
` [PATCH 62/67] mips/netlogic: remove swiotlb support
` [PATCH 63/67] mips: use swiotlb_{alloc,free}
` [PATCH 64/67] arm64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 65/67] arm64: use swiotlb_alloc and swiotlb_free
` [PATCH 66/67] swiotlb: remove swiotlb_{alloc,free}_coherent
` [PATCH 67/67] swiotlb: remove various exports

[PATCH v7 00/10] add support for relative references in special sections
 2018-01-05 18:29 UTC  (19+ messages)
` [PATCH v7 01/10] arch: enable relative relocations for arm64, power and x86
` [PATCH v7 02/10] module: allow symbol exports to be disabled
` [PATCH v7 03/10] module: use relative references for __ksymtab entries
` [PATCH v7 04/10] init: allow initcall tables to be emitted using relative references
` [PATCH v7 05/10] PCI: Add support for relative addressing in quirk tables
` [PATCH v7 06/10] kernel: tracepoints: add support for relative references
` [PATCH v7 07/10] kernel/jump_label: abstract jump_entry member accessors
` [PATCH v7 08/10] arm64/kernel: jump_label: use relative references
` [PATCH v7 09/10] x86: jump_label: switch to jump_entry accessors
` [PATCH v7 10/10] x86/kernel: jump_table: use relative references

[PATCH v4 0/7] SR-IOV Enablement on PowerVM
 2018-01-05 18:15 UTC  (9+ messages)
` [PATCH v4 1/7] platform/pseries: Update VF config space after EEH
` [PATCH v4 2/7] linux/pci: Add uevents in AER and EEH error/resume
` [PATCH v4 3/7] platforms/pseries: Set eeh_pe of EEH_PE_VF type
` [PATCH v4 4/7] powerpc/kernel Add EEH operations to notify resume
` [PATCH v4 5/7] powerpc/kernel: Add EEH notify resume sysfs
` [PATCH v4 6/7] pseries/pci: Associate PEs to VFs in configure SR-IOV
` [PATCH v4 7/7] pseries/setup: Add Initialization of VF Bars

[PATCH 1/3] powerpc/32: Fix hugepage allocation on 8xx at hint address
 2018-01-05 16:44 UTC  (3+ messages)
` [PATCH 2/3] powerpc/mm: Allow more than 16 low slices
` [PATCH 3/3] powerpc/8xx: Increase the number of mm slices

[PATCH v3 0/7] SR-IOV Enablement on PowerVM
 2018-01-05  1:24 UTC  (10+ messages)
` [PATCH v3 1/7] platform/pseries: Update VF config space after EEH
` [PATCH v3 2/7] powerpc/kernel: Add uevents in EEH error/resume
` [PATCH v3 3/7] platforms/pseries: Set eeh_pe of EEH_PE_VF type
` [PATCH v3 4/7] powerpc/kernel Add EEH operations to notify resume
` [PATCH v3 5/7] powerpc/kernel: Add EEH notify resume sysfs
` [PATCH v3 6/7] pseries/pci: Associate PEs to VFs in configure SR-IOV
` [PATCH v3 7/7] pseries/setup: Add Initialization of VF Bars

[PATCH] powerpc: cell: use irq_of_parse_and_map helper
 2018-01-04 22:52 UTC  (2+ messages)

[PATCH] powerpc: pseries: use irq_of_parse_and_map helper
 2018-01-04 22:45 UTC 

Anyone working on the KPTI support for powerpc?
 2018-01-04 22:22 UTC 

[PATCH 0/3] PCI: move DT PCI functions to PCI core
 2018-01-04 21:12 UTC  (4+ messages)
` [PATCH 1/3] PCI: move OF related PCI functions into "
` [PATCH 2/3] powerpc/pci: use of_irq_parse_and_map_pci helper
` [PATCH 3/3] PCI: make of_irq_parse_pci static

[PATCH v1 00/15] ASoC: fsl_ssi: Clean up - program flow level
 2018-01-04 20:58 UTC  (18+ messages)
` [PATCH v1 01/15] ASoC: fsl_ssi: Clean up set_dai_tdm_slot()
` [PATCH v1 03/15] ASoC: fsl_ssi: Rename fsl_ssi_disable_val macro
` [PATCH v1 05/15] ASoC: fsl_ssi: Clean up helper functions of trigger()
` [PATCH v1 11/15] ASoC: fsl_ssi: Setup AC97 in dai_probe()

[PATCH] ps3_gelic_net: Delete an error message for a failed memory allocation in gelic_descr_prepare_rx()
 2018-01-04 20:44 UTC  (2+ messages)

[PATCH v3] powerpc/64s: Improve local TLB flush for boot and MCE on POWER9
 2018-01-04 18:11 UTC  (3+ messages)

[PATCH] powerpc: restore alphabetic order in Kconfig
 2018-01-04 15:35 UTC 

[PATCH 0/6] cxlflash: Miscellaneous patches
 2018-01-04  6:33 UTC  (8+ messages)
` [PATCH 1/6] cxlflash: Reset command ioasc
` [PATCH 2/6] cxlflash: Update cxl-specific arguments to generic cookie
` [PATCH 3/6] cxlflash: Explicitly cache number of interrupts per context
` [PATCH 4/6] cxlflash: Remove embedded CXL work structures
` [PATCH 5/6] cxlflash: Adapter context init can return error
` [PATCH 6/6] cxlflash: Staging to support future accelerators

[PATCH v3 0/1] Make RAS IRQ explicitly dependent on DLPAR workqueue
 2018-01-04  0:48 UTC  (3+ messages)
` [PATCH v3 1/1] powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQ

[PATCH] powerpc/mm: restore SEGV_ACCERR for segv on mapped region
 2018-01-03 13:16 UTC  (3+ messages)
`  "

[v3 PATCH 0/3] powernv-cpufreq: Multiple pstate related fixes
 2018-01-03 12:47 UTC  (5+ messages)
` [v3 PATCH 2/3] powernv-cpufreq: Fix pstate_to_idx() to handle non-continguous pstates

[PATCH NEXT 1/4] powerpc/pasemi: Add PCI initialisation for Nemo board
 2018-01-03 12:15 UTC  (2+ messages)

[PATCH 2/2] backlight: Fix old-style function definition
 2018-01-03 10:18 UTC  (2+ messages)

[PATCH 00/13] New driver to support OpenCAPI devices on POWER9
 2018-01-03  7:31 UTC  (9+ messages)
` [PATCH 01/13] powerpc/powernv: Introduce new PHB type for opencapi links
` [PATCH 04/13] powerpc/powernv: Add platform-specific services for opencapi
` [PATCH 06/13] ocxl: Driver code for 'generic' opencapi devices
` [PATCH 10/13] ocxl: Add Makefile and Kconfig

[PATCH] selftests/powerpc: Add a test of SEGV error behaviour
 2018-01-03  6:14 UTC  (3+ messages)

[PATCH 0/2] sreset driven panic/oops message printing fixes
 2018-01-03  0:49 UTC  (5+ messages)
` [PATCH 1/2] powerpc: System reset avoid interleaving oops using die synchronisation
` [PATCH 2/2] powerpc/pseries, ps3: panic flush kernel messages before halting system
  ` [PATCH 2/2] powerpc/pseries,ps3: "

[RFC PATCH 0/2] KVM: PPC: Book3S HV: Transactional memory bug workarounds for POWER9
 2018-01-02 23:15 UTC  (3+ messages)
` [RFC PATCH 2/2] KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9

[PATCH v2 0/1] Increase dlpar initcall priority
 2018-01-02 17:28 UTC  (4+ messages)
` [PATCH v2 1/1] powerpc/pseries: increase pseries_dlpar_init "

[net] Revert "net: core: maybe return -EEXIST in __dev_alloc_name"
 2018-01-02 16:52 UTC  (5+ messages)

[PATCH RESEND 0/1] Implements MMIO emulation for lvx/stvx instructions
 2018-01-02 10:50 UTC  (3+ messages)
` [PATCH RESEND 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

[PATCH v5 8/8] x86/kernel: jump_table: use relative references
 2018-01-02  6:36 UTC  (2+ messages)
` [lkp-robot] [x86/kernel] 5bf300774c: WARNING:at_kernel/jump_label.c:#jump_label_test

Getting kernel 4.14 to run on PS3
 2017-12-31 23:26 UTC  (6+ messages)

[PATCH 1/2] powerpc/tm: Fix endianness flip on trap
 2017-12-31 23:20 UTC  (2+ messages)
` [PATCH 2/2] powerpc/selftests: Check endianness on trap in TM

[RESEND PATCH] i2c/busses/pasemi: Remove hardcoded bus numbers on smbus
 2017-12-31 20:53 UTC 

[PATCH NEXT 3/4] powerpc/pasemi: Add Nemo board device init code
 2017-12-31 22:08 UTC 

[PATCH NEXT 2/4] powerpc/pasemi: Add Nemo board IRQ init routine
 2017-12-31 22:04 UTC 

[PATCH NEXT 4/4] powerpc/pasemi: Connect Nemo boot code
 2017-12-31 22:16 UTC 

[PATCH] wan/fsl_ucc_hdlc: Delete an error message for a failed memory allocation in ucc_hdlc_probe()
 2017-12-30 21:30 UTC 

[PATCH v3 0/3] create sysfs representation of ACPI HMAT
 2017-12-30  9:19 UTC  (11+ messages)

[PATCH] pci/hotplug: Delete error messages for a failed memory allocation in four functions
 2017-12-29 14:55 UTC 


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