linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-01 20:24:23 to 2019-08-06 05:49:42 UTC [more...]

[PATCH v3 00/16] Secure Virtual Machine Enablement
 2019-08-06  5:22 UTC  (12+ messages)
` [PATCH v3 01/16] powerpc/kernel: Add ucall_norets() ultravisor call handler
` [PATCH v3 02/16] powerpc/pseries: Introduce option to build secure virtual machines
` [RFC PATCH v3 03/16] powerpc: Add support for adding an ESM blob to the zImage wrapper
` [PATCH v3 04/16] powerpc/prom_init: Add the ESM call to prom_init
` [PATCH v3 05/16] powerpc/pseries/svm: Add helpers for UV_SHARE_PAGE and UV_UNSHARE_PAGE
` [PATCH v3 06/16] powerpc: Introduce the MSR_S bit
` [PATCH v3 07/16] powerpc/pseries: Add and use LPPACA_SIZE constant
` [PATCH v3 08/16] powerpc/pseries/svm: Use shared memory for LPPACA structures
` [PATCH v3 09/16] powerpc/pseries/svm: Use shared memory for Debug Trace Log (DTL)
` [PATCH v3 10/16] powerpc/pseries/svm: Unshare all pages before kexecing a new kernel
` [PATCH v3 11/16] powerpc/pseries/svm: Export guest SVM status to user space via sysfs

fix default dma_mmap_* pgprot v2
 2019-08-06  5:12 UTC  (7+ messages)
` [PATCH 1/2] dma-mapping: fix page attributes for dma_mmap_*
` [PATCH 2/2] MIPS: remove support for DMA_ATTR_WRITE_COMBINE

[PATCH v4 0/6] Remove x86-specific code from generic headers
 2019-08-06  4:49 UTC  (7+ messages)
` [PATCH v4 1/6] x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
` [PATCH v4 2/6] swiotlb: Remove call to sme_active()
` [PATCH v4 3/6] dma-mapping: Remove dma_check_mask()
` [PATCH v4 4/6] x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific header
` [PATCH v4 5/6] fs/core/vmcore: Move sev_active() reference to x86 arch code
` [PATCH v4 6/6] s390/mm: Remove sev_active() function

[PATCHv2 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl, ls1028a-pcie"
 2019-08-06  4:39 UTC  (4+ messages)
` [PATCHv2 2/3] arm64: dts: ls1028a: Add PCIe controller DT nodes
` [PATCHv2 3/3] PCI: layerscape: Add LS1028a support

[PATCH v3 0/3] Powerpc64/Watchpoint: Few important fixes
 2019-08-06  3:27 UTC  (2+ messages)

[PATCH] powerpc/fadump: sysfs for fadump memory reservation
 2019-08-06  3:12 UTC 

[PATCH v3 0/3] Fix oops in shared-processor spinlocks
 2019-08-06  3:01 UTC  (4+ messages)
` [PATCH v3 1/3] powerpc/spinlocks: Refactor SHARED_PROCESSOR
` [PATCH v3 2/3] powerpc/spinlocks: Rename SPLPAR-only spinlocks
` [PATCH v3 3/3] powerpc/spinlocks: Fix oops in shared-processor spinlocks

