linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-05 18:49:49 to 2018-10-09 15:11:40 UTC [more...]

[PATCH v3 00/24] ban the use of _PAGE_XXX flags outside platform specific code
 2018-10-09 13:51 UTC  (3+ messages)
` [PATCH v3 01/24] powerpc/32: Add ioremap_wt() and ioremap_coherent()
` [PATCH v3 02/24] drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()

use generic DMA mapping code in powerpc V3
 2018-10-09 13:25 UTC  (33+ messages)
` [PATCH 01/33] powerpc: use mm zones more sensibly
` [PATCH 02/33] powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
` [PATCH 03/33] powerpc/dma: remove the unused ISA_DMA_THRESHOLD export
` [PATCH 04/33] powerpc/dma: remove the unused dma_iommu_ops export
` [PATCH 05/33] powerpc/dma: split the two __dma_alloc_coherent implementations
` [PATCH 06/33] powerpc/dma: remove the no-op dma_nommu_unmap_{page, sg} routines
` [PATCH 08/33] powerpc/dma: handle iommu bypass in dma_iommu_ops
` [PATCH 09/33] powerpc/pseries: unwind dma_get_required_mask_pSeriesLP a bit
` [PATCH 10/33] powerpc/pseries: use the generic iommu bypass code
` [PATCH 11/33] powerpc/cell: move dma direct window setup out of dma_configure
` [PATCH 12/33] powerpc/cell: use the generic iommu bypass code
` [PATCH 13/33] powerpc/dart: remove dead cleanup code in iommu_init_early_dart
` [PATCH 14/33] powerpc/dart: use the generic iommu bypass code
` [PATCH 15/33] powerpc/powernv: remove pnv_pci_ioda_pe_single_vendor
` [PATCH 16/33] powerpc/powernv: remove dead npu-dma code
` [PATCH 17/33] powerpc/powernv: use the generic iommu bypass code
` [PATCH 18/33] powerpc/dma: stop overriding dma_get_required_mask
` [PATCH 19/33] powerpc/pci: remove the dma_set_mask pci_controller ops methods
` [PATCH 20/33] powerpc/dma: remove the iommu fallback for coherent allocations
` [PATCH 21/33] powerpc/dma: remove get_pci_dma_ops
` [PATCH 22/33] powerpc/dma: move pci_dma_dev_setup_swiotlb to fsl_pci.c
` [PATCH 23/33] powerpc/dma: remove max_direct_dma_addr
` [PATCH 24/33] powerpc/dma: fix an off-by-one in dma_capable
` [PATCH 25/33] cxl: drop the dma_set_mask callback from vphb
` [PATCH 26/33] powerpc/fsl_pci: simplify fsl_pci_dma_set_mask
` [PATCH 27/33] dma-mapping, powerpc: simplify the arch dma_set_mask override
` [PATCH 28/33] powerpc/dma: use phys_to_dma instead of get_dma_offset
` [PATCH 29/33] powerpc/dma: remove get_dma_offset
` [PATCH 30/33] powerpc/dma: remove set_dma_offset
` [PATCH 31/33] powerpc/dma: remove dma_nommu_mmap_coherent
` [PATCH 32/33] powerpc/dma: use generic direct and swiotlb ops
` [PATCH 33/33] powerpc/dma: trim the fat from <asm/dma-mapping.h>

[PATCH] powerpc: Fix HMIs on big-endian with CONFIG_RELOCATABLE=y
 2018-10-09 12:27 UTC  (5+ messages)

[linux-next][bisected e3fbcc7c] build error at drivers/pci/pcie/aer_inject.c:444:6: error: ‘struct pt_regs’ has no member named ‘ip
 2018-10-09 12:17 UTC  (4+ messages)

[PATCH v2 0/3] machine check handling improvements
 2018-10-09 12:14 UTC  (10+ messages)
` [PATCH v2 3/3] powerpc: machine check interrupt is a non-maskable interrupt

[PATCH 00/36] Devicetree schema
 2018-10-09 11:57 UTC  (37+ messages)
` [PATCH 04/36] dt-bindings: arm: fsl: Move DCFG and SCFG bindings to their own docs
` [PATCH 05/36] dt-bindings: arm: renesas: Move 'renesas, prr' binding to its own doc
  ` [PATCH 05/36] dt-bindings: arm: renesas: Move 'renesas,prr' "
