linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-27 10:53:44 to 2019-12-02 06:52:25 UTC [more...]

[PATCH v4 0/2] Enable IOMMU support for pseries Secure VMs
 2019-12-02  6:45 UTC  (3+ 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] 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] libbpf: fix readelf output parsing on powerpc with recent binutils
 2019-12-02  5:53 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.3.13-3b5f971.cki (stable-queue)
 2019-12-02  5:46 UTC 

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

[GIT PULL] Please pull powerpc/linux.git powerpc-5.5-1 tag
 2019-12-02  0:06 UTC  (4+ 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 v6 00/49] QUICC Engine support on ARM, ARM64, PPC64
 2019-12-01 16:10 UTC  (51+ 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

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-11-30 23:43 UTC  (5+ messages)
` [PATCH v6 05/10] mm/memory_hotplug: Shrink zones when offlining memory

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

[RFC] Efficiency of the phandle_cache on ppc64/SLOF
 2019-11-30  2:14 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 v11 0/4] kasan: support backing vmalloc space with real shadow memory
 2019-11-29 15:50 UTC  (18+ messages)
` [PATCH v11 1/4] "
                      ` XFS check crash (WAS Re: [PATCH v11 1/4] kasan: support backing vmalloc space with real shadow memory)

[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

[PATCH v3 0/8] powerpc/vdso32 enhancement and optimisation
 2019-11-28  5:31 UTC  (6+ messages)
` [PATCH v3 4/8] powerpc/vdso32: inline __get_datapage()

PCIPOCALYPSE
 2019-11-27 23:00 UTC  (16+ messages)
` [Very RFC 40/46] powernv/npu: Don't drop refcount when looking up GPU pci_devs
` [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)

[PATCH 0/3] pseries: Track and expose idle PURR and SPURR ticks
 2019-11-27 12:01 UTC  (4+ messages)
` [PATCH 1/3] powerpc/pseries: Account for SPURR ticks on idle CPUs
` [PATCH 2/3] powerpc/sysfs: Show idle_purr and idle_spurr for every CPU
` [PATCH 3/3] Documentation: Document sysfs interfaces purr, spurr, idle_purr, idle_spurr

[PATCH 00/23] y2038 cleanups
 2019-11-27 11:03 UTC  (6+ messages)
` [PATCH 07/23] y2038: vdso: powerpc: avoid timespec references
  ` [Y2038] "

[PATCH v2 rebase 00/34] exception cleanup, syscall in C and !COMPAT
 2019-11-27 10:39 UTC  (32+ messages)
` [PATCH v2 rebase 04/34] powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
` [PATCH v2 rebase 05/34] powerpc/64s/exception: Move all interrupt handlers to new style code gen macros
` [PATCH v2 rebase 06/34] powerpc/64s/exception: Remove old INT_ENTRY macro
` [PATCH v2 rebase 07/34] powerpc/64s/exception: Remove old INT_COMMON macro
` [PATCH v2 rebase 08/34] powerpc/64s/exception: Remove old INT_KVM_HANDLER
` [PATCH v2 rebase 09/34] powerpc/64s/exception: Add ISIDE option
` [PATCH v2 rebase 10/34] powerpc/64s/exception: move real->virt switch into the common handler
` [PATCH v2 rebase 11/34] powerpc/64s/exception: move soft-mask test to common code
` [PATCH v2 rebase 12/34] powerpc/64s/exception: move KVM "
` [PATCH v2 rebase 13/34] powerpc/64s/exception: remove confusing IEARLY option
` [PATCH v2 rebase 14/34] powerpc/64s/exception: remove the SPR saving patch code macros
` [PATCH v2 rebase 15/34] powerpc/64s/exception: trim unused arguments from KVMTEST macro
` [PATCH v2 rebase 16/34] powerpc/64s/exception: hdecrementer avoid touching the stack
` [PATCH v2 rebase 17/34] powerpc/64s/exception: re-inline some handlers
` [PATCH v2 rebase 18/34] powerpc/64s/exception: Clean up SRR specifiers
` [PATCH v2 rebase 19/34] powerpc/64s/exception: add more comments for interrupt handlers
` [PATCH v2 rebase 20/34] powerpc/64s/exception: only test KVM in SRR interrupts when PR KVM is supported
` [PATCH v2 rebase 21/34] powerpc/64s/exception: soft nmi interrupt should not use ret_from_except
` [PATCH v2 rebase 22/34] powerpc/64: system call remove non-volatile GPR save optimisation
` [PATCH v2 rebase 23/34] powerpc/64: system call implement the bulk of the logic in C
` [PATCH v2 rebase 24/34] powerpc/64s: interrupt return "
` [PATCH v2 rebase 25/34] powerpc/64s/exception: remove lite interrupt return
` [PATCH v2 rebase 26/34] powerpc/64: system call: Fix sparse warning about missing declaration
` [PATCH v2 rebase 27/34] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
` [PATCH v2 rebase 28/34] powerpc: move common register copy functions from signal_32.c to signal.c
` [PATCH v2 rebase 29/34] powerpc/perf: consolidate read_user_stack_32
` [PATCH v2 rebase 30/34] powerpc/perf: consolidate valid_user_sp
` [PATCH v2 rebase 31/34] powerpc/64: make buildable without CONFIG_COMPAT
` [PATCH v2 rebase 32/34] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default
` [PATCH v2 rebase 33/34] powerpc/perf: split callchain.c by bitness
` [PATCH v2 rebase 34/34] MAINTAINERS: perf: Add pattern that matches ppc perf to the perf entry


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