linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-19 11:29:26 to 2019-02-21 17:58:44 UTC [more...]

[PATCH 00/18] Add FADump support on PowerNV platform
 2019-02-21 17:36 UTC  (13+ 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 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 0/7] Kernel Userspace Protection for radix
 2019-02-21 16:07 UTC  (12+ 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

[PATCH v4 00/16] powerpc/32: Use BATs/LTLBs for STRICT_KERNEL_RWX
 2019-02-21 14:38 UTC  (19+ 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 v4 0/3] locking/rwsem: Rwsem rearchitecture part 0
 2019-02-21 14:14 UTC  (7+ 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()

[PATCH 0/3] powerpc: sstep: Emulation test infrastructure
 2019-02-21 11:13 UTC  (5+ messages)
` [PATCH 1/3] powerpc: sstep: Add tests for compute type instructions
` [PATCH 2/3] powerpc: sstep: Add tests for add[.] instruction
` [PATCH 3/3] powerpc: sstep: Add tests for addc[.] instruction

[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 kernel] KVM: PPC: Improve KVM reference counting
 2019-02-21  6:26 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

[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-02-21  3:18 UTC  (12+ messages)
` [RESEND PATCH 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
` [RESEND PATCH 2/7] mm/gup: Change write parameter to flags in fast walk
` [RESEND PATCH 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
` [RESEND PATCH 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
` [RESEND PATCH 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
` [RESEND PATCH 6/7] IB/qib: "
` [RESEND PATCH 7/7] IB/mthca: "

[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  (3+ 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  (8+ messages)
` [PATCH v6 1/6] powerpc/mm: prepare kernel for KAsan on PPC32
` [PATCH v6 2/6] powerpc/32: Move early_init() in a separate file
` [PATCH v6 3/6] powerpc: prepare string/mem functions for KASAN
` [PATCH v6 4/6] powerpc/32: Add KASAN support
` [PATCH v6 5/6] kasan: allow architectures to provide an outline readiness check
` [PATCH v6 6/6] powerpc/32: enable CONFIG_KASAN for book3s hash

[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  (11+ 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  (6+ messages)
` [PATCH 1/6] powerpc sstep: Add maddhd, maddhdu, maddld instruction emulation
` [PATCH 2/6] powerpc sstep: Add darn "

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

[PATCH] powerpc: Make PPC_64K_PAGES depend on only 44x or PPC_BOOK3S_64
 2019-02-20  9:23 UTC  (5+ messages)

[PATCH v2 1/2] powerpc/64s: Fix logic when handling unknown CPU features
 2019-02-20  4:47 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc: Enable kcov

[PATCH v6] powerpc/64s: reimplement book3s idle code in C
 2019-02-20  0:59 UTC  (4+ messages)

[PATCH][next] ptp_qoriq: don't pass a large struct by value but instead pass it by reference
 2019-02-19 22:15 UTC  (2+ messages)

consolidate a few more arch support config options
 2019-02-19 21:55 UTC  (5+ messages)
` [PATCH 02/11] riscv: remove the HAVE_KPROBES option

[PATCH kernel] vfio/spapr_tce: Skip unsetting already unset table
 2019-02-19 21:47 UTC  (4+ messages)

[PATCH][next] soc: fsl: dpio: fix memory leak of a struct qbman on error exit path
 2019-02-19 20:56 UTC  (2+ messages)

[PATCH] ASoC: fsl_spdif: fix sysclk_df type
 2019-02-19 19:01 UTC  (2+ messages)

[PATCH] ASoC: fsl_spdif: fix TXCLK_DF mask
 2019-02-19 18:56 UTC  (2+ messages)

[PATCH v5 0/3] KASAN for powerpc/32
 2019-02-19 18:03 UTC  (4+ messages)
` [PATCH v5 3/3] powerpc/32: Add KASAN support

[RFC WIP PATCH 0/3] Your series rebased
 2019-02-19 17:29 UTC  (4+ messages)
` [RFC WIP PATCH 1/3] kasan: do not open-code addr_has_shadow
` [RFC WIP PATCH 2/3] kasan: allow architectures to manage the memory-to-shadow mapping
` [RFC WIP PATCH 3/3] powerpc: KASAN for 64bit Book3E

[PATCH] powerpc: drop unused GENERIC_CSUM Kconfig item
 2019-02-19 15:17 UTC  (2+ messages)

[PATCH 1/3] SoC: imx-sgtl5000: add missing put_device()
 2019-02-19 11:47 UTC  (2+ messages)
` Applied "SoC: imx-sgtl5000: add missing put_device()" to the asoc tree


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