linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-09 15:11:40 to 2018-10-13 02:51:50 UTC [more...]

[PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions
 2018-10-13  2:10 UTC  (31+ messages)
` [PATCH v2 2/2] mm: speed up mremap by 500x on large regions

[PATCH 0/4] Add support for fast mremap
 2018-10-13  1:31 UTC  (3+ messages)
` [PATCH 1/4] treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH 2/4] mm: speed up mremap by 500x on large regions (v2)

[PATCH 1/4] powerpc: Move core kernel logic into arch/powerpc/Kbuild
 2018-10-13  1:23 UTC  (16+ messages)
` [PATCH 2/4] powerpc: Add -Werror at arch/powerpc level
` [PATCH 3/4] powerpc: Add -Wvla to arch CFLAGS
` [PATCH 4/4] powerpc: Add -Wimplicit-fallthrough "

Looking for architecture papers
 2018-10-13  0:27 UTC  (5+ messages)

[PATCH] powerpc: Fix stackprotector detection for non-glibc toolchains
 2018-10-12 22:58 UTC 

PAPR SCM support
 2018-10-12 22:36 UTC  (7+ messages)
` [PATCH 1/2] powerpc/pseries: PAPR persistent memory support
` [PATCH 2/2] powerpc/pseries: Add driver for PAPR SCM regions

(no subject)
 2018-10-12 13:56 UTC  (3+ messages)
` [RFC PATCH 01/11] powerpc/prom_init: Make of_workarounds static

[BUG][linux-next][ppc] kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: __schedule+0x978/0xa80
 2018-10-12 13:23 UTC  (9+ messages)

[PATCH 1/7] dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUT
 2018-10-12 11:31 UTC  (10+ messages)
` [PATCH 2/7] dmaengine: fsldma: Adding macro FSL_DMA_IN/OUT implement for ARM platform
` [PATCH 3/7] dmaengine: fsl-qdma: Add qDMA controller driver for Layerscape SoCs
` [PATCH 4/7] arm: dts: ls1021a: add qdma device tree nodes
` [PATCH 5/7] arm64: dts: ls1043a: "
` [PATCH 6/7] arm64: dts: ls1046a: "
` [PATCH 7/7] dt-bindings: fsl-qdma: Add NXP Layerscpae qDMA controller bindings

[PATCH v5] powerpc/64s: reimplement book3s idle code in C
 2018-10-12 11:22 UTC 

[PATCH v10 0/3] powerpc: Detection and scheduler optimization for POWER9 bigcore
 2018-10-12  7:00 UTC  (6+ messages)
` [PATCH v10 1/3] powerpc: Detect the presence of big-cores via "ibm, thread-groups"
  ` [PATCH v10 1/3] powerpc: Detect the presence of big-cores via "ibm,thread-groups"
` [PATCH v10 2/3] powerpc: Use cpu_smallcore_sibling_mask at SMT level on bigcores
` [PATCH v10 3/3] powerpc/cacheinfo: Report the correct shared_cpu_map on big-cores

[PATCH] powerpc: Use SWITCH_FRAME_SIZE for prom and rtas entry
 2018-10-12  2:44 UTC 

[PATCH v04 0/5] powerpc/migration: Affinity fix for memory
 2018-10-12  1:11 UTC  (13+ messages)
` [PATCH v04 1/5] powerpc/drmem: Export 'dynamic-memory' loader
` [PATCH v04 2/5] powerpc/drmem: Add internal_flags feature
` [PATCH v04 3/5] migration/memory: Add hotplug READD_MULTIPLE
` [PATCH v04 3/4] migration/memory: Evaluate LMB assoc changes
` [PATCH v04 4/4] migration/memory: Support 'ibm,dynamic-memory-v2'

[PATCH 00/16] of: overlay: validation checks, subsequent fixes
 2018-10-11 23:38 UTC  (16+ messages)
` [PATCH 05/16] of: overlay: use prop add changeset entry for property in new nodes
    ` [PATCH 05.1/16] of:overlay: missing name, phandle, linux, phandle "
` [PATCH 09/16] of: overlay: validate overlay properties #address-cells and #size-cells

[RFC PATCH v2 0/3] New device-tree format and Opal based idle save-restore
 2018-10-11 19:56 UTC  (8+ messages)
` [RFC PATCH v2 1/3] cpuidle/powernv: Add support for states with ibm, cpuidle-state-v1
  ` [RFC PATCH v2 1/3] cpuidle/powernv: Add support for states with ibm,cpuidle-state-v1
` [RFC PATCH v2 2/3] powernv/cpuidle: Pass pointers instead of values to stop loop
` [RFC PATCH v2 3/3] cpuidle/powernv: save-restore sprs in opal

[PATCH v2 0/3] machine check handling improvements
 2018-10-11 14:31 UTC  (12+ messages)
