linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-27 18:27:21 to 2019-03-29 16:54:21 UTC [more...]

[PATCH v2 00/17] powerpc/32: Implement fast syscall entry
 2019-03-29 16:38 UTC  (9+ messages)
` [PATCH v2 01/17] powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.S
` [PATCH v2 02/17] powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use it
` [PATCH v2 03/17] powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke one
` [PATCH v2 04/17] powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOG
` [PATCH v2 05/17] powerpc/40x: add exception frame marker
` [PATCH v2 06/17] powerpc/40x: Split and rename NORMAL_EXCEPTION_PROLOG
` [PATCH v2 07/17] powerpc/40x: Refactor exception entry macros by using head_32.h
` [PATCH v2 08/17] powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interrupts

[PATCH stable v4.14 00/32] powerpc spectre backports for 4.14
 2019-03-29 16:22 UTC  (80+ messages)
` [PATCH stable v4.14 01/32] powerpc/64s: Add support for ori barrier_nospec patching
  ` Patch "[PATCH stable v4.14 01/32] powerpc/64s: Add support for ori barrier_nospec patching" has been added to the 4.14-stable tree
` [PATCH stable v4.14 02/32] powerpc/64s: Patch barrier_nospec in modules
  ` Patch "[PATCH stable v4.14 02/32] powerpc/64s: Patch barrier_nospec in modules" has been added to the 4.14-stable tree
` [PATCH stable v4.14 03/32] powerpc/64s: Enable barrier_nospec based on firmware settings
  ` Patch "[PATCH stable v4.14 03/32] powerpc/64s: Enable barrier_nospec based on firmware settings" has been added to the 4.14-stable tree
` [PATCH stable v4.14 04/32] powerpc: Use barrier_nospec in copy_from_user()
  ` Patch "[PATCH stable v4.14 04/32] powerpc: Use barrier_nospec in copy_from_user()" has been added to the 4.14-stable tree
` [PATCH stable v4.14 05/32] powerpc/64: Use barrier_nospec in syscall entry
  ` Patch "[PATCH stable v4.14 05/32] powerpc/64: Use barrier_nospec in syscall entry" has been added to the 4.14-stable tree
` [PATCH stable v4.14 06/32] powerpc/64s: Enhance the information in cpu_show_spectre_v1()
  ` Patch "[PATCH stable v4.14 06/32] powerpc/64s: Enhance the information in cpu_show_spectre_v1()" has been added to the 4.14-stable tree
` [PATCH stable v4.14 07/32] powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
  ` Patch "[PATCH stable v4.14 07/32] powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2" has been added to the 4.14-stable tree
` [PATCH stable v4.14 08/32] powerpc/64: Disable the speculation barrier from the command line
  ` Patch "[PATCH stable v4.14 08/32] powerpc/64: Disable the speculation barrier from the command line" has been added to the 4.14-stable tree
` [PATCH stable v4.14 09/32] powerpc/64: Make stf barrier PPC_BOOK3S_64 specific
  ` Patch "[PATCH stable v4.14 09/32] powerpc/64: Make stf barrier PPC_BOOK3S_64 specific." has been added to the 4.14-stable tree
` [PATCH stable v4.14 10/32] powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC
  ` Patch "[PATCH stable v4.14 10/32] powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC" has been added to the 4.14-stable tree
` [PATCH stable v4.14 11/32] powerpc/64: Call setup_barrier_nospec() from setup_arch()
  ` Patch "[PATCH stable v4.14 11/32] powerpc/64: Call setup_barrier_nospec() from setup_arch()" has been added to the 4.14-stable tree
` [PATCH stable v4.14 12/32] powerpc/64: Make meltdown reporting Book3S 64 specific
  ` Patch "[PATCH stable v4.14 12/32] powerpc/64: Make meltdown reporting Book3S 64 specific" has been added to the 4.14-stable tree
` [PATCH stable v4.14 13/32] powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E
  ` Patch "[PATCH stable v4.14 13/32] powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E" has been added to the 4.14-stable tree
` [PATCH stable v4.14 14/32] powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platforms
  ` Patch "[PATCH stable v4.14 14/32] powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platforms" has been added to the 4.14-stable tree
` [PATCH stable v4.14 15/32] powerpc/asm: Add a patch_site macro & helpers for patching instructions
  ` Patch "[PATCH stable v4.14 15/32] powerpc/asm: Add a patch_site macro & helpers for patching instructions" has been added to the 4.14-stable tree
` [PATCH stable v4.14 16/32] powerpc/64s: Add new security feature flags for count cache flush
  ` Patch "[PATCH stable v4.14 16/32] powerpc/64s: Add new security feature flags for count cache flush" has been added to the 4.14-stable tree
