linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-16 23:50:09 to 2016-02-19 03:18:03 UTC [more...]

[PATCH v8 00/45] powerpc/powernv: PCI hotplug support
 2016-02-19  3:16 UTC  (55+ messages)
` [PATCH v8 01/45] PCI: Add pcibios_setup_bridge()
` [PATCH v8 02/45] powerpc/pci: Override pcibios_setup_bridge()
` [PATCH v8 03/45] powerpc/pci: Cleanup on struct pci_controller_ops
` [PATCH v8 04/45] powerpc/powernv: Cleanup on pci_controller_ops instances
` [PATCH v8 05/45] powerpc/powernv: Drop phb->bdfn_to_pe()
` [PATCH v8 06/45] powerpc/powernv: Reorder fields in struct pnv_phb
` [PATCH v8 07/45] powerpc/powernv: Rename PE# "
` [PATCH v8 08/45] powerpc/powernv: Fix initial IO and M32 segmap
` [PATCH v8 09/45] powerpc/powernv: Simplify pnv_ioda_setup_pe_seg()
` [PATCH v8 10/45] powerpc/powernv: IO and M32 mapping based on PCI device resources
` [PATCH v8 11/45] powerpc/powernv: Track M64 segment consumption
` [PATCH v8 12/45] powerpc/powernv: Rename M64 related functions
` [PATCH v8 13/45] powerpc/powernv/ioda1: M64 support on P7IOC
` [PATCH v8 14/45] powerpc/powernv/ioda1: Rename pnv_pci_ioda_setup_dma_pe()
` [PATCH v8 15/45] powerpc/powernv/ioda1: Introduce PNV_IODA1_DMA32_SEGSIZE
` [PATCH v8 16/45] powerpc/powernv: Remove DMA32 PE list
` [PATCH v8 17/45] powerpc/powernv/ioda1: Improve DMA32 segment track
` [PATCH v8 18/45] powerpc/powernv: Increase PE# capacity
` [PATCH v8 19/45] powerpc/powernv: Use PE instead of number during setup and release
` [PATCH v8 20/45] powerpc/powernv: Allocate PE# in reverse order
` [PATCH v8 21/45] powerpc/powernv: Create PEs at PCI hot plugging time
` [PATCH v8 22/45] powerpc/powernv/ioda1: Support releasing IODA1 TCE table
` [PATCH v8 23/45] powerpc/powernv: Dynamically release PEs
` [PATCH v8 24/45] powerpc/pci: Rename pcibios_{add, remove}_pci_devices()
` [PATCH v8 25/45] powerpc/pci: Rename pcibios_find_pci_bus()
` [PATCH v8 26/45] powerpc/pci: Move pci_find_bus_by_node() around
` [PATCH v8 27/45] powerpc/pci: Export pci_add_device_node_info()
` [PATCH v8 28/45] powerpc/pci: Introduce pci_remove_device_node_info()
` [PATCH v8 29/45] powerpc/pci: Export pci_traverse_device_nodes()
` [PATCH v8 30/45] powerpc/pci: Delay populating pdn
` [PATCH v8 31/45] powerpc/pci: Don't scan empty slot
` [PATCH v8 32/45] powerpc/pci: Update bridge windows on PCI plug
` [PATCH v8 33/45] powerpc/powernv: Simplify pnv_eeh_reset()
` [PATCH v8 34/45] powerpc/powernv: Exclude root bus in pnv_pci_reset_secondary_bus()
` [PATCH v8 35/45] powerpc/powernv: Fundamental reset "
` [PATCH v8 36/45] powerpc/powernv: Support PCI slot ID
` [PATCH v8 37/45] powerpc/powernv: Use firmware PCI slot reset infrastructure
` [PATCH v8 38/45] powerpc/powernv: Functions to get/set PCI slot status
` [PATCH v8 39/45] powerpc/powernv: Select OF_DYNAMIC
` [PATCH v8 40/45] drivers/of: Split unflatten_dt_node()
` [PATCH v8 41/45] drivers/of: Avoid recursively calling unflatten_dt_node()
` [PATCH v8 42/45] drivers/of: Rename unflatten_dt_node()
` [PATCH v8 43/45] drivers/of: Specify parent node in of_fdt_unflatten_tree()
` [PATCH v8 44/45] drivers/of: Return allocated memory from of_fdt_unflatten_tree()
` [PATCH v8 45/45] PCI/hotplug: PowerPC PowerNV PCI hotplug driver

[PATCH V3 00/30] Book3s abstraction in preparation for new MMU model
 2016-02-19  2:40 UTC  (37+ messages)
` [PATCH V3 01/30] mm: Make vm_get_page_prot arch specific
` [PATCH V3 02/30] mm: Some arch may want to use HPAGE_PMD related values as variables
` [PATCH V3 03/30] powerpc/mm: add _PAGE_HASHPTE similar to 4K hash
` [PATCH V3 04/30] powerpc/mm: Split pgtable types to separate header
` [PATCH V3 05/30] powerpc/mm: Don't have conditional defines for real_pte_t
` [PATCH V3 06/30] powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table
` [PATCH V3 07/30] powerpc/mm: Copy pgalloc (part 1)
` [PATCH V3 08/30] powerpc/mm: Copy pgalloc (part 2)
` [PATCH V3 09/30] powerpc/mm: Copy pgalloc (part 3)
` [PATCH V3 10/30] powerpc/mm: Hugetlbfs is book3s_64 and fsl_book3e (32 or 64)
` [PATCH V3 11/30] powerpc/mm: free_hugepd_range split to hash and nonhash
` [PATCH V3 12/30] powerpc/mm: Use helper instead of opencoding
` [PATCH V3 13/30] powerpc/mm: Move hash64 specific definitions to separate header
` [PATCH V3 14/30] powerpc/mm: Move swap related definition ot hash64 header
` [PATCH V3 15/30] powerpc/mm: Move hash page table related functions to pgtable-hash64.c
` [PATCH V3 16/30] powerpc/mm: Rename hash specific page table bits (_PAGE* -> H_PAGE*)
` [PATCH V3 17/30] powerpc/mm: Use flush_tlb_page in ptep_clear_flush_young
` [PATCH V3 18/30] powerpc/mm: THP is only available on hash64 as of now
` [PATCH V3 19/30] powerpc/mm: Use generic version of pmdp_clear_flush_young
` [PATCH V3 20/30] powerpc/mm: Create a new headers for tlbflush for hash64
` [PATCH V3 21/30] powerpc/mm: Hash linux abstraction for page table accessors
` [PATCH V3 22/30] powerpc/mm: Hash linux abstraction for functions in pgtable-hash.c
` [PATCH V3 23/30] powerpc/mm: Hash linux abstraction for mmu context handling code
` [PATCH V3 24/30] powerpc/mm: Move hash related mmu-*.h headers to book3s/
` [PATCH V3 25/30] powerpc/mm: Hash linux abstractions for early init routines
` [PATCH V3 26/30] powerpc/mm: Hash linux abstraction for THP
` [PATCH V3 27/30] powerpc/mm: Hash linux abstraction for HugeTLB
` [PATCH V3 28/30] powerpc/mm: Hash linux abstraction for page table allocator
` [PATCH V3 29/30] powerpc/mm: Hash linux abstraction for tlbflush routines
` [PATCH V3 30/30] powerpc/mm: Hash linux abstraction for pte swap encoding

[PATCH] powerpc/Kconfig: Update config option based on page size
 2016-02-19  1:55 UTC 

[PATCH v2 0/3] powerpc: Add POWER9 cputable entry
 2016-02-19  0:16 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc/powernv: Create separate subcores CPU feature bit
` [PATCH v2 2/3] powerpc: Use defines for __init_tlb_power[78]
` [PATCH v2 3/3] powerpc: Add POWER9 cputable entry

[PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0
 2016-02-19  0:07 UTC  (4+ messages)

[BUG] random kernel crashes after THP rework on s390 (maybe also on PowerPC and ARM)
 2016-02-18 17:06 UTC  (18+ messages)

[PATCH] add POWER Virtual Management Channel driver
 2016-02-18 16:45 UTC  (7+ messages)

[PATCH] powerpc/mm/hash: Clear the invalid slot information correctly
 2016-02-18 16:44 UTC 

[RFC 1/4] powerpc/mm: Rename variable to reflect start address of a section
 2016-02-18 14:37 UTC  (10+ messages)
` [RFC 2/4] powerpc/mm: Add comments to the vmemmap layout
` [RFC 3/4] powerpc/mm: Rename the vmemmap_backing struct and its elements
` [RFC 4/4] powerpc/mm: Rename global tracker for virtual to physical mapping

