linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-16 17:45:01 to 2019-11-19 17:35:03 UTC [more...]

[PATCH 00/11] opencapi: enable card reset and link retraining
 2019-11-19 17:32 UTC  (27+ messages)
` [PATCH 02/11] powerpc/powernv/ioda: Protect PE list
` [PATCH 04/11] powerpc/powernv/ioda: Release opencapi device
` [PATCH 05/11] powerpc/powernv/ioda: Find opencapi slot for a device node
` [PATCH 06/11] pci/hotplug/pnv-php: Remove erroneous warning
` [PATCH 07/11] pci/hotplug/pnv-php: Improve error msg on power state change failure
` [PATCH 08/11] pci/hotplug/pnv-php: Register opencapi slots
` [PATCH 01/11] powerpc/powernv/ioda: Fix ref count for devices with their own PE

[PATCH v3 00/15] Enable CONFIG_VMAP_STACK on PPC32
 2019-11-19 17:23 UTC  (6+ messages)
` [PATCH v3 15/15] powerpc/32s: Activate CONFIG_VMAP_STACK

[PATCH] dma-mapping: treat dev->bus_dma_mask as a DMA limit
 2019-11-19 17:17 UTC  (4+ messages)

unify the dma_capable definition
 2019-11-19 16:46 UTC  (8+ messages)
  ` [PATCH 1/3] dma-direct: unify the dma_capable definitions

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

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-11-19 14:16 UTC  (5+ messages)
` [PATCH v6 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()

[PATCH v11 0/4] kasan: support backing vmalloc space with real shadow memory
 2019-11-19  9:54 UTC  (5+ messages)
` [PATCH v11 1/4] "

[PATCH 00/12] Convert cpu_up/down to device_online/offline
 2019-11-19  9:47 UTC  (6+ messages)
` [PATCH 03/12] powerpc: Replace cpu_up/down with device_online/offline

[PATCH v4 0/3] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-11-19  8:29 UTC  (8+ messages)

[PATCH 0/5] powerpc: Remove five unused variables
 2019-11-19  6:14 UTC  (6+ messages)
` [PATCH 1/5] powerpc/fadump: Remove set but not used variable 'elf'
` [PATCH 2/5] powerpc/perf: Remove set but not used variable 'target'
` [PATCH 3/5] powerpc/powernv: Remove set but not used variable 'total_vfs'
` [PATCH 4/5] powerpc/powernv: Remove set but not used variable 'pdn'
` [PATCH 5/5] powerpc/powernv: Remove set but not used variable 'parent'

[PATCH] KVM: PPC: Remove set but not used variable 'ra','rs','rt'
 2019-11-19  6:27 UTC 

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-19  7:00 UTC  (20+ messages)
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages

[PATCH] powerpc/pseries: remove variable 'status' set but not used
 2019-11-19  5:53 UTC  (2+ messages)

[PATCH 4.14 145/239] libfdt: Ensure INT_MAX is defined in libfdt_env.h
 2019-11-19  5:19 UTC 

[PATCH 4.19 270/422] libfdt: Ensure INT_MAX is defined in libfdt_env.h
 2019-11-19  5:17 UTC 

[-merge] BUG followed by oops running ndctl tests
 2019-11-19  5:24 UTC  (3+ messages)

[PATCH v4 0/3] LLVM/Clang fixes for pseries_defconfig
 2019-11-19  4:57 UTC  (5+ messages)
` [PATCH v5 0/3] LLVM/Clang fixes for a few defconfigs
  ` [PATCH v5 1/3] powerpc: Don't add -mabi= flags when building with Clang
  ` [PATCH v5 2/3] powerpc: Avoid clang warnings around setjmp and longjmp
  ` [PATCH v5 3/3] powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmp

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2019-11-19  4:41 UTC  (10+ messages)
` [PATCH 08/10] nvdimm: Add driver for OpenCAPI Storage Class Memory

[Bug 205327] New: kmemleak reports various leaks in "swapper/0"
 2019-11-19  1:26 UTC  (3+ messages)
` [Bug 205327] "

[PATCH] of: unittest: fix memory leak in attach_node_and_children
 2019-11-19  1:25 UTC  (2+ messages)

powerpc ftrace broken due to "manual merge of the ftrace tree with the arm64 tree"
 2019-11-18 17:11 UTC  (7+ messages)

HPT allocation failures on POWER8 KVM hosts
 2019-11-18 11:42 UTC  (3+ messages)

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

[PATCH v4 1/2] powerpc/32: Split kexec low level code out of misc_32.S
 2019-11-18 11:23 UTC  (3+ messages)
` [PATCH v4 2/2] powerpc/kexec: move kexec files into a dedicated subdir

[PATCH] powerpc/8xx: Fix permanently mapped IMMR region
 2019-11-18 11:17 UTC  (2+ messages)

[PATCH] tools/perf/metricgroup: Fix printing event names of metric group with multiple events
 2019-11-18 10:37 UTC 

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

[PATCH v2] powerpc/powernv: Disable native PCIe port management
 2019-11-18  6:55 UTC 

[Bug 205183] New: PPC64: Signal delivery fails with SIGSEGV if between about 1KB and 4KB bytes of stack remain
 2019-11-18  4:28 UTC  (2+ messages)
` [Bug 205183] "

[PATCH v2] powerpc/perf: Disable trace_imc pmu
 2019-11-18  3:44 UTC 

[PATCH] ASoC: fsl_audmix: add missed pm_runtime_disable
 2019-11-18  2:47 UTC 

Pull request: scottwood/linux.git next
 2019-11-17  9:44 UTC 

[PATCH v17 00/13] open: introduce openat2(2) syscall
 2019-11-17  1:28 UTC  (28+ messages)
` [PATCH v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v17 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v17 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v17 04/13] namei: allow set_root() "
` [PATCH v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT, BENEATH}: permit limited ".." resolution
  ` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: "
` [PATCH v17 11/13] open: introduce openat2(2) syscall
` [PATCH v17 12/13] selftests: add openat2(2) selftests
` [PATCH v17 13/13] Documentation: path-lookup: include new LOOKUP flags

[PATCH v16 00/12] open: introduce openat2(2) syscall
 2019-11-16 18:09 UTC  (8+ messages)
` [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors
` [PATCH v16 06/12] namei: LOOKUP_NO_XDEV: block mountpoint crossing


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