` [PATCH stable v4.14 17/32] powerpc/64s: Add support for software count cache flush
  ` Patch "[PATCH stable v4.14 17/32] powerpc/64s: Add support for software count cache flush" has been added to the 4.14-stable tree
` [PATCH stable v4.14 18/32] powerpc/pseries: Query hypervisor for count cache flush settings
  ` Patch "[PATCH stable v4.14 18/32] powerpc/pseries: Query hypervisor for count cache flush settings" has been added to the 4.14-stable tree
` [PATCH stable v4.14 19/32] powerpc/powernv: Query firmware for count cache flush settings
  ` Patch "[PATCH stable v4.14 19/32] powerpc/powernv: Query firmware for count cache flush settings" has been added to the 4.14-stable tree
` [PATCH stable v4.14 20/32] powerpc/fsl: Add infrastructure to fixup branch predictor flush
  ` Patch "[PATCH stable v4.14 20/32] powerpc/fsl: Add infrastructure to fixup branch predictor flush" has been added to the 4.14-stable tree
  ` Patch "powerpc/fsl: Add infrastructure to fixup branch predictor flush" has been added to the 4.19-stable tree
` [PATCH stable v4.14 21/32] powerpc/fsl: Add macro to flush the branch predictor
  ` Patch "[PATCH stable v4.14 21/32] powerpc/fsl: Add macro to flush the branch predictor" has been added to the 4.14-stable tree
  ` Patch "powerpc/fsl: Add macro to flush the branch predictor" has been added to the 4.19-stable tree
` [PATCH stable v4.14 22/32] powerpc/fsl: Fix spectre_v2 mitigations reporting
  ` Patch "[PATCH stable v4.14 22/32] powerpc/fsl: Fix spectre_v2 mitigations reporting" has been added to the 4.14-stable tree
` [PATCH stable v4.14 23/32] powerpc/fsl: Emulate SPRN_BUCSR register
  ` Patch "[PATCH stable v4.14 23/32] powerpc/fsl: Emulate SPRN_BUCSR register" has been added to the 4.14-stable tree
  ` Patch "powerpc/fsl: Emulate SPRN_BUCSR register" has been added to the 4.19-stable tree
` [PATCH stable v4.14 24/32] powerpc/fsl: Add nospectre_v2 command line argument
  ` Patch "[PATCH stable v4.14 24/32] powerpc/fsl: Add nospectre_v2 command line argument" has been added to the 4.14-stable tree
  ` Patch "powerpc/fsl: Add nospectre_v2 command line argument" has been added to the 4.19-stable tree
` [PATCH stable v4.14 25/32] powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)
  ` Patch "[PATCH stable v4.14 25/32] powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)" has been added to the 4.14-stable tree
  ` Patch "powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)" has been added to the 4.19-stable tree
` [PATCH stable v4.14 26/32] powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)
  ` Patch "[PATCH stable v4.14 26/32] powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)" has been added to the 4.14-stable tree
  ` Patch "powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)" has been added to the 4.19-stable tree
` [PATCH stable v4.14 27/32] powerpc/fsl: Flush branch predictor when entering KVM
  ` Patch "[PATCH stable v4.14 27/32] powerpc/fsl: Flush branch predictor when entering KVM" has been added to the 4.14-stable tree
  ` Patch "powerpc/fsl: Flush branch predictor when entering KVM" has been added to the 4.19-stable tree
` [PATCH stable v4.14 28/32] powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is used
  ` Patch "[PATCH stable v4.14 28/32] powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is used" has been added to the 4.14-stable tree
  ` Patch "powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is used" has been added to the 4.19-stable tree
` [PATCH stable v4.14 29/32] powerpc/fsl: Update Spectre v2 reporting
  ` Patch "[PATCH stable v4.14 29/32] powerpc/fsl: Update Spectre v2 reporting" has been added to the 4.14-stable tree
  ` Patch "powerpc/fsl: Update Spectre v2 reporting" has been added to the 4.19-stable tree
` [PATCH stable v4.14 30/32] powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'
  ` Patch "[PATCH stable v4.14 30/32] powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'" has been added to the 4.14-stable tree
  ` Patch "powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'" has been added to the 4.19-stable tree
` [PATCH stable v4.14 31/32] powerpc/fsl: Fix the flush of branch predictor
  ` Patch "[PATCH stable v4.14 31/32] powerpc/fsl: Fix the flush of branch predictor." has been added to the 4.14-stable tree
  ` Patch "powerpc/fsl: Fix the flush of branch predictor." has been added to the 4.19-stable tree
` [PATCH stable v4.14 32/32] powerpc/security: Fix spectre_v2 reporting
  ` Patch "[PATCH stable v4.14 32/32] powerpc/security: Fix spectre_v2 reporting" has been added to the 4.14-stable tree
  ` Patch "powerpc/security: Fix spectre_v2 reporting" has been added to the 4.19-stable tree

