linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-16 16:47:11 to 2019-08-20 13:17:33 UTC [more...]

[PATCH v5 00/31] Add FADump support on PowerNV platform
 2019-08-20 12:07 UTC  (25+ messages)
` [PATCH v5 01/31] powerpc/fadump: move internal macros/definitions to a new header
` [PATCH v5 02/31] powerpc/fadump: move internal code to a new file
` [PATCH v5 03/31] powerpc/fadump: Improve fadump documentation
` [PATCH v5 04/31] pseries/fadump: move rtas specific definitions to platform code
` [PATCH v5 05/31] pseries/fadump: introduce callbacks for platform specific operations
` [PATCH v5 06/31] pseries/fadump: define register/un-register callback functions
` [PATCH v5 07/31] powerpc/fadump: release all the memory above boot memory size
` [PATCH v5 08/31] pseries/fadump: move out platform specific support from generic code
` [PATCH v5 09/31] powerpc/fadump: use FADump instead of fadump for how it is pronounced
` [PATCH v5 10/31] opal: add MPIPL interface definitions
` [PATCH v5 11/31] powernv/fadump: add fadump support on powernv
` [PATCH v5 12/31] powernv/fadump: register kernel metadata address with opal
` [PATCH v5 13/31] powernv/fadump: reset metadata address during clean up
` [PATCH v5 14/31] powernv/fadump: define register/un-register callback functions
` [PATCH v5 15/31] powernv/fadump: support copying multiple kernel boot memory regions
` [PATCH v5 16/31] powernv/fadump: process the crashdump by exporting it as /proc/vmcore
` [PATCH v5 17/31] powernv/fadump: Warn before processing partial crashdump
` [PATCH v5 18/31] powernv/fadump: handle invalidation of crashdump and re-registraion
` [PATCH v5 19/31] powerpc/fadump: Update documentation about OPAL platform support
` [PATCH v5 20/31] powerpc/fadump: use smaller offset while finding memory for reservation
` [PATCH v5 21/31] powernv/fadump: process architected register state data provided by firmware
` [PATCH v5 22/31] powerpc/fadump: make crash memory ranges array allocation generic
` [PATCH v5 23/31] powerpc/fadump: consider reserved ranges while releasing memory
` [PATCH v5 24/31] powerpc/fadump: improve how crashed kernel's memory is reserved

[PATCH RESEND v11 0/8] openat2(2)
 2019-08-20  3:34 UTC  (9+ messages)
` [PATCH RESEND v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH RESEND v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH RESEND v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH RESEND v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH RESEND v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH RESEND v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH RESEND v11 7/8] open: openat2(2) syscall
` [PATCH RESEND v11 8/8] selftests: add openat2(2) selftests

[PATCH] btrfs: fix allocation of bitmap pages
 2019-08-20 11:06 UTC  (6+ messages)

[PATCH v2 1/2] kasan: support instrumented bitops combined with generic bitops
 2019-08-20  9:55 UTC  (3+ messages)
` [PATCH v2 2/2] powerpc: support KASAN instrumentation of bitops

[PATCH 0/3] Add bad pmem bad blocks to bad range
 2019-08-20  8:41 UTC  (6+ messages)
` [PATCH 1/3] powerpc/mce: Add MCE notification chain
` [PATCH 2/3] of_pmem: Add memory ranges which took a mce to bad range
` [PATCH 3/3] papr/scm: Add bad memory ranges to nvdimm bad ranges

[PATCH v11 0/7] powerpc: implement machine check safe memcpy
 2019-08-20  8:13 UTC  (8+ messages)
` [PATCH v11 1/7] powerpc/mce: Schedule work from irq_work
` [PATCH v11 2/7] powerpc/mce: Fix MCE handling for huge pages
` [PATCH v11 3/7] powerpc/mce: Make machine_check_ue_event() static
` [PATCH v11 4/7] extable: Add function to search only kernel exception table
` [PATCH v11 5/7] powerpc/mce: Handle UE event for memcpy_mcsafe
` [PATCH v11 6/7] powerpc/memcpy: Add memcpy_mcsafe for pmem
` [PATCH v11 7/7] powerpc: add machine check safe copy_to_user

[PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case
 2019-08-20  7:44 UTC  (2+ messages)

[PATCH] powerpc/Makefile: Always pass --synthetic to nm if supported
 2019-08-20  7:23 UTC 

[PATCH v2] mm: hwpoison: disable memory error handling on 1GB hugepage
 2019-08-20  7:03 UTC  (6+ messages)

[PATCH v6 0/7] KVMPPC driver to manage secure guest pages
 2019-08-20  6:44 UTC  (5+ messages)
` [PATCH v6 1/7] kvmppc: Driver to manage pages of secure guest

[PATCH 1/2] powerpc/64s: remove support for kernel-mode syscalls
 2019-08-20  5:25 UTC  (3+ messages)
