linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-11 10:58:58 to 2019-02-13 19:31:05 UTC [more...]

dma_declare_coherent spring cleaning
 2019-02-13 19:27 UTC  (27+ messages)
` [PATCH 01/12] mfd/sm501: depend on HAS_DMA
` [PATCH 02/12] device.h: dma_mem is only needed for HAVE_GENERIC_DMA_COHERENT
` [PATCH 03/12] of: mark early_init_dt_alloc_reserved_memory_arch static
` [PATCH 04/12] of: select OF_RESERVED_MEM automatically
` [PATCH 05/12] dma-mapping: remove an incorrect __iommem annotation
` [PATCH 06/12] dma-mapping: improve selection of dma_declare_coherent availability
` [PATCH 07/12] dma-mapping: move CONFIG_DMA_CMA to kernel/dma/Kconfig
` [PATCH 08/12] dma-mapping: remove dma_mark_declared_memory_occupied
` [PATCH 09/12] dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
` [PATCH 10/12] dma-mapping: simplify allocations from per-device coherent memory
` [PATCH 11/12] dma-mapping: handle per-device coherent memory mmap in common code
` [PATCH 12/12] dma-mapping: remove dma_assign_coherent_memory

consolidate a few more arch support config options
 2019-02-13 17:40 UTC  (12+ messages)
