messages from 2016-02-17 22:38:07 to 2016-02-23 03:40:13 UTC [more...]
[PATCH v5 0/9] FP/VEC/VSX switching optimisations
2016-02-23 3:38 UTC (6+ messages)
` [PATCH v5 1/9] selftests/powerpc: Test the preservation of FPU and VMX regs across syscall
` [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] 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 1/1] powerpc: Detect broken or mismatched toolchains
2016-02-23 2:05 UTC (2+ messages)
[PATCH] powerpc/pagetable: Add option to dump kernel pagetable
2016-02-22 22:27 UTC (3+ 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 (4+ 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 (38+ 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/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
[BUG] random kernel crashes after THP rework on s390 (maybe also on PowerPC and ARM)
2016-02-19 14:15 UTC (13+ messages)
[PATCH kernel v2] powerpc/ioda: Set "read" permission when "write" is set
2016-02-19 12:13 UTC (3+ messages)
` [kernel, "
[RFC 1/4] powerpc/mm: Rename variable to reflect start address of a section
2016-02-19 11:02 UTC (14+ 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] 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)
[PATCH] add POWER Virtual Management Channel driver
2016-02-18 16:45 UTC (7+ messages)
[PATCH 1/2] powerpc/powernv: Create separate subcores CPU feature bit
2016-02-18 10:37 UTC (5+ 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 (6+ 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)
[V2,1/2] powerpc/powernv: new function to access OPAL msglog
2016-02-18 1:17 UTC (2+ messages)
[PATCH] powerpc/powernv: don't create OPAL msglog sysfs entry if memcons init fails
2016-02-18 1:12 UTC
[V3] powerpc/powernv: Remove support for p5ioc2
2016-02-17 23:45 UTC (2+ messages)
[PATCH] ibmvfc: byteswap scsi_id, wwpn, and node_name prior to logging
2016-02-17 23:30 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).