linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-21 08:03:48 to 2017-12-29 08:24:31 UTC [more...]

consolidate direct dma mapping and swiotlb support
 2017-12-29  8:19 UTC  (67+ messages)
` [PATCH 01/67] x86: remove X86_PPRO_FENCE
` [PATCH 02/67] alpha: mark jensen as broken
` [PATCH 03/67] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
` [PATCH 04/67] arm64: don't override dma_max_pfn
` [PATCH 05/67] dma-mapping: replace PCI_DMA_BUS_IS_PHYS with a flag in struct dma_map_ops
` [PATCH 06/67] hexagon: remove unused flush_write_buffers definition
` [PATCH 07/67] m32r: "
` [PATCH 08/67] powerpc: "
` [PATCH 09/67] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 10/67] m32r: remove the unused dma_capable helper
` [PATCH 11/67] riscv: "
` [PATCH 12/67] s390: "
` [PATCH 13/67] dma-mapping: move swiotlb arch helpers to a new header
` [PATCH 14/67] dma-mapping: move dma_mark_clean to dma-direct.h
` [PATCH 15/67] hexagon: use the generic dma_capable helper
` [PATCH 16/67] powerpc: rename dma_direct_ to dma_nommu_
` [PATCH 17/67] microblaze: rename dma_direct to dma_microblaze
` [PATCH 18/67] microblaze: remove dma_nommu_dma_supported
` [PATCH 19/67] microblaze: remove the dead !NOT_COHERENT_CACHE dma code
` [PATCH 20/67] s390: move s390_pci_dma_ops to asm/pci_dma.h
` [PATCH 21/67] dma-mapping: warn when there is no coherent_dma_mask
` [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

revamp vmem_altmap / dev_pagemap handling V3
 2017-12-29  7:54 UTC  (18+ messages)
` [PATCH 01/17] memremap: provide stubs for vmem_altmap_offset and vmem_altmap_free
` [PATCH 02/17] mm: don't export arch_add_memory
` [PATCH 03/17] mm: don't export __add_pages
` [PATCH 04/17] mm: pass the vmem_altmap to arch_add_memory and __add_pages
` [PATCH 05/17] mm: pass the vmem_altmap to vmemmap_populate
` [PATCH 06/17] mm: pass the vmem_altmap to arch_remove_memory and __remove_pages
` [PATCH 07/17] mm: pass the vmem_altmap to vmemmap_free
` [PATCH 08/17] mm: pass the vmem_altmap to memmap_init_zone
` [PATCH 09/17] mm: split altmap memory map allocation from normal case
` [PATCH 10/17] mm: merge vmem_altmap_alloc into altmap_alloc_block_buf
` [PATCH 11/17] mm: move get_dev_pagemap out of line
` [PATCH 12/17] mm: optimize dev_pagemap reference counting around get_dev_pagemap
` [PATCH 13/17] memremap: remove to_vmem_altmap
` [PATCH 14/17] memremap: simplify duplicate region handling in devm_memremap_pages
` [PATCH 15/17] memremap: drop private struct page_map
` [PATCH 16/17] memremap: change devm_memremap_pages interface to use struct dev_pagemap
` [PATCH 17/17] memremap: merge find_dev_pagemap into get_dev_pagemap

[PATCH v6 0/8] add support for relative references in special sections
 2017-12-29  6:42 UTC  (23+ messages)
` [PATCH v6 1/8] arch: enable relative relocations for arm64, power, x86, s390 and x86
` [PATCH v6 2/8] module: use relative references for __ksymtab entries
` [PATCH v6 3/8] init: allow initcall tables to be emitted using relative references
` [PATCH v6 4/8] PCI: Add support for relative addressing in quirk tables
` [PATCH v6 5/8] kernel: tracepoints: add support for relative references
` [PATCH v6 6/8] kernel/jump_label: abstract jump_entry member accessors
` [PATCH v6 7/8] arm64/kernel: jump_label: use relative references
` [PATCH v6 8/8] x86/kernel: jump_table: "

[PATCH v1 0/7] SR-IOV Enablement on PowerVM
 2017-12-29  0:02 UTC  (7+ messages)
