linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-22 09:45:56 to 2016-02-25 04:37:01 UTC [more...]

[PATCH v2 1/7] QE: Add IC, SI and SIRAM document to device tree bindings
 2016-02-25  3:11 UTC  (12+ 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 01/12] powerpc/module: Only try to generate the ftrace_caller() stub once
 2016-02-25  4:36 UTC  (24+ messages)
` [PATCH 02/12] powerpc/module: Mark module stubs with a magic value
` [PATCH 03/12] powerpc/module: Create a special stub for ftrace_caller()
` [PATCH 04/12] powerpc/ftrace: Prepare for -mprofile-kernel
` [PATCH 05/12] powerpc/ftrace: ftrace_graph_caller() needs to save/restore toc
` [PATCH 06/12] powerpc/module: Rework is_early_mcount_callsite()
` [PATCH 07/12] powerpc/ftrace: FTRACE_WITH_REGS implementation for ppc64le
` [PATCH 08/12] powerpc/ftrace: Rework ftrace_caller()
` [PATCH 09/12] powerpc/ftrace: Use generic ftrace_modify_all_code()
` [PATCH 10/12] powerpc/ftrace: FTRACE_WITH_REGS configuration variables
` [PATCH 11/12] powerpc/ftrace: Rework __ftrace_make_nop()
` [PATCH 12/12] powerpc/ftrace: Disable profiling for some files

[PATCH V4 00/18] Book3s abstraction in preparation for new MMU model
 2016-02-25  4:34 UTC  (25+ messages)
` [PATCH V4 01/18] powerp/mm: Update code comments
` [PATCH V4 02/18] mm: Some arch may want to use HPAGE_PMD related values as variables
` [PATCH V4 03/18] powerpc/mm: add _PAGE_HASHPTE similar to 4K hash
` [PATCH V4 04/18] powerpc/mm: Split pgtable types to separate header
` [PATCH V4 05/18] powerpc/mm: Don't have conditional defines for real_pte_t
` [PATCH V4 06/18] powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table
` [PATCH V4 07/18] powerpc/mm: Update masked bits for linux "
` [PATCH V4 08/18] powerpc/mm: Copy pgalloc (part 1)
` [PATCH V4 09/18] powerpc/mm: Copy pgalloc (part 2)
` [PATCH V4 10/18] powerpc/mm: Copy pgalloc (part 3)
` [PATCH V4 11/18] powerpc/mm: Hugetlbfs is book3s_64 and fsl_book3e (32 or 64)
` [PATCH V4 12/18] powerpc/mm: Use flush_tlb_page in ptep_clear_flush_young
` [PATCH V4 13/18] powerpc/mm: Move hash related mmu-*.h headers to book3s/
` [PATCH V4 14/18] powerpc/mm: Create a new headers for tlbflush for hash64
` [PATCH V4 15/18] powerpc/mm: Move hash page table related functions to pgtable-hash64.c
` [PATCH V4 16/18] powerpc/mm: THP is only available on hash64 as of now
` [PATCH V4 17/18] powerpc/mm: Use generic version of pmdp_clear_flush_young
` [PATCH V4 18/18] powerpc/mm: Move hash64 specific definitions to separate header

Problems with swapping in v4.5-rc on POWER
 2016-02-25  4:12 UTC  (2+ messages)

[net-next PATCH v3] ibmvnic: map L2/L3/L4 header descriptors to firmware
 2016-02-25  3:34 UTC 

[PATCH v10 09/59] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
 2016-02-25  2:12 UTC  (3+ messages)
` [PATCH v10 51/59] PCI: Unify skip_ioresource_align()
` [PATCH v10 57/59] PCI: Introduce resource_disabled()

[PATCH] cxl: Fix PSL timebase synchronization detection
 2016-02-25  1:19 UTC  (6+ messages)

[PATCH 0/2] NUMA related header file cleanups
 2016-02-25  0:02 UTC  (3+ messages)
` [PATCH 1/2] topology, cleanup: Avoid redefinition of cpumask_of_pcibus in asm header files
` [PATCH 2/2] numa, mm, cleanup: remove redundant NODE_DATA macro from "

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

[net-next PATCH v2] ibmvnic: map L2/L3/L4 header descriptors to firmware
 2016-02-24 21:55 UTC 

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

[net-next PATCH] ibmvnic: map L2/L3/L4 header descriptors to firmware
 2016-02-24 20:56 UTC  (2+ messages)

[PATCH] powerpc: Fix misspellings in comments
 2016-02-24 18:51 UTC 

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

[PATCH] powerpc/eeh: Fix partial hotplug criterion
 2016-02-24 14:35 UTC  (2+ messages)
`  "