` [PATCH 06/36] dt-bindings: arm: zte: Move sysctrl bindings to their "
` [PATCH 13/36] dt-bindings: arm: Convert PMU binding to json-schema
` [PATCH 15/36] dt-bindings: arm: Convert Actions Semi bindings to jsonschema
` [PATCH 19/36] dt-bindings: arm: Convert Atmel board/soc bindings to json-schema
` [PATCH 22/36] dt-bindings: arm: Convert FSL "
` [PATCH 27/36] dt-bindings: arm: Convert Realtek "
` [PATCH 28/36] dt-bindings: arm: Convert Rockchip "
` [PATCH 29/36] dt-bindings: arm: Convert Renesas "
` [PATCH 33/36] dt-bindings: arm: Convert Tegra "
` [PATCH 36/36] dt-bindings: arm: Convert ZTE "

[PATCH] powerpc: signedness bug in update_flash_db()
 2018-10-09 11:54 UTC  (3+ messages)

[PATCH] powerpc/mobility: Extend start/stop topology update scope
 2018-10-09 11:49 UTC  (2+ messages)

[PATCH v03 0/5] powerpc/migration: Affinity fix for memory
 2018-10-09 11:19 UTC  (5+ messages)
` [PATCH v03 1/5] powerpc/drmem: Export 'dynamic-memory' loader

[PATCH v6 0/9] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2018-10-09 10:54 UTC  (12+ messages)
` [PATCH v6 1/9] book3s/64: avoid circular header inclusion in mmu-hash.h
` [PATCH v6 2/9] powerpc: Only use task_struct 'cpu' field on SMP
` [PATCH v6 3/9] powerpc: Prepare for moving thread_info into task_struct
` [PATCH v6 4/9] powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
` [PATCH v6 5/9] powerpc: regain entire stack space
` [PATCH v6 6/9] powerpc: 'current_set' is now a table of task_struct pointers
` [PATCH v6 7/9] powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU
` [PATCH v6 8/9] powerpc/64: Remove CURRENT_THREAD_INFO
` [PATCH v6 9/9] powerpc: clean stack pointers naming

[PATCH v2 -next] powerpc/pseries/memory-hotplug: Fix return value type of find_aa_index
 2018-10-09  7:00 UTC  (2+ messages)

[PATCH v2] powerpc/perf: Quiet IMC PMU registration message
 2018-10-09  6:23 UTC  (2+ messages)

[PATCH] powerpc/perf: Quiet PMU registration message
 2018-10-09  6:01 UTC  (2+ messages)

[PATCH] powerpc/mm: make NULL pointer deferences explicit on bad page faults
 2018-10-09  5:21 UTC 

dma mask related fixups (including full bus_dma_mask support) v2
 2018-10-09  5:01 UTC  (4+ messages)
` [PATCH 5/5] dma-direct: always allow dma mask <= physiscal memory size

[PATCH v7 0/9] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2018-10-09  4:49 UTC  (10+ messages)
` [PATCH v7 1/9] book3s/64: avoid circular header inclusion in mmu-hash.h
` [PATCH v7 2/9] powerpc: Only use task_struct 'cpu' field on SMP
` [PATCH v7 3/9] powerpc: Prepare for moving thread_info into task_struct
` [PATCH v7 4/9] powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
` [PATCH v7 5/9] powerpc: regain entire stack space
` [PATCH v7 6/9] powerpc: 'current_set' is now a table of task_struct pointers
` [PATCH v7 7/9] powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU
` [PATCH v7 8/9] powerpc/64: Remove CURRENT_THREAD_INFO
` [PATCH v7 9/9] powerpc: clean stack pointers naming

[PATCH] powerpc/xmon/ppc-opc: Use ARRAY_SIZE macro
 2018-10-09  4:38 UTC  (4+ messages)

