linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-22 10:01:50 to 2013-04-24 10:30:09 UTC [more...]

[PATCH] powerpc: Add isync to copy_and_flush
 2013-04-24 10:30 UTC 

[PATCH v3 0/7] powerpc/powernv: PHB3 Support
 2013-04-24  9:37 UTC  (8+ messages)
` [PATCH 1/7] powerpc/powernv: Supports PHB3
` [PATCH 2/7] powerpc/powernv: Retrieve IODA2 tables explicitly
` [PATCH 3/7] powerpc/powernv: Add option CONFIG_POWERNV_MSI
` [PATCH 4/7] powerpc/powernv: Patch MSI EOI handler on P8
` [PATCH 5/7] powerpc/powernv: TCE invalidation for PHB3
` [PATCH 6/7] powerpc/powernv: Build DMA space for PE on PHB3
` [PATCH 7/7] powerpc/powernv: Fix invalid IOMMU table

[PATCH -V6 00/27] THP support for PPC64
 2013-04-24  9:08 UTC  (36+ messages)
` [PATCH -V6 01/27] powerpc: Use signed formatting when printing error
` [PATCH -V6 02/27] powerpc: Save DAR and DSISR in pt_regs on MCE
` [PATCH -V6 03/27] powerpc: Don't hard code the size of pte page
` [PATCH -V6 04/27] powerpc: Don't truncate pgd_index wrongly
` [PATCH -V6 05/27] powerpc: New hugepage directory format
` [PATCH -V6 06/27] powerpc: Switch 16GB and 16MB explicit hugepages to a different page table format
` [PATCH -V6 07/27] powerpc: Reduce the PTE_INDEX_SIZE
` [PATCH -V6 08/27] powerpc: Move the pte free routines from common header
` [PATCH -V6 09/27] powerpc: Reduce PTE table memory wastage
` [PATCH -V6 10/27] powerpc: Use encode avpn where we need only avpn values
` [PATCH -V6 11/27] powerpc: Decode the pte-lp-encoding bits correctly
` [PATCH -V6 12/27] powerpc: Fix hpte_decode to use the correct decoding for page sizes
` [PATCH -V6 13/27] powerpc: print both base and actual page size on hash failure
` [PATCH -V6 14/27] powerpc: Print page size info during boot
` [PATCH -V6 15/27] powerpc: Update tlbie/tlbiel as per ISA doc
` [PATCH -V6 16/27] mm/THP: HPAGE_SHIFT is not a #define on some arch
` [PATCH -V6 17/27] mm/THP: Add pmd args to pgtable deposit and withdraw APIs
` [PATCH -V6 18/27] mm/THP: withdraw the pgtable after pmdp related operations
` [PATCH -V6 19/27] powerpc/THP: Double the PMD table size for THP
` [PATCH -V6 20/27] powerpc/THP: Implement transparent hugepages for ppc64
` [PATCH -V6 21/27] powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common code
` [PATCH -V6 22/27] powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepages
` [PATCH -V6 23/27] powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte
` [PATCH -V6 24/27] powerpc: Update gup_pmd_range to handle transparent hugepages
` [PATCH -V6 25/27] powerpc/THP: Add code to handle HPTE faults for large pages
` [PATCH -V6 26/27] powerpc/THP: Enable THP on PPC64
` [PATCH -V6 27/27] powerpc: Optimize hugepage invalidate

"attempt to move .org backwards" still show up
 2013-04-24  8:36 UTC  (4+ messages)

[PATCH] arch/powerpc/kernel: using %12.12s instead of %12s for avoiding memory overflow
 2013-04-24  8:31 UTC  (7+ messages)