[PATCH 1/2] powerpc/powernv: Create separate subcores CPU feature bit
 2016-02-18 10:37 UTC  (10+ messages)
` [PATCH 2/2] powerpc: Add POWER9 cputable entry

[PATCH V6 00/35] powerpc/mm: Update page table format for book3s 64
 2016-02-18  4:58 UTC  (12+ messages)
` [PATCH V6 01/35] powerpc/mm: move pte headers to book3s directory
` [PATCH V6 04/35] powerpc/mm: make a separate copy for book3s (part 2)
` [PATCH V6 05/35] powerpc/mm: Move hash specific pte width and other defines to book3s
` [PATCH V6 07/35] powerpc/mm: Don't have generic headers introduce functions touching pte bits
` [PATCH V6 20/35] powerpc/mm: Don't track subpage valid bit in pte_t

[RESEND][PATCH] Fix BUG_ON() reporting in real mode on PPC
 2016-02-18  2:48 UTC 

Fix BUG_ON() reporting in real mode on powerpc
 2016-02-18  2:41 UTC  (8+ messages)

[PATCH kernel v3 0/7] KVM: PPC: Add in-kernel multitce handling
 2016-02-18  2:39 UTC  (3+ messages)
` [PATCH kernel v3 7/7] KVM: PPC: Add support for multiple-TCE hcalls

[RESEND][PATCH] Fix BUG_ON() reporting in real mode on PPC
 2016-02-18  2:03 UTC  (2+ messages)

[PATCH v2 1/7] QE: Add IC, SI and SIRAM document to device tree bindings
 2016-02-18  1:06 UTC  (7+ messages)
` [PATCH v2 2/7] QE: Add ucc hdlc document to bindings
` [PATCH v2 3/7] QE: Add uqe_serial "
` [PATCH v2 4/7] bindings: move cpm_qe binding from powerpc/fsl to soc/fsl
` [PATCH v2 5/7] T104xD4RDB: Add qe node to t104xd4rdb
` [PATCH v2 6/7] T104xRDB: Add qe node to t104xrdb
` [PATCH v2 7/7] T104xQDS: Add qe node to t104xqds

[PATCH][v3] drivers/memory: Add deep sleep support for IFC
 2016-02-18  1:19 UTC  (6+ messages)

[PATCH V2 1/2] powerpc/powernv: new function to access OPAL msglog
 2016-02-18  1:17 UTC  (3+ messages)
` [V2,1/2] "