` [PATCH v2 2/7] powerpc/kernel: Add uevents in EEH error/resume

[PATCH v3 0/3] create sysfs representation of ACPI HMAT
 2017-12-27  9:10 UTC  (16+ messages)

[PATCH 2/2] backlight: Fix old-style function definition
 2017-12-26 14:12 UTC 

[PATCH 1/2] powerpc: Fix old-style function definition
 2017-12-26 14:12 UTC 

[RESEND PATCH] powerpc: defconfig: Cleanup from old Kconfig options
 2017-12-26 13:32 UTC 

[PATCH] powerpc/xmon: Do not compute/store the major opcode
 2017-12-26 13:25 UTC 

[PATCH] powerpc/xive: Properly use static keyword for inline function
 2017-12-26 13:00 UTC 

[PATCH RESEND 0/1] Implements MMIO emulation for lvx/stvx instructions
 2017-12-26 13:00 UTC  (2+ messages)
` [PATCH RESEND 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

[PATCH v2 0/1] Increase dlpar initcall priority
 2017-12-26 12:53 UTC  (2+ messages)
` [PATCH v2 1/1] powerpc/pseries: increase pseries_dlpar_init "

[PATCH v5 0/8] add support for relative references in special sections
 2017-12-26 10:23 UTC  (13+ messages)
` [PATCH v5 1/8] arch: enable relative relocations for arm64, power, x86, s390 and x86
` [PATCH v5 2/8] module: use relative references for __ksymtab entries
` [PATCH v5 3/8] init: allow initcall tables to be emitted using relative references
` [PATCH v5 4/8] PCI: Add support for relative addressing in quirk tables
` [PATCH v5 5/8] kernel: tracepoints: add support for relative references
` [PATCH v5 6/8] kernel/jump_label: abstract jump_entry member accessors
` [PATCH v5 7/8] arm64/kernel: jump_label: use relative references
` [PATCH v5 8/8] x86/kernel: jump_table: "

[PATCH 0/2] sreset driven panic/oops message printing fixes
 2017-12-23 16:49 UTC  (3+ 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 v3] powerpc/64s: Improve local TLB flush for boot and MCE on POWER9
 2017-12-23 15:15 UTC 

[PATCH] powerpc: Add aacraid and nvme to powernv_defconfig
 2017-12-23  5:08 UTC  (5+ messages)

[PATCH v2] kernel/module_64.c: Add REL24 relocation support of livepatch symbols
 2017-12-23  4:00 UTC  (13+ messages)
    ` [PATCH] On ppc64le we HAVE_RELIABLE_STACKTRACE

revamp vmem_altmap / dev_pagemap handling V2
 2017-12-23  1:54 UTC  (4+ messages)
` [PATCH 04/17] mm: pass the vmem_altmap to arch_add_memory and __add_pages

[RFC] macio airport how standard pccard?
 2017-12-22 21:32 UTC  (2+ messages)

[RFC PATCH for 4.16 03/11] powerpc: membarrier: Skip memory barrier in switch_mm() (v7)
 2017-12-22 20:15 UTC 

[PATCH] KVM: PPC: Book3S: fix XIVE migration of pending interrupts
 2017-12-22 12:18 UTC  (10+ messages)
`  "

[RFC PATCH 0/8] use r14 for a per-cpu kernel register
 2017-12-22 15:08 UTC  (6+ messages)
` [RFC PATCH 3/8] powerpc/64s: put the per-cpu data_offset in r14
` [RFC PATCH 4/8] powerpc/64s: put io_sync bit into r14

[PATCH 0/1] Uses the system workqueue as fallback
 2017-12-22 14:19 UTC  (4+ messages)
` [PATCH 1/1] powerpc/pseries: Use the system workqueue as fallback to hotplug workqueue

[PATCH v5 1/2] powerpc/powernv: Enable tunneled operations
 2017-12-22 12:36 UTC  (2+ messages)
` [PATCH v5 2/2] cxl: read PHB indications from the device tree

[PATCH] SB600 for the Nemo board has non-zero devices on non-root bus
 2017-12-22 12:11 UTC  (16+ messages)

[PATCH] powerpc/mm: Simplify _PAGE_RO handling in page table dump
 2017-12-22 12:11 UTC  (2+ messages)

[PATCH v5] powerpc/mm: Only read faulting instruction when necessary in do_page_fault()
 2017-12-22 12:10 UTC  (2+ messages)

WARNING: CPU: 0 PID: 2777 at arch/powerpc/mm/hugetlbpage.c:354 h,ugetlb_free_pgd_range+0xc8/0x1e4
 2017-12-22 12:03 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp()
 2017-12-22 11:24 UTC  (2+ messages)
`  "

[PATCH 0/9] modernize early memory allocation limits and
 2017-12-22 11:17 UTC  (10+ messages)
` [PATCH 1/9] powerpc/powernv: Remove real mode access limit for early allocations
` [PATCH 2/9] powerpc/pseries: radix is not subject to RMA limit, remove it
` [PATCH 3/9] powerpc/64: rtas avoid accessing paca in 32-bit mode
` [PATCH 4/9] powerpc/pseries: lift RTAS limit for radix
` [PATCH 5/9] powerpc/pseries: lift RTAS limit for hash
` [PATCH 6/9] powerpc/64s: Relax PACA address limitations
` [PATCH 7/9] powerpc/64s: do not allocate lppaca if we are not virtualized
` [PATCH 8/9] powerpc/64: Use array of paca pointers and allocate pacas individually
` [PATCH 9/9] powerpc/64s: Use array of lppaca pointers and allocate lppacas individually

[GIT PULL] Please pull powerpc/linux.git powerpc-4.15-5 tag
 2017-12-22 11:09 UTC 

[PATCH] powerpc/pseries: Increase memory block size to 1GB on radix
 2017-12-22  5:59 UTC  (3+ messages)

[PATCH] powerpc/perf: Dereference bhrb entries safely
 2017-12-22  4:43 UTC  (2+ messages)
`  "

[PATCH] powerpc/perf: Fix nest-imc cpuhotplug callback failure
 2017-12-22  4:43 UTC  (2+ messages)
`  "

[PATCH] powerpc/perf: Fix kfree memory allocated for nest pmus
 2017-12-22  4:43 UTC  (2+ messages)
`  "

[net] Revert "net: core: maybe return -EEXIST in __dev_alloc_name"
 2017-12-22  4:22 UTC  (3+ messages)

ASoC: fsl_ssi: Bringing up the SSI port in multi-channel TDM mode
 2017-12-21 20:25 UTC 

[PATCH v4 00/11] ASoC: fsl_ssi: Clean up - coding style level
 2017-12-21 16:21 UTC  (9+ messages)

[PATCH] cxl: Check if vphb exists before iterating over AFU devices
 2017-12-21  8:03 UTC  (2+ 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).