linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-06 20:43:00 to 2017-01-12 12:56:37 UTC [more...]

[PATCH 00/37] PCI: Support for configurable PCI endpoint
 2017-01-12 10:26 UTC  (35+ messages)
` [PATCH 01/37] PCI: dwc: dra7xx: Group all host related setup in add_pcie_port
` [PATCH 02/37] PCI: dwc: designware: Add new *ops* for cpu addr fixup
` [PATCH 03/37] PCI: dwc: dra7xx: Populate cpu_addr_fixup ops
` [PATCH 04/37] PCI: dwc: designware: Move the register defines to designware header file
` [PATCH 05/37] PCI: dwc: Add platform_set_drvdata
` [PATCH 06/37] PCI: dwc: Rename cfg_read/cfg_write to read/write
` [PATCH 07/37] PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init
` [PATCH 09/37] PCI: dwc: designware: Parse *num-lanes* property in dw_pcie_setup_rc
` [PATCH 10/37] PCI: dwc: designware: Fix style errors in pcie-designware.c
` [PATCH 11/37] PCI: dwc: Split pcie-designware.c into host and core files
` [PATCH 12/37] PCI: dwc: Create a new config symbol to enable pci dwc host
` [PATCH 13/37] PCI: dwc: Remove dependency of designware to CONFIG_PCI
` [PATCH 15/37] Documentation: PCI: Guide to use PCI Endpoint Core Layer
` [PATCH 16/37] PCI: endpoint: Introduce configfs entry for configuring EP functions
` [PATCH 17/37] Documentation: PCI: Guide to use pci endpoint configfs
` [PATCH 18/37] Documentation: PCI: Add specification for the *pci test* function device
` [PATCH 19/37] PCI: endpoint: functions: Add an EP function to test PCI
` [PATCH 20/37] Documentation: PCI: Add binding documentation for pci-test endpoint function
` [PATCH 21/37] PCI: dwc: Modify dbi accessors to take dbi_base as argument
` [PATCH 22/37] PCI: dwc: Modify dbi accessors to access data of 4/2/1 bytes
` [PATCH 23/37] PCI: dwc: Add *ops* to start and stop pcie link
` [PATCH 25/37] dt-bindings: PCI: Add dt bindings for pci designware EP mode
` [PATCH 26/37] PCI: dwc: dra7xx: Facilitate wrapper and msi interrupts to be enabled independently
` [PATCH 27/37] PCI: dwc: dra7xx: Add EP mode support
` [PATCH 28/37] dt-bindings: PCI: dra7xx: Add dt bindings for pci dra7xx EP mode
` [PATCH 29/37] PCI: dwc: dra7xx: Workaround for errata id i870
` [PATCH 30/37] dt-bindings: PCI: dra7xx: Add dt bindings to enable legacy mode
` [PATCH 31/37] misc: Add host side pci driver for pci test function device
` [PATCH 32/37] Documentation: misc-devices: Add Documentation for pci-endpoint-test driver
` [PATCH 33/37] tools: PCI: Add a userspace tool to test PCI endpoint
` [PATCH 34/37] tools: PCI: Add sample test script to invoke pcitest
` [PATCH 35/37] MAINTAINERS: add PCI EP maintainer
` [PATCH 36/37] ARM: DRA7: clockdomain: Change the CLKTRCTRL of CM_PCIE_CLKSTCTRL to SW_WKUP
` [PATCH 37/37] ARM: dts: DRA7: Add pcie1 dt node for EP mode

[PATCH 1/2] powerpc/64: Move HAVE_CONTEXT_TRACKING from pseries to common Kconfig
 2017-01-12 10:30 UTC  (3+ messages)
