linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-08 05:51:44 to 2019-11-11 17:26:12 UTC [more...]

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-11-11 17:23 UTC  (4+ messages)
` [PATCH v2 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA

[PATCH v2 00/10] Improvements for random.h/archrandom.h
 2019-11-11 17:20 UTC  (2+ messages)

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-11 13:24 UTC  (2+ messages)

[alsa-devel] [PATCH] ASoC: fsl_audmix: Add spin lock to protect tdms
 2019-11-11 12:59 UTC  (2+ messages)

[PATCH V2] ASoC: fsl_audmix: Add spin lock to protect tdms
 2019-11-11 12:59 UTC  (2+ messages)
` [alsa-devel] "

[PATCH 00/23] y2038 cleanups
 2019-11-11 12:44 UTC  (7+ messages)
` [PATCH 03/23] y2038: vdso: change timeval to __kernel_old_timeval
` [PATCH 07/23] y2038: vdso: powerpc: avoid timespec references
` [PATCH 08/23] y2038: ipc: remove __kernel_time_t reference from headers
` [PATCH 09/23] y2038: stat: avoid 'time_t' in 'struct stat'
` [PATCH 12/23] y2038: syscalls: change remaining timeval to __kernel_old_timeval

use generic DMA mapping code in powerpc V4
 2019-11-11 12:22 UTC  (14+ messages)
                    ` Bug 205201 - overflow of DMA mask and bus mask

[Bug 205201] New: Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-11 12:19 UTC  (4+ messages)
` [Bug 205201] "

[PATCH v4 0/3] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-11-11  8:01 UTC  (2+ messages)
` [PATCH v4 1/3] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo

[PATCH] KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one
 2019-11-11 11:26 UTC  (2+ messages)

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2019-11-11 11:14 UTC  (8+ messages)
` [PATCH 04/10] powerpc: Map & release OpenCAPI LPC memory
` [PATCH 08/10] nvdimm: Add driver for OpenCAPI Storage Class Memory
` [PATCH 09/10] powerpc: Enable OpenCAPI Storage Class Memory driver on bare metal

[PATCH 0/3] powerpc/mm: Conditionally call H_BLOCK_REMOVE
 2019-09-12 13:32 UTC  (3+ messages)
` [PATCH 1/3] powerpc/mm: Initialize the HPTE encoding values

[PATCH 00/50] Add log level to show_stack()
 2019-11-11  9:12 UTC  (12+ messages)

