LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-03 01:38:48 to 2015-06-05 06:38:41 UTC [more...]

[PATCH kernel v12 00/34] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-06-05  6:35 UTC  (35+ messages)
` [PATCH kernel v12 01/34] powerpc/eeh/ioda2: Use device::iommu_group to check IOMMU group
` [PATCH kernel v12 02/34] powerpc/iommu/powernv: Get rid of set_iommu_table_base_and_group
` [PATCH kernel v12 03/34] powerpc/powernv/ioda: Clean up IOMMU group registration
` [PATCH kernel v12 04/34] powerpc/iommu: Put IOMMU group explicitly
` [PATCH kernel v12 05/34] powerpc/iommu: Always release iommu_table in iommu_free_table()
` [PATCH kernel v12 06/34] vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver
` [PATCH kernel v12 07/34] vfio: powerpc/spapr: Check that IOMMU page is fully contained by system page
` [PATCH kernel v12 08/34] vfio: powerpc/spapr: Use it_page_size
` [PATCH kernel v12 09/34] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH kernel v12 10/34] vfio: powerpc/spapr: Disable DMA mappings on disabled container
` [PATCH kernel v12 11/34] vfio: powerpc/spapr: Moving pinning/unpinning to helpers
` [PATCH kernel v12 12/34] vfio: powerpc/spapr: Rework groups attaching
` [PATCH kernel v12 13/34] powerpc/powernv: Do not set "read" flag if direction==DMA_NONE
` [PATCH kernel v12 14/34] powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
` [PATCH kernel v12 15/34] powerpc/powernv/ioda/ioda2: Rework TCE invalidation in tce_build()/tce_free()
` [PATCH kernel v12 16/34] powerpc/spapr: vfio: Replace iommu_table with iommu_table_group
` [PATCH kernel v12 17/34] powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group
` [PATCH kernel v12 18/34] vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership control
` [PATCH kernel v12 19/34] powerpc/iommu: Fix IOMMU ownership control functions
` [PATCH kernel v12 20/34] powerpc/powernv/ioda2: Move TCE kill register address to PE
` [PATCH kernel v12 21/34] powerpc/powernv/ioda2: Add TCE invalidation for all attached groups
` [PATCH kernel v12 22/34] powerpc/powernv: Implement accessor to TCE entry
` [PATCH kernel v12 23/34] powerpc/iommu/powernv: Release replaced TCE
` [PATCH kernel v12 24/34] powerpc/powernv/ioda2: Rework iommu_table creation
` [PATCH kernel v12 25/34] powerpc/powernv/ioda2: Introduce helpers to allocate TCE pages
` [PATCH kernel v12 26/34] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
` [PATCH kernel v12 27/34] powerpc/powernv: Implement multilevel TCE tables
` [PATCH kernel v12 28/34] vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows API
` [PATCH kernel v12 29/34] powerpc/powernv/ioda2: Use new helpers to do proper cleanup on PE release
` [PATCH kernel v12 30/34] powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future table
` [PATCH kernel v12 31/34] vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership control
` [PATCH kernel v12 32/34] powerpc/mmu: Add userspace-to-physical addresses translation cache
` [PATCH kernel v12 33/34] vfio: powerpc/spapr: Register memory and define IOMMU v2
` [PATCH kernel v12 34/34] vfio: powerpc/spapr: Support Dynamic DMA windows

[PATCH V14 00/14] perf, tools: Add support for PMU events in JSON format
 2015-06-05  6:27 UTC  (20+ messages)
` [PATCH v14 01/19] perf, tools: Add jsmn `jasmine' JSON parser
` [PATCH v14 02/19] perf, tools, jevents: Program to convert JSON file to C style file
` [PATCH v14 03/19] Use __weak definition from <linux/compiler.h>
` [PATCH v14 04/19] perf, tools: Split perf_pmu__new_alias()
` [PATCH v14 05/19] perf, tools: Use pmu_events table to create aliases
` [PATCH v14 06/19] perf, tools: Support CPU ID matching for Powerpc
` [PATCH v14 07/19] perf, tools: Allow events with dot
` [PATCH v14 08/19] perf, tools: Support CPU id matching for x86 v2
` [PATCH v14 09/19] perf, tools: Support alias descriptions
` [PATCH v14 10/19] perf, tools: Query terminal width and use in perf list
` [PATCH v14 11/19] perf, tools: Add a --no-desc flag to "
` [PATCH v14 12/19] perf, tools: Add override support for event list CPUID
` [PATCH v14 13/19] perf, tools, jevents: Add support for long descriptions
` [PATCH v14 14/19] perf, tools: Add alias "
` [PATCH v14 15/19] perf, tools: Support long descriptions with perf list
` [PATCH v14 16/19] perf, tools, jevents: Add support for event topics
` [PATCH v14 17/19] perf, tools: Add support for event list topics
` [PATCH v14 18/19] perf, tools: Handle header line in mapfile
` [PATCH v14 19/19] perf, tools: Add README for info on parsing JSON/map files

[PATCH V3] drivers/mtd: add powernv flash MTD abstraction driver
 2015-06-05  4:40 UTC  (2+ messages)

[PATCH] cxl: Reset default context for vPHB on release
 2015-06-05  4:38 UTC 

[PATCH kernel v11 00/34] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-06-05  2:54 UTC  (29+ messages)
` [PATCH kernel v11 05/34] powerpc/iommu: Always release iommu_table in iommu_free_table()
` [PATCH kernel v11 09/34] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH kernel v11 16/34] powerpc/spapr: vfio: Replace iommu_table with iommu_table_group
` [PATCH kernel v11 17/34] powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group
` [PATCH kernel v11 20/34] powerpc/powernv/ioda2: Move TCE kill register address to PE
` [PATCH kernel v11 21/34] powerpc/powernv/ioda2: Add TCE invalidation for all attached groups
` [PATCH kernel v11 26/34] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
` [PATCH kernel v11 27/34] powerpc/powernv: Implement multilevel TCE tables
` [PATCH kernel v11 33/34] vfio: powerpc/spapr: Register memory and define IOMMU v2

[PATCH 4/7] PCI: Include <linux/pci.h>, not <asm/pci.h>
 2015-06-05  1:53 UTC  (3+ messages)
` [PATCH 5/7] PCI: Remove unnecessary #includes of <asm/pci.h>