[PATCH v5 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-10-09  0:26 UTC  (42+ messages)
` [PATCH v5 01/33] powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
` [PATCH v5 02/33] KVM: PPC: Book3S: Simplify external interrupt handling
` [PATCH v5 03/33] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
` [PATCH v5 04/33] KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
` [PATCH v5 05/33] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
` [PATCH v5 06/33] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v5 07/33] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
` [PATCH v5 08/33] KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
` [PATCH v5 09/33] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
` [PATCH v5 10/33] KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
` [PATCH v5 11/33] KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
` [PATCH v5 12/33] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH v5 13/33] KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
` [PATCH v5 14/33] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
` [PATCH v5 15/33] KVM: PPC: Book3S HV: Refactor radix page fault handler
` [PATCH v5 16/33] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
` [PATCH v5 17/33] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v5 18/33] KVM: PPC: Book3S HV: Nested guest entry via hypercall
` [PATCH v5 19/33] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
` [PATCH v5 20/33] KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
` [PATCH v5 21/33] KVM: PPC: Book3S HV: Handle page fault for a nested guest
` [PATCH v5 22/33] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
` [PATCH v5 23/33] KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
` [PATCH v5 24/33] KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
` [PATCH v5 25/33] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
` [PATCH v5 26/33] KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
` [PATCH v5 27/33] KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
` [PATCH v5 28/33] KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
` [PATCH v5 29/33] KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
` [PATCH v5 30/33] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v5 31/33] KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
` [PATCH v5 32/33] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
` [PATCH v5 33/33] KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result

[PATCH 00/16] of: overlay: validation checks, subsequent fixes
 2018-10-09  0:02 UTC  (14+ messages)
` [PATCH 09/16] of: overlay: validate overlay properties #address-cells and #size-cells
` [PATCH 15/16] of: unittest: initialize args before calling of_irq_parse_one()

Looking for architecture papers
 2018-10-08 19:59 UTC  (9+ messages)

[PATCH 4.18 125/168] sched/topology: Set correct NUMA topology type
 2018-10-08 18:31 UTC 

[PATCH 0/8] add generic builtin command line
 2018-10-08 18:01 UTC  (3+ messages)

Patch "sched/topology: Set correct NUMA topology type" has been added to the 4.18-stable tree
 2018-10-08 15:41 UTC 

[PATCH v5 0/9] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2018-10-08 13:30 UTC  (10+ messages)
` [PATCH v5 1/9] book3s/64: avoid circular header inclusion in mmu-hash.h
` [PATCH v5 3/9] powerpc: Prepare for moving thread_info into task_struct

[RFC PATCH kernel] vfio/spapr_tce: Get rid of possible infinite loop
 2018-10-08 10:18 UTC  (3+ messages)

[PATCH -next] powerpc/powernv: Fix debugfs_simple_attr.cocci warnings
 2018-10-08  8:27 UTC  (2+ messages)

[PATCH] powerpc: Don't print kernel instructions in show_user_instructions()
 2018-10-08  8:23 UTC  (6+ messages)
`  "

[PATCH v4 0/6] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2018-10-08  5:52 UTC  (5+ messages)
` [PATCH v4 5/6] arm64: dts: add QorIQ LX2160A SoC support
` [PATCH v4 6/6] arm64: dts: add LX2160ARDB board support

[PATCH v4 00/32] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-10-08  2:02 UTC  (7+ messages)
` [PATCH v4 25/32] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu

[GIT PULL] Please pull powerpc/linux.git powerpc-4.19-4 tag
 2018-10-07  5:21 UTC  (2+ messages)

[PATCH v4 1/3] powerpc/process: fix casting and missing header
 2018-10-06 16:51 UTC  (3+ messages)
` [PATCH v4 2/3] powerpc/process: fix interleaved output in show_user_instructions()
` [PATCH v4 3/3] powerpc/process: Constify the number of insns printed by show instructions functions

[PATCH v4 0/9] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2018-10-06 12:21 UTC  (2+ messages)

[PATCH] powerpc/numa: Skip onlining a offline node in kdump path
 2018-10-06 12:14 UTC  (2+ messages)
`  "

linux-next: build failure after merge of the akpm tree
 2018-10-06 12:10 UTC  (4+ messages)

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-10-06  7:05 UTC  (2+ messages)

[RFC PATCH 0/9] patchable function pointers for pluggable crypto routines
 2018-10-05 19:13 UTC  (15+ messages)
` [RFC PATCH 1/9] kernel: add support for patchable function pointers

[PATCH AUTOSEL 4.18 24/48] KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
 2018-10-05 16:14 UTC 

[PATCH] memblock: stop using implicit alignement to SMP_CACHE_BYTES
 2018-10-05 22:19 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).