[PATCH V2] powerpc/mm/hash: Clear the invalid slot information correctly
 2016-02-24 14:35 UTC  (2+ messages)
` [V2] "

[PATCH] powerpc/powernv: don't create OPAL msglog sysfs entry if memcons init fails
 2016-02-24 14:34 UTC  (2+ messages)
`  "

[PATCH v2 3/3] powerpc: Add POWER9 cputable entry
 2016-02-24 14:34 UTC  (2+ messages)
` [v2,3/3] "

[PATCH v2 2/3] powerpc: Use defines for __init_tlb_power[78]
 2016-02-24 14:34 UTC  (2+ messages)
` [v2,2/3] "

[PATCH v2 1/3] powerpc/powernv: Create separate subcores CPU feature bit
 2016-02-24 14:34 UTC  (2+ messages)
` [v2, "

[PATCH 1/2] powerpc/mm: Enable HugeTLB page migration
 2016-02-24 12:20 UTC  (5+ messages)

[PATCH v8] powerpc32: provide VIRT_CPU_ACCOUNTING
 2016-02-24 11:46 UTC 

Question on follow_page_mask
 2016-02-24 11:45 UTC  (5+ messages)

[PATCH v8 0/8] ftrace with regs + live patching for ppc64 LE (ABI v2)
 2016-02-24 11:22 UTC  (16+ messages)
` [PATCH v8 8/8] livepatch: Detect offset for the ftrace location during build

[RFC] Fix si->si_code for guard page access on PowerPC
 2016-02-24  9:39 UTC  (2+ messages)

[PATCH 1/3] powerpc/powernv: Add powernv_defconfig
 2016-02-24  6:31 UTC  (5+ messages)
` [PATCH 2/3] powerpc/powernv: Add powernv firmware interface drivers to powernv_defconfig
` [PATCH 3/3] powerpc/powernv: Add AST graphics driver "

[PATCH v7] powerpc32: provide VIRT_CPU_ACCOUNTING
 2016-02-23 19:33 UTC  (5+ messages)

[PATCH V2] arch/powerpc: use BUILD_BUG_ON_MSG() when detect unfit {cmp}xchg size
 2016-02-23 11:05 UTC 

[PATCH V2] arch/powerpc: use BUILD_BUG_ON_MSG() when detect unfit {cmp}xchg size
 2016-02-23 11:02 UTC 

[PATCH] arch/powerpc: use BUILD_BUG() when detect unfit {cmp}xchg, size
 2016-02-23 10:39 UTC  (3+ messages)

[PATCH] powerpc/pagetable: Add option to dump kernel pagetable
 2016-02-23  6:24 UTC  (5+ messages)

[PATCH 1/1] powerpc: Detect broken or mismatched toolchains
 2016-02-23  4:59 UTC  (3+ messages)

[PATCH v5] powerpc32: provide VIRT_CPU_ACCOUNTING
 2016-02-23  3:25 UTC  (7+ messages)

[PATCH 0/9] powerpc/mm: Restructure Linux PTE on Book3S/64 to radix format
 2016-02-23  2:36 UTC  (7+ messages)
` [PATCH 3/9] powerpc/mm/book3s-64: Use physical addresses in upper page table tree levels
  ` [PATCH v2 "

[PATCH V2 00/29] Book3s abstraction in preparation for new MMU model
 2016-02-23  2:17 UTC  (4+ messages)

[PATCH v4 10/18] cxl: New hcalls to support CAPI adapters
 2016-02-22 19:46 UTC  (4+ messages)
  ` Fwd: "

[PATCH v4 08/18] cxl: IRQ allocation for guests
 2016-02-22 19:02 UTC  (4+ messages)
  ` Fwd: "

[PATCH v4 11/18] cxl: Separate bare-metal fields in adapter and AFU data structures
 2016-02-22 18:53 UTC  (4+ messages)
  ` Fwd: "

[PATCH v4 02/18] cxl: Move bare-metal specific code to specialized files
 2016-02-22 18:13 UTC  (3+ messages)
  ` Fwd: "

[PATCH v4 12/18] cxl: Add guest-specific code
 2016-02-22 18:10 UTC  (3+ messages)
  ` Fwd: "

[PATCH] MAINTAINERS: Update EEH details and maintainership
 2016-02-22  9:45 UTC  (2+ messages)
`  "

[PATCH] Fix kgdb on little endian ppc64le
 2016-02-22  9:45 UTC  (2+ 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).