[PATCH V3 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm
 2019-11-11  9:18 UTC  (2+ messages)
` [PATCH V3 2/2] ASoC: fsl_asrc: Add support "

[alsa-devel] [PATCH V2 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm
 2019-11-11  9:06 UTC 

[PATCH] ASoC: fsl_audmix: Add spin lock to protect tdms
 2019-11-11  7:37 UTC  (3+ messages)
  ` [alsa-devel] "

[PATCH v4 00/47] QUICC Engine support on ARM and ARM64
 2019-11-11  7:33 UTC  (50+ messages)
` [PATCH v4 01/47] soc: fsl: qe: remove space-before-tab
` [PATCH v4 02/47] soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs
` [PATCH v4 03/47] soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers
` [PATCH v4 04/47] soc: fsl: qe: introduce qe_io{read,write}* wrappers
` [PATCH v4 05/47] soc: fsl: qe: avoid ppc-specific io accessors
` [PATCH v4 06/47] soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic
` [PATCH v4 07/47] soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32
` [PATCH v4 08/47] soc: fsl: qe: drop unneeded #includes
` [PATCH v4 09/47] soc: fsl: qe: drop assign-only high_active in qe_ic_init
` [PATCH v4 10/47] soc: fsl: qe: remove pointless sysfs registration in qe_ic.c
` [PATCH v4 11/47] soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xx
` [PATCH v4 12/47] soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/
` [PATCH v4 13/47] powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQ
` [PATCH v4 14/47] powerpc/85xx: remove mostly pointless mpc85xx_qe_init()
` [PATCH v4 15/47] soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c
` [PATCH v4 16/47] soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low
` [PATCH v4 17/47] soc: fsl: qe: remove unused qe_ic_set_* functions
` [PATCH v4 18/47] soc: fsl: qe: don't use NO_IRQ in qe_ic.c
` [PATCH v4 19/47] soc: fsl: qe: make qe_ic_get_{low,high}_irq static
` [PATCH v4 20/47] soc: fsl: qe: simplify qe_ic_init()
` [PATCH v4 21/47] soc: fsl: qe: merge qe_ic.h headers into qe_ic.c
` [PATCH v4 22/47] soc: fsl: qe: qe.c: use of_property_read_* helpers
` [PATCH v4 23/47] soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()
` [PATCH v4 24/47] soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpu
` [PATCH v4 25/47] soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()
` [PATCH v4 26/47] soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fsl
` [PATCH v4 27/47] soc/fsl/qe/qe.h: update include path for cpm.h
` [PATCH v4 28/47] serial: ucc_uart: explicitly include soc/fsl/cpm.h
` [PATCH v4 29/47] serial: ucc_uart: replace ppc-specific IO accessors
` [PATCH v4 30/47] serial: ucc_uart: factor out soft_uart initialization
` [PATCH v4 31/47] serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32
` [PATCH v4 32/47] serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()
` [PATCH v4 33/47] serial: ucc_uart: access __be32 field using be32_to_cpu
` [PATCH v4 34/47] soc: fsl: qe: change return type of cpm_muram_alloc() to s32
` [PATCH v4 35/47] soc: fsl: qe: make cpm_muram_free() return void
` [PATCH v4 36/47] soc: fsl: qe: make cpm_muram_free() ignore a negative offset
` [PATCH v4 37/47] soc: fsl: qe: drop broken lazy call of cpm_muram_init()
` [PATCH v4 38/47] soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error path
` [PATCH v4 39/47] soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.c
` [PATCH v4 40/47] soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()
` [PATCH v4 41/47] soc: fsl: qe: drop pointless check "
` [PATCH v4 42/47] soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.c
` [PATCH v4 43/47] net/wan/fsl_ucc_hdlc: avoid use of IS_ERR_VALUE()
` [PATCH v4 44/47] net/wan/fsl_ucc_hdlc: fix reading of __be16 registers
` [PATCH v4 45/47] net/wan/fsl_ucc_hdlc: reject muram offsets above 64K
` [PATCH v4 46/47] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32
` [PATCH v4 47/47] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE

[PATCH v10 0/8] KVM: PPC: Driver to manage pages of secure guest
 2019-11-11  6:55 UTC  (8+ messages)
` [PATCH v10 5/8] KVM: PPC: Handle memory plug/unplug to secure VM
` [PATCH v10 6/8] KVM: PPC: Support reset of secure guest
` [PATCH v10 7/8] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

[PATCH v2 0/9] Fixes and Enablement of ibm,drc-info property
 2019-11-11  5:21 UTC  (11+ messages)
` [PATCH v2 1/9] powerpc/pseries: Fix bad drc_index_start value parsing of drc-info entry
` [PATCH v2 2/9] powerpc/pseries: Fix drc-info mappings of logical cpus to drc-index
` [PATCH v2 3/9] powerpc/pseries: Add cpu DLPAR support for drc-info property
` [PATCH v2 4/9] PCI: rpaphp: Fix up pointer to first drc-info entry
` [PATCH v2 5/9] PCI: rpaphp: Don't rely on firmware feature to imply drc-info support
` [PATCH v2 6/9] PCI: rpaphp: Add drc-info support for hotplug slot registration
` [PATCH v2 7/9] PCI: rpaphp: annotate and correctly byte swap DRC properties
` [PATCH v2 7/9] PCI: rpaphp: Annotate "
` [PATCH v2 8/9] PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-info
` [PATCH v2 9/9] powerpc/pseries: Enable support for ibm, drc-info property

[PATCH 0/2] vfio pci: Add support for OpenCAPI devices
 2019-11-11  4:28 UTC  (5+ messages)
` [PATCH 2/2] vfio/pci: Introduce OpenCAPI devices support

[PATCH v9 0/4] powerpc: expose secure variables to the kernel and userspace
 2019-11-11  3:10 UTC  (5+ messages)
` [PATCH v9 1/4] powerpc/powernv: Add OPAL API interface to access secure variable
` [PATCH v9 2/4] powerpc: expose secure variables to userspace via sysfs
` [PATCH v9 3/4] x86/efi: move common keyring handler functions to new file
` [PATCH v9 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring

linux-next: build warning after merge of the net-next tree
 2019-11-11  1:45 UTC  (2+ messages)

[RFC v2 0/2] Enable IOMMU support for pseries Secure VMs
 2019-11-10 19:40 UTC  (4+ messages)
` [RFC v2 1/2] powerpc/pseries/iommu: Share the per-cpu TCE page with the hypervisor
  ` [RFC v2 2/2] powerpc/pseries/iommu: Use dma_iommu_ops for Secure VMs aswell

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-11-10 13:11 UTC 

5.3.7 64-bits kernel doesn't boot on G5 Quad
 2019-11-10 10:45 UTC 

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-10 10:11 UTC  (5+ messages)
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion

[PATCH AUTOSEL 4.4 04/40] powerpc/iommu: Avoid derefence before pointer check
 2019-11-10  2:50 UTC  (5+ messages)
` [PATCH AUTOSEL 4.4 05/40] powerpc/64s/hash: Fix stab_rr off by one initialization
` [PATCH AUTOSEL 4.4 06/40] powerpc/pseries: Disable CPU hotplug across migrations
` [PATCH AUTOSEL 4.4 07/40] libfdt: Ensure INT_MAX is defined in libfdt_env.h
` [PATCH AUTOSEL 4.4 10/40] net: toshiba: fix return type of ndo_start_xmit function

[PATCH AUTOSEL 4.9 04/66] powerpc/iommu: Avoid derefence before pointer check
 2019-11-10  2:47 UTC  (5+ messages)
` [PATCH AUTOSEL 4.9 05/66] powerpc/64s/hash: Fix stab_rr off by one initialization
` [PATCH AUTOSEL 4.9 06/66] powerpc/pseries: Disable CPU hotplug across migrations
` [PATCH AUTOSEL 4.9 08/66] libfdt: Ensure INT_MAX is defined in libfdt_env.h
` [PATCH AUTOSEL 4.9 11/66] net: toshiba: fix return type of ndo_start_xmit function

[PATCH AUTOSEL 4.14 010/109] powerpc/iommu: Avoid derefence before pointer check
 2019-11-10  2:44 UTC  (7+ messages)
` [PATCH AUTOSEL 4.14 011/109] powerpc/64s/hash: Fix stab_rr off by one initialization
` [PATCH AUTOSEL 4.14 012/109] powerpc/pseries: Disable CPU hotplug across migrations
` [PATCH AUTOSEL 4.14 013/109] powerpc: Fix duplicate const clang warning in user access code
` [PATCH AUTOSEL 4.14 016/109] libfdt: Ensure INT_MAX is defined in libfdt_env.h
` [PATCH AUTOSEL 4.14 019/109] net: toshiba: fix return type of ndo_start_xmit function
` [PATCH AUTOSEL 4.14 045/109] net: freescale: "

[PATCH AUTOSEL 4.19 025/191] net: ibm: fix return type of ndo_start_xmit function
 2019-11-10  2:39 UTC  (15+ messages)
` [PATCH AUTOSEL 4.19 026/191] powerpc/iommu: Avoid derefence before pointer check
` [PATCH AUTOSEL 4.19 027/191] selftests/powerpc: Do not fail with reschedule
` [PATCH AUTOSEL 4.19 028/191] powerpc/64s/hash: Fix stab_rr off by one initialization
` [PATCH AUTOSEL 4.19 029/191] powerpc/pseries/memory-hotplug: Only update DT once per memory DLPAR request
` [PATCH AUTOSEL 4.19 030/191] powerpc/pseries: Disable CPU hotplug across migrations
` [PATCH AUTOSEL 4.19 031/191] powerpc: Fix duplicate const clang warning in user access code
` [PATCH AUTOSEL 4.19 036/191] libfdt: Ensure INT_MAX is defined in libfdt_env.h
` [PATCH AUTOSEL 4.19 041/191] net: toshiba: fix return type of ndo_start_xmit function
` [PATCH AUTOSEL 4.19 061/191] PCI: portdrv: Initialize service drivers directly
` [PATCH AUTOSEL 4.19 079/191] PCI/AER: Take reference on error devices
` [PATCH AUTOSEL 4.19 080/191] PCI/AER: Don't read upstream ports below fatal errors
` [PATCH AUTOSEL 4.19 081/191] PCI/ERR: Use slot reset if available
` [PATCH AUTOSEL 4.19 085/191] net: freescale: fix return type of ndo_start_xmit function
` [PATCH AUTOSEL 4.19 145/191] PCI/ERR: Run error recovery callbacks for all affected devices

PROBLEM: PCIe Error atleast "help and other detail related"
 2019-11-09 20:21 UTC 

[PATCH v8 0/4] powerpc: expose secure variables to the kernel and userspace
 2019-11-09 19:00 UTC  (5+ messages)
` [PATCH v8 1/4] powerpc/powernv: Add OPAL API interface to access secure variable
` [PATCH v8 2/4] powerpc: expose secure variables to userspace via sysfs
` [PATCH v8 3/4] x86/efi: move common keyring handler functions to new file
` [PATCH v8 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring

[PATCH 0/3] ocxl: Support for an 0penCAPI device in a QEMU guest
 2019-11-09 13:07 UTC  (5+ messages)
` [PATCH 3/3] powerpc/pseries: Fixup config space size of OpenCAPI devices

[PATCH v3 0/4] reorganize and add FADump sysfs files
 2019-11-09 12:59 UTC  (6+ messages)
` [PATCH v3 1/4] Documentation/ABI: add ABI documentation for /sys/kernel/fadump_*
` [PATCH v3 2/4] powerpc/fadump: reorganize /sys/kernel/fadump_* sysfs files
` [PATCH v3 3/4] Documentation/ABI: mark /sys/kernel/fadump_* sysfs files deprecated
` [PATCH v3 4/4] powerpc/fadump: sysfs for fadump memory reservation

[PATCH v1 04/10] vfio/type1: Prepare is_invalid_reserved_pfn() for PG_reserved changes
 2019-11-08 23:01 UTC  (8+ messages)

[PATCH] rtc: fsl-ftm-alarm: remove select FSL_RCPM and default y from Kconfig
 2019-11-08 22:40 UTC 

[PATCH v11 0/4] kasan: support backing vmalloc space with real shadow memory
 2019-11-08 22:36 UTC  (2+ messages)

[PATCH -next] soc: fsl: Enable COMPILE_TEST
 2019-11-08 20:59 UTC  (3+ messages)

[PATCH 0/8] y2038: bug fixes from y2038 work
 2019-11-08 20:34 UTC  (2+ messages)
` [PATCH 3/8] powerpc: fix vdso32 for ppc64le

[PATCH 4.14 57/62] powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
 2019-11-08 18:50 UTC  (2+ messages)
` [PATCH 4.14 62/62] selftests/powerpc: Fix compile error on tlbie_test due to newer gcc

[PATCH stable 4.14 3/6] powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag
 2019-11-08 16:56 UTC  (2+ messages)
` Patch "powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag" has been added to the 4.14-stable tree

[PATCH stable 4.14 6/6] selftests/powerpc: Fix compile error on tlbie_test due to newer gcc
 2019-11-08 16:56 UTC  (2+ messages)
` Patch "selftests/powerpc: Fix compile error on tlbie_test due to newer gcc" has been added to the 4.14-stable tree

[PATCH stable 4.14 5/6] selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue
 2019-11-08 16:56 UTC  (2+ messages)
` Patch "selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue" has been added to the 4.14-stable tree

[PATCH stable 4.14 1/6] powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
 2019-11-08 16:56 UTC  (2+ messages)
` Patch "powerpc/mm: Fixup tlbie vs store ordering issue on POWER9" has been added to the 4.14-stable tree

[PATCH stable 4.14 4/6] powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9
 2019-11-08 16:56 UTC  (2+ messages)
` Patch "powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9" has been added to the 4.14-stable tree

[PATCH stable 4.14 2/6] powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisions
 2019-11-08 16:56 UTC  (2+ messages)
` Patch "powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisions" has been added to the 4.14-stable tree

[PATCH AUTOSEL 4.4 38/44] powerpc/vdso: Correct call frame information
 2019-11-08 11:47 UTC 

[PATCH AUTOSEL 4.9 53/64] powerpc/vdso: Correct call frame information
 2019-11-08 11:45 UTC 

[PATCH AUTOSEL 4.14 089/103] powerpc/vdso: Correct call frame information
 2019-11-08 11:42 UTC 

[PATCH AUTOSEL 4.19 182/205] powerpc/vdso: Correct call frame information
 2019-11-08 11:37 UTC 

[PATCH] powerpc/fadump: Remove duplicate message
 2019-11-08 11:38 UTC  (3+ messages)
` [PATCH v3] powerpc/fadump: when fadump is supported register the fadump sysfs files

[PATCH 0/5] debugfs: Remove casts in debugfs_create_*() callers
 2019-11-08 11:37 UTC  (4+ messages)
` [PATCH 4/5] power: avs: smartreflex: Remove superfluous cast in debugfs_create_file() call

[PATCH v7 0/4] powerpc: expose secure variables to the kernel and userspace
 2019-11-08  9:42 UTC  (3+ messages)
` [PATCH v7 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring

[RFC v1 0/2] Enable IOMMU support for pseries Secure VMs
 2019-11-08  6:05 UTC  (7+ messages)
` [RFC v1 1/2] powerpc/pseries/iommu: Share the per-cpu TCE page with the hypervisor
  ` [RFC v1 2/2] powerpc/pseries/iommu: Use dma_iommu_ops for Secure VMs aswell

[PATCH 1/3] arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained
 2019-11-08  5:51 UTC  (3+ messages)
` [PATCH 3/3] arch: sembuf.h: make uapi asm/sembuf.h self-contained


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