` [PATCH 2/2] powerpc/64: Add BPF_JIT to powernv and pseries defconfigs

[PATCH v4 1/2] KVM: PPC: Add new capability to control MCE behaviour
 2017-01-12 10:14 UTC  (6+ messages)
` [PATCH v4 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[PATCH v5 0/5] powernv:stop: Use psscr_val,mask provided by firmware
 2017-01-12 10:04 UTC  (9+ messages)
` [PATCH v5 1/5] powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macro
` [PATCH v5 2/5] powernv:stop: Uniformly rename power9 to arch300
` [PATCH v5 3/5] cpuidle:powernv: Add helper function to populate powernv idle states
` [PATCH v5 4/5] powernv: Pass PSSCR value and mask to power9_idle_stop
` [PATCH v5 5/5] Documentation:powerpc: Add device-tree bindings for power-mgt

[PATCH] powerpc/mm: fix a hardcode on memory boundary checking
 2017-01-12  9:09 UTC 

[PATCH 00/18] Support for radix guest and host on POWER9
 2017-01-12  9:07 UTC  (19+ messages)
` [PATCH 01/18] powerpc/64: Don't try to use radix MMU under a hypervisor
` [PATCH 02/18] powerpc/64: Fixes for the ibm, client-architecture-support options
` [PATCH 03/18] powerpc/64: Always enable radix support for 64-bit Book 3S kernels
` [PATCH 04/18] powerpc/64: Enable use of radix MMU under hypervisor on POWER9
` [PATCH 05/18] powerpc/64: More definitions for POWER9
` [PATCH 06/18] powerpc/64: Export pgtable_cache and pgtable_cache_add for KVM
` [PATCH 07/18] powerpc/64: Make type of partition table flush depend on partition type
` [PATCH 08/18] KVM: PPC: Book3S HV: Don't try to signal cpu -1
` [PATCH 09/18] KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
` [PATCH 10/18] KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
` [PATCH 11/18] KVM: PPC: Book3S HV: Add basic infrastructure for radix guests
` [PATCH 12/18] KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle "
` [PATCH 13/18] KVM: PPC: Book3S HV: Page table construction and page faults for "
` [PATCH 14/18] KVM: PPC: Book3S HV: MMU notifier callbacks "
` [PATCH 15/18] KVM: PPC: Book3S HV: Implement dirty page logging "
` [PATCH 16/18] KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix mode
` [PATCH 17/18] KVM: PPC: Book3S HV: Enable radix guest support
` [PATCH 18/18] KVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9

[PATCH kernel v2 11/11] KVM: PPC: Add in-kernel acceleration for VFIO
 2017-01-12  8:09 UTC  (4+ messages)
` [PATCH kernel v3] "

bootx_init.c:88: undefined reference to `__stack_chk_fail_local'
 2017-01-12  7:52 UTC  (10+ messages)

[PATCH 1/9] treewide: Constify most dma_map_ops structures
 2017-01-12  7:35 UTC  (10+ messages)
` [PATCH 2/9] Move dma_ops from archdata into struct device

[PATCH kernel v2 00/11] powerpc/kvm/vfio: Enable in-kernel acceleration
 2017-01-12  5:49 UTC  (6+ messages)
` [PATCH kernel v2 05/11] KVM: PPC: Use preregistered memory API to access TCE list

[PATCH v2 0/4] cxlflash: Enhancements, cleanup and fixes
 2017-01-12  3:55 UTC  (6+ messages)
` [PATCH v2 1/4] cxlflash: Refactor context reset to share reset logic
` [PATCH v2 2/4] cxlflash: Support SQ Command Mode
` [PATCH v2 3/4] cxlflash: Cleanup prints
` [PATCH v2 4/4] cxlflash: Cancel scheduled workers before stopping AFU

[PATCH] powerpc: Use octal numbers for file permissions
 2017-01-12  3:54 UTC 

[PATCH v2] pci: hotplug: This patch removes unnecessary return statement using spatch tool
 2017-01-11 20:55 UTC  (2+ messages)

[PATCH v2 0/7] uapi: export all headers under uapi directories
 2017-01-11 18:14 UTC  (15+ messages)
  ` [PATCH v2 1/7] arm: put types.h in uapi
  ` [PATCH v2 3/7] nios2: put setup.h "
  ` [PATCH v2 4/7] x86: put msr-index.h "
  ` [PATCH v2 7/7] uapi: export all headers under uapi directories
    ` [Linux-c6x-dev] "

[PATCH] powerpc/pseries: Report DLPAR capabilities
 2017-01-11 17:00 UTC 

[PATCH v3 00/15] livepatch: hybrid consistency model
 2017-01-11 15:26 UTC  (36+ messages)
` [PATCH v3 02/15] x86/entry: define _TIF_ALLWORK_MASK flags explicitly
` [PATCH v3 04/15] livepatch/x86: add TIF_PATCH_PENDING thread flag
` [PATCH v3 05/15] livepatch/powerpc: "
` [PATCH v3 08/15] livepatch: separate enabled and patched states
` [PATCH v3 09/15] livepatch: remove unnecessary object loaded check
` [PATCH v3 10/15] livepatch: move patching functions into patch.c
` [PATCH v3 12/15] livepatch: store function sizes
` [PATCH v3 13/15] livepatch: change to a per-task consistency model
` [PATCH v3 15/15] livepatch: allow removal of a disabled patch

WARNING at fs/sysfs/group.c:237 .sysfs_remove_group+0xc4/0xd0 on Linus mainline
 2017-01-11  6:50 UTC  (2+ messages)

[PATCH 0/4] cxlflash: Enhancements, cleanup and fixes
 2017-01-11  4:07 UTC  (7+ messages)
` [PATCH 3/4] cxlflash: Cleanup prints

[PATCH] powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe()
 2017-01-11  3:16 UTC 

[PATCH] powerpc/powernv: Remove unused variable in pnv_pci_sriov_disable()
 2017-01-11  1:09 UTC 

[PATCH 0/3] powerpc/powernv: PCI hotplug fixes and improvement
 2017-01-11  0:50 UTC  (4+ messages)
` [PATCH 1/3] drivers/pci/hotplug: Handle presence detection change properly
` [PATCH 2/3] drivers/pci/hotplug: Fix initial state for empty slot
` [PATCH 3/3] drivers/pci/hotplug: Mask PDC interrupt if required

[PATCH] do_direct_IO: Use inode->i_blkbits to compute block count to be cleaned
 2017-01-10 20:31 UTC  (9+ messages)
` [PATCH] direct-io: don't introduce another read of inode->i_blkbits

[PATCH 1/9] powerpc: Move ARCH_DLINFO out of uapi
 2017-01-10 16:26 UTC  (11+ messages)
` [PATCH 2/9] powerpc: Move {d, i, u}cache_bsize definitions to a common place
` [PATCH 3/9] powerpc: Remove obsolete comment about patching instructions
` [PATCH 4/9] powerpc/64: Fix naming of cache block vs. cache line
` [PATCH 5/9] powerpc/64: Retrieve number of L1 cache sets from device-tree
` [PATCH 6/9] powerpc/64: Clean up ppc64_caches using a struct per cache
` [PATCH 7/9] powerpc/64: Add L2 and L3 cache shape info
` [PATCH 8/9] powerpc/64: Hard code cache geometry on POWER8
` [PATCH 9/9] powerpc: A new cache geometry aux vectors

[PATCH 1/9] powerpc: Move ARCH_DLINFO out of uapi
 2017-01-10 15:18 UTC  (4+ messages)
` [PATCH 9/9] powerpc: A new cache shape aux vectors

[PATCH 4.9 136/206] genirq/affinity: Fix node generation from cpumask
 2017-01-10 13:36 UTC 

[PATCH v6 00/12]powerpc: "paca->soft_enabled" based local atomic operation implementation
 2017-01-10  6:02 UTC  (17+ messages)
` [PATCH v6 01/12] powerpc: Add #defs for paca->soft_enabled flags
` [PATCH v6 02/12] powerpc: move set_soft_enabled() and rename
` [PATCH v6 03/12] powerpc: Use soft_enabled_set api to update paca->soft_enabled
` [PATCH v6 04/12] powerpc: Add soft_enabled manipulation functions
` [PATCH v6 05/12] powerpc: reverse the soft_enable logic
` [PATCH v6 06/12] powerpc: Avoid using EXCEPTION_PROLOG_1 macro in MASKABLE_*
` [PATCH v6 07/12] Add support to take additional parameter in MASKABLE_* macro
` [PATCH v6 08/12] powerpc: Add support to mask perf interrupts and replay them
` [PATCH v6 09/12] powerpc:Add new kconfig IRQ_DEBUG_SUPPORT
` [PATCH v6 10/12] powerpc: Add new set of soft_enabled_ functions
` [PATCH v6 11/12] powerpc: rewrite local_t using soft_irq
` [PATCH v6 12/12] powerpc: Rename soft_enabled to soft_disabled_mask

[PATCH] powerpc/powernv: Use OPAL call for TCE kill on NVLink2
 2017-01-10  4:41 UTC 

[PATCH] net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettings
 2017-01-09 17:10 UTC  (2+ messages)

[PATCH] net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettings
 2017-01-09 17:10 UTC  (2+ messages)

[PATCH v3 0/3] powerpc/pseries: Perform PRRN topology updates in kernel
 2017-01-09 16:32 UTC  (5+ messages)
` [PATCH v3 2/3] powerpc/pseries: Introduce memory hotplug READD operation
` [PATCH v3 3/3] powerpc/pseries: Update affinity for memory and cpus specified in a PRRN event

[PATCH 1/2] powerpc/perf: Cleanup of PM_BR_CMPL vs. PM_BRU_CMPL in power9 event list
 2017-01-09 13:30 UTC  (2+ messages)
` [PATCH 2/2] powerpc/perf: fix PM_BR_CMPL event code for power9

[PATCH 1/2] powerpc/perf: Cleanup of PM_BR_CMPL vs. PM_BRU_CMPL in power9 event list
 2017-01-09  4:37 UTC  (4+ messages)

ext4 filesystem corruption with 4.10-rc2 on ppc64le
 2017-01-09  4:10 UTC  (4+ messages)

[PATCH] mm: stop leaking PageTables
 2017-01-08 23:29 UTC  (4+ messages)

[PATCH 4.9 005/116] perf annotate: Dont throw error for zero length symbols
 2017-01-06 21:42 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).