linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-18 16:52:05 to 2016-02-23 17:00:21 UTC [more...]

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

[PATCH v7] powerpc32: provide VIRT_CPU_ACCOUNTING
 2016-02-23 16:59 UTC 

[PATCH v5 00/18] cxl: Add support for powerVM guest​
 2016-02-23 16:21 UTC  (19+ 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

Question on follow_page_mask
 2016-02-23 14:03 UTC  (2+ 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)

[BUG] random kernel crashes after THP rework on s390 (maybe also on PowerPC and ARM)
 2016-02-23 10:32 UTC  (14+ messages)

[PATCH V4 00/18] Book3s abstraction in preparation for new MMU model
 2016-02-23  9:26 UTC  (22+ 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

[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 0/9] FP/VEC/VSX switching optimisations
 2016-02-23  3:38 UTC  (10+ 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 "

[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  (15+ messages)
` [PATCH 1/9] powerpc/mm/book3s-64: Clean up some obsolete or misleading comments
` [PATCH 2/9] powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE
` [PATCH 3/9] powerpc/mm/book3s-64: Use physical addresses in upper page table tree levels
  ` [PATCH v2 "
` [PATCH 4/9] powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit
` [PATCH 5/9] powerpc/mm/book3s-64: Move _PAGE_PTE to 2nd "
` [PATCH 6/9] powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper end
` [PATCH 7/9] powerpc/mm/book3s-64: Shuffle read, write, execute and user bits in PTE
` [PATCH 8/9] powerpc/mm/book3s-64: Move software-used "
` [PATCH 9/9] powerpc/mm/book3s-64: Expand the real page number field of the Linux PTE

[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 v6 1/4] atomics: Allow architectures to define their own __atomic_op_* helpers
 2016-02-22  9:45 UTC  (2+ messages)
` [v6, "

[PATCH] Fix kgdb on little endian ppc64le
 2016-02-22  9:45 UTC  (2+ messages)
`  "

powerpc/mm: Fix HAVE_ARCH_SOFT_DIRTY dependencies
 2016-02-22  9:39 UTC  (3+ messages)

[PATCH v2 1/2] powerpc/86xx: Update defconfigs
 2016-02-22  9:26 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/86xx: Switch to kconfig fragments approach

[RFC PATCH 0/9] powerpc/mm: Restructure Linux PTE on Book3S/64 to radix format
 2016-02-22  0:30 UTC  (25+ messages)
` [RFC PATCH 1/9] powerpc/mm/book3s-64: Clean up some obsolete or misleading comments
` [RFC PATCH 2/9] powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE
` [RFC PATCH 3/9] powerpc/mm/64: Use physical addresses in upper page table tree levels
` [RFC PATCH 4/9] powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit
` [RFC PATCH 5/9] powerpc/mm/book3s-64: Move _PAGE_PTE to 2nd "
` [RFC PATCH 6/9] powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper end
` [RFC PATCH 7/9] powerpc/mm/book3s-64: Shuffle read, write, execute and user bits in PTE
` [RFC PATCH 8/9] powerpc/mm/book3s-64: Move software-used "
` [RFC PATCH 9/9] powerpc/mm/book3s-64: Expand the real page number field of the Linux PTE

[PATCH v4 09/18] cxl: New possible return value from hcall
 2016-02-21 22:50 UTC  (2+ messages)
  ` Fwd: "

[PATCH v4 07/18] cxl: Update cxl_irq() prototype
 2016-02-21 22:15 UTC  (2+ messages)
  ` Fwd: "

[PATCH v4 06/18] cxl: Isolate a few bare-metal-specific calls
 2016-02-21 22:13 UTC  (2+ messages)
  ` Fwd: "

[PATCH v4 05/18] cxl: Rename some bare-metal specific functions
 2016-02-21 22:02 UTC  (2+ messages)
  ` Fwd: "

[PATCH v4 04/18] cxl: Introduce implementation-specific API
 2016-02-21 22:00 UTC  (2+ messages)
  ` Fwd: "

[PATCH v4 03/18] cxl: Define process problem state area at attach time only
 2016-02-21 21:45 UTC  (2+ messages)
  ` Fwd: "

[PATCH v4 01/18] cxl: Move common code away from bare-metal-specific files
 2016-02-21 21:38 UTC  (2+ messages)
  ` Fwd: "

[PATCH V3 00/30] Book3s abstraction in preparation for new MMU model
 2016-02-21  0:32 UTC  (22+ messages)
` [PATCH V3 01/30] mm: Make vm_get_page_prot arch specific
` [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 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/mm/hash: Clear the invalid slot information correctly
 2016-02-20 15:13 UTC  (7+ messages)

[PATCH V2] powerpc/mm/hash: Clear the invalid slot information correctly
 2016-02-20 15:11 UTC 

Problems with THP in v4.5-rc4 on POWER
 2016-02-20 14:30 UTC  (3+ messages)

[PATCH V11 0/4]perf/powerpc: Add ability to sample intr machine state in powerpc
 2016-02-20  5:02 UTC  (5+ messages)
` [PATCH V11 1/4] perf/powerpc: assign an id to each powerpc register
` [PATCH V11 2/4] perf/powerpc: add support for sampling intr machine state
` [PATCH V11 3/4] tools/perf: Map the ID values with register names
` [PATCH V2 4/4] tool/perf: Add sample_reg_mask to include all perf_regs

[GIT PULL] Please pull powerpc/linux.git powerpc-4.5-3 tag
 2016-02-20  2:05 UTC 

[PATCH kernel v2] powerpc/ioda: Set "read" permission when "write" is set
 2016-02-19 12:13 UTC  (2+ messages)
` [kernel, "

[RFC 1/4] powerpc/mm: Rename variable to reflect start address of a section
 2016-02-19 11:02 UTC  (11+ messages)
` [RFC 2/4] powerpc/mm: Add comments to the vmemmap layout
` [RFC 4/4] powerpc/mm: Rename global tracker for virtual to physical mapping

[PATCH] powerpc/Kconfig: Update config option based on page size
 2016-02-19  8:15 UTC  (4+ messages)

[PATCH V2] powerpc/Kconfig: Update config option based on page size
 2016-02-19  6:07 UTC  (2+ messages)

[PATCH v8 00/45] powerpc/powernv: PCI hotplug support
 2016-02-19  3:16 UTC  (4+ messages)
` [PATCH v8 42/45] drivers/of: Rename unflatten_dt_node()

[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  (3+ 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).