` [PATCH 01/11] powerpc: remove dead ifdefs in <asm/checksum.h>
` [PATCH 02/11] riscv: remove the HAVE_KPROBES option
` [PATCH 03/11] kernel/locks: consolidate RWSEM_GENERIC_* options
` [PATCH 04/11] tracing: consolidate the STACKTRACE_SUPPORT symbol
` [PATCH 05/11] tracing: consolidate the TRACE_IRQFLAGS_SUPPORT symbol
` [PATCH 06/11] lockdep: consolidate the LOCKDEP_SUPPORT symbol
` [PATCH 07/11] init: consolidate the GENERIC_CALIBRATE_DELAY symbol
` [PATCH 08/11] lib: consolidate the GENERIC_BUG symbol
` [PATCH 09/11] lib: consolidate the GENERIC_CSUM symbol
` [PATCH 10/11] lib: consolidate the GENERIC_HWEIGHT symbol
` [PATCH 11/11] s390: don't redefined the HAS_IOMEM symbol

[PATCH 0/2] x86, numa: always initialize all possible nodes
 2019-02-13 16:18 UTC  (14+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm: be more verbose about zonelist initialization
  ` [PATCH v2 "
  ` [PATCH v3 "

[PATCH v3 1/2] powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.c
 2019-02-13 16:06 UTC  (2+ messages)
` [PATCH v3 2/2] powerpc/8xx: Map 32Mb of RAM at init

[PATCH v2 0/2] locking/rwsem: Remove arch specific rwsem files
 2019-02-13 15:33 UTC  (11+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] locking/rwsem: Optimize down_read_trylock()

Kernel panic when loading the IDE controller driver
 2019-02-13 15:27 UTC  (6+ messages)

[PATCH v3 1/2] drivers/mtd: Use mtd->name when registering nvmem device
 2019-02-13 13:28 UTC  (3+ messages)
` [PATCH v3 2/2] drivers/mtd: Fix device registration error

[PATCH] mmap.2: describe the 5level paging hack
 2019-02-13 12:48 UTC  (3+ messages)

[PATCH v2 1/2] powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.c
 2019-02-13 12:05 UTC  (3+ messages)
` [PATCH v2 2/2] powerpc/8xx: Map a second 8M text page at startup when needed

[PATCH] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-02-13 11:27 UTC  (2+ messages)

[PATCH] powerpc/mm/hash: Increase vmalloc space with hash translation mode
 2019-02-13 11:15 UTC 

[PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2019-02-13  9:19 UTC  (2+ messages)

use generic DMA mapping code in powerpc V7
 2019-02-13  7:01 UTC  (33+ messages)
` [PATCH 01/32] net: pasemi: set a 64-bit DMA mask on the DMA device
` [PATCH 02/32] dma-direct: we might need GFP_DMA for 32-bit dma masks
` [PATCH 03/32] powerpc/dma: untangle vio_dma_mapping_ops from dma_iommu_ops
` [PATCH 04/32] powerpc/dma: handle iommu bypass in dma_iommu_ops
` [PATCH 05/32] powerpc/pseries: unwind dma_get_required_mask_pSeriesLP a bit
` [PATCH 06/32] powerpc/pseries: use the generic iommu bypass code
` [PATCH 07/32] powerpc/cell: move dma direct window setup out of dma_configure
` [PATCH 08/32] powerpc/cell: use the generic iommu bypass code
` [PATCH 09/32] powerpc/dart: remove dead cleanup code in iommu_init_early_dart
` [PATCH 10/32] powerpc/dart: use the generic iommu bypass code
` [PATCH 11/32] powerpc/powernv: remove pnv_pci_ioda_pe_single_vendor
` [PATCH 12/32] powerpc/powernv: remove pnv_npu_dma_set_mask
` [PATCH 13/32] powerpc/powernv: use the generic iommu bypass code
` [PATCH 14/32] powerpc/dma: stop overriding dma_get_required_mask
` [PATCH 15/32] powerpc/pci: remove the dma_set_mask pci_controller ops methods
` [PATCH 16/32] powerpc/dma: remove the iommu fallback for coherent allocations
` [PATCH 17/32] powerpc/dma: remove get_pci_dma_ops
` [PATCH 18/32] powerpc/dma: move pci_dma_dev_setup_swiotlb to fsl_pci.c
` [PATCH 19/32] powerpc/dma: remove max_direct_dma_addr
` [PATCH 20/32] powerpc/dma: fix an off-by-one in dma_capable
` [PATCH 21/32] dma-mapping, powerpc: simplify the arch dma_set_mask override
` [PATCH 22/32] powerpc/dma: use phys_to_dma instead of get_dma_offset
` [PATCH 23/32] powerpc/dma: remove dma_nommu_mmap_coherent
` [PATCH 24/32] powerpc/dma: remove dma_nommu_get_required_mask
` [PATCH 25/32] powerpc/dma: remove dma_nommu_dma_supported
` [PATCH 26/32] swiotlb: remove swiotlb_dma_supported
` [PATCH 27/32] powerpc/dma: use the dma-direct allocator for coherent platforms
` [PATCH 28/32] powerpc/dma: use the dma_direct mapping routines
` [PATCH 29/32] powerpc/dma: use the generic direct mapping bypass
` [PATCH 30/32] powerpc/dma: remove get_dma_offset
` [PATCH 31/32] powerpc/dma: remove set_dma_offset
` [PATCH 32/32] powerpc/dma: trim the fat from <asm/dma-mapping.h>

[PATCH 1/7] powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezes
 2019-02-13  5:18 UTC  (4+ messages)
` [PATCH 7/7] powerpc/eeh: Add eeh_force_recover to debugfs

[PATCH kernel v2] powerpc/powernv/ioda: Fix locked_vm counting for memory used by IOMMU tables
 2019-02-13  4:48 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 43/83] powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool
 2019-02-13  2:36 UTC 

[PATCH AUTOSEL 4.20 022/105] soc/fsl/qe: fix err handling of ucc_of_parse_tdm
 2019-02-13  2:32 UTC  (2+ messages)
` [PATCH AUTOSEL 4.20 051/105] powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool

[PATCH 0/5] use pinned_vm instead of locked_vm to account pinned pages
 2019-02-13  1:43 UTC  (20+ messages)
` [PATCH 1/5] vfio/type1: "
` [PATCH 2/5] vfio/spapr_tce: "
` [PATCH 3/5] fpga/dlf/afu: "
` [PATCH 4/5] powerpc/mmu: "
` [PATCH 5/5] kvm/book3s: "

[PATCH kernel] vfio/spapr_tce: Skip unsetting already unset table
 2019-02-13  0:18 UTC  (4+ messages)

[PATCH kernel] powerpc/powernv/ioda: Store correct amount of memory used for table
 2019-02-12 23:57 UTC  (4+ messages)

[PATCH] powerpc/mm: Check secondary hash page table
 2019-02-12 23:29 UTC 

[PATCH 06/19] KVM: PPC: Book3S HV: add a GET_ESB_FD control to the XIVE native device
 2019-02-12 22:07 UTC  (13+ messages)

[PATCH] powerpc/85xx: Activate Cyrus disk-activity LED
 2019-02-12 21:35 UTC  (2+ messages)

use generic DMA mapping code in powerpc V4
 2019-02-12 19:52 UTC  (16+ messages)

[QUESTION] powerpc, libseccomp, and spu
 2019-02-12 14:50 UTC  (5+ messages)

[PATCH v5 0/3] KASAN for powerpc/32
 2019-02-12 13:36 UTC  (4+ messages)
` [PATCH v5 1/3] powerpc/mm: prepare kernel for KAsan on PPC32
` [PATCH v5 2/3] powerpc/32: Move early_init() in a separate file
` [PATCH v5 3/3] powerpc/32: Add KASAN support

[RFC PATCH] powerpc/6xx: Don't set back MSR_RI before reenabling MMU
 2019-02-12 13:24 UTC  (4+ messages)

[PATCH v4 0/3] KASAN for powerpc/32
 2019-02-12 12:14 UTC  (12+ messages)
` [PATCH v4 3/3] powerpc/32: Add KASAN support

[GIT PULL] of: overlay: validation checks, subsequent fixes for v20
 2019-02-12  7:28 UTC  (6+ messages)
` [GIT PULL] of: overlay: validation checks, subsequent fixes for v20 -- correction: v4.20

[PATCH kernel] KVM: PPC: Release all hardware TCE tables attached to a group
 2019-02-12  4:37 UTC 

[PATCH] powerpc/configs: Enable CONFIG_USB_XHCI_HCD by default
 2019-02-12  1:36 UTC  (3+ messages)

[PATCH] powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit
 2019-02-12  0:58 UTC 

[PATCH] powerpc: fix 32-bit KVM-PR lockup and panic with MacOS guest
 2019-02-11 21:39 UTC  (5+ messages)

[PATCH] locking/rwsem: Remove arch specific rwsem files
 2019-02-11 17:04 UTC  (11+ messages)

[PATCH v2 0/4] [powerpc] perf vendor events: Add JSON metrics for POWER9
 2019-02-11 15:53 UTC  (2+ messages)

[PATCH 4.9 096/137] block/swim3: Fix -EBUSY error when re-opening device after unmount
 2019-02-11 14:19 UTC 

[PATCH 4.14 153/205] block/swim3: Fix -EBUSY error when re-opening device after unmount
 2019-02-11 14:19 UTC 

[RFC PATCH] x86, numa: always initialize all possible nodes
 2019-02-11 14:52 UTC  (6+ messages)

[PATCH 4.19 233/313] block/swim3: Fix -EBUSY error when re-opening device after unmount
 2019-02-11 14:18 UTC 

[PATCH v3 1/7] dump_stack: Support adding to the dump stack arch description
 2019-02-11 14:38 UTC  (3+ messages)

[PATCH 4.20 273/352] block/swim3: Fix -EBUSY error when re-opening device after unmount
 2019-02-11 14:18 UTC  (2+ messages)
` [PATCH 4.20 278/352] block/swim3: Fix regression on PowerBook G3

[PATCH v3 1/2] drivers/mtd: Use mtd->name when registering nvmem device
 2019-02-11 13:34 UTC  (5+ 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).