[PATCH] of/dynamic: Fix test for PPC_PSERIES
 2015-06-05  1:44 UTC  (4+ messages)
`  "

[PATCH 1/2] qe_common: add qe common functions into qe_common.c
 2015-06-04 22:40 UTC  (7+ messages)
` [PATCH 2/2] rheap: move rheap.c from arch/powerpc/lib/ to lib/

[PATCH v6] powerpc/powernv: Poweroff (EPOW, DPO) events support for PowerNV platform
 2015-06-04 22:33 UTC  (4+ messages)
` [PATCH v6] powerpc/powernv: Add poweroff "
  ` [v6] "

[PATCH] of: clean-up unnecessary libfdt include paths
 2015-06-04 17:02 UTC  (5+ messages)
`  "

[PATCH 3/3 v3] powerpc/powernv: Add opal-prd channel
 2015-06-04 14:04 UTC  (4+ messages)
` [3/3,v3] "
` [PATCH 3/3 v4] "

[PATCH 3/5] mm/hugetlb: remove arch_prepare/release_hugepage from arch headers
 2015-06-04 12:15 UTC  (2+ messages)
` [3/5] "

[PATCH 1/1] powerpc/perf/hv-24x7: Check support before registering
 2015-06-04 11:40 UTC  (2+ messages)
` [1/1] "

[PATCH v1 0/9]powerpc/powernv: Nest Instrumentation support
 2015-06-04 10:26 UTC  (23+ messages)
` [PATCH v1 1/9]powerpc/powernv: Data structure and macros definition
` [PATCH v1 2/9]powerpc/powernv: nest pmu init function with cpumask attr
` [PATCH v1 3/9]powerpc/powernv: Add cpu hotplug support
` [PATCH v1 4/9]powerpc/powernv: Add generic nest pmu ops
` [PATCH v1 5/9]powerpc/powernv: nest pmu feature detection support
` [PATCH v1 6/9]powerpc/powernv: dt parser function for nest pmu and its events
` [PATCH v1 8/9] powerpc/powernv: Add OPAL support for Nest PMU