[Suggestion] PowerPC: kernel: memory access violation when rtas_data_buf contents are more than 1026
 2013-04-24  7:40 UTC  (8+ messages)
    ` [PATCH] "

[RFC][PATCH 1/1] USB/EHCI: work for different PHY_CLK_VALID detecting order
 2013-04-24  6:47 UTC 

[PATCH 1/1] usb: ehci-fsl: set INCR8 mode only on MPC512x
 2013-04-24  6:40 UTC  (4+ messages)

[RFC, PATCH v3] powerpc/prom: Scan reserved-ranges node for memory reservations
 2013-04-24  6:26 UTC 

[PATCH v2 0/8] powerpc/pseries: Nvram-to-pstore
 2013-04-24  6:21 UTC  (9+ messages)
` [PATCH v2 1/8] powerpc/pseries: Remove syslog prefix in uncompressed oops text
` [PATCH v2 2/8] powerpc/pseries: Add version and timestamp to oops header
` [PATCH v2 3/8] powerpc/pseries: Introduce generic read function to read nvram-partitions
` [PATCH v2 4/8] powerpc/pseries: Read/Write oops nvram partition via pstore
` [PATCH v2 5/8] powerpc/pseries: Read rtas "
` [PATCH v2 6/8] powerpc/pseries: Distinguish between a os-partition and non-os partition
` [PATCH v2 7/8] powerpc/pseries: Read of-config partition via pstore
` [PATCH v2 8/8] powerpc/pseries: Read common "

[PATCH 1/2] powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.h
 2013-04-24  4:19 UTC  (5+ messages)
` [PATCH 2/2 V7] powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xx

[RFC, PATCH v2] powerpc/prom: Scan reserved-ranges node for memory reservations
 2013-04-24  3:34 UTC 

[PATCH] Make CONFIG_BOOTX an exclusive early debug option
 2013-04-24  2:16 UTC 

[PATCH] powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()
 2013-04-24  1:50 UTC  (3+ messages)

[PATCH v2 0/5] powerpc/powernv: PHB3 Support
 2013-04-24  1:32 UTC  (12+ messages)
` [PATCH 1/5] powerpc/powernv: Supports PHB3
` [PATCH 2/5] powerpc/powernv: Retrieve IODA2 tables explicitly
` [PATCH 3/5] powerpc/powernv: Add option CONFIG_POWERNV_MSI
` [PATCH 4/5] powerpc/powernv: Patch MSI EOI handler on P8
` [PATCH 5/5] powerpc/powernv: TCE invalidation for PHB3

[PATCH] arch: powerpc: mm: make mmap_64.c compile on 32bit powerpc
 2013-04-24  0:50 UTC 

[PATCH v2 01/15] powerpc/85xx: cache operations for Freescale SoCs based on BOOK3E
 2013-04-24  0:04 UTC  (12+ messages)
` [PATCH v2 06/15] powerpc/85xx: add support to JOG feature using cpufreq interface
` [PATCH v2 07/15] powerpc/85xx: add time base sync for SoCs based on e500mc/e5500
` [PATCH v2 12/15] powerpc/85xx: add time base sync support for e6500
` [PATCH v2 13/15] powerpc/85xx: add support for e6500 L1 cache operation
` [linuxppc-release] [PATCH v2 01/15] powerpc/85xx: cache operations for Freescale SoCs based on BOOK3E

[PATCH v2 02/15] powerpc/85xx: add sleep and deep sleep support
 2013-04-23 23:53 UTC  (2+ messages)

[PATCH v3 0/12] NUMA CPU Reconfiguration using PRRN
 2013-04-23 20:54 UTC  (26+ messages)
` [PATCH v3 1/12] Create a powerpc update_devicetree interface
` [PATCH v3 2/12] Correct buffer parsing in update-properties
` [PATCH v3 3/12] Add PRRN event handler
` [PATCH v3 4/12] Move architecture vector definitions to prom.h
` [PATCH v3 5/12] Update firmware_has_feature() to check architecture bits
` [PATCH v3 6/12] Update numa.c to use updated firmware_has_feature()
` [PATCH v3 7/12] Use stop machine to update cpu maps
` [PATCH v3 8/12] "
` [PATCH v3 9/12] Update NUMA VDSO information
` [PATCH v3 10/12] Re-enable Virtual Private Home Node capabilities
` [PATCH v3 11/12] Enable PRRN Event handling
` [PATCH v3 12/12] Add /proc interface to control topology updates

PROBLEM: Only 2 of 4 cores used on IBM Cell blades and no threads shown in spufs
 2013-04-23 18:13 UTC  (11+ messages)

[PATCH 1/3 v2] iommu: Move swap_pci_ref function to pci.h
 2013-04-23 15:26 UTC  (8+ messages)