` [PATCH 2/2] powerpc/64s: interrupt entry use isel to prevent untrusted speculative r1 values used by the kernel

[PATCH v1 01/10] powerpc/mm: drop ppc_md.iounmap()
 2019-08-20  5:10 UTC  (9+ messages)
` [PATCH v1 05/10] powerpc/mm: Do early ioremaps from top to bottom on PPC64 too
` [PATCH v1 07/10] powerpc/mm: move iounmap() into ioremap.c and drop __iounmap()
` [PATCH v1 08/10] powerpc/mm: move __ioremap_at() and __iounmap_at() into ioremap.c

[RFC PATCH] powerpc: Convert ____flush_dcache_icache_phys() to C
 2019-08-20  4:36 UTC  (2+ messages)

[PATCH] powerpc: Don't add -mabi= flags when building with Clang
 2019-08-20  3:15 UTC  (4+ messages)

[PATCH v10 0/7] powerpc: implement machine check safe memcpy
 2019-08-20  3:04 UTC  (9+ messages)
` [PATCH v10 1/7] powerpc/mce: Schedule work from irq_work
` [PATCH v10 2/7] powerpc/mce: Fix MCE handling for huge pages
` [PATCH v10 6/7] powerpc/mce: Handle UE event for memcpy_mcsafe

[PATCH 1/2] kasan: support instrumented bitops combined with generic bitops
 2019-08-20  2:51 UTC  (5+ messages)
` [PATCH 2/2] powerpc: support KASAN instrumentation of bitops

[PATCH v4 00/16] Secure Virtual Machine Enablement
 2019-08-20  2:13 UTC  (17+ messages)
` [PATCH v4 01/16] powerpc/kernel: Add ucall_norets() ultravisor call handler
` [PATCH v4 02/16] powerpc/pseries: Introduce option to build secure virtual machines
` [PATCH v4 03/16] powerpc: Add support for adding an ESM blob to the zImage wrapper
` [PATCH v4 04/16] powerpc/prom_init: Add the ESM call to prom_init
` [PATCH v4 05/16] powerpc/pseries/svm: Add helpers for UV_SHARE_PAGE and UV_UNSHARE_PAGE
` [PATCH v4 06/16] powerpc: Introduce the MSR_S bit
` [PATCH v4 07/16] powerpc/pseries: Add and use LPPACA_SIZE constant
` [PATCH v4 08/16] powerpc/pseries/svm: Use shared memory for LPPACA structures
` [PATCH v4 09/16] powerpc/pseries/svm: Use shared memory for Debug Trace Log (DTL)
` [PATCH v4 10/16] powerpc/pseries/svm: Unshare all pages before kexecing a new kernel
` [RFC PATCH v4 11/16] powerpc/pseries/svm: Export guest SVM status to user space via sysfs
` [PATCH v4 12/16] powerpc/pseries/svm: Disable doorbells in SVM guests
` [PATCH v4 13/16] powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests
` [PATCH v4 14/16] powerpc/pseries/svm: Force SWIOTLB for "
` [PATCH v4 15/16] Documentation/powerpc: Ultravisor API
` [PATCH v4 16/16] powerpc/configs: Enable secure guest support in pseries and ppc64 defconfigs

[PATCH] powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE
 2019-08-19 22:34 UTC  (5+ messages)

[PATCH v4 0/3] kasan: support backing vmalloc space with real shadow memory
 2019-08-19 22:20 UTC  (8+ messages)
