linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-27 14:45:47 to 2019-12-03 04:10:30 UTC [more...]

[PATCH v2 00/27] Add support for OpenCAPI SCM devices
 2019-12-03  3:46 UTC  (10+ messages)
` [PATCH v2 01/27] memory_hotplug: Add a bounds check to __add_pages
` [PATCH v2 02/27] nvdimm: remove prototypes for nonexistent functions
` [PATCH v2 03/27] powerpc: Add OPAL calls for LPC memory alloc/release
` [PATCH v2 04/27] mm/memory_hotplug: Allow check_hotplug_memory_addressable to be called from drivers
` [PATCH v2 08/27] ocxl: Save the device serial number in ocxl_fn
` [PATCH v2 09/27] ocxl: Free detached contexts in ocxl_context_detach_all()
` [PATCH v2 12/27] nvdimm/ocxl: Read the capability registers & wait for device ready
` [PATCH v2 13/27] nvdimm/ocxl: Add support for Admin commands
` [PATCH v2 27/27] MAINTAINERS: Add myself & nvdimm/ocxl to ocxl

[PATCH v4 0/2] Enable IOMMU support for pseries Secure VMs
 2019-12-03  2:15 UTC  (7+ messages)
` [PATCH v4 1/2] powerpc/pseries/iommu: Share the per-cpu TCE page with the hypervisor
  ` [PATCH v4 2/2] powerpc/pseries/iommu: Use dma_iommu_ops for Secure VMs aswell

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

❌ FAIL: Test report for kernel 5.3.13-3b5f971.cki (stable-queue)
 2019-12-02 12:30 UTC  (2+ messages)

[PATCH 00/23] y2038 cleanups
 2019-12-02 14:03 UTC  (8+ messages)
` [PATCH 07/23] y2038: vdso: powerpc: avoid timespec references
  ` [Y2038] "

[PATCH v4 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm & imx8qxp
 2019-12-02 12:57 UTC  (3+ messages)
` [PATCH v4 2/2] ASoC: fsl_asrc: Add support "

[GIT PULL] Please pull powerpc/linux.git powerpc-5.5-1 tag
 2019-12-02 12:54 UTC  (5+ messages)

[RFC] Efficiency of the phandle_cache on ppc64/SLOF
 2019-12-02 11:07 UTC  (3+ messages)

[PATCH v2 0/2] mm: remove the memory isolate notifier
 2019-12-02 10:27 UTC  (2+ messages)

[PATCH] libbpf: fix readelf output parsing on powerpc with recent binutils
 2019-12-02  9:37 UTC  (3+ messages)

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-12-02  9:09 UTC  (6+ messages)
` [PATCH v6 05/10] mm/memory_hotplug: Shrink zones when offlining memory

[PATCH v11 0/4] kasan: support backing vmalloc space with real shadow memory
 2019-12-02  8:07 UTC  (19+ messages)
` [PATCH v11 1/4] "
                      ` XFS check crash (WAS Re: [PATCH v11 1/4] kasan: support backing vmalloc space with real shadow memory)

[PATCH v3 0/8] powerpc/vdso32 enhancement and optimisation
 2019-12-02  8:02 UTC  (7+ messages)
` [PATCH v3 4/8] powerpc/vdso32: inline __get_datapage()

[PATCH v4 0/8] powerpc/vdso32 enhancement and optimisation
 2019-12-02  7:57 UTC  (9+ messages)
` [PATCH v4 1/8] powerpc/32: Add VDSO version of getcpu on non SMP
` [PATCH v4 2/8] powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE
` [PATCH v4 3/8] powerpc: Fix vDSO clock_getres()
` [PATCH v4 4/8] powerpc/vdso32: inline __get_datapage()
` [PATCH v4 5/8] powerpc/vdso32: Don't read cache line size from the datapage on PPC32
` [PATCH v4 6/8] powerpc/vdso32: use LOAD_REG_IMMEDIATE()
` [PATCH v4 7/8] powerpc/vdso32: implement clock_getres entirely
` [PATCH v4 8/8] powerpc/vdso32: miscellaneous optimisations

[PATCH] powerepc/book3s64/hash: Align start address correctly with bolt mapping
 2019-12-02  6:40 UTC 

[PATCH] powerpc/pmem: Convert to EXPORT_SYMBOL_GPL
 2019-12-02  6:40 UTC 

[PATCH] powerpc/papr_scm: Update debug message
 2019-12-02  6:38 UTC 

[PATCH kernel RFC 0/4] powerpc/powenv/ioda: Allow huge DMA window at 4GB
 2019-12-02  5:58 UTC  (8+ messages)
