linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-17 06:11:54 to 2018-10-19 16:13:06 UTC [more...]

[PATCH v4 00/18] of: overlay: validation checks, subsequent fixes
 2018-10-19 16:10 UTC  (19+ messages)
` [PATCH v4 01/18] of: overlay: add tests to validate kfrees from overlay removal
` [PATCH v4 02/18] of: overlay: add missing of_node_put() after add new node to changeset
` [PATCH v4 04/18] powerpc/pseries: add of_node_put() in dlpar_detach_node()
` [PATCH v4 09/18] of: overlay: validate overlay properties #address-cells and #size-cells

[RFC PATCH] mm: add probe_user_read() and probe_user_address()
 2018-10-19 15:42 UTC  (2+ messages)

move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v3
 2018-10-19 15:10 UTC  (14+ messages)
` [PATCH 1/9] aha152x: rename the PCMCIA define
` [PATCH 2/9] arm: remove EISA kconfig option
` [PATCH 3/9] powerpc: remove CONFIG_PCI_QSPAN
` [PATCH 4/9] powerpc: remove CONFIG_MCA leftovers
` [PATCH 5/9] powerpc: PCI_MSI needs PCI
` [PATCH 6/9] PCI: consolidate PCI config entry in drivers/pci
` [PATCH 7/9] pcmcia: allow PCMCIA support independent of the architecture
` [PATCH 8/9] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
` [PATCH 9/9] eisa: consolidate EISA Kconfig entry in drivers/eisa

move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
 2018-10-19 12:01 UTC  (22+ messages)
` [PATCH 1/8] aha152x: rename the PCMCIA define
` [PATCH 2/8] powerpc: remove CONFIG_PCI_QSPAN
` [PATCH 3/8] powerpc: PCI_MSI needs PCI
` [PATCH 4/8] PCI: consolidate PCI config entry in drivers/pci
` [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture
` [PATCH 6/8] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
` [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa
` [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers

[PATCH 00/36] Devicetree schema
 2018-10-19 10:34 UTC  (15+ messages)
` [PATCH 05/36] dt-bindings: arm: renesas: Move 'renesas, prr' binding to its own doc
  ` [PATCH 05/36] dt-bindings: arm: renesas: Move 'renesas,prr' "
` [PATCH 13/36] dt-bindings: arm: Convert PMU binding to json-schema
` [PATCH 29/36] dt-bindings: arm: Convert Renesas board/soc bindings "

[PATCH] idle/x86: remove the call to boot_init_stack_canary() from cpu_startup_entry()
 2018-10-19 10:33 UTC  (3+ messages)

[PATCH v2] idle/x86: remove the call to boot_init_stack_canary() from cpu_startup_entry()
 2018-10-19 10:31 UTC 

[PATCH] KVM: PPC: Use exported tb_to_ns() function in decrementer emulation
 2018-10-19 10:07 UTC 

[PATCH v6 00/20] Implement use of HW assistance on TLB table walk on 8xx
 2018-10-19  6:55 UTC  (21+ messages)
` [PATCH v6 01/20] Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"
` [PATCH v6 02/20] powerpc/mm: Move pte_fragment_alloc() to a common location
` [PATCH v6 03/20] powerpc/mm: Avoid useless lock with single page fragments
` [PATCH v6 04/20] powerpc/mm: move platform specific mmu-xxx.h in platform directories
` [PATCH v6 05/20] powerpc/mm: Move pgtable_t into platform headers
` [PATCH v6 06/20] powerpc/code-patching: add a helper to get the address of a patch_site
` [PATCH v6 07/20] powerpc/8xx: Use patch_site for memory setup patching
` [PATCH v6 08/20] powerpc/8xx: Use patch_site for perf counters setup
` [PATCH v6 09/20] powerpc/8xx: Move SW perf counters in first 32kb of memory
` [PATCH v6 10/20] powerpc/8xx: Temporarily disable 16k pages and 512k hugepages
` [PATCH v6 11/20] powerpc/mm: Use hardware assistance in TLB handlers on the 8xx
` [PATCH v6 12/20] powerpc/mm: Enable 512k hugepage support with HW assistance "
` [PATCH v6 13/20] powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlers
` [PATCH v6 14/20] powerpc/8xx: regroup TLB handler routines
` [PATCH v6 15/20] powerpc/mm: don't use pte_alloc_one_kernel() before slab is available
` [PATCH v6 16/20] powerpc/mm: inline pte_alloc_one() and pte_alloc_one_kernel() in PPC32
` [PATCH v6 17/20] powerpc/book3s32: Remove CONFIG_BOOKE dependent code
` [PATCH v6 18/20] powerpc/mm: Extend pte_fragment functionality to nohash/32
` [PATCH v6 19/20] powerpc/8xx: Remove PTE_ATOMIC_UPDATES
` [PATCH v6 20/20] powerpc/mm: reintroduce 16K pages with HW assistance on 8xx

[PATCH kernel 0/3] vfio/spapr_tce: Reworks for NVIDIA V100 + P9 passthrough (part 3)
 2018-10-19  6:25 UTC  (13+ messages)
` [PATCH kernel 3/3] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] [10de:1db1] subdriver

[PATCH] powerpc: Fix stack protector crashes on CPU hotplug
 2018-10-19  6:20 UTC  (2+ messages)

[PATCH] powerpc/msi: Fix compile error on mpc83xx
 2018-10-19  6:12 UTC 

[PATCH v5 00/18] of: overlay: validation checks, subsequent fixes
 2018-10-19  5:00 UTC  (20+ messages)
` [PATCH v5 01/18] of: overlay: add tests to validate kfrees from overlay removal
` [PATCH v5 02/18] of: overlay: add missing of_node_put() after add new node to changeset
` [PATCH v5 03/18] of: overlay: add missing of_node_get() in __of_attach_node_sysfs
` [PATCH v5 04/18] powerpc/pseries: add of_node_put() in dlpar_detach_node()
` [PATCH v5 05/18] of: overlay: use prop add changeset entry for property in new nodes
` [PATCH v5 06/18] of: overlay: do not duplicate properties from overlay for "
` [PATCH v5 07/18] of: dynamic: change type of of_{at, de}tach_node() to void
` [PATCH v5 08/18] of: overlay: reorder fields in struct fragment
` [PATCH v5 09/18] of: overlay: validate overlay properties #address-cells and #size-cells
` [PATCH v5 10/18] of: overlay: make all pr_debug() and pr_err() messages unique
` [PATCH v5 11/18] of: overlay: test case of two fragments adding same node
` [PATCH v5 12/18] of: overlay: check prevents multiple fragments add or delete "
` [PATCH v5 13/18] of: overlay: check prevents multiple fragments touching same property
` [PATCH v5 14/18] of: unittest: remove unused of_unittest_apply_overlay() argument
` [PATCH v5 15/18] of: overlay: set node fields from properties when add new overlay node
` [PATCH v5 16/18] of: unittest: allow base devicetree to have symbol metadata
` [PATCH v5 17/18] of: unittest: find overlays[] entry by name instead of index
` [PATCH v5 18/18] of: unittest: initialize args before calling of_*parse_*()

[PATCH] powerpc/time: Fix clockevent_decrementer initalisation for PR KVM
 2018-10-19  4:23 UTC 

[PATCH 1/6] powerpc/mm/radix: Fix off-by-one in split mapping logic
 2018-10-19  4:13 UTC  (6+ messages)
` [PATCH 2/6] powerpc/mm/radix: Fix overuse of small pages in splitting logic
` [PATCH 3/6] powerpc/mm/radix: Fix small page at boundary when splitting
` [PATCH 4/6] powerpc/mm/radix: Remove the retry in the split mapping logic
` [PATCH 5/6] powerpc/mm/radix: Simplify "
` [PATCH 6/6] powerpc/mm/radix: Display if mappings are exec or not

[PATCH] powerpc/mm: Fix page table dump to work on Radix
 2018-10-19  4:12 UTC 

[PATCH] selftests/powerpc: Fix out-of-tree build errors
 2018-10-19  4:06 UTC 

[PATCH] powerpc/mm: Make pte_pgprot return all pte bits
 2018-10-19  2:51 UTC  (2+ messages)
`  "

[PATCH] powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()
 2018-10-19  2:51 UTC  (3+ messages)
`  "

[PATCH] powerpc/io: remove old GCC version implementation
 2018-10-19  2:51 UTC  (2+ messages)
`  "

[PATCH] powerpc/traps: remove redundant in_interrupt panic in die()
 2018-10-19  2:51 UTC  (2+ messages)
`  "

[PATCH] powerpc/traps: fix machine check handlers to use pr_cont()
 2018-10-19  2:51 UTC  (2+ messages)
`  "

[PATCH 12/12] powerpc/prom_init: Generate "phandle" instead of "linux, phandle"
 2018-10-19  2:51 UTC  (2+ messages)
` [12/12] "

[PATCH 11/12] powerpc: Check prom_init for disallowed sections
 2018-10-19  2:51 UTC  (2+ messages)
` [11/12] "

[PATCH 10/12] powerpc/prom_init: Move __prombss to it's own section and store it in .bss
 2018-10-19  2:51 UTC  (2+ messages)
` [10/12] "

[PATCH 09/12] powerpc/prom_init: Move a few remaining statics to appropriate sections
 2018-10-19  2:51 UTC  (2+ messages)
` [09/12] "

[PATCH 08/12] powerpc/prom_init: Move const structures to __initconst
 2018-10-19  2:51 UTC  (2+ messages)
` [08/12] "

[PATCH 07/12] powerpc/prom_init: Move ibm_arch_vec to __prombss
 2018-10-19  2:51 UTC  (2+ messages)
` [07/12] "

[PATCH 06/12] powerpc/prom_init: Move prom_radix_disable to __prombss
 2018-10-19  2:51 UTC  (2+ messages)
` [06/12] "

[PATCH 05/12] powerpc/prom_init: Remove support for OPAL v2
 2018-10-19  2:51 UTC  (2+ messages)
` [05/12] "

[PATCH 04/12] powerpc/prom_init: Replace __initdata with __prombss when applicable
 2018-10-19  2:51 UTC  (2+ messages)
` [04/12] "

[PATCH] macintosh/windfarm_smu_sat: Fix debug output
 2018-10-19  2:51 UTC  (2+ messages)
`  "

[PATCH v3 1/2] powerpc/pseries: PAPR persistent memory support
 2018-10-19  2:51 UTC  (2+ messages)
` [v3,1/2] "

[PATCH 2/4] powerpc: Add -Werror at arch/powerpc level
 2018-10-19  2:51 UTC  (2+ messages)
` [2/4] "

[PATCH 1/4] powerpc: Move core kernel logic into arch/powerpc/Kbuild
 2018-10-19  2:51 UTC  (2+ messages)
` [1/4] "

[PATCH kernel v2] powerpc/ioda/npu: Call skiboot's hot reset hook when disabling NPU2
 2018-10-19  1:47 UTC  (6+ messages)

[PATCH] powerpc/uaccess: fix warning/error with access_ok()
 2018-10-18 23:11 UTC  (3+ messages)

Regression: compile error on mpc83xx
 2018-10-18 19:35 UTC 

[PATCH] powerpc/8xx: Add DT node for using the SEC engine of the MPC885
 2018-10-18 13:57 UTC 

[PATCH] powerpc: Don't print kernel instructions in show_user_instructions()
 2018-10-18 13:16 UTC  (6+ messages)

[PATCH v2] powerpc/uaccess: fix warning/error with access_ok()
 2018-10-18  9:40 UTC 

MPC8321 boot failure
 2018-10-18  9:34 UTC  (3+ messages)
      ` SV: "

[bug report] powerpc/perf: Add nest IMC PMU support
 2018-10-18  9:33 UTC 

[PATCH kernel 0/2] powerpc/iommu: Redo iommu groups
 2018-10-18  7:52 UTC  (3+ messages)
` [PATCH kernel 1/2] powerpc/pseries: Remove IOMMU API support for non-LPAR systems
` [PATCH kernel 2/2] powerpc/powernv/pseries: Rework device adding to IOMMU groups

[PATCH] powerpc: Add missing include <asm/stacktrace.h>
 2018-10-18  6:34 UTC  (3+ messages)

[PATCH] powerpc/8xx: add missing header in 8xx_mmu.c
 2018-10-18  5:22 UTC 

[PATCH] powerpc/mm: remove unused variable
 2018-10-18  5:22 UTC 

[PATCH 1/5] powerpc/64s: Kernel Hypervisor Restricted Access Prevention
 2018-10-18  2:03 UTC  (10+ messages)
` [PATCH 2/5] powerpc/futex: KHRAP support for futex ops
` [PATCH 3/5] powerpc/lib: checksum KHRAP support
` [PATCH 4/5] powerpc/64s: Disable KHRAP with nosmap option
` [PATCH 5/5] powerpc/64s: Document that PPC supports nosmap

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

[PATCH v06 3/5] migration/memory: Add hotplug READD_MULTIPLE
 2018-10-17 15:12 UTC  (6+ messages)

[PATCH v3 00/24] ban the use of _PAGE_XXX flags outside platform specific code
 2018-10-17 11:53 UTC  (9+ messages)
` [PATCH v3 12/24] powerpc/mm: use pte helpers in generic code
  ` Crash on FSL Book3E due to pte_pgprot()? (was Re: [PATCH v3 12/24] powerpc/mm: use pte helpers in generic code)

[PATCH v5 00/22] Implement use of HW assistance on TLB table walk on 8xx
 2018-10-17 11:51 UTC  (3+ messages)
` [PATCH v5 21/22] powerpc/nohash32: allow setting GUARDED attribute in the PMD directly

[PATCH 0/4] Add support for fast mremap
 2018-10-17  7:38 UTC  (7+ messages)
` [PATCH 2/4] mm: speed up mremap by 500x on large regions (v2)

help
 2018-10-17  9:28 UTC  (2+ messages)

move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/
 2018-10-17  8:17 UTC  (4+ messages)
` [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers

[PATCH 4.18 086/135] KVM: PPC: Book3S HV: Dont use compound_order to determine host mapping size
 2018-10-17  7:48 UTC  (3+ messages)

[v9 1/7] dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUT
 2018-10-17  5:59 UTC  (6+ messages)
` [v9 3/7] dmaengine: fsl-qdma: Add qDMA controller driver for Layerscape SoCs
` [v9 4/7] arm: dts: ls1021a: add qdma device tree nodes
` [v9 5/7] arm64: dts: ls1043a: "
` [v9 6/7] arm64: dts: ls1046a: "
` [v9 7/7] dt-bindings: fsl-qdma: Add NXP Layerscpae qDMA controller bindings


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