` [PATCH v2 3/3] powerpc: machine check interrupt is a non-maskable interrupt

[PATCH v3 00/24] ban the use of _PAGE_XXX flags outside platform specific code
 2018-10-11 14:07 UTC  (27+ messages)
` [PATCH v3 02/24] drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()
` [PATCH v3 03/24] drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
` [PATCH v3 04/24] soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)
` [PATCH v3 05/24] powerpc: don't use ioremap_prot() nor __ioremap() unless really needed
` [PATCH v3 06/24] powerpc/mm: properly set PAGE_KERNEL flags in ioremap()
` [PATCH v3 07/24] powerpc: handover page flags with a pgprot_t parameter
` [PATCH v3 08/24] powerpc/mm: don't use _PAGE_EXEC in book3s/32
` [PATCH v3 09/24] powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.h
` [PATCH v3 10/24] powerpc/mm: add pte helpers to query and change pte flags
` [PATCH v3 11/24] powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()
` [PATCH v3 12/24] powerpc/mm: use pte helpers in generic code
` [PATCH v3 13/24] powerpc/mm: Split dump_pagelinuxtables flag_array table
` [PATCH v3 14/24] powerpc/mm: drop unused page flags
` [PATCH v3 15/24] powerpc/mm: move __P and __S tables in the common pgtable.h
` [PATCH v3 16/24] powerpc/book3s/32: do not include pte-common.h
` [PATCH v3 17/24] powerpc/mm: Move pte_user() into nohash/pgtable.h
` [PATCH v3 18/24] powerpc/mm: Distribute platform specific PAGE and PMD flags and definitions
` [PATCH v3 19/24] powerpc/nohash/64: do not include pte-common.h
` [PATCH v3 20/24] powerpc/mm: Allow platforms to redefine some helpers
` [PATCH v3 21/24] powerpc/mm: Define platform default caches related flags
` [PATCH v3 22/24] powerpc/mm: Get rid of pte-common.h
` [PATCH v3 23/24] powerpc/8xx: change name of a few page flags to avoid confusion
` [PATCH v3 24/24] powerpc/book3s64: Avoid multiple endian conversion in pte helpers

[PATCH v3] powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
 2018-10-11 10:44 UTC  (2+ messages)

[PATCH 0/5] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2018-10-11 10:04 UTC  (5+ messages)
` [PATCH 5/5] arm64: dts: add LX2160ARDB board support

[PATCH v2 1/3] powerpc/powernv/npu: Reduce eieio usage when issuing ATSD invalidates
 2018-10-11  8:35 UTC  (2+ messages)
` [v2, "

[PATCH 1/2] powerpc/time: Use clockevents_register_device(), fixing an issue with large decrementer
 2018-10-11  8:35 UTC  (2+ messages)
` [1/2] "

[PATCH] powerpc/nohash: fix undefined behaviour when testing page size support
 2018-10-11  8:35 UTC  (2+ messages)
`  "

[PATCH] powerpc: remove leftover code of old GCC version checks
 2018-10-11  8:35 UTC  (2+ messages)
`  "

[PATCH] memblock: stop using implicit alignement to SMP_CACHE_BYTES
 2018-10-11  6:08 UTC  (6+ messages)

[PATCH 0/5] NestMMU pte upgrade workaround for mprotect and autonuma
 2018-10-11  3:52 UTC  (6+ messages)
` [PATCH 1/5] mm: Update ptep_modify_prot_start/commit to take vm_area_struct as arg
` [PATCH 2/5] mm: update ptep_modify_prot_commit to take old pte value "
` [PATCH 3/5] arch/powerpc/mm: Nest MMU workaround for mprotect/autonuma RW upgrade
` [PATCH 4/5] mm/hugetlb: Add prot_modify_start/commit sequence for hugetlb update
` [PATCH 5/5] arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgrade

[PATCH 0/2] powerpc/boot: Fix serial output in boot wrapper
 2018-10-11  0:06 UTC  (6+ messages)
` [PATCH 1/2] powerpc/boot: Expose Kconfig symbols to wrapper
` [PATCH 2/2] powerpc/boot: Fix opal console in boot wrapper

[PATCH 0/2] powerpc/boot: Build wrapper with optimisations
 2018-10-10 23:59 UTC  (7+ messages)
` [PATCH 1/2] powerpc/boot: Disable vector instructions
` [PATCH 2/2] powerpc/boot: Build boot wrapper with optimisations

[PATCH v2 1/2] powerpc/pseries: PAPR persistent memory support
 2018-10-10 22:43 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/pseries: Add driver for PAPR SCM regions

[RFC PATCH for 4.21 09/16] powerpc: Wire up cpu_opv system call
 2018-10-10 19:19 UTC 

[PATCH 00/36] Devicetree schema
 2018-10-10 18:51 UTC  (13+ messages)
` [PATCH 13/36] dt-bindings: arm: Convert PMU binding to json-schema
` [PATCH 15/36] dt-bindings: arm: Convert Actions Semi bindings to jsonschema
` [PATCH 21/36] dt-bindings: arm: Convert TI davinci board/soc bindings to json-schema
` [PATCH 32/36] dt-bindings: arm: Convert ST STi "

[PATCH] powerpc/pseries: Export maximum memory value
 2018-10-10 16:49 UTC  (3+ messages)

[PATCH 0/2] sriov enablement on s390
 2018-10-10 16:26 UTC  (3+ messages)

[PATCH v02] powerpc/mobility: Extend start/stop topology update scope
 2018-10-10 16:24 UTC  (2+ messages)

[PATCH v3 -next] powerpc/pseries/memory-hotplug: Fix return value type of find_aa_index
 2018-10-10 16:11 UTC  (2+ messages)

[PATCH v2] powerpc/perf: Quiet IMC PMU registration message
 2018-10-10  6:43 UTC  (2+ messages)

[PATCH] powerpc/rtasd: Improve unknown error logging
 2018-10-10  5:49 UTC  (2+ messages)

[PATCH] powerpc/topology: Update numa mask when cpu node mapping changes
 2018-10-10  5:37 UTC  (2+ messages)

[PATCH] powerpc: remove redundant 'default n' from Kconfig-s
 2018-10-09 15:39 UTC 

[PATCH v2 -next] powerpc/pseries/memory-hotplug: Fix return value type of find_aa_index
 2018-10-09 14:04 UTC  (3+ messages)

use generic DMA mapping code in powerpc V3
 2018-10-09 13:24 UTC  (2+ messages)
` [PATCH 07/33] powerpc/dma: untangle vio_dma_mapping_ops from dma_iommu_ops


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).