` [PATCH kernel RFC 1/4] powerpc/powernv/ioda: Rework for "
` [PATCH kernel RFC 2/4] powerpc/powernv/ioda: Allow smaller TCE table levels
` [PATCH kernel RFC 3/4] powerpc/powernv/phb4: Add 4GB IOMMU bypass mode
` [PATCH kernel RFC 4/4] vfio/spapr_tce: Advertise and allow a huge DMA windows at 4GB
` [PATCH kernel RFC 00/4] powerpc/powernv/ioda: Move TCE bypass base to PE

[PATCH] powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2
 2019-12-02  3:07 UTC 

[GIT PULL] y2038: syscall implementation cleanups
 2019-12-02  0:10 UTC  (2+ messages)

[PATCH v11 0/7] KVM: PPC: Driver to manage pages of secure guest
 2019-12-01 20:24 UTC  (3+ messages)

Build failure on latest powerpc/merge (311ae9e159d8 io_uring: fix dead-hung for non-iter fixed rw)
 2019-11-29 20:45 UTC  (6+ messages)

[PATCH v7 17/24] mm/gup: track FOLL_PIN pages
 2019-11-30 18:59 UTC  (2+ messages)

[PATCH] powerpc/kasan: KASAN is not supported on RELOCATABLE && FSL_BOOKE
 2019-11-30  2:09 UTC 

[PATCH] ASoC: fsl_sai: add IRQF_SHARED
 2019-11-29 21:57 UTC  (2+ messages)

[PATCH v2 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-29 21:44 UTC  (4+ messages)
` [PATCH v2 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()

[PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-11-29 20:05 UTC  (4+ messages)
` [PATCH v5 1/5] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo

[RESEND PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-11-29 19:59 UTC  (6+ messages)
` [RESEND PATCH v5 1/5] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo
` [RESEND PATCH v5 2/5] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo
` [RESEND PATCH v5 3/5] Documentation/arm64: Fix a simple typo in memory.rst
` [RESEND PATCH v5 4/5] Documentation/vmcoreinfo: Add documentation for 'MAX_PHYSMEM_BITS'
` [RESEND PATCH v5 5/5] Documentation/vmcoreinfo: Add documentation for 'TCR_EL1.T1SZ'

[RESEND PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-11-29 19:28 UTC  (2+ messages)
` [RESEND PATCH v5 1/5] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo

[PATCH v4 1/2] powerpc/irq: bring back ksp_limit management in C functions
 2019-11-29 18:46 UTC  (10+ messages)
` [PATCH v4 2/2] powerpc/irq: inline call_do_irq() and call_do_softirq()

[PATCH] powerpc/kasan: fix boot failure with RELOCATABLE && FSL_BOOKE
 2019-11-29 14:26 UTC 

[PATCH] powerpc/kasan: KASAN is not supported on RELOCATABLE && FSL_BOOKE
 2019-11-29 14:13 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the powerpc tree
 2019-11-29 12:15 UTC  (2+ messages)

[-merge] BUG followed by oops running ndctl tests
 2019-11-29  7:57 UTC  (4+ messages)

[PATCH] powerpc: indent Kconfig depends continuation line
 2019-11-28 22:15 UTC 

[PATCH v5 2/5] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo
 2019-11-28 20:25 UTC  (4+ messages)
` [PATCH v5 3/5] Documentation/arm64: Fix a simple typo in memory.rst
` [PATCH v5 4/5] Documentation/vmcoreinfo: Add documentation for 'MAX_PHYSMEM_BITS'
` [PATCH v5 5/5] Documentation/vmcoreinfo: Add documentation for 'TCR_EL1.T1SZ'

soc: fsl patches
 2019-11-28 19:29 UTC 

[PATCH 1/1] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm
 2019-11-28 17:15 UTC  (6+ messages)

[PATCH] powerpc/devicetrees: Change 'gpios' to 'cs-gpios' on fsl, spi nodes
 2019-11-28 12:21 UTC  (2+ messages)
` [PATCH] powerpc/devicetrees: Change 'gpios' to 'cs-gpios' on fsl,spi nodes

[PATCH v3] platforms/powernv: Avoid re-registration of imc debugfs directory
 2019-11-28 10:20 UTC  (2+ messages)

[PATCH v17 00/13] open: introduce openat2(2) syscall
 2019-11-28 10:10 UTC  (5+ messages)
` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT, BENEATH}: permit limited ".." resolution
  ` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: "

[PATCH v1 1/4] powerpc/fixmap: don't clear fixmap area in paging_init()
 2019-11-28  8:06 UTC  (3+ messages)

[PATCH] powerpc/fixmap: fix crash with HIGHMEM
 2019-11-28  7:59 UTC 

[PATCH v4 0/3] LLVM/Clang fixes for pseries_defconfig
 2019-11-28  7:45 UTC  (5+ messages)
` [PATCH v5 0/3] LLVM/Clang fixes for a few defconfigs

PCIPOCALYPSE
 2019-11-27 23:00 UTC  (7+ messages)
` [Very RFC 43/46] powernv/pci: Do not set pdn->pe_number for NPU/CAPI devices
` [Very RFC 44/46] powerpc/pci: Don't set pdn->pe_number when applying the weird P8 NVLink PE hack
` [Very RFC 45/46] powernv/pci: Remove requirement for a pdn in config accessors

[PATCH] powerpc: add link stack flush mitigation status in debugfs
 2019-11-27 22:09 UTC 

[PATCH] selftests/powerpc: Use write_pmc instead of count_pmc to reset PMCs at the end of ebb selftests
 2019-11-27 20:51 UTC 

[PATCH 09/14] powerpc/vas: Update CSB and notify process for fault CRBs
 2019-11-27 10:03 UTC  (3+ messages)

[PATCH 03/14] powerpc/vas: Define nx_fault_stamp in coprocessor_request_block
 2019-11-27  9:38 UTC  (3+ messages)

[PATCH 02/14] Revert "powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functions"
 2019-11-27  9:20 UTC  (3+ messages)

[PATCH v3 0/2] Replace current->mm by kvm->mm on powerpc/kvm
 2019-11-27 16:20 UTC  (2+ messages)

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-27 15:14 UTC  (12+ messages)


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