` [PATCH v4 1/3] "

[PATCH v5 0/4] Mark the namespace disabled on pfn superblock mismatch
 2019-08-19 20:33 UTC  (11+ messages)
` [PATCH v5 1/4] nvdimm: Consider probe return -EOPNOTSUPP as success
` [PATCH v5 3/4] mm/nvdimm: Use correct #defines instead of open coding

[PATCH 1/3] powerpc: don't use __WARN() for WARN_ON()
 2019-08-19 17:29 UTC  (10+ messages)
` [PATCH 2/3] powerpc: refactoring BUG/WARN macros
` [PATCH 3/3] powerpc: use __builtin_trap() in "
  ` Clean up cut-here even harder (was Re: [PATCH 1/3] powerpc: don't use __WARN() for WARN_ON())

[PATCH v4 00/25] Add FADump support on PowerNV platform
 2019-08-19 15:49 UTC  (6+ messages)
` [PATCH v4 11/25] powernv/fadump: register kernel metadata address with opal

[PATCH v3 1/3] powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macro
 2019-08-19 15:05 UTC  (6+ messages)
` [PATCH v3 2/3] powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()
` [PATCH v3 3/3] powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()

[PATCH 0/6] drm+dma: cache support for arm, etc
 2019-08-19 14:39 UTC  (7+ messages)

remove default fallbacks in dma_map_ops v3
 2019-08-19 14:25 UTC  (5+ messages)
` [PATCH 7/8] parisc: don't set ARCH_NO_COHERENT_DMA_MMAP

[PATCH v4 1/2] powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64
 2019-08-19 13:56 UTC  (4+ messages)

[PATCH v2 09/44] powerpc/64s/pseries: machine check convert to use common event code
 2019-08-19 13:09 UTC  (4+ messages)

[PATCH 1/2] powerpc/64s: remplement power4_idle code in C
 2019-08-19 13:07 UTC  (3+ messages)

[PATCH 0/3] series to optionally disable tlbie for 64s/radix
 2019-08-19 13:06 UTC  (4+ messages)
` [PATCH 2/3] powerpc/64s/radix: all CPUs should flush local translation structure before turning MMU on

[PATCH v5 0/2] powerpc: Enabling IMA arch specific secure boot policies
 2019-08-19 12:35 UTC  (3+ messages)
` [PATCH v5 1/2] powerpc: detect the secure boot mode of the system
` [PATCH v5 2/2] powerpc: Add support to initialize ima policy rules

[5.3.0-rc4-next][bisected 882632][qla2xxx] WARNING: CPU: 10 PID: 425 at drivers/scsi/qla2xxx/qla_isr.c:2784 qla2x00_status_entry.isra
 2019-08-19 10:26 UTC  (5+ messages)

[PATCH v2 0/3] arm/arm64: Add support for function error injection
 2019-08-19  9:18 UTC  (3+ messages)
` [PATCH v2 3/3] arm: "

[PATCH v5 1/3] PM: wakeup: Add routine to help fetch wakeup source object
 2019-08-19  8:54 UTC  (6+ messages)

WARN_ON(1) generates ugly code since commit 6b15f678fb7d
 2019-08-19  8:18 UTC 

[PATCH] powerpc: optimise WARN_ON()
 2019-08-19  7:57 UTC  (4+ messages)

[PATCH] powerpc/603: fix handling of the DIRTY flag
 2019-08-19  6:40 UTC 

[PATCH v6 00/12] implement KASLR for powerpc/fsl_booke/32
 2019-08-19  6:12 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: vfio/spapr_tce: Split out TCE invalidation from TCE updates
 2019-08-19  5:15 UTC 

[PATCH] powerpc: remove meaningless KBUILD_ARFLAGS addition
 2019-08-19  4:25 UTC  (13+ messages)

[PATCH kernel] vfio/spapr_tce: Fix incorrect tce_iommu_group memory free
 2019-08-19  1:51 UTC 

[RFC PATCH] powerpc: use __builtin_trap() in BUG/WARN macros
 2019-08-18 12:20 UTC  (2+ messages)

[PATCH] powerpc/32: Add VDSO version of getcpu
 2019-08-18  2:03 UTC  (2+ messages)

[Bug 204371] BUG kmalloc-4k (Tainted: G W ): Object padding overwritten
 2019-08-17  8:09 UTC  (5+ messages)

[PATCH] ASoC: imx-audmux: Add driver suspend and resume to support MEGA Fast
 2019-08-17  2:20 UTC 

cleanup the dma_pgprot handling
 2019-08-16 18:05 UTC  (6+ messages)
` [PATCH 6/6] arm64: document the choice of page attributes for pgprot_dmacoherent

[PATCH v5 00/23] PCI: Allow BAR movement during hotplug
 2019-08-16 16:51 UTC  (24+ messages)
` [PATCH v5 01/23] PCI: Fix race condition in pci_enable/disable_device()
` [PATCH v5 02/23] PCI: Enable bridge's I/O and MEM access for hotplugged devices
` [PATCH v5 03/23] PCI: hotplug: Add a flag for the movable BARs feature
` [PATCH v5 04/23] PCI: Define PCI-specific version of the release_child_resources()
` [PATCH v5 05/23] PCI: hotplug: movable BARs: Fix reassigning the released bridge windows
` [PATCH v5 06/23] PCI: hotplug: movable BARs: Recalculate all bridge windows during rescan
` [PATCH v5 07/23] PCI: hotplug: movable BARs: Don't allow added devices to steal resources
` [PATCH v5 08/23] PCI: Include fixed and immovable BARs into the bus size calculating
` [PATCH v5 09/23] PCI: Prohibit assigning BARs and bridge windows to non-direct parents
` [PATCH v5 10/23] PCI: hotplug: movable BARs: Try to assign unassigned resources only once
` [PATCH v5 11/23] PCI: hotplug: movable BARs: Calculate immovable parts of bridge windows
` [PATCH v5 12/23] PCI: hotplug: movable BARs: Compute limits for relocated "
` [PATCH v5 13/23] PCI: Make sure bridge windows include their fixed BARs
` [PATCH v5 14/23] PCI: Fix assigning the fixed prefetchable resources
` [PATCH v5 15/23] PCI: hotplug: movable BARs: Assign fixed and immovable BARs before others
` [PATCH v5 16/23] PCI: hotplug: movable BARs: Don't reserve IO/mem bus space
` [PATCH v5 17/23] powerpc/pci: Fix crash with enabled movable BARs
` [PATCH v5 18/23] powerpc/pci: Handle BAR movement
` [PATCH v5 19/23] PCI: hotplug: Configure MPS for hot-added bridges during bus rescan
` [PATCH v5 20/23] PCI: hotplug: movable BARs: Enable the feature by default
` [PATCH v5 21/23] nvme-pci: Handle movable BARs
` [PATCH v5 22/23] PCI/portdrv: Declare support of "
` [PATCH v5 23/23] PCI: pciehp: movable BARs: Trigger a domain rescan on hp events


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