[PATCH] of: return NUMA_NO_NODE from fallback of_node_to_nid()
 2015-06-04  5:45 UTC  (5+ messages)

[PATCH] cpufreq: qoriq: optimize the CPU frequency switching time
 2015-06-04  6:36 UTC  (2+ messages)

[PATCH V6 00/10] VF EEH on Power8
 2015-06-04  7:10 UTC  (24+ messages)
` [PATCH V7 "
  ` [PATCH V7 01/10] PCI/IOV: Rename and export virtfn_add/virtfn_remove
  ` [PATCH V7 04/10] powerpc/eeh: Trace first 7 BARs in address cache
  ` [PATCH V7 06/10] powerpc/eeh: Create PE for VFs
  ` [PATCH V7 08/10] powerpc/powernv: Support PCI config restore "

[PATCH] powerpc: Make doorbell check preemption safe
 2015-06-04  6:45 UTC  (3+ messages)

[PATCH v5 00/42] PowerPC/PowerNV: PCI Slot Management
 2015-06-04  6:42 UTC  (43+ messages)
` [PATCH v5 01/42] PCI: Add pcibios_setup_bridge()
` [PATCH v5 02/42] powerpc/powernv: Enable M64 on P7IOC
` [PATCH v5 03/42] powerpc/powernv: M64 support improvement
` [PATCH v5 04/42] powerpc/powernv: Trace consumed IO and M32 segments by PE
` [PATCH v5 05/42] powerpc/powernv: Simplify pnv_ioda_setup_pe_seg()
` [PATCH v5 06/42] powerpc/powernv: Improve IO and M32 mapping
` [PATCH v5 07/42] powerpc/powernv: Calculate PHB's DMA weight dynamically
` [PATCH v5 08/42] powerpc/powernv: DMA32 cleanup
` [PATCH v5 09/42] powerpc/powernv: pnv_ioda_setup_dma() configure one PE only
` [PATCH v5 10/42] powerpc/powernv: Trace DMA32 segments consumed by PE
` [PATCH v5 11/42] powerpc/powernv: Increase PE# capacity
` [PATCH v5 12/42] powerpc/pci: Cleanup on pci_controller_ops
` [PATCH v5 13/42] powerpc/pci: Override pcibios_setup_bridge()
` [PATCH v5 14/42] powerpc/powernv: Allocate PE# in deasending order
` [PATCH v5 15/42] powerpc/powernv: Reserve PE# for root bus
` [PATCH v5 16/42] powerpc/powernv: Create PEs dynamically
` [PATCH v5 17/42] powerpc/powernv: PE oriented during configuration
` [PATCH v5 18/42] powerpc/powernv: Helper function pnv_ioda_init_pe()
` [PATCH v5 19/42] powerpc/powernv: Remove DMA32 list of PEs
` [PATCH v5 20/42] powerpc/powernv: Rename pnv_ioda_get_pe() to pnv_ioda_dev_to_pe()
` [PATCH v5 21/42] powerpc/powernv: Drop pnv_ioda_setup_dev_PE()
` [PATCH v5 22/42] powerpc/powernv: Move functions around
` [PATCH v5 23/42] powerpc/powernv: Cleanup on pnv_pci_ioda2_release_dma_pe()
` [PATCH v5 24/42] powerpc/powernv: Release PEs dynamically
` [PATCH v5 25/42] powerpc/powernv: Supports slot ID
` [PATCH v5 26/42] powerpc/powernv: Use PCI slot reset infrastructure
` [PATCH v5 27/42] powerpc/powernv: Simplify pnv_eeh_reset()
` [PATCH v5 28/42] powerpc/powernv: Don't cover root bus in pnv_pci_reset_secondary_bus()
` [PATCH v5 29/42] powerpc/powernv: Issue fundamental reset "
` [PATCH v5 30/42] powerpc/pci: Don't scan empty slot
` [PATCH v5 31/42] powerpc/pci: Move pcibios_find_pci_bus() around
` [PATCH v5 32/42] powerpc/powernv: Introduce pnv_pci_poll()
` [PATCH v5 33/42] powerpc/powernv: Functions to get/reset PCI slot status
` [PATCH v5 34/42] powerpc/pci: Delay creating pci_dn
` [PATCH v5 35/42] powerpc/pci: Create eeh_dev while "
` [PATCH v5 36/42] powerpc/pci: Export traverse_pci_device_nodes()
` [PATCH v5 37/42] powerpc/pci: Update bridge windows on PCI plugging
` [PATCH v5 38/42] powerpc/powernv: Select OF_OVERLAY
` [PATCH v5 39/42] drivers/of: Unflatten nodes equal or deeper than specified level
` [PATCH v5 40/42] drivers/of: Allow to specify root node in of_fdt_unflatten_tree()
` [PATCH v5 41/42] drivers/of: Return allocated memory chunk from of_fdt_unflatten_tree()
` [PATCH v5 42/42] pci/hotplug: PowerPC PowerNV PCI hotplug driver

[RFC 00/24] Re-use nvram module
 2015-06-04  5:14 UTC  (10+ messages)
` [RFC 07/24] x86/thinkpad_acpi: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()

