linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-06 10:10:04 to 2019-11-09 01:29:10 UTC [more...]

[PATCH v1 00/10] mm: Don't mark hotplugged pages PG_reserved (including ZONE_DEVICE)
 2019-11-08 23:01 UTC  (10+ messages)
` [PATCH v1 04/10] vfio/type1: Prepare is_invalid_reserved_pfn() for PG_reserved changes

[PATCH 00/50] Add log level to show_stack()
 2019-11-08 17:30 UTC  (14+ messages)
` [PATCH 26/50] powerpc: Add show_stack_loglvl()

[PATCH v4 00/47] QUICC Engine support on ARM and ARM64
 2019-11-08 23:48 UTC  (49+ 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

[RFC v2 0/2] Enable IOMMU support for pseries Secure VMs
 2019-11-08 23:00 UTC  (3+ 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] 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 00/23] y2038 cleanups
 2019-11-08 21:12 UTC  (6+ 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

[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 v2 rebased] powerpc/fadump: when fadump is supported register the fadump sysfs files
 2019-11-08 11:38 UTC  (7+ messages)
` [PATCH] powerpc/fadump: Remove duplicate message
  ` [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  (7+ messages)
` [PATCH v7 1/4] powerpc/powernv: Add OPAL API interface to access secure variable
` [PATCH v7 2/4] powerpc: expose secure variables to userspace via sysfs
` [PATCH v7 3/4] x86/efi: move common keyring handler functions to new file
` [PATCH v7 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2019-11-08  7:10 UTC  (18+ messages)
` [PATCH 02/10] nvdimm: remove prototypes for nonexistent functions
` [PATCH 03/10] powerpc: Add OPAL calls for LPC memory alloc/release
` [PATCH 04/10] powerpc: Map & release OpenCAPI LPC memory
` [PATCH 05/10] ocxl: Tally up the LPC memory on a link & allow it to be mapped
` [PATCH 06/10] ocxl: Add functions to map/unmap LPC memory
` [PATCH 07/10] ocxl: Save the device serial number in ocxl_fn
` [PATCH 09/10] powerpc: Enable OpenCAPI Storage Class Memory driver on bare metal
` [PATCH 10/10] ocxl: Conditionally bind SCM devices to the generic OCXL driver

[RFC v1 0/2] Enable IOMMU support for pseries Secure VMs
 2019-11-08  6:05 UTC  (16+ 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

[PATCH V8] mm/debug: Add tests validating architecture page table helpers
 2019-11-08  4:27 UTC  (13+ messages)

[RFC PATCH] powerpc/pseries/mobility: notify network peers after migration
 2019-11-07 21:30 UTC  (5+ messages)

[PATCH v2 0/4] Replace current->mm by kvm->mm on powerpc/kvm
 2019-11-07 17:02 UTC  (5+ messages)
` [PATCH v2 1/4] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm
` [PATCH v2 2/4] powerpc/kvm/book3s: Replace current->mm by kvm->mm
` [PATCH v2 3/4] powerpc/kvm/book3e: "
` [PATCH v2 4/4] powerpc/kvm/e500: "

[PATCH v6 0/7] Powerpc/Watchpoint: Few important fixes
 2019-11-07 14:30 UTC  (4+ messages)

[PATCH 1/2] powerpc/perf: Add mtmmcr0(FC) after ppc_set_pmu_inuse(1)
 2019-11-07 13:01 UTC  (2+ messages)
` [PATCH 2/2] powerpc/perf: Check pmus_inuse flag in perf_event_print_debug()

[PATCH v5 0/6] powerpc: convert cache asm to C
 2019-11-07 11:54 UTC  (7+ messages)
` [PATCH v5 1/6] powerpc: Allow flush_icache_range to work across ranges >4GB
` [PATCH v5 5/6] powerpc: Chunk calls to flush_dcache_range in arch_*_memory

[PATCH 0/9] Fixes and Enablement of ibm,drc-info property
 2019-11-07 11:40 UTC  (12+ messages)
` [PATCH 3/9] powerpc/pseries: Add cpu DLPAR support for drc-info property
` [PATCH 7/9] PCI: rpaphp: annotate and correctly byte swap DRC properties
` [PATCH 9/9] powerpc/pseries: Enable support for ibm, drc-info property

[PATCH v3] powerpc: Support CMDLINE_EXTEND
 2019-11-07 11:21 UTC  (4+ messages)

use generic DMA mapping code in powerpc V4
 2019-11-07  9:53 UTC  (10+ 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-07  9:18 UTC  (6+ messages)
` [Bug 205201] "

[alsa-devel] [PATCH] ASoC: fsl_audmix: Add spin lock to protect tdms
 2019-11-07  6:54 UTC 

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

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-07  8:07 UTC  (11+ messages)
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()

[PATCH] powerpc/tools: Don't quote $objdump in scripts
 2019-11-07  3:45 UTC  (2+ messages)

[PATCH] powerpc: Add build-time check of ptrace PT_xx defines
 2019-11-07  3:45 UTC  (2+ messages)

[PATCH V2 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm
 2019-11-07  7:51 UTC 

Please add powerpc topic/kasan-bitops branch to linux-next
 2019-11-07  6:34 UTC  (2+ messages)

[PATCH v10 0/8] KVM: PPC: Driver to manage pages of secure guest
 2019-11-07  5:45 UTC  (5+ messages)
` [PATCH v10 1/8] mm: ksm: Export ksm_madvise()

[PATCH] powerpc/ptrace: Add prototype for function pt_regs_check
 2019-11-07  3:45 UTC  (2+ messages)

[PATCH v3] selftests/powerpc: Fixup clobbers for TM tests
 2019-11-07  3:45 UTC  (2+ messages)

[PATCH] selftests/powerpc: Add a test of spectre_v2 mitigations
 2019-11-07  3:45 UTC  (2+ messages)

[PATCH v6 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl, ls1028a-pcie"
 2019-11-07  3:07 UTC  (8+ messages)
` [PATCH v6 3/3] PCI: layerscape: Add LS1028a support
` [PATCH v6 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl,ls1028a-pcie"

[PATCH v1 03/10] KVM: Prepare kvm_is_reserved_pfn() for PG_reserved changes
 2019-11-06 16:09 UTC  (11+ messages)

[RFC PATCH v2] powerpc/pseries/mobility: notify network peers after migration
 2019-11-06 17:53 UTC 

[PATCH v2 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-11-06 15:40 UTC  (10+ messages)
` [PATCH v2 07/10] PCI: layerscape: Modify the MSIX to the doorbell way

[PATCH v2 00/10] Improvements for random.h/archrandom.h
 2019-11-06 14:13 UTC  (11+ messages)
` [PATCH v2 01/10] x86: Remove arch_has_random, arch_has_random_seed
` [PATCH v2 02/10] powerpc: "
` [PATCH v2 03/10] s390: "
` [PATCH v2 04/10] linux/random.h: "
` [PATCH v2 05/10] linux/random.h: Use false with bool
` [PATCH v2 06/10] linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
` [PATCH v2 07/10] x86: Mark archrandom.h "
` [PATCH v2 08/10] powerpc: Use bool in archrandom.h
` [PATCH v2 09/10] powerpc: Mark archrandom.h functions __must_check
` [PATCH v2 10/10] s390x: "

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

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

[RFC PATCH 1/4] libnvdimm/namespace: Make namespace size validation arch dependent
 2019-11-06 10:44 UTC  (7+ messages)

[RFC PATCH 00/12] i2c: replace i2c_new_probed_device with an ERR_PTR variant
 2019-11-06 10:06 UTC  (2+ 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).