` [PATCH 2/3 v14] iommu/fsl: Add additional iommu attributes required by the PAMU driver
` [PATCH 3/3 v14] iommu/fsl: Freescale PAMU driver and iommu implementation

arch/powerpc/mm/mmap_64.c on 32bit systems?
 2013-04-23 14:55 UTC 

[PATCH] powerpc/fsl-pci:fix incorrect iounmap pci hose->private_data
 2013-04-23 14:54 UTC  (4+ messages)

[PATCH v2 1/2] powerpc/rtas_flash: Update return token comments
 2013-04-23 14:22 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/rtas_flash: New return code to indicate FW entitlement expiry

[RFC, PATCH] powerpc/prom: Scan reserved-ranges node for memory reservations
 2013-04-23 14:19 UTC 

[PATCH] powerpc/cell: Only iterate over online nodes in cbe_init_pm_irq()
 2013-04-23 13:29 UTC  (4+ messages)

[PATCH] powerpc/pci: fix PCI-e devices rescan issue on powerpc platform
 2013-04-23 11:30 UTC  (8+ messages)

[PATCH v3 1/4] powerpc/mpic: add irq_set_wake support
 2013-04-23 10:10 UTC  (4+ messages)

[PATCH] powerpc/fsl-pci: don't unmap the PCI SoC controller registers in setup_pci_atmu
 2013-04-23 17:37 UTC  (2+ messages)

[PATCH v2] powerpc/fsl-pci:fix incorrect iounmap pci hose->private_data
 2013-04-23 17:33 UTC  (3+ messages)

[PATCH] powerpc/rtas_flash: New return code to indicate FW entitlement expiry
 2013-04-23  5:47 UTC  (6+ messages)

[PATCH V4 0/5] powerpc, perf: BHRB based branch stack enablement on POWER8
 2013-04-23  5:42 UTC  (6+ messages)
` [PATCH V4 1/5] powerpc, perf: Add new BHRB related instructions for POWER8
` [PATCH V4 2/5] powerpc, perf: Add basic assembly code to read BHRB entries on POWER8
` [PATCH V4 3/5] powerpc, perf: Add new BHRB related generic functions, data and flags
` [PATCH V4 4/5] powerpc, perf: Define BHRB generic functions, data and flags for POWER8
` [PATCH V4 5/5] powerpc, perf: Enable branch stack sampling framework

[PATCH 2/3 v13] iommu/fsl: Add additional iommu attributes required by the PAMU driver
 2013-04-23  4:45 UTC  (3+ messages)

[PATCH 1/3] powerpc/powernv: Supports PHB3
 2013-04-23  4:14 UTC  (8+ messages)
` [PATCH 3/3] powerpc/powernv: Patch MSI EOI handler on P8

[PATCH] powerpc: Add HWCAP2 aux entry
 2013-04-23  0:41 UTC  (5+ messages)

[PATCH v2 0/11] NUMA CPU Reconfiguration using PRRN
 2013-04-23  0:23 UTC  (5+ messages)
` [PATCH v2 7/11] Use stop machine to update cpu maps

[PATCH v8 0/3] of/pci: Provide common support for PCI DT parsing
 2013-04-22 23:02 UTC  (6+ messages)
` [PATCH v8 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC
` [PATCH v8 2/3] of/pci: Provide support for parsing PCI DT ranges property
` [PATCH v8 3/3] of/pci: mips: convert to common of_pci_range_parser

[PATCH] [RFC] powerpc: Add VDSO version of time
 2013-04-22 19:29 UTC  (3+ messages)

[PATCH] perf: Power7: Make CPI stack events available in sysfs
 2013-04-22 15:55 UTC  (3+ messages)

[PATCH] macintosh: use %*ph to print small buffers
 2013-04-22 13:02 UTC 

[PATCH v2 06/15] powerpc/85xx: add support to JOG feature using cpufreq interface
 2013-04-22 10:57 UTC  (2+ messages)

[PATCH v7 0/3] of/pci: Provide common support for PCI DT parsing
 2013-04-22 10:57 UTC  (12+ messages)
` [PATCH v7 2/3] of/pci: Provide support for parsing PCI DT ranges property
` [PATCH v7 3/3] of/pci: mips: convert to common of_pci_range_parser


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).