[PATCH -next] ocxl: remove set but not used variables 'tid' and 'lpid'
 2019-03-29 15:44 UTC 

pseries on qemu-system-ppc64le crashes in doorbell_core_ipi()
 2019-03-29 15:31 UTC  (7+ messages)
` [Qemu-ppc] "

[PATCH 00/13] Prerequisites for NXP LS104xA SMMU enablement
 2019-03-29 15:25 UTC  (16+ messages)
` [PATCH 01/13] soc/fsl/qman: fixup liodns only on ppc targets
` [PATCH 02/13] soc/fsl/bman: map FBPR area in the iommu
` [PATCH 03/13] soc/fsl/qman: map FQD and PFDR areas "
` [PATCH 04/13] soc/fsl/qman-portal: map CENA area "
` [PATCH 05/13] soc/fsl/bqman: page align iommu mapping sizes
` [PATCH 06/13] soc/fsl/qbman_portals: add APIs to retrieve the probing status
` [PATCH 07/13] fsl/fman: backup and restore ICID registers
` [PATCH 08/13] fsl/fman: add API to get the device behind a fman port
` [PATCH 09/13] dpaa_eth: defer probing after qbman
` [PATCH 10/13] dpaa_eth: base dma mappings on the fman rx port
` [PATCH 11/13] dpaa_eth: fix iova handling for contiguous frames
` [PATCH 12/13] dpaa_eth: fix iova handling for sg frames
` [PATCH 13/13] dpaa_eth: fix SG frame cleanup

CONFIG_ARCH_SUPPORTS_INT128: Why not mips, s390, powerpc, and alpha?
 2019-03-29 13:07 UTC 

[RFC PATCH 1/3] powernv/mce: reduce mce console logs to lesser lines
 2019-03-29 10:24 UTC  (8+ messages)
` [RFC PATCH 2/3] powernv/mce: Print correct severity for mce error
` [RFC PATCH 3/3] powenv/mce: print additional information about "

[PATCH v1 0/4] powerpc: Split arch/powerpc/mm/ directory
 2019-03-29 10:00 UTC  (5+ messages)
` [PATCH v1 1/4] powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>
` [PATCH v1 2/4] powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64
` [PATCH v1 3/4] powerpc/mm: Move book3s32 "
` [PATCH v1 4/4] powerpc/mm: Move nohash specifics in subdirectory mm/nohash

[PATCH v2] powerpc/vmlinux.lds: Drop binutils < 2.18 workarounds
 2019-03-29  9:53 UTC  (2+ messages)

[PATCH v1 1/4] powerpc/boot: don't force gzipped uImage
 2019-03-29  8:40 UTC  (4+ messages)
` [PATCH v1 2/4] powerpc/boot: Add lzma support for uImage
` [PATCH v1 3/4] powerpc/boot: Add bzip2 "
` [PATCH v1 4/4] powerpc/boot: Add lzo "

[PATCH][next] ASoC: fsl: fix spelling mistake: "missign" -> "missing"
 2019-03-29  8:39 UTC  (3+ messages)

[PATCH] powerpc/64s/radix: Fix radix segment exception handling
 2019-03-29  7:42 UTC 

[PATCH] powerpc/xmon: add read-only mode
 2019-03-29  7:41 UTC  (3+ messages)

[PATCH v8 0/4] Fix free/allocation of runtime gigantic pages
 2019-03-29  6:54 UTC  (4+ messages)
` [PATCH v8 4/4] hugetlb: allow to free gigantic pages regardless of the configuration

[PATCH kernel 0/2] powerpc/mm_iommu: Fix potential deadlock
 2019-03-29  5:46 UTC  (3+ messages)
` [PATCH kernel 1/2] powerpc/mm_iommu: Prepare for less locking
` [PATCH kernel 2/2] powerpc/mm_iommu: Fix potential deadlock

[RFC][PATCH 3/4 v2] syscalls: Remove start and number from syscall_get_arguments() args
 2019-03-28 23:05 UTC  (2+ messages)
` [RFC][PATCH 4/4 v2] syscalls: Remove start and number from syscall_set_arguments() args

[RFC PATCH] powerpc/book3e: KASAN Full support for 64bit
 2019-03-28 23:41 UTC  (3+ messages)

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

[PATCH v7 04/20] powerpc: mm: Add p?d_large() definitions
 2019-03-28 15:20 UTC  (2+ messages)
` [PATCH v7 05/20] KVM: PPC: Book3S HV: Remove pmd_is_leaf()

[PATCH] powerpc: vmlinux.lds: Drop Binutils 2.18 workarounds
 2019-03-28 15:11 UTC  (12+ messages)