[RFT v2 04/48] powerpc, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
 2015-06-04  4:13 UTC  (3+ messages)
` [RFT v2 26/48] powerpc, irq: Prepare for killing the first parameter 'irq' of irq_flow_handler_t
` [RFT v2 38/48] genirq, powerpc: Kill "

[PATCH v5] powerpc/powernv: Poweroff (EPOW, DPO) events support for PowerNV platform
 2015-06-03 19:12 UTC  (5+ messages)
` [PATCH v5] powerpc/powernv: Add poweroff "
  ` [v5] "

[v3, 33/36] genirq: Use helper function to access irq_data->msi_desc
 2015-06-03 16:53 UTC  (2+ messages)
` [v3,33/36] "

[PATCH] cpuidle: powernv/pseries: Decrease the snooze residency
 2015-06-03 15:35 UTC  (5+ messages)

[PATCH V13 00/14] perf, tools: Add support for PMU events in JSON format
 2015-06-03 14:25 UTC  (24+ messages)
` [PATCH v13 02/14] perf, tools, jevents: Program to convert JSON file to C style file
` [PATCH v13 03/14] perf, tools: Use pmu_events_map table to create event aliases
` [PATCH v13 04/14] perf, tools: Allow events with dot
` [PATCH v13 06/14] perf, tools: Support alias descriptions
` [PATCH v13 11/14] perf, tools: Support long descriptions with perf list -v
` [PATCH v13 12/14] perf, tools: Add support for event list topics
` [PATCH v13 13/14] perf, tools: Handle header line in mapfile

[PATCH] ppc64 ftrace: mark data_access callees "notrace" (pt.1)
 2015-06-03 13:22 UTC  (12+ messages)
            ` [PATCH 0/4] ppc64 ftrace implementation
              ` [PATCH 1/4] "
              ` [PATCH 2/4] ppc64 ftrace configuration
              ` [PATCH 3/4] ppc64 ftrace: spare early boot and low level code
              ` [PATCH 4/4] ppc64 ftrace recursion protection

[PATCH V5 00/13] POWER DSCR fixes, improvements, docs and tests
 2015-06-03  8:44 UTC  (3+ messages)
` [PATCH V5 12/13] selftests, powerpc: Add thread based stress test for DSCR sysfs interfaces

[PATCH] rtc/rtc-opal: Disable rtc-alarms when opal doesn't support tpo
 2015-06-03  5:34 UTC  (2+ messages)

[PATCH] powerpc/eeh: Fix trivial error in eeh_restore_dev_state()
 2015-06-03  4:58 UTC  (2+ messages)

[PATCH v4 00/25] Convert the posix_clock_operations and k_clock structure to ready for 2038
 2015-06-03  2:13 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).