linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-13 02:58:39 to 2018-12-17 13:09:14 UTC [more...]

[PATCH v5 0/5] powerpc: system call table generation support
 2018-12-17 13:06 UTC  (11+ messages)
` [PATCH v5 1/5] powerpc: add __NR_syscalls along with NR_syscalls
` [PATCH v5 2/5] powerpc: move macro definition from asm/systbl.h
` [PATCH v5 3/5] powerpc: add system call table generation support
` [PATCH v5 4/5] powerpc: split compat syscall table out from native table
` [PATCH v5 5/5] powerpc: generate uapi header and system call table files

[PATCH NEXT v2 1/4] powerpc/pasemi: Add PCI initialisation for Nemo board
 2018-12-17 12:48 UTC  (3+ messages)

[PATCH v2] powerpc/mm: make NULL pointer deferences explicit on bad page faults
 2018-12-17 12:28 UTC  (2+ messages)

[PATCH v1 0/9] mm: PG_reserved cleanups and documentation
 2018-12-17 11:38 UTC  (14+ messages)
` [PATCH v1 1/9] agp: efficeon: no need to set PG_reserved on GATT tables
` [PATCH v1 2/9] s390/vdso: don't clear PG_reserved
` [PATCH v1 3/9] powerpc/vdso: "
` [PATCH v1 4/9] riscv/vdso: "
` [PATCH v1 5/9] m68k/mm: use __ClearPageReserved()
` [PATCH v1 6/9] arm64: kexec: no need to ClearPageReserved()
` [PATCH v1 7/9] arm64: kdump: No need to mark crashkernel pages manually PG_reserved
` [PATCH v1 8/9] ia64: perfmon: Don't mark buffer pages as PG_reserved
` [PATCH v1 9/9] mm: better document PG_reserved

small powerpc DMA fixes and cleanups
 2018-12-17 11:37 UTC  (19+ messages)
` [PATCH 1/8] powerpc: allow NOT_COHERENT_CACHE for amigaone
` [PATCH 2/8] powerpc/dma: properly wire up the unmap_page and unmap_sg methods
` [PATCH 3/8] crypto4xx_core: don't abuse __dma_sync_page
` [PATCH 4/8] powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
` [PATCH 5/8] powerpc/dma: remove the unused ISA_DMA_THRESHOLD export
` [PATCH 6/8] powerpc/dma: remove the unused dma_iommu_ops export
` [PATCH 7/8] powerpc/dma: split the two __dma_alloc_coherent implementations
` [PATCH 8/8] cxl: drop the dma_set_mask callback from vphb

[PATCH] powerpc/mm: make NULL pointer deferences explicit on bad page faults
 2018-12-17 11:36 UTC  (4+ messages)

[PATCH v3] powerpc/ptrace: replace ptrace_report_syscall() with a tracehook call
 2018-12-17 11:27 UTC  (14+ messages)
  ` [PATCH v4] "
          ` [PATCH v5] "
            ` [PATCH v6] "
                  ` [PATCH] powerpc/ptrace: cleanup do_syscall_trace_enter

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

[PATCH v6 0/5] powerpc: system call table generation support
 2018-12-17 10:40 UTC  (6+ messages)
` [PATCH v6 1/5] powerpc: add __NR_syscalls along with NR_syscalls
` [PATCH v6 2/5] powerpc: move macro definition from asm/systbl.h
` [PATCH v6 3/5] powerpc: add system call table generation support
` [PATCH v6 4/5] powerpc: split compat syscall table out from native table
` [PATCH v6 5/5] powerpc: generate uapi header and system call table files

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

[PATCH v2 0/3] [PATCH v2 0/3] Kernel Userspace Protection for Radix MMU
 2018-12-17  7:09 UTC  (3+ messages)
` [PATCH v2 2/3] powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()

use generic DMA mapping code in powerpc V4
 2018-12-17  1:14 UTC  (8+ messages)
` [PATCH 12/34] powerpc/cell: move dma direct window setup out of dma_configure

[PATCH] ocxl: Fix endiannes bug in ocxl_link_update_pe()
 2018-12-17  0:38 UTC  (3+ messages)

[PATCH] kernel/dma/direct: Do not include SME mask in the DMA supported check
 2018-12-16 23:41 UTC  (3+ messages)

[PATCH] powerpc: use mm zones more sensibly
 2018-12-16 16:53 UTC 

[PATCH] gpio: max7301: fix driver for use with CONFIG_VMAP_STACK
 2018-12-16  0:14 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-12-15  8:31 UTC  (2+ messages)

[PATCH v6 00/27] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-12-14 20:15 UTC  (5+ messages)
` [PATCH v6 18/27] powerpc: define syscall_get_error()
` [PATCH v6 24/27] syscall_get_arch: add "struct task_struct *" argument
` [PATCH v6 25/27] powerpc/ptrace: replace ptrace_report_syscall() with a tracehook call

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

[PATCH v03] powerpc/mobility: Fix node detach/rename problem
 2018-12-14 21:58 UTC  (7+ messages)

[PATCH] net/ibmvnic: Remove tests of member address
 2018-12-14 21:36 UTC  (2+ messages)

[RFC 0/6] powerpc/pseries: Refactor code to centralize drcinfo parsing
 2018-12-14 20:51 UTC  (7+ messages)
