linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-08 14:50:23 to 2019-11-12 05:40:04 UTC [more...]

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2019-11-12  5:37 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 v4 00/47] QUICC Engine support on ARM and ARM64
 2019-11-12  5:17 UTC  (26+ messages)
` [PATCH v4 04/47] soc: fsl: qe: introduce qe_io{read,write}* wrappers
  ` [PATCH v4 04/47] soc: fsl: qe: introduce qe_io{read, write}* wrappers
` [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 V9 RESEND] mm/debug: Add tests validating architecture page table helpers
 2019-11-12  5:02 UTC 

[PATCH v2 0/4] Replace current->mm by kvm->mm on powerpc/kvm
 2019-11-12  4:57 UTC  (3+ messages)
` [PATCH v2 1/4] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm

[PATCH V9] mm/debug: Add tests validating architecture page table helpers
 2019-11-12  4:38 UTC  (2+ messages)

[PATCH 2/2] powerpc/perf: Check pmus_inuse flag in perf_event_print_debug()
 2019-11-12  2:44 UTC  (2+ messages)

[PATCH 0/2] vfio pci: Add support for OpenCAPI devices
 2019-11-12  2:15 UTC  (6+ 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-12  1:21 UTC  (7+ 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

[RFC v2 0/2] Enable IOMMU support for pseries Secure VMs
 2019-11-12  1:15 UTC  (5+ 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

[PATCH v10 0/8] KVM: PPC: Driver to manage pages of secure guest
 2019-11-12  1:01 UTC  (9+ 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] macintosh/ams-input: switch to using input device polling mode
 2019-11-12  0:41 UTC  (2+ messages)

[PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-12  0:07 UTC  (24+ messages)
` [PATCH v3 01/23] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v3 02/23] mm/gup: factor out duplicate code from four routines
` [PATCH v3 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v3 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v3 05/23] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v3 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v3 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v3 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v3 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v3 11/23] IB/{core, hw, umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v3 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v3 13/23] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v3 14/23] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v3 15/23] net/xdp: "
` [PATCH v3 16/23] mm/gup: track FOLL_PIN pages
` [PATCH v3 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v3 18/23] vfio, mm: "
` [PATCH v3 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v3 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v3 21/23] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v3 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v3 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-11 21:46 UTC  (6+ 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 00/50] Add log level to show_stack()
 2019-11-11 19:47 UTC  (13+ messages)

[PATCH v2 0/9] Fixes and Enablement of ibm,drc-info property
 2019-11-11 19:49 UTC  (12+ 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 V8] mm/debug: Add tests validating architecture page table helpers
 2019-11-11 19:06 UTC  (9+ messages)

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-11-11 18:08 UTC  (5+ 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 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 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] "

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

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


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