linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-20 09:49:16 to 2019-02-22 07:39:32 UTC [more...]

linux-next: build failure after merge of the powerpc tree
 2019-02-22  7:37 UTC  (2+ messages)

[PATCH v2 0/6] powerpc: sstep: Extend instruction emulation support
 2019-02-22  6:54 UTC  (14+ messages)
` [PATCH v2 1/6] powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions
` [PATCH v2 2/6] powerpc: sstep: Add support for darn instruction
` [PATCH v2 3/6] powerpc sstep: Add support for cnttzw, cnttzd instructions
` [PATCH v2 4/6] powerpc sstep: Add support for extswsli instruction
` [PATCH v2 5/6] powerpc sstep: Add support for modsw, moduw instructions
` [PATCH v2 6/6] powerpc sstep: Add support for modsd, modud instructions

[PATCH 0/3] powerpc: sstep: Emulation test infrastructure
 2019-02-22  6:49 UTC  (4+ messages)
` [PATCH 1/3] powerpc: sstep: Add tests for compute type instructions

[PATCH 1/1] powerpc/64: Adjust order in pcibios_init()
 2019-02-22  5:33 UTC  (4+ messages)

[PATCH 0/7] Kernel Userspace Protection for radix
 2019-02-22  5:14 UTC  (17+ messages)
` [PATCH 1/7] powerpc: Add framework for Kernel Userspace Protection
` [PATCH 2/7] powerpc: Add skeleton for Kernel Userspace Execution Prevention
` [PATCH 3/7] powerpc/mm: Add a framework for Kernel Userspace Access Protection
` [PATCH 4/7] powerpc/64: Setup KUP on secondary CPUs
` [PATCH 5/7] powerpc/mm/radix: Use KUEP API for Radix MMU
` [PATCH 6/7] powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()
` [PATCH 7/7] powerpc/64s: Implement KUAP for Radix MMU

linux-next: manual merge of the powerpc tree with the dma-mapping tree
 2019-02-22  3:43 UTC  (2+ messages)

[PATCH v4 0/3] locking/rwsem: Rwsem rearchitecture part 0
 2019-02-22  3:28 UTC  (8+ messages)
` [PATCH v4 1/3] locking/rwsem: Remove arch specific rwsem files
` [PATCH v4 2/3] locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
` [PATCH v4 3/3] locking/rwsem: Optimize down_read_trylock()

linux-next: manual merge of the swiotlb tree with the powerpc tree
 2019-02-22  3:17 UTC  (2+ messages)

[PATCH v3 1/2] powerpc/64s: Fix logic when handling unknown CPU features
 2019-02-22  2:29 UTC  (3+ messages)
` [PATCH v3 2/2] powerpc: Enable kcov

[PATCH kernel] KVM: PPC: Improve KVM reference counting
 2019-02-22  1:33 UTC  (3+ messages)

linux-next: manual merge of the powerpc tree with the dma-mapping tree
 2019-02-21 22:27 UTC 

linux-next: manual merge of the powerpc tree with the dma-mapping tree
 2019-02-21 22:25 UTC 