[PATCH] powerpc/powernv: don't create OPAL msglog sysfs entry if memcons init fails
 2016-02-18  1:12 UTC 

[PATCH kernel v2] powerpc/ioda: Set "read" permission when "write" is set
 2016-02-18  0:27 UTC  (2+ messages)

[PATCH V3] powerpc/powernv: Remove support for p5ioc2
 2016-02-17 23:45 UTC  (3+ messages)
` [V3] "

[PATCH] ibmvfc: byteswap scsi_id, wwpn, and node_name prior to logging
 2016-02-17 23:30 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update EEH details and maintainership
 2016-02-17 22:36 UTC  (4+ messages)

[PATCH v5] powerpc32: provide VIRT_CPU_ACCOUNTING
 2016-02-17 16:29 UTC  (3+ messages)

[PATCH RESEND] kvm:powerpc:Fix incorrect return statement in the function mpic_set_default_irq_routing
 2016-02-17 16:25 UTC 

[PATCH] powerpc/xmon: fix typo in usage message
 2016-02-17 12:41 UTC  (2+ messages)
`  "

[PATCH] powerpc/eeh: fix incorrect function name in comment
 2016-02-17 12:41 UTC  (2+ messages)
`  "

[PATCH] powerpc/xmon: Add xmon command to dump process/task similar to ps(1)
 2016-02-17 12:41 UTC  (2+ messages)
`  "

[PATCH v2 4/4] powerpc/powernv: Simplify definitions of EEH debugfs handlers
 2016-02-17 12:41 UTC  (2+ messages)
` [v2, "

[PATCH V7 1/6] powerpc/powernv: don't enable SRIOV when VF BAR has non 64bit-prefetchable BAR
 2016-02-17 12:41 UTC  (2+ messages)
` [V7, "

[PATCH V2 2/2] powerpc/xmon: add command to dump OPAL msglog
 2016-02-17 12:41 UTC  (2+ messages)
` [V2,2/2] "

[PATCH V2 1/1] powerpc/perf/hv-gpci: Increase request buffer size
 2016-02-17 12:41 UTC  (2+ messages)
` [V2,1/1] "

[PATCH v8 0/8] ftrace with regs + live patching for ppc64 LE (ABI v2)
 2016-02-17 11:39 UTC  (14+ messages)
` [PATCH v8 8/8] livepatch: Detect offset for the ftrace location during build
` [PATCH v8 1/8] ppc64 (le): prepare for -mprofile-kernel

[PATCH 0/7] fix IS_ERR_VALUE usage
 2016-02-17 10:48 UTC  (2+ messages)

[PATCH v3 0/2] Consolidate redundant register/stack access code
 2016-02-17  9:45 UTC  (5+ messages)

[PATCH v2 0/7] ibmvscsi code cleanup
 2016-02-17  8:05 UTC  (6+ messages)
` [PATCH v2 3/7] ibmvscsi: Replace magic values in set_adpater_info() with defines

linux-4.5-rc4/arch/powerpc/boot/treeboot-akebono.c:90: possible bad test ?
 2016-02-17  7:34 UTC  (3+ messages)

[RFC, kernel] powerpc/ioda: Set "read" permission when "write" is set
 2016-02-17  7:29 UTC  (2+ messages)

[RFC 1/2] powerpc/mm: Add trace points for various types of hash faults
 2016-02-17  7:00 UTC  (2+ messages)
` [RFC 2/2] selftests/powerpc: Add tests for various hash page fault paths

[PATCH V11_RESEND 00/10] powerpc/perf: Enable SW branch filters
 2016-02-17  4:23 UTC  (4+ messages)

[PATCH] MAINTAINERS: rename EEH from "enhanced" to "extended" error handling
 2016-02-17  2:23 UTC  (6+ 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).