linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-15 05:08:58 to 2016-02-17 03:45:59 UTC [more...]

[PATCH v8 00/45] powerpc/powernv: PCI hotplug support
 2016-02-17  3:44 UTC  (37+ 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 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 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 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 25/45] powerpc/pci: Rename pcibios_find_pci_bus()
` [PATCH v8 26/45] powerpc/pci: Move pci_find_bus_by_node() around
` [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 v8 0/8] ftrace with regs + live patching for ppc64 LE (ABI v2)
 2016-02-17  3:08 UTC  (20+ messages)
` [PATCH v8 8/8] livepatch: Detect offset for the ftrace location during build
` [PATCH v8 4/8] ppc64 ftrace_with_regs configuration variables

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

[PATCH] MAINTAINERS: rename EEH from "enhanced" to "extended" error handling
 2016-02-17  2:23 UTC  (7+ messages)

[PATCH 1/2] powerpc/perf/hv-24x7: Display domain indices in sysfs
 2016-02-16 23:25 UTC  (2+ messages)
` [PATCH 2/2] powerpc/perf/24x7: Eliminate domain suffix in event names

[PATCH] powerpc/eeh: rename EEH from "extended" to "enhanced" error handling
 2016-02-16 22:59 UTC  (2+ messages)

linux-4.5-rc4/arch/powerpc/boot/treeboot-akebono.c:90: possible bad test ?
 2016-02-16 22:39 UTC  (2+ messages)

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

Question about code which uses MPIC_NO_RESET on 85XX
 2016-02-16 21:40 UTC  (2+ messages)

[PATCH v4 00/18] cxl: Add support for powerVM guest​
 2016-02-16 21:39 UTC  (19+ messages)
` [PATCH v4 01/18] cxl: Move common code away from bare-metal-specific files
` [PATCH v4 02/18] cxl: Move bare-metal specific code to specialized files
` [PATCH v4 03/18] cxl: Define process problem state area at attach time only
` [PATCH v4 04/18] cxl: Introduce implementation-specific API
` [PATCH v4 05/18] cxl: Rename some bare-metal specific functions
` [PATCH v4 06/18] cxl: Isolate a few bare-metal-specific calls
` [PATCH v4 07/18] cxl: Update cxl_irq() prototype
` [PATCH v4 08/18] cxl: IRQ allocation for guests
` [PATCH v4 09/18] cxl: New possible return value from hcall
` [PATCH v4 10/18] cxl: New hcalls to support CAPI adapters
` [PATCH v4 11/18] cxl: Separate bare-metal fields in adapter and AFU data structures
` [PATCH v4 12/18] cxl: Add guest-specific code
` [PATCH v4 13/18] cxl: sysfs support for guests
` [PATCH v4 14/18] cxl: Support to flash a new image on the adapter from a guest
` [PATCH v4 15/18] cxl: Parse device tree and create CAPI device(s) at boot
` [PATCH v4 16/18] cxl: Support the cxl kernel API from a guest
` [PATCH v4 17/18] cxl: Adapter failure handling
` [PATCH v4 18/18] cxl: Add tracepoints around the CAPI hcall

[PATCH v5] powerpc32: provide VIRT_CPU_ACCOUNTING
 2016-02-16 21:21 UTC  (4+ messages)

Writes, smp_wmb(), and transitivity?
 2016-02-16 19:36 UTC  (7+ messages)

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

[RFC PATCH kernel] powerpc/ioda: Set "read" permission when "write" is set
 2016-02-16 13:20 UTC  (3+ messages)
` [RFC, "

[PATCH V11_RESEND 00/10] powerpc/perf: Enable SW branch filters
 2016-02-16 13:08 UTC  (12+ messages)
` [PATCH V11_RESEND 01/10] powerpc/perf: Change name & type of 'pred' in power_pmu_bhrb_read
` [PATCH V11_RESEND 02/10] powerpc/perf: Re organize PMU branch filter processing on POWER8
` [PATCH V11_RESEND 03/10] powerpc/perf: Restore privilege level filter support for BHRB
` [PATCH V11_RESEND 04/10] powerpc/perf: Re organize BHRB processing
` [PATCH V11_RESEND 05/10] powerpc/perf: Change the name of HW PMU branch filter tracking variable
` [PATCH V11_RESEND 06/10] powerpc/lib: Add new branch analysis support functions
` [PATCH V11_RESEND 07/10] powerpc/perf: Enable SW filtering in branch stack sampling framework
` [PATCH V11_RESEND 08/10] powerpc/perf: Change POWER8 PMU configuration to work with SW filters
` [PATCH V11_RESEND 09/10] powerpc/perf: Enable privilege mode SW branch filters
` [PATCH V11_RESEND 10/10] selftests/powerpc: Add test for BHRB branch filters (HW & SW)

[PATCH v3 00/18] cxl: Add support for powerVM guest​
 2016-02-16 10:47 UTC  (6+ messages)
` [PATCH v3 14/18] cxl: Support to flash a new image on the adapter from a guest

[PATCH V10 00/28] Add new powerpc specific ELF core notes
 2016-02-16 10:16 UTC  (31+ messages)
` [PATCH V10 01/28] elf: Add powerpc specific core note sections
` [PATCH V10 02/28] powerpc, process: Add the function flush_tmregs_to_thread
` [PATCH V10 03/28] powerpc, ptrace: Enable in transaction NT_PRFPREG ptrace requests
` [PATCH V10 04/28] powerpc, ptrace: Enable in transaction NT_PPC_VMX "
` [PATCH V10 05/28] powerpc, ptrace: Enable in transaction NT_PPC_VSX "
` [PATCH V10 06/28] powerpc, ptrace: Adapt gpr32_get, gpr32_set functions for transaction
` [PATCH V10 07/28] powerpc, ptrace: Enable support for NT_PPC_CGPR
` [PATCH V10 08/28] powerpc, ptrace: Enable support for NT_PPC_CFPR
` [PATCH V10 09/28] powerpc, ptrace: Enable support for NT_PPC_CVMX
` [PATCH V10 10/28] powerpc, ptrace: Enable support for NT_PPC_CVSX
` [PATCH V10 11/28] powerpc, ptrace: Enable support for TM SPR state
` [PATCH V10 12/28] powerpc, ptrace: Enable NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCR
` [PATCH V10 13/28] powerpc, ptrace: Enable support for NT_PPPC_TAR, NT_PPC_PPR, NT_PPC_DSCR
` [PATCH V10 14/28] powerpc, ptrace: Enable support for EBB registers
` [PATCH V10 15/28] selftests, powerpc: Move 'reg.h' file outside of 'ebb' sub directory
` [PATCH V10 16/28] selftests, powerpc: Add more SPR numbers, TM & VMX instructions to 'reg.h'
` [PATCH V10 17/28] selftests, powerpc: Add ptrace tests for EBB
` [PATCH V10 18/28] selftests, powerpc: Add ptrace tests for GPR/FPR registers
` [PATCH V10 19/28] selftests, powerpc: Add ptrace tests for GPR/FPR registers in TM
` [PATCH V10 20/28] selftests, powerpc: Add ptrace tests for GPR/FPR registers in suspended TM
` [PATCH V10 21/28] selftests, powerpc: Add ptrace tests for TAR, PPR, DSCR registers
` [PATCH V10 22/28] selftests, powerpc: Add ptrace tests for TAR, PPR, DSCR in TM
` [PATCH V10 23/28] selftests, powerpc: Add ptrace tests for TAR, PPR, DSCR in suspended TM
` [PATCH V10 24/28] selftests, powerpc: Add ptrace tests for VSX, VMX registers
` [PATCH V10 25/28] selftests, powerpc: Add ptrace tests for VSX, VMX registers in TM
` [PATCH V10 26/28] selftests, powerpc: Add ptrace tests for VSX, VMX registers in suspended TM
` [PATCH V10 27/28] selftests, powerpc: Add ptrace tests for TM SPR registers
` [PATCH V10 28/28] selftests, powerpc: Add .gitignore file for ptrace executables

[PATCH] mtd/ifc: Add support for IFC controller version 2.0
 2016-02-16  8:36 UTC  (7+ messages)

[PATCH][v3] drivers/memory: Add deep sleep support for IFC
 2016-02-16  8:34 UTC  (2+ messages)

[PATCH V2 00/29] Book3s abstraction in preparation for new MMU model
 2016-02-16  8:25 UTC  (13+ messages)
` [PATCH V2 05/29] powerpc/mm: Copy pgalloc (part 2)
` [PATCH V2 08/29] mm: Some arch may want to use HPAGE_PMD related values as variables
` [PATCH V2 09/29] powerpc/mm: Hugetlbfs is book3s_64 and fsl_book3e (32 or 64)
` [PATCH V2 12/29] powerpc/mm: Move hash64 specific defintions to seperate header

[PATCH][v2] mtd/ifc: Add support for IFC controller version 2.0
 2016-02-16  7:07 UTC 

[PATCH] Fix fall-through from case 30 (rld*) to case 31
 2016-02-16  6:31 UTC  (4+ messages)
` [PATCH] powerpc/lib/sstep.c - Fix emulation fall-through
    ` [PATCH v2] powerpc/sstep.c "

[PATCH v4 0/9] FP/VEC/VSX switching optimisations
 2016-02-16  5:32 UTC  (14+ messages)
` [PATCH v4 1/9] selftests/powerpc: Test the preservation of FPU and VMX regs across syscall
` [PATCH v4 2/9] selftests/powerpc: Test preservation of FPU and VMX regs across preemption
` [PATCH v4 3/9] selftests/powerpc: Test FPU and VMX regs in signal ucontext
` [PATCH v4 4/9] powerpc: Explicitly disable math features when copying thread
` [PATCH v4 5/9] powerpc: Restore FPU/VEC/VSX if previously used
` [PATCH v4 6/9] powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two
` [PATCH v4 7/9] powerpc: Add the ability to save FPU without giving it up
` [PATCH v4 8/9] powerpc: Add the ability to save Altivec "
` [PATCH v4 9/9] powerpc: Add the ability to save VSX "

[PATCH V3] powerpc/mm: Fix Multi hit ERAT cause by recent THP update
 2016-02-16  5:20 UTC  (6+ messages)

Rebase of my fixes branch
 2016-02-16  2:45 UTC  (3+ messages)

[PATCH kernel v3 0/7] KVM: PPC: Add in-kernel multitce handling
 2016-02-16  2:14 UTC  (13+ messages)
` [PATCH kernel v3 1/7] powerpc: Make vmalloc_to_phys() public
` [PATCH kernel v3 2/7] KVM: PPC: Rework H_PUT_TCE/H_GET_TCE handlers
` [PATCH kernel v3 4/7] KVM: PPC: Account TCE-containing pages in locked_vm
` [PATCH kernel v3 6/7] KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpers
` [PATCH kernel v3 7/7] KVM: PPC: Add support for multiple-TCE hcalls

[PATCH] powerpc/eeh: Remove duplicated check in eeh_dump_pe_log()
 2016-02-15 23:58 UTC  (4+ messages)

[PATCH v2 1/4] powerpc/eeh: Fix stale cached primary bus
 2016-02-15 22:43 UTC  (6+ messages)
` [PATCH v2 2/4] powerpc/powernv: Fix stale PE "

[PATCH 0/7] fix IS_ERR_VALUE usage
 2016-02-15 14:35 UTC  (2+ messages)
` [PATCH 7/7] usb: gadget: fsl_qe_udc: "

[PATCH v6] powerpc32: provide VIRT_CPU_ACCOUNTING
 2016-02-15 10:24 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).