[RFC PATCH v2 1/3] kasan: move memset/memmove/memcpy interceptors in a dedicated file
 2019-03-28 15:00 UTC  (3+ messages)
` [RFC PATCH v2 2/3] lib/string: move sysfs string functions out of string.c
` [RFC PATCH v2 3/3] kasan: add interceptors for all string functions

[PATCH] soc/fsl/qe: Fix an error code in qe_pin_request()
 2019-03-28 14:18 UTC 

[PATCH] kbuild: strip whitespace in cmd_record_mcount findstring
 2019-03-28 13:36 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] powerpc/nohash64: clean pgtable.h
 2019-03-28 13:19 UTC 

[PATCH] powerpc/book3e: drop BUG_ON() in map_kernel_page()
 2019-03-28 13:03 UTC 

[PATCH v5 0/8] powerpc/powernv/pci: Make hotplug self-sufficient, independent of FW and DT
 2019-03-28 12:44 UTC  (3+ messages)

[PATCH] powerpc/pseries/mce: Improve array initialization
 2019-03-28 11:40 UTC 

[PATCH v6 04/19] powerpc: mm: Add p?d_large() definitions
 2019-03-28 11:00 UTC  (3+ messages)

[PATCH] arch/powerpc: Remove duplicate headers
 2019-03-28  6:45 UTC  (2+ messages)

[PATCH -next] crypto: vmx - Make p8_init and p8_exit static
 2019-03-28  6:07 UTC  (2+ messages)

[PATCH AUTOSEL 5.0 015/262] memblock: memblock_phys_alloc_try_nid(): don't panic
 2019-03-28  5:57 UTC  (7+ messages)
` [PATCH AUTOSEL 5.0 118/262] SoC: imx-sgtl5000: add missing put_device()
` [PATCH AUTOSEL 5.0 174/262] powerpc/ptrace: Mitigate potential Spectre v1
` [PATCH AUTOSEL 5.0 183/262] ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probe
` [PATCH AUTOSEL 5.0 202/262] powerpc/64s: Clear on-stack exception marker upon exception return
` [PATCH AUTOSEL 5.0 206/262] powerpc/pseries: Perform full re-add of CPU for topology update post-migration

[RFC PATCH 00/68] VFS: Convert a bunch of filesystems to the new mount API
 2019-03-27 23:48 UTC  (3+ messages)
` [RFC PATCH 16/68] vfs: Convert cxl to use "
` [RFC PATCH 60/68] vfs: Convert spufs "

[PATCH 1/4] ibmvfc: Remove "failed" from logged errors
 2019-03-28  1:35 UTC  (2+ messages)

[PATCH RFC v4 00/21] PCI: Allow BAR movement during hotplug
 2019-03-27 17:03 UTC  (4+ messages)
` [PATCH RFC v4 09/21] PCI: Mark immovable BARs with PCI_FIXED

[PATCH RFCv2 0/4] mm/memory_hotplug: Introduce memory block types
 2019-03-27 16:03 UTC  (4+ messages)

[PATCH AUTOSEL 3.18 19/41] SoC: imx-sgtl5000: add missing put_device()
 2019-03-27 18:24 UTC 

[PATCH AUTOSEL 4.4 30/63] SoC: imx-sgtl5000: add missing put_device()
 2019-03-27 18:23 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 45/63] ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probe

[PATCH AUTOSEL 4.9 38/87] SoC: imx-sgtl5000: add missing put_device()
 2019-03-27 18:20 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 60/87] ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probe
` [PATCH AUTOSEL 4.9 68/87] powerpc/pseries: Perform full re-add of CPU for topology update post-migration

[PATCH AUTOSEL 4.14 038/123] powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpc
 2019-03-27 18:16 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 043/123] powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callback
` [PATCH AUTOSEL 4.14 055/123] SoC: imx-sgtl5000: add missing put_device()
` [PATCH AUTOSEL 4.14 084/123] ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probe
` [PATCH AUTOSEL 4.14 098/123] powerpc/pseries: Perform full re-add of CPU for topology update post-migration

[PATCH AUTOSEL 4.19 052/192] powerpc/powernv/ioda: Fix locked_vm counting for memory used by IOMMU tables
 2019-03-27 18:09 UTC  (7+ messages)
` [PATCH AUTOSEL 4.19 055/192] powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpc
` [PATCH AUTOSEL 4.19 060/192] powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callback
` [PATCH AUTOSEL 4.19 083/192] SoC: imx-sgtl5000: add missing put_device()
` [PATCH AUTOSEL 4.19 133/192] ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probe
` [PATCH AUTOSEL 4.19 148/192] powerpc/64s: Clear on-stack exception marker upon exception return
` [PATCH AUTOSEL 4.19 152/192] powerpc/pseries: Perform full re-add of CPU for topology update post-migration


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