` [RFC 1/6] powerpc:/drc Define interface to acquire arch-specific drc info
` [RFC 2/6] pseries/drcinfo: Fix bug parsing ibm,drc-info
` [RFC 3/6] pseries/drcinfo: Pseries impl of arch_find_drc_info
` [RFC 4/6] powerpc/pseries: Use common drcinfo parsing
` [RFC 5/6] powerpc/pci/hotplug: "
` [RFC 6/6] powerpc: Enable support for ibm, drc-info devtree property

[GIT PULL] Please pull powerpc/linux.git powerpc-4.20-4 tag
 2018-12-14 17:45 UTC  (2+ messages)

[PATCH] Cover letter for (PCI/AER: only insert one element into kfifo)
 2018-12-14 17:36 UTC  (3+ messages)
` [PATCH] PCI/AER: only insert one element into kfifo

use generic DMA mapping code in powerpc V4
 2018-12-14 16:45 UTC  (22+ messages)

[PATCH] lkdtm: Add a tests for NULL pointer dereference
 2018-12-14 15:26 UTC 

[PATCH] powerpc/configs: Don't enable PPC_EARLY_DEBUG in defconfigs
 2018-12-14 13:57 UTC 

[PATCH 0/2] sriov enablement on s390
 2018-12-14 13:18 UTC  (6+ messages)
` [PATCH 1/2] PCI: provide pcibios_sriov_add_vfs
` [PATCH 2/2] s390/pci: handle function enumeration after sriov enablement

[PATCH] powerpc/prom: fix early DEBUG messages
 2018-12-14 10:37 UTC  (3+ messages)

[PATCH v2] powerpc/prom: fix early DEBUG messages
 2018-12-14 10:27 UTC 

[PATCH v2 0/5] powerpc/perf: IMC trace-mode support
 2018-12-14  9:11 UTC  (6+ 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 3/5] powerpc/perf: Add privileged access check 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

lockdep WARN_ON in ppc440 with -next
 2018-12-14  6:00 UTC 

[PATCH V4 0/8] KVM: PPC: Implement passthrough of emulated devices for nested guests
 2018-12-14  5:29 UTC  (9+ messages)
` [PATCH V4 1/8] KVM: PPC: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines
` [PATCH V4 2/8] KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()
` [PATCH V4 3/8] KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2
` [PATCH V4 4/8] KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct
` [PATCH V4 5/8] KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrants
` [PATCH V4 6/8] KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest
` [PATCH V4 7/8] KVM: PPC: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2
` [PATCH V4 8/8] KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guest

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

[PATCH V3 0/8] KVM: PPC: Implement passthrough of emulated devices for nested guests
 2018-12-14  3:11 UTC  (9+ messages)
` [PATCH V3 1/8] KVM: PPC: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines
` [PATCH V3 2/8] KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()
` [PATCH V3 3/8] KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2
` [PATCH V3 4/8] KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct
` [PATCH V3 5/8] KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrants
` [PATCH V3 6/8] KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest
` [PATCH V3 7/8] KVM: PPC: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2
` [PATCH V3 8/8] KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guest

[PATCH V2 0/8] KVM: PPC: Implement passthrough of emulated devices for nested guests
 2018-12-14  2:04 UTC  (4+ messages)
` [PATCH V2 7/8] KVM: PPC: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2

[PATCH v1 0/2] Interface to expose VPHN information
 2018-12-14  0:33 UTC  (3+ messages)
    ` [PATCH v1 2/2] powerpc/pseries: Add debugfs interface to retrieve VPHN info

[PATCH] dma-direct: Fix return value of dma_direct_supported
 2018-12-13 19:58 UTC  (5+ messages)

[PATCH] powerpc/8xx: hide itlbie and dtlbie symbols
 2018-12-13  8:09 UTC  (3+ messages)

[PATCH v2] powerpc/8xx: hide itlbie and dtlbie symbols
 2018-12-13  8:08 UTC 

[Resend PATCH V5 0/10] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-12-13  7:47 UTC  (4+ messages)
` [Resend PATCH V5 7/10] KVM: Make kvm_set_spte_hva() return int

[PATCH v2] crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
 2018-12-13  7:34 UTC 

[PATCH] mm/zsmalloc.c: Fix zsmalloc 32-bit PAE support
 2018-12-13  7:27 UTC  (3+ messages)

[PATCH] powerpc/powernv: Move opal_power_control_init() call in opal_init()
 2018-12-13  5:47 UTC 

[PATCH AUTOSEL 3.18 10/16] ide: pmac: add of_node_put()
 2018-12-13  4:33 UTC 

[PATCH AUTOSEL 4.4 13/23] ide: pmac: add of_node_put()
 2018-12-13  4:32 UTC 

[PATCH AUTOSEL 4.9 14/34] ide: pmac: add of_node_put()
 2018-12-13  4:31 UTC 

[PATCH AUTOSEL 4.14 16/41] ide: pmac: add of_node_put()
 2018-12-13  4:30 UTC 

[PATCH AUTOSEL 4.19 31/73] ide: pmac: add of_node_put()
 2018-12-13  4:27 UTC 

[PATCH kernel v4 00/19] powerpc/powernv/npu, vfio: NVIDIA V100 + P9 passthrough
 2018-12-13  3:25 UTC  (3+ messages)
` [PATCH kernel v4 03/19] powerpc/vfio/iommu/kvm: Do not pin device memory

[PATCH] lib: fix build failure in CONFIG_DEBUG_VIRTUAL test
 2018-12-13  3:09 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).