linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-18 06:56:00 to 2018-12-21 02:10:28 UTC [more...]

[PATCH kernel v7 00/20] powerpc/powernv/npu, vfio: NVIDIA V100 + P9 passthrough
 2018-12-21  2:08 UTC  (30+ messages)
` [PATCH kernel v7 01/20] powerpc/ioda/npu: Call skiboot's hot reset hook when disabling NPU2
` [PATCH kernel v7 02/20] powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a region
` [PATCH kernel v7 03/20] powerpc/vfio/iommu/kvm: Do not pin device memory
` [PATCH kernel v7 04/20] powerpc/powernv: Move npu struct from pnv_phb to pci_controller
` [PATCH kernel v7 05/20] powerpc/powernv/npu: Move OPAL calls away from context manipulation
` [PATCH kernel v7 06/20] powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
` [PATCH kernel v7 07/20] powerpc/pseries/npu: Enable platform support
` [PATCH kernel v7 08/20] powerpc/pseries: Remove IOMMU API support for non-LPAR systems
` [PATCH kernel v7 09/20] powerpc/powernv/pseries: Rework device adding to IOMMU groups
` [PATCH kernel v7 10/20] powerpc/iommu_api: Move IOMMU groups setup to a single place
` [PATCH kernel v7 11/20] powerpc/powernv: Reference iommu_table while it is linked to a group
` [PATCH kernel v7 12/20] powerpc/powernv/npu: Move single TVE handling to NPU PE
` [PATCH kernel v7 13/20] powerpc/powernv/npu: Convert NPU IOMMU helpers to iommu_table_group_ops
` [PATCH kernel v7 14/20] powerpc/powernv/npu: Add compound IOMMU groups
` [PATCH kernel v7 15/20] powerpc/powernv/npu: Add release_ownership hook
` [PATCH kernel v7 16/20] powerpc/powernv/npu: Check mmio_atsd array bounds when populating
` [PATCH kernel v7 17/20] powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
` [PATCH kernel v7 18/20] vfio_pci: Allow mapping extra regions
` [PATCH kernel v7 19/20] vfio_pci: Allow regions to add own capabilities
` [PATCH kernel v7 20/20] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriver

trace_hardirqs_on/off vs. extra stack frames
 2018-12-21  2:02 UTC  (2+ messages)

[PATCH] powerpc/pkeys: copy pkey-tracking-information at fork()
 2018-12-21  0:55 UTC  (5+ messages)
  ` [PATCH v2] "

[RFC/WIP] powerpc: Fix 32-bit handling of MSR_EE on exceptions
 2018-12-20 22:35 UTC  (3+ messages)

[PATCH 2/2] s390/pci: handle function enumeration after sriov enablement
 2018-12-20 20:07 UTC  (6+ messages)
` [PATCH 1/2] PCI/IOV: provide flag to skip VF scanning
` [PATCH 2/2] s390/pci: "

[PATCH 0/9] Add FADump support on PowerNV platform
 2018-12-20 19:01 UTC  (10+ messages)
` [PATCH 1/9] powerpc/fadump: move internal fadump code to a new file
` [PATCH 2/9] powerpc/fadump: Improve fadump documentation
` [PATCH 3/9] pseries/fadump: move out platform specific support from generic code
` [PATCH 4/9] powerpc/fadump: enable fadump support on OPAL based POWER platform
` [PATCH 5/9] powerpc/fadump: process architected register state data provided by firmware
` [PATCH 6/9] powerpc/powernv: export /proc/opalcore for analysing opal crashes
` [PATCH 7/9] powerpc/fadump: add support to preserve crash data on FADUMP disabled kernel
` [PATCH 8/9] powerpc/fadump: use FADump instead of fadump for how it is pronounced
` [PATCH 9/9] powerpc/fadump: Update documentation about OPAL platform support

[PATCH] ocxl: Clarify error path in setup_xsl_irq()
 2018-12-20 14:52 UTC  (3+ messages)

[PATCH] ocxl/afu_irq: Don't include <asm/pnv-ocxl.h>
 2018-12-20 14:51 UTC  (3+ messages)

[PATCH v2] ocxl: Fix endiannes bug in read_afu_name()
 2018-12-20 14:53 UTC  (3+ messages)

[PATCH] ocxl: Fix endiannes bug in ocxl_link_update_pe()
 2018-12-20 14:53 UTC  (3+ messages)

[PATCH RFCv2 0/4] mm/memory_hotplug: Introduce memory block types
 2018-12-20 13:16 UTC  (4+ messages)

[PATCH v2] powerpc/tm: Set MSR[TS] just prior to recheckpoint
 2018-12-20 12:51 UTC  (3+ messages)
` [PATCH] selftests/powerpc: New TM signal self test

[PATCHv2 0/3] mm: bugfix for NULL reference in mm on all archs
 2018-12-20 12:44 UTC  (7+ messages)
` [PATCHv2 1/3] mm/numa: change the topo of build_zonelist_xx()
` [PATCHv2 2/3] mm/numa: build zonelist when alloc for device on offline node
` [PATCHv2 3/3] powerpc/numa: make all possible node be instanced against NULL reference in node_zonelist()