[PATCH v4 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-08-06  1:29 UTC  (12+ messages)
` [PATCH v4 01/10] powerpc: unify definition of M_IF_NEEDED
` [PATCH v4 02/10] powerpc: move memstart_addr and kernstart_addr to init-common.c
` [PATCH v4 03/10] powerpc: introduce kimage_vaddr to store the kernel base
` [PATCH v4 04/10] powerpc/fsl_booke/32: introduce create_tlb_entry() helper
` [PATCH v4 05/10] powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper
` [PATCH v4 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure
` [PATCH v4 07/10] powerpc/fsl_booke/32: randomize the kernel image offset
` [PATCH v4 08/10] powerpc/fsl_booke/kaslr: clear the original kernel if randomized
` [PATCH v4 09/10] powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter
` [PATCH v4 10/10] powerpc/fsl_booke/kaslr: dump out kernel offset information on panic

[PATCH v2 0/3] more migration vs CPU hotplug fixes etc
 2019-08-05 23:05 UTC  (5+ messages)
` [PATCH v2 1/3] powerpc/rtas: use device model APIs and serialization during LPM
` [PATCH v2 2/3] powerpc/rtas: allow rescheduling while changing cpu states
` [PATCH v2 3/3] powerpc/pseries/mobility: use cond_resched when updating device tree

[PATCH net-next] ibmveth: Allow users to update reported speed and duplex
 2019-08-05 19:24 UTC 

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-08-05 14:25 UTC  (10+ messages)
` [PATCH v12 01/11] MODSIGN: Export module signature definitions

[Bug 204479] KASAN hit at modprobe zram
 2019-08-05 14:00 UTC  (3+ messages)

[PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case
 2019-08-05 12:52 UTC  (7+ messages)
` [PATCH 2/3] powerpc/64s/radix: ioremap use ioremap_page_range

[PATCH v5 1/3] PM: wakeup: Add routine to help fetch wakeup source object
 2019-08-05  9:59 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.3-3 tag
 2019-08-05  9:35 UTC  (4+ messages)

remove default fallbacks in dma_map_ops v2
 2019-08-05  9:22 UTC  (9+ messages)
` [PATCH 1/7] dma-mapping: move the dma_get_sgtable API comments from arm to common code
` [PATCH 2/7] dma-mapping: explicitly wire up ->mmap and ->get_sgtable
` [PATCH 3/7] dma-mapping: add a dma_can_mmap helper
` [PATCH 4/7] ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*
` [PATCH 5/7] m68knommu: add a pgprot_noncached stub
` [PATCH 6/7] dma-mapping: remove ARCH_NO_COHERENT_DMA_MMAP
` [PATCH 7/7] dma-mapping: provide a better default ->get_required_mask

SMP lockup at boot on Freescale/NXP T2080 (powerpc 64)
 2019-08-05  8:47 UTC  (2+ messages)

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

[PATCH v3 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-08-05  5:40 UTC  (7+ messages)
` [PATCH v3 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure

[PATCH] powerpc: convert put_page() to put_user_page*()
 2019-08-05  2:38 UTC 

[Bug 204375] New: kernel 5.2.4 w. KASAN enabled fails to boot on a PowerMac G4 3,6 at very early stage
 2019-08-05  0:42 UTC  (2+ messages)
` [Bug 204375] "

[PATCH] powerpc: Remove inaccessible CMDLINE default
 2019-08-04 20:32 UTC  (3+ messages)

[RFC PATCH v2] powerpc/xmon: restrict when kernel is locked down
 2019-08-03 19:04 UTC  (7+ messages)

[RFC PATCH v3] powerpc/xmon: Restrict when kernel is locked down
 2019-08-03 19:00 UTC 

remove default fallbacks in dma_map_ops
 2019-08-03 11:22 UTC  (6+ messages)
` [PATCH 5/5] dma-mapping: remove ARCH_NO_COHERENT_DMA_MMAP

Thank you for contacting us
 2019-08-03  9:11 UTC 

fix default dma_mmap_* pgprot
 2019-08-03  6:48 UTC  (8+ messages)
` [PATCH] dma-mapping: fix page attributes for dma_mmap_*

[PATCH v2 0/3] Fix oops in shared-processor spinlocks
 2019-08-02 15:12 UTC  (6+ messages)
` [PATCH v2 1/3] powerpc/spinlocks: Refactor SHARED_PROCESSOR
` [PATCH v2 2/3] powerpc/spinlocks: Rename SPLPAR-only spinlocks
` [PATCH v2 3/3] powerpc/spinlocks: Fix oops in shared-processor spinlocks

[PATCH 1/1] pseries/hotplug-memory.c: Change rc variable to bool
 2019-08-02 13:48 UTC  (4+ messages)

[PATCH v2 1/1] powerpc/pseries/hotplug-memory.c: Change rc variable to bool
 2019-08-02 13:45 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 07/17] cpufreq/pasemi: fix use-after-free in pas_cpufreq_cpu_init()
 2019-08-02 13:26 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 15/17] scsi: ibmvfc: fix WARN_ON during event pool release

[PATCH AUTOSEL 4.9 08/22] cpufreq/pasemi: fix use-after-free in pas_cpufreq_cpu_init()
 2019-08-02 13:25 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 19/22] scsi: ibmvfc: fix WARN_ON during event pool release

[PATCH AUTOSEL 4.14 13/30] cpufreq/pasemi: fix use-after-free in pas_cpufreq_cpu_init()
 2019-08-02 13:24 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 25/30] scsi: ibmvfc: fix WARN_ON during event pool release

[PATCH AUTOSEL 4.19 21/42] cpufreq/pasemi: fix use-after-free in pas_cpufreq_cpu_init()
 2019-08-02 13:22 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 35/42] scsi: ibmvfc: fix WARN_ON during event pool release

[PATCH AUTOSEL 5.2 01/76] powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMA
 2019-08-02 13:19 UTC  (4+ messages)
` [PATCH AUTOSEL 5.2 37/76] powerpc/papr_scm: Force a scm-unbind if initial scm-bind fails
` [PATCH AUTOSEL 5.2 46/76] cpufreq/pasemi: fix use-after-free in pas_cpufreq_cpu_init()
` [PATCH AUTOSEL 5.2 65/76] scsi: ibmvfc: fix WARN_ON during event pool release

[PATCH 1/1] pseries/hotplug-memory.c: Replace nested ifs by switch-case
 2019-08-02 13:18 UTC  (4+ messages)

[PATCH] PCI: rpaphp: Avoid a sometimes-uninitialized warning
 2019-08-02 12:24 UTC  (6+ messages)
` [PATCH v2] "

[RFC PATCH] powerpc: Add the ppc_capabilities ELF note
 2019-08-02 11:56 UTC  (2+ messages)

[PATCH v2 00/44] powerpc/64s/exception: cleanup and macrofiy,
 2019-08-02 10:57 UTC  (45+ messages)
` [PATCH v2 01/44] powerpc/64s/exception: machine check fwnmi remove HV case
` [PATCH v2 02/44] powerpc/64s/exception: machine check remove bitrotted comment
` [PATCH v2 03/44] powerpc/64s/exception: machine check fix KVM guest test
` [PATCH v2 04/44] powerpc/64s/exception: machine check adjust RFI target
` [PATCH v2 05/44] powerpc/64s/exception: machine check pseries should always run the early handler
` [PATCH v2 06/44] powerpc/64s/exception: machine check remove machine_check_pSeries_0 branch
` [PATCH v2 07/44] powerpc/64s/exception: machine check use correct cfar for late handler
` [PATCH v2 08/44] powerpc/64s/powernv: machine check dump SLB contents
` [PATCH v2 09/44] powerpc/64s/pseries: machine check convert to use common event code
` [PATCH v2 10/44] powerpc/64s/exception: machine check pseries should skip the late handler for kernel MCEs
` [PATCH v2 11/44] powerpc/64s/exception: machine check restructure to reuse common macros
` [PATCH v2 12/44] powerpc/64s/exception: machine check move tramp code
` [PATCH v2 13/44] powerpc/64s/exception: simplify machine check early path
` [PATCH v2 14/44] powerpc/64s/exception: machine check move unrecoverable handling out of line
` [PATCH v2 15/44] powerpc/64s/exception: untangle early machine check handler branch
` [PATCH v2 16/44] powerpc/64s/exception: machine check improve labels and comments
` [PATCH v2 17/44] powerpc/64s/exception: Fix DAR load for handle_page_fault error case
` [PATCH v2 18/44] powerpc/64s/exception: move head-64.h exception code to exception-64s.S
` [PATCH v2 19/44] powerpc/64s/exception: Add EXC_HV_OR_STD, which selects HSRR if HVMODE
` [PATCH v2 20/44] powerpc/64s/exception: Fix performance monitor virt handler
` [PATCH v2 21/44] powerpc/64s/exception: remove 0xb00 handler
` [PATCH v2 22/44] powerpc/64s/exception: Replace PROLOG macros and EXC helpers with a gas macro
` [PATCH v2 23/44] powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2
` [PATCH v2 24/44] powerpc/64s/exception: Add the virt variant of the denorm interrupt handler
` [PATCH v2 25/44] powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSI
` [PATCH v2 26/44] powerpc/64s/exception: Add INT_KVM_HANDLER gas macro
` [PATCH v2 27/44] powerpc/64s/exception: KVM_HANDLER reorder arguments to match other macros
` [PATCH v2 28/44] powerpc/64s/exception: Merge EXCEPTION_PROLOG_COMMON_2/3
` [PATCH v2 29/44] powerpc/64s/exception: Add INT_COMMON gas macro to generate common exception code
` [PATCH v2 30/44] powerpc/64s/exception: Expand EXCEPTION_COMMON macro into caller
` [PATCH v2 31/44] powerpc/64s/exception: Expand EXCEPTION_PROLOG_COMMON_1 and 2 "
` [PATCH v2 32/44] powerpc/64s/exception: INT_COMMON add DAR, DSISR, reconcile options
` [PATCH v2 33/44] powerpc/64s/exception: move interrupt entry code above the common handler
` [PATCH v2 34/44] powerpc/64s/exception: program check handler do not branch into a macro
` [PATCH v2 35/44] powerpc/64s/exception: Remove pointless KVM handler name bifurcation
` [PATCH v2 36/44] powerpc/64s/exception: reduce page fault unnecessary loads
` [PATCH v2 37/44] powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation
` [PATCH v2 38/44] powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters
` [PATCH v2 39/44] powerpc/64s/exception: Add GEN_KVM "
` [PATCH v2 40/44] powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
` [PATCH v2 41/44] powerpc/64s/exception: Move all interrupt handlers to new style code gen macros
` [PATCH v2 42/44] powerpc/64s/exception: Remove old INT_ENTRY macro
` [PATCH v2 43/44] powerpc/64s/exception: Remove old INT_COMMON macro
` [PATCH v2 44/44] powerpc/64s/exception: Remove old INT_KVM_HANDLER

[PATCH 0/3] EEH fixes 4
 2019-08-02  6:32 UTC  (4+ messages)
` [PATCH 1/3] powerpc/eeh: Slightly simplify eeh_add_to_parent_pe()
` [PATCH 2/3] powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse()
` [PATCH 3/3] powerpc/eeh: Fix crash when edev->pdev changes

[PATCH] hwrng: Use device-managed registration API
 2019-08-02  4:55 UTC  (2+ messages)

[PATCH v2] crypto: nx: nx-842-powernv: Add of_node_put() before return
 2019-08-02  4:55 UTC  (2+ messages)

[PATCH v3] powerpc: Support CMDLINE_EXTEND
 2019-08-02  4:40 UTC  (2+ messages)

[PATCH v2] powerpc: Support CMDLINE_EXTEND
 2019-08-02  4:39 UTC  (4+ messages)

[PATCH] powerpc/kasan: fix early boot failure on PPC32
 2019-08-02  2:28 UTC  (2+ messages)

[PATCH] powerpc/spe: Mark expected switch fall-throughs
 2019-08-02  2:28 UTC  (2+ messages)

[PATCH] drivers/macintosh/smu.c: Mark expected switch fall-through
 2019-08-02  2:28 UTC  (2+ messages)

[PATCH] powerpc/xive: Update comment referencing magic loads from an ESB
 2019-08-02  0:22 UTC  (2+ messages)

[PATCH v3 0/7] soc/fsl/qbman: Enable Kexec for DPAA1 devices
 2019-08-01 20:17 UTC  (7+ messages)
` [PATCH v3 2/7] soc/fsl/qbman: Cleanup buffer pools if BMan was initialized prior to bootup
` [PATCH v3 3/7] soc/fsl/qbman: Cleanup QMan queues if device was already initialized
` [PATCH v3 4/7] soc/fsl/qbman: Fix drain_mr_fqni()
` [PATCH v3 5/7] soc/fsl/qbman: Disable interrupts during portal recovery
` [PATCH v3 6/7] soc/fsl/qbman: Fixup qman_shutdown_fq()
` [PATCH v3 7/7] soc/fsl/qbman: Update device tree with reserved memory


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