[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-02-21 22:24 UTC  (7+ messages)
` [RESEND PATCH 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'

[PATCH] ASoC: fsl_ssi: remove unsupported formats in i2s master mode
 2019-02-21 15:35 UTC 

[PATCH v7 0/7] Add virtio-iommu driver
 2019-02-21 21:57 UTC  (2+ messages)

[PATCH v5 00/16] powerpc/32: Use BATs/LTLBs for STRICT_KERNEL_RWX
 2019-02-21 19:08 UTC  (17+ messages)
` [PATCH v5 01/16] powerpc/wii: properly disable use of BATs when requested
` [PATCH v5 02/16] powerpc/mm/32: add base address to mmu_mapin_ram()
` [PATCH v5 03/16] powerpc/mm/32s: rework mmu_mapin_ram()
` [PATCH v5 04/16] powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks
` [PATCH v5 05/16] powerpc/32: always populate page tables for Abatron BDI
` [PATCH v5 06/16] powerpc/wii: remove wii_mmu_mapin_mem2()
` [PATCH v5 07/16] powerpc/mm/32s: use _PAGE_EXEC in setbat()
` [PATCH v5 08/16] powerpc/32: add helper to write into segment registers
` [PATCH v5 09/16] powerpc/mmu: add is_strict_kernel_rwx() helper
` [PATCH v5 10/16] powerpc/kconfig: define PAGE_SHIFT inside Kconfig
` [PATCH v5 11/16] powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFT
` [PATCH v5 12/16] powerpc/mm/32s: add setibat() clearibat() and update_bats()
` [PATCH v5 13/16] powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX
` [PATCH v5 14/16] powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32
` [PATCH v5 15/16] powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWX
` [PATCH v5 16/16] powerpc/kconfig: make _etext and data areas alignment configurable on 8xx

[PATCH v4 00/16] powerpc/32: Use BATs/LTLBs for STRICT_KERNEL_RWX
 2019-02-21 19:02 UTC  (20+ messages)
` [PATCH v4 01/16] powerpc/wii: properly disable use of BATs when requested
` [PATCH v4 02/16] powerpc/mm/32: add base address to mmu_mapin_ram()
` [PATCH v4 03/16] powerpc/mm/32s: rework mmu_mapin_ram()
` [PATCH v4 04/16] powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks
` [PATCH v4 05/16] powerpc/32: always populate page tables for Abatron BDI
` [PATCH v4 06/16] powerpc/wii: remove wii_mmu_mapin_mem2()
` [PATCH v4 07/16] powerpc/mm/32s: use _PAGE_EXEC in setbat()
` [PATCH v4 08/16] powerpc/32: add helper to write into segment registers
` [PATCH v4 09/16] powerpc/mmu: add is_strict_kernel_rwx() helper
` [PATCH v4 10/16] powerpc/kconfig: define PAGE_SHIFT inside Kconfig
` [PATCH v4 11/16] powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFT
` [PATCH v4 12/16] powerpc/mm/32s: add setibat() clearibat() and update_bats()
` [PATCH v4 13/16] powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX
` [PATCH v4 14/16] powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32
` [PATCH v4 15/16] powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWX
` [PATCH v4 16/16] powerpc/kconfig: make _etext and data areas alignment configurable on 8xx

[PATCH 00/18] Add FADump support on PowerNV platform
 2019-02-21 17:37 UTC  (19+ messages)
` [PATCH 01/18] powerpc/fadump: move internal fadump code to a new file
` [PATCH 02/18] powerpc/fadump: Improve fadump documentation
` [PATCH 03/18] pseries/fadump: move out platform specific support from generic code
` [PATCH 04/18] powerpc/fadump: use FADump instead of fadump for how it is pronounced
` [PATCH 05/18] powerpc/fadump: enable fadump support on OPAL based POWER platform
` [PATCH 06/18] powerpc/fadump: Update documentation about OPAL platform support
` [PATCH 07/18] powerpc/fadump: consider reserved ranges while reserving memory
` [PATCH 08/18] powerpc/fadump: consider reserved ranges while releasing memory
` [PATCH 09/18] powernv/fadump: process architected register state data provided by firmware
` [PATCH 10/18] powernv/fadump: add support to preserve crash data on FADUMP disabled kernel
` [PATCH 11/18] powerpc/fadump: update documentation about CONFIG_PRESERVE_FA_DUMP
` [PATCH 12/18] powerpc/powernv: export /proc/opalcore for analysing opal crashes
` [PATCH 13/18] powernv/fadump: Skip processing /proc/vmcore when only OPAL core exists
` [PATCH 14/18] powernv/opalcore: provide an option to invalidate /proc/opalcore file
` [PATCH 15/18] powernv/fadump: consider f/w load area
` [PATCH 16/18] powernv/fadump: update documentation about option to release opalcore
` [PATCH 17/18] powernv/fadump: use backup area to map PIR to logical CPUs
` [PATCH 18/18] powerpc/fadump: Update documentation about backup area support

[PATCH] soc: fsl: guts: make fsl_guts_get_svr() static
 2019-02-21 10:37 UTC 

[PATCH v2 00/10] Optimise TLB miss handlers on 6xx (603/e300)
 2019-02-21 10:38 UTC  (11+ messages)
` [PATCH v2 01/10] powerpc: simplify BDI switch
` [PATCH v2 02/10] powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTAS
` [PATCH v2 03/10] powerpc/6xx: Store PGDIR physical address in a SPRG
` [PATCH v2 04/10] powerpc/603: use physical address directly in TLB miss handlers
` [PATCH v2 05/10] powerpc/hash32: use physical address directly in hash handlers
` [PATCH v2 06/10] powerpc/603: Don't handle kernel page TLB misses when not need
` [PATCH v2 07/10] powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB misses
` [PATCH v2 08/10] powerpc/603: let's handle PAGE_DIRTY directly
` [PATCH v2 09/10] powerpc/603: Don't worry about _PAGE_USER in TLB miss handlers
` [PATCH v2 10/10] powerpc/603: don't handle PAGE_ACCESSED "

[PATCH] ASoC: fsl_esai: fix channel swap issue when stream starts
 2019-02-21 10:29 UTC  (2+ messages)

[PATCH 0/4] Fixes for 3 separate NMI reentrancy bugs
 2019-02-21 10:05 UTC  (4+ messages)
` [PATCH 1/4] powerpc/64s: Fix HV NMI vs HV interrupt recoverability test

[PATCH] powerpc: Move page table dump files in a dedicated subdirectory
 2019-02-21  9:12 UTC  (4+ messages)

[PATCH v3 1/7] dump_stack: Support adding to the dump stack arch description
 2019-02-21  8:38 UTC  (7+ messages)

[PATCH 1/8] include/fsl: add common FlexTimer #defines in a separate header
 2019-02-21  8:28 UTC  (7+ messages)
` [PATCH 5/8] iio/counter: add FlexTimer Module Quadrature decoder counter driver
` [PATCH 8/8] iio/counter/ftm-quaddec: add handling of under/overflow of the counter

Kernel panic when loading the IDE controller driver
 2019-02-21  8:18 UTC  (10+ messages)

[PATCH v3 00/16] powerpc/32: Use BATs/LTLBs for STRICT_KERNEL_RWX
 2019-02-21  7:42 UTC  (20+ messages)
` [PATCH v3 01/16] powerpc/wii: properly disable use of BATs when requested
` [PATCH v3 02/16] powerpc/mm/32: add base address to mmu_mapin_ram()
` [PATCH v3 03/16] powerpc/mm/32s: rework mmu_mapin_ram()
` [PATCH v3 04/16] powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks
` [PATCH v3 05/16] powerpc/32: always populate page tables for Abatron BDI
` [PATCH v3 06/16] powerpc/wii: remove wii_mmu_mapin_mem2()
` [PATCH v3 07/16] powerpc/mm/32s: use _PAGE_EXEC in setbat()
` [PATCH v3 08/16] powerpc/32: add helper to write into segment registers
` [PATCH v3 09/16] powerpc/mmu: add is_strict_kernel_rwx() helper
` [PATCH v3 10/16] powerpc/kconfig: define PAGE_SHIFT inside Kconfig
` [PATCH v3 11/16] powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFT
` [PATCH v3 12/16] powerpc/mm/32s: add setibat() clearibat() and update_bats()
` [PATCH v3 13/16] powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX
` [PATCH v3 14/16] powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32
` [PATCH v3 15/16] powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWX
` [PATCH v3 16/16] powerpc/kconfig: make _etext and data areas alignment configurable on 8xx

[powerpc:next-test 77/77] arch/powerpc/kernel/exceptions-64s.S:625: Error: Fixed entry overflow
 2019-02-21  7:12 UTC  (2+ messages)

[PATCH] powerpc/kvm: Save and restore AMR instead of zeroing
 2019-02-21  4:00 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix build failure without IOMMU support
 2019-02-21  3:28 UTC 

[PATCHv7 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode
 2019-02-21  3:16 UTC  (4+ messages)
` [PATCHv7 2/4] arm64: dts: Add the PCIE EP node in dts
` [PATCHv7 3/4] pci: layerscape: Add the EP mode support
` [PATCHv7 4/4] misc: pci_endpoint_test: Add the layerscape EP device support

[PATCHv6 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode
 2019-02-21  3:18 UTC  (6+ messages)
` [PATCHv6 3/4] pci: layerscape: Add the EP mode support

[PATCH v2 1/2] KVM: PPC: Book3S HV: Simplify machine check handling
 2019-02-21  2:40 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/64s: Better printing of machine check info for guest MCEs

[PATCH v2] powerpc/prom_init: add __init markers to all functions
 2019-02-21  0:26 UTC  (2+ messages)

make modules_prepare doesn't build arch/powerpc/lib/crtsavres.o
 2019-02-20 21:33 UTC 

[PATCH] powerpc/pseries: Fix dn reference error in dlpar_cpu_remove_by_index
 2019-02-20 20:18 UTC  (3+ messages)

[PATCH v2] sched/topology: fix kernel crash when a CPU is hotplugged in a memoryless node
 2019-02-20 17:57 UTC  (3+ messages)

[PATCH v6 0/6] KASAN for powerpc/32
 2019-02-20 17:47 UTC  (3+ messages)
` [PATCH v6 4/6] powerpc/32: Add KASAN support

[PATCH 00/10] Optimise TLB miss handlers on 603/e300
 2019-02-20 17:39 UTC  (3+ messages)
` [PATCH 02/10] powerpc/603: Store PGDIR physical address in a SPRG

[PATCH] powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configuration
 2019-02-20 17:33 UTC 

[PATCH] sched/topology: fix kernel crash when a CPU is hotplugged in a memoryless node
 2019-02-20 16:37 UTC 

[PATCH v2 00/15] powerpc/32s: Use BATs/LTLBs for STRICT_KERNEL_RWX
 2019-02-20 15:30 UTC  (11+ messages)

[PATCH] powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present()
 2019-02-20 14:51 UTC  (10+ messages)

use generic DMA mapping code in powerpc V7
 2019-02-20 14:23 UTC  (2+ messages)

[RFC PATCH 1/2] powerpc/mm/hash64: Add a variable to track the end of IO mapping
 2019-02-20 12:48 UTC  (6+ messages)
` [RFC PATCH 2/2] powerpc/mm/hash64: Map all the kernel mapping in the same 0xc range

[PATCH] powerpc: fix 32-bit KVM-PR lockup and panic with MacOS guest
 2019-02-20 12:41 UTC  (6+ messages)

[PATCH v2 0/3] [PATCH v2 0/3] Kernel Userspace Protection for Radix MMU
 2019-02-20 11:57 UTC  (5+ messages)
` [PATCH v2 2/3] powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()

[PATCH] KVM: PPC: Book3S HV: Context switch IAMR on Power9
 2019-02-20 11:25 UTC  (2+ messages)

[PATCH] powerpc/powernv/idle: Restore IAMR after idle
 2019-02-20 11:25 UTC  (10+ messages)

[PATCH 0/6] powerpc sstep: Extend instruction emulation support
 2019-02-20  9:49 UTC  (4+ messages)
` [PATCH 2/6] powerpc sstep: Add darn instruction emulation


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