[PATCH v3 0/3] powerpc: Add to linker script discards
 2018-12-20 11:20 UTC  (5+ messages)
` [PATCH v3 1/3] powerpc: Discard more sections in linker script
` [PATCH v3 2/3] powerpc: Discard dynsym section for !PPC32

[PATCH] powerpc/8xx: Map a second 8M text page at startup when needed
 2018-12-20  8:50 UTC  (3+ messages)

[PATCH kernel v6 00/20] powerpc/powernv/npu, vfio: NVIDIA V100 + P9 passthrough
 2018-12-20  8:03 UTC  (27+ messages)
` [PATCH kernel v6 01/20] powerpc/ioda/npu: Call skiboot's hot reset hook when disabling NPU2
` [PATCH kernel v6 02/20] powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a region
` [PATCH kernel v6 03/20] powerpc/vfio/iommu/kvm: Do not pin device memory
` [PATCH kernel v6 04/20] powerpc/powernv: Move npu struct from pnv_phb to pci_controller
` [PATCH kernel v6 05/20] powerpc/powernv/npu: Move OPAL calls away from context manipulation
` [PATCH kernel v6 06/20] powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
` [PATCH kernel v6 07/20] powerpc/pseries/npu: Enable platform support
` [PATCH kernel v6 08/20] powerpc/pseries: Remove IOMMU API support for non-LPAR systems
` [PATCH kernel v6 09/20] powerpc/powernv/pseries: Rework device adding to IOMMU groups
` [PATCH kernel v6 10/20] powerpc/iommu_api: Move IOMMU groups setup to a single place
` [PATCH kernel v6 11/20] powerpc/powernv: Reference iommu_table while it is linked to a group
` [PATCH kernel v6 12/20] powerpc/powernv/npu: Move single TVE handling to NPU PE
` [PATCH kernel v6 13/20] powerpc/powernv/npu: Convert NPU IOMMU helpers to iommu_table_group_ops
` [PATCH kernel v6 14/20] powerpc/powernv/npu: Add compound IOMMU groups
` [PATCH kernel v6 15/20] powerpc/powernv/npu: Add release_ownership hook
` [PATCH kernel v6 16/20] powerpc/powernv/npu: Check mmio_atsd array bounds when populating
` [PATCH kernel v6 17/20] powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
` [PATCH kernel v6 18/20] vfio_pci: Allow mapping extra regions
` [PATCH kernel v6 19/20] vfio_pci: Allow regions to add own capabilities
` [PATCH kernel v6 20/20] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriver
    ` [PATCH kernel v6.1 20/20 REPOST] "

[PATCH] powerpc/8xx: Allow pinning IMMR TLB when using early debug console
 2018-12-20  7:25 UTC 

[PATCH V4 0/5] NestMMU pte upgrade workaround for mprotect
 2018-12-20  7:11 UTC  (14+ messages)
` [PATCH V4 1/5] mm: Update ptep_modify_prot_start/commit to take vm_area_struct as arg
` [PATCH V4 2/5] mm: update ptep_modify_prot_commit to take old pte value "
` [PATCH V4 3/5] arch/powerpc/mm: Nest MMU workaround for mprotect RW upgrade
` [PATCH V4 4/5] mm/hugetlb: Add prot_modify_start/commit sequence for hugetlb update
` [PATCH V4 5/5] arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgrade

[RFC PATCH v2 0/3] KASAN for nohash PPC32
 2018-12-20  6:40 UTC  (4+ messages)
` [RFC PATCH v2 1/3] powerpc/mm: prepare kernel for KAsan on PPC32
` [RFC PATCH v2 2/3] powerpc/32: Move early_init() in a separate file
` [RFC PATCH v2 3/3] powerpc/nohash32: Add KASAN support

[PATCH V5 0/3] mm/kvm/vfio/ppc64: Migrate compound pages out of CMA region
 2018-12-20  6:26 UTC  (12+ messages)
` [PATCH V5 1/3] mm: Add get_user_pages_cma_migrate
` [PATCH V5 2/3] powerpc/mm/iommu: Allow migration of cma allocated pages during mm_iommu_get
` [PATCH V5 3/3] powerpc/mm/iommu: Allow large IOMMU page size only for hugetlb backing

[PATCH kernel v5 00/20] powerpc/powernv/npu, vfio: NVIDIA V100 + P9 passthrough
 2018-12-20  5:33 UTC  (16+ messages)
` [PATCH kernel v5 03/20] powerpc/vfio/iommu/kvm: Do not pin device memory
` [PATCH kernel v5 10/20] powerpc/iommu_api: Move IOMMU groups setup to a single place
` [PATCH kernel v5 14/20] powerpc/powernv/npu: Add compound IOMMU groups
` [PATCH kernel v5 20/20] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriver

