messages from 2015-04-08 03:22:09 to 2015-04-10 09:08:25 UTC [more...]
Topology updates and NUMA-level sched domains
2015-04-10 9:08 UTC (11+ messages)
[RFC PATCH powerpc] perf/hv-24x7 set the attr group to NULL if events failed to be initialized
2015-04-10 8:42 UTC (5+ messages)
` [RFC, "
` [RFC v2 powerpc] perf/hv-24x7 fail 24x7 initcall if create_events_from_catalog() fails
[PATCH V3 00/13] POWER DSCR fixes, improvements, docs and tests
2015-04-10 8:30 UTC (14+ messages)
` [PATCH V3 01/13] powerpc: Fix handling of DSCR related facility unavailable exception
` [PATCH V3 02/13] powerpc, process: Remove the unused extern dscr_default
` [PATCH V3 03/13] powerpc, offset: Change PACA_DSCR to PACA_DSCR_DEFAULT
` [PATCH V3 04/13] powerpc, dscr: Added some in-code documentation
` [PATCH V3 05/13] documentation, powerpc: Add documentation for DSCR support
` [PATCH V3 06/13] selftests, powerpc: Add test for system wide DSCR default
` [PATCH V3 07/13] selftests, powerpc: Add test for explicitly changing DSCR value
` [PATCH V3 08/13] selftests, powerpc: Add test for DSCR SPR numbers
` [PATCH V3 09/13] selftests, powerpc: Add test for DSCR value inheritence across fork
` [PATCH V3 10/13] selftests, powerpc: Add test for DSCR inheritence across fork & exec
` [PATCH V3 11/13] selftests, powerpc: Add test for all DSCR sysfs interfaces
` [PATCH V3 12/13] selftests, powerpc: Add thread based stress test for "
` [PATCH V3 13/13] selftests, powerpc: Add gitignore file for the new DSCR tests
[PATCH V2 1/8] powerpc/powernv: Add a virtual irqchip for opal events
2015-04-10 8:24 UTC (8+ messages)
` [PATCH V2 2/8] ipmi/powernv: Convert to irq event interface
` [PATCH V2 3/8] hvc: Convert to using interrupts instead of opal events
` [PATCH V2 4/8] powernv/eeh: Update the EEH code to use the opal irq domain
` [PATCH V2 5/8] powernv/opal: Convert opal message events to "
` [PATCH V2 6/8] powernv/elog: Convert elog "
` [PATCH V2 7/8] powernv/opal-dump: Convert to "
` [PATCH V2 8/8] opal: Remove events notifier
[PATCH] ipmi/powernv: Fix minor locking bug
2015-04-10 7:32 UTC
[PATCH 0/2] OPAL Poweroff events driver for PowerNV platform
2015-04-10 6:52 UTC (3+ messages)
` [PATCH 1/2] powerpc/powernv: "
` [PATCH 2/2] powerpc/powernv: Add udev notification and poweroff event attributes
[PATCH] powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=y
2015-04-10 6:42 UTC (4+ messages)
[PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x
2015-04-10 6:23 UTC (3+ messages)
[PATCH kernel v8 00/31] powerpc/iommu/vfio: Enable Dynamic DMA windows
2015-04-10 6:31 UTC (32+ messages)
` [PATCH kernel v8 01/31] vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver
` [PATCH kernel v8 02/31] vfio: powerpc/spapr: Do cleanup when releasing the group
` [PATCH kernel v8 03/31] vfio: powerpc/spapr: Check that IOMMU page is fully contained by system page
` [PATCH kernel v8 04/31] vfio: powerpc/spapr: Use it_page_size
` [PATCH kernel v8 05/31] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH kernel v8 06/31] vfio: powerpc/spapr: Disable DMA mappings on disabled container
` [PATCH kernel v8 07/31] vfio: powerpc/spapr: Moving pinning/unpinning to helpers
` [PATCH kernel v8 08/31] vfio: powerpc/spapr: Rework groups attaching
` [PATCH kernel v8 09/31] powerpc/powernv: Do not set "read" flag if direction==DMA_NONE
` [PATCH kernel v8 10/31] powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
` [PATCH kernel v8 11/31] powerpc/iommu: Introduce iommu_table_alloc() helper
` [PATCH kernel v8 12/31] powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group
` [PATCH kernel v8 13/31] vfio: powerpc/spapr: powerpc/iommu: Rework IOMMU ownership control
` [PATCH kernel v8 14/31] vfio: powerpc/spapr: powerpc/powernv/ioda2: "
` [PATCH kernel v8 15/31] powerpc/iommu: Fix IOMMU ownership control functions
` [PATCH kernel v8 16/31] powerpc/powernv/ioda/ioda2: Rework tce_build()/tce_free()
` [PATCH kernel v8 17/31] powerpc/iommu/powernv: Release replaced TCE
` [PATCH kernel v8 18/31] powerpc/powernv/ioda2: Rework iommu_table creation
` [PATCH kernel v8 19/31] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_create_table/pnc_pci_free_table
` [PATCH kernel v8 20/31] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
` [PATCH kernel v8 21/31] powerpc/iommu: Split iommu_free_table into 2 helpers
` [PATCH kernel v8 22/31] powerpc/powernv: Implement multilevel TCE tables
` [PATCH kernel v8 23/31] powerpc/powernv: Change prototypes to receive iommu
` [PATCH kernel v8 24/31] powerpc/powernv/ioda: Define and implement DMA table/window management callbacks
` [PATCH kernel v8 25/31] vfio: powerpc/spapr: powerpc/powernv/ioda2: Rework ownership
` [PATCH kernel v8 26/31] powerpc/iommu: Add userspace view of TCE table
` [PATCH kernel v8 27/31] powerpc/iommu/ioda2: Add get_table_size() to calculate the size of fiture table
` [PATCH kernel v8 28/31] powerpc/mmu: Add userspace-to-physical addresses translation cache
` [PATCH kernel v8 29/31] vfio: powerpc/spapr: Register memory and define IOMMU v2
` [PATCH kernel v8 30/31] vfio: powerpc/spapr: Support multiple groups in one container if possible
` [PATCH kernel v8 31/31] vfio: powerpc/spapr: Support Dynamic DMA windows
[PATCH v4 0/4] powerpc/tm: Abort syscalls in active transactions
2015-04-10 4:16 UTC (5+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] selftests/powerpc: Move get_auxv_entry() to harness.c
` [PATCH v4 3/4] selftests/powerpc: Add transactional syscall test
` [PATCH v4 4/4] powerpc/tm: Correct minor documentation typos
[PATCH v2 16/19] powerpc: fsl_pci, swiotlb: Move controller ops from ppc_md to controller_ops
2015-04-10 3:18 UTC (6+ messages)
` [PATCH v3 "
` [PATCH v4 "
[V6,1/9] elf: Add new powerpc specifc core note sections
2015-04-10 3:03 UTC (19+ messages)
[PATCH] dt/bindings: qoriq-clock: Add binding for FMan clock mux
2015-04-09 23:54 UTC (4+ messages)
[PATCH 0/2] powerpc/kvm: Enable running guests on RT Linux
2015-04-09 23:53 UTC (14+ messages)
[PATCH 1/2] oprofile: Disable oprofile NMI timer on ppc64
2015-04-09 23:48 UTC (4+ messages)
` [PATCH 2/2] powerpc: Add ppc64 hard lockup detector support
Old regression with MTD devices disappearing from a Kurobox HD/HG
2015-04-09 23:12 UTC (12+ messages)
` )
[PATCH] of: return NUMA_NO_NODE from fallback of_node_to_nid()
2015-04-09 22:58 UTC (7+ messages)
new way of writing defconfigs for freescale's powerpc platforms
2015-04-09 22:31 UTC (2+ messages)
[PATCH 1/2] powerpc/powernv: display reason for Malfunction Alert HMI
2015-04-09 21:09 UTC (3+ messages)
` [PATCH 2/2] powerpc/powernv: Pull all HMI events before panic
[PATCH v10 0/3] Generic IOMMU pooled allocator
2015-04-09 21:09 UTC (5+ messages)
` [PATCH v10 1/3] Break up monolithic iommu table/lock into finer graularity pools and lock
` [PATCH v10 2/3] sparc: Make sparc64 use scalable lib/iommu-common.c functions
` [PATCH v10 3/3] sparc: Make LDC use common iommu poll management functions
[v2] dt/bindings: qoriq-clock: Add binding for FMan clock mux
2015-04-09 17:02 UTC (4+ messages)
[PATCH] powerpc/dts: Add some SoC specific "fsl, *-device-config" compatibles
2015-04-09 17:02 UTC (2+ messages)
` [PATCH] powerpc/dts: Add some SoC specific "fsl,*-device-config" compatibles
[PATCH] dt/bindings: fsl/guts: Added global-utilities compatibles
2015-04-09 17:00 UTC (2+ messages)
[PATCH v2 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
2015-04-09 16:11 UTC (5+ messages)
` [PATCH v2 2/2] mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c
[PATCH 1/3] jump_label: Allow asm/jump_label.h to be included in assembly
2015-04-09 14:04 UTC (10+ messages)
` [PATCH 2/3] jump_label: Allow jump labels to be used "
` [PATCH 3/3] powerpc: Include linux/jump_label.h to get HAVE_JUMP_LABEL define
[V2, 06/12] selftests, powerpc: Add test for system wide DSCR default
2015-04-09 12:38 UTC (3+ messages)
[PATCH] powerpc/config: Enable bnx2x on ppc64 and pseries defconfigs
2015-04-09 12:26 UTC
[PATCH] tty: serial: Add const to struct uart_ops declarations
2015-04-09 9:48 UTC (4+ messages)
` [PATCH V2] "
[PATCH 1/4 v3] powerpc/fsl-booke: Add device tree support for T1024/T1023 SoC
2015-04-09 8:07 UTC (4+ messages)
` [PATCH 2/4 v3] powerpc/fsl-booke: Add T1024 QDS board support
` [PATCH 3/4 v3] powerpc/fsl-booke: Add T1024 RDB "
` [PATCH 4/4 v3] powerpc/fsl-booke: Add T1023 "
[v2] clk: qoriq: Add support for the FMan clock
2015-04-09 3:50 UTC
[PATCH 1/4 v2] powerpc/fsl-booke: Add device tree support for T1024/T1023 SoC
2015-04-09 6:29 UTC (9+ messages)
` [PATCH 2/4 v2] powerpc/fsl-booke: Add T1024 QDS board support
` [PATCH 3/4 v2] powerpc/fsl-booke: Add T1024 RDB "
` [PATCH 4/4 v2] powerpc/fsl-booke: Add T1023 "
[PATCH 1/3] jump_label: Allow asm/jump_label.h to be included in assembly
2015-04-09 3:50 UTC (3+ messages)
` [PATCH 2/3] jump_label: Allow jump labels to be used "
` [PATCH 3/3] powerpc: Include linux/jump_label.h to get HAVE_JUMP_LABEL define
[PATCH kernel v7 00/31] powerpc/iommu/vfio: Enable Dynamic DMA windows
2015-04-09 3:46 UTC (7+ messages)
` [PATCH kernel v7 26/31] powerpc/iommu: Add userspace view of TCE table
[PATCH] devicetree: add ibm-nx-powernv details
2015-04-09 3:05 UTC
[PATCH] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in of parsing
2015-04-08 22:38 UTC (5+ messages)
[PATCH v5 0/4] hwmon: (ibmpowernv) add DTS support
2015-04-08 17:33 UTC (3+ messages)
[PATCH v5 2/4] hwmon: (ibmpowernv) add support for the new device tree
2015-04-08 17:19 UTC
[PATCH v5 3/4] hwmon: (ibmpowernv) add a label attribute
2015-04-08 17:19 UTC
[PATCH v5 4/4] hwmon: (ibmpowernv) pretty print labels
2015-04-08 17:19 UTC
[PATCH v5 1/4] hwmon: (ibmpowernv) add a helper routine create_hwmon_attr
2015-04-08 17:19 UTC
[PATCH 2/4] hwmon: (ibmpowernv) add support for the new device tree
2015-04-08 16:06 UTC (2+ messages)
[PATCH v4] hwmon: (ibmpowernv) pretty print labels
2015-04-08 15:21 UTC (2+ messages)
` [v4] "
[PATCH 00/11] add 842 hw compression for PowerNV platform
2015-04-08 14:48 UTC (10+ messages)
` [PATCH 09/11] crypto: remove LZO fallback from crypto 842
` [PATCH 11/11] crypto: add crypto compression sefltest
[PATCH v3] hwmon: (ibmpowernv) pretty print labels
2015-04-08 13:33 UTC (3+ messages)
[PATCH v2 0/5] perf: Implement event group read using txn interface
2015-04-08 12:51 UTC (9+ messages)
` [PATCH v2 1/5] perf: Add a flags parameter to pmu txn interfaces
` [PATCH v2 3/5] perf: Rename perf_event_read_value
` [PATCH v2 4/5] perf: Define PMU_TXN_READ interface
` [PATCH v2 5/5] powerpc/perf/hv-24x7: Use "
[PATCH v2] powerpc/83xx: add support for mpc8306
2015-04-08 12:24 UTC (5+ messages)
[PATCH] clk: ppc-corenet: Add support for the FMD clock
2015-04-08 12:00 UTC (3+ messages)
[PATCH v9 RFC 0/3] Generic IOMMU pooled allocator
2015-04-08 10:12 UTC (4+ messages)
` [PATCHv9 RFC 1/3] Break up monolithic iommu table/lock into finer graularity pools and lock
[PATCH] powerpc/powernv: convert OPAL codes returned by sysparam calls
2015-04-08 7:31 UTC
[PATCH 4/4] hwmon: (ibmpowernv) pretty print labels
2015-04-08 6:57 UTC (6+ messages)
[PATCH v2 00/19] Refactor PCI controller operations
2015-04-08 3:31 UTC (5+ messages)
` [PATCH v2 04/19] powerpc: Create pci_controller_ops.dma_dev_setup and shim
[PATCH] powerpc32: fix warning from include/linux/mm.h
2015-04-08 3:27 UTC (3+ messages)
` "
[PATCH 0/8] powerpc/8xx: Getting rid of CONFIG_8xx
2015-04-08 3:25 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).