[PATCH -next] powerpc/eeh: Fix debugfs_simple_attr.cocci warnings
 2018-12-20  2:44 UTC  (2+ messages)

[PATCH v2 1/2] mips/kgdb: prepare arch_kgdb_ops for constness
 2018-12-19 16:57 UTC  (4+ messages)
` [PATCH v2 2/2] kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops

[REPOST PATCH v6 0/4] kgdb: Fix kgdb_roundup_cpus()
 2018-12-19 16:55 UTC  (5+ messages)
` [REPOST PATCH v6 1/4] kgdb: Remove irq flags from roundup
` [REPOST PATCH v6 2/4] kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()

small powerpc DMA fixes and cleanups
 2018-12-19 10:13 UTC  (3+ messages)
` [PATCH 3/8] crypto4xx_core: don't abuse __dma_sync_page

[PATCH] powerpc/32: Include .branch_lt in data section
 2018-12-19  9:51 UTC  (5+ messages)

[PATCH 07/11] powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)
 2018-12-19  9:42 UTC  (2+ messages)

[PATCHv3 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode
 2018-12-19  9:30 UTC  (4+ messages)
` [PATCHv3 4/4] misc: pci_endpoint_test: Add the layerscape EP device support

[PATCH v3] powerpc: implement CONFIG_DEBUG_VIRTUAL
 2018-12-19  8:04 UTC  (6+ messages)

[PATCH v4] powerpc: implement CONFIG_DEBUG_VIRTUAL
 2018-12-19  7:09 UTC 

[PATCH v2 0/5] powerpc/perf: IMC trace-mode support
 2018-12-19  6:09 UTC  (9+ messages)
` [PATCH v2 1/5] powerpc/include: Add data structures and macros for IMC trace mode
` [PATCH v2 2/5] powerpc/perf: Rearrange setting of ldbar for thread-imc
` [PATCH v2 4/5] powerpc/perf: Trace imc events detection and cpuhotplug
` [PATCH v2 5/5] powerpc/perf: Trace imc PMU functions

[PATCH v2] powerpc/perf: Fix loop exit condition in nest_imc_event_init
 2018-12-19  5:53 UTC  (2+ messages)

[RFC PATCH kernel] vfio/spapr_tce: Get rid of possible infinite loop
 2018-12-19  4:44 UTC  (4+ messages)

[PATCH] powerpc/prom: move the device tree if not in declared memory
 2018-12-19  4:42 UTC  (2+ messages)

[PATCH] powerpc/ptrace: fix empty-body warning
 2018-12-19  0:22 UTC  (2+ messages)

[PATCH v2 0/2] of: phandle_cache, fix refcounts, remove stale entry
 2018-12-18 23:46 UTC  (11+ messages)
` [PATCH v2 2/2] of: __of_detach_node() - remove node from phandle cache

[RFC PATCH] ASoC: fsl: Add Audio Mixer CPU DAI driver
 2018-12-18 16:30 UTC 

[PATCH v3 0/2] of: phandle_cache, fix refcounts, remove stale entry
 2018-12-18 19:44 UTC  (5+ messages)
` [PATCH v3 1/2] of: of_node_get()/of_node_put() nodes held in phandle cache
` [PATCH v3 2/2] of: __of_detach_node() - remove node from "

[PATCH v1 00/13] powerpc/32s: Use BATs for STRICT_KERNEL_RWX
 2018-12-18 18:13 UTC  (15+ messages)
` [PATCH v1 03/13] powerpc/mm/32s: rework mmu_mapin_ram()

[PATCH V3 0/5] NestMMU pte upgrade workaround for mprotect
 2018-12-18 17:21 UTC  (3+ messages)
` [PATCH V3 3/5] arch/powerpc/mm: Nest MMU workaround for mprotect RW upgrade

[PATCH] powerpc/83xx: handle machine check caused by watchdog timer
 2018-12-18 16:07 UTC  (2+ messages)

[PATCH V4 0/3] * mm/kvm/vfio/ppc64: Migrate compound pages out of CMA region
 2018-12-18 14:22 UTC  (5+ messages)
` [PATCH V4 1/3] mm: Add get_user_pages_cma_migrate

[PATCH v2] crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
 2018-12-18 14:10 UTC  (2+ messages)

[PATCH v6 00/27] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-12-18 12:36 UTC  (3+ messages)
` [PATCH v6 18/27] powerpc: define syscall_get_error()
  ` powerpc syscall_set_return_value() is confused (was Re: [PATCH v6 18/27] powerpc: define syscall_get_error())

[PATCH V3 0/2] Replace all open encodings for NUMA_NO_NODE
 2018-12-18 10:12 UTC  (3+ messages)
` [PATCH V3 1/2] mm: "
` [PATCH V3 2/2] Tools: Replace "

[PATCH] powerpc/setup: display reason for not booting
 2018-12-18  6:53 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).