linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-31 13:42:39 to 2019-11-04 20:35:25 UTC [more...]

ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*
 2019-11-04  9:03 UTC  (6+ messages)

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-04 20:31 UTC  (34+ messages)
` [PATCH v2 01/18] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v2 02/18] mm/gup: factor out duplicate code from four routines
` [PATCH v2 03/18] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 06/18] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v2 08/18] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v2 09/18] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v2 10/18] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v2 11/18] net/xdp: "
` [PATCH v2 12/18] mm/gup: track FOLL_PIN pages
` [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v2 14/18] vfio, mm: "
` [PATCH v2 15/18] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v2 16/18] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v2 17/18] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v2 18/18] mm/gup: remove support for gup(FOLL_LONGTERM)

[PATCH v5 0/6] powerpc: convert cache asm to C
 2019-11-04 19:43 UTC  (9+ messages)
` [PATCH v5 1/6] powerpc: Allow flush_icache_range to work across ranges >4GB
` [PATCH v5 2/6] powerpc: Allow 64bit VDSO __kernel_sync_dicache "
` [PATCH v5 3/6] powerpc: define helpers to get L1 icache sizes
` [PATCH v5 4/6] powerpc: Convert flush_icache_range & friends to C
` [PATCH v5 5/6] powerpc: Chunk calls to flush_dcache_range in arch_*_memory
` [PATCH v5 6/6] powerpc: Don't flush caches when adding memory

PROBLEM: PCIe Bus Error atleast
 2019-11-04 19:34 UTC  (5+ messages)

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-04 19:20 UTC  (36+ messages)
` [PATCH 01/19] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH 02/19] mm/gup: factor out duplicate code from four routines
` [PATCH 03/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 05/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 07/19] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH 08/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 11/19] net/xdp: "
` [PATCH 13/19] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[PATCH v1 0/7] PCI: dt: Remove magic numbers for legacy PCI IRQ interrupts
 2019-11-04 16:38 UTC  (3+ messages)
` [PATCH v1 5/7] powerpc: dts: fsl: Use IRQ flags "
` [PATCH v1 6/7] powerpc: dts: "

Onboard SD card doesn't work anymore after the 'mmc-v5.4-2' updates
 2019-11-04 14:44 UTC  (3+ messages)

[PATCH 0/3] libfdt: prepare for (U)INT32_MAX addition
 2019-11-04 14:00 UTC  (5+ messages)
` [PATCH 1/3] libfdt: add SPDX-License-Identifier to libfdt wrappers
` [PATCH 2/3] ARM: decompressor: simplify libfdt builds
` [PATCH 3/3] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h

[PATCH v3] cpufreq: powernv: fix stack bloat and hard limit on num cpus
 2019-11-04 11:06 UTC  (2+ messages)

[PATCH] powerpc/papr_scm: Delete unnecessary assignment for the field “owner”
 2019-11-04 10:57 UTC  (3+ messages)

[PATCH] L1TF support in PowerPC SYSFS
 2019-11-04 10:28 UTC  (3+ messages)

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-11-04  8:59 UTC  (9+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"

[PATCH 0/7] towards QE support on ARM
 2019-11-04  8:38 UTC  (48+ messages)
` [PATCH v3 00/36] QUICC Engine "
  ` [PATCH v3 01/36] soc: fsl: qe: remove space-before-tab
  ` [PATCH v3 02/36] soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs
  ` [PATCH v3 03/36] soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers
  ` [PATCH v3 04/36] soc: fsl: qe: introduce qe_io{read,write}* wrappers
  ` [PATCH v3 05/36] soc: fsl: qe: avoid ppc-specific io accessors
  ` [PATCH v3 06/36] soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic
  ` [PATCH v3 07/36] soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32
  ` [PATCH v3 08/36] soc: fsl: qe: drop unneeded #includes
  ` [PATCH v3 09/36] soc: fsl: qe: drop assign-only high_active in qe_ic_init
  ` [PATCH v3 10/36] soc: fsl: qe: remove pointless sysfs registration in qe_ic.c
  ` [PATCH v3 11/36] soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xx
  ` [PATCH v3 12/36] soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/
  ` [PATCH v3 13/36] powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQ
  ` [PATCH v3 14/36] powerpc/85xx: remove mostly pointless mpc85xx_qe_init()
  ` [PATCH v3 15/36] soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c
  ` [PATCH v3 16/36] soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low
  ` [PATCH v3 17/36] soc: fsl: qe: remove unused qe_ic_set_* functions
  ` [PATCH v3 18/36] soc: fsl: qe: don't use NO_IRQ in qe_ic.c
  ` [PATCH v3 19/36] soc: fsl: qe: make qe_ic_get_{low,high}_irq static
  ` [PATCH v3 20/36] soc: fsl: qe: simplify qe_ic_init()
  ` [PATCH v3 21/36] soc: fsl: qe: merge qe_ic.h headers into qe_ic.c
  ` [PATCH v3 22/36] soc: fsl: qe: qe.c: use of_property_read_* helpers
  ` [PATCH v3 23/36] soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()
  ` [PATCH v3 24/36] soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpu
  ` [PATCH v3 25/36] soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()
  ` [PATCH v3 26/36] soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fsl
  ` [PATCH v3 27/36] soc/fsl/qe/qe.h: update include path for cpm.h
  ` [PATCH v3 28/36] serial: ucc_uart: explicitly include soc/fsl/cpm.h
  ` [PATCH v3 29/36] serial: ucc_uart: replace ppc-specific IO accessors
  ` [PATCH v3 30/36] serial: ucc_uart: factor out soft_uart initialization
  ` [PATCH v3 31/36] serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32
  ` [PATCH v3 32/36] serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()
  ` [PATCH v3 33/36] serial: ucc_uart: access __be32 field using be32_to_cpu
  ` [PATCH v3 34/36] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32
  ` [PATCH v3 35/36] net/wan: make FSL_UCC_HDLC "
  ` [PATCH v3 36/36] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE

[PATCH v10 0/8] KVM: PPC: Driver to manage pages of secure guest
 2019-11-04  4:18 UTC  (9+ messages)
` [PATCH v10 1/8] mm: ksm: Export ksm_madvise()
` [PATCH v10 2/8] KVM: PPC: Support for running secure guests
` [PATCH v10 3/8] KVM: PPC: Shared pages support for "
` [PATCH v10 4/8] KVM: PPC: Radix changes for secure guest
` [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 v10 8/8] KVM: PPC: Ultravisor: Add PPC_UV config option

Pull request: scottwood/linux.git next
 2019-11-04  2:38 UTC  (6+ messages)

[PATCH V8] mm/debug: Add tests validating architecture page table helpers
 2019-11-04  2:15 UTC  (3+ messages)

[PATCH 1/1] powerpc/crypto: Add cond_resched() in crc-vpmsum self-test
 2019-11-03 23:33 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.4-4 tag
 2019-11-02 18:35 UTC  (2+ messages)

[PATCH v5 0/5] Implement STRICT_MODULE_RWX for powerpc
 2019-11-02 10:45 UTC  (4+ messages)
` [PATCH v5 2/5] powerpc/kprobes: Mark newly allocated probes as RO

Defunct Abatron / BDI2000?
 2019-11-02  0:40 UTC 

[PATCH v1 00/10] mm: Don't mark hotplugged pages PG_reserved (including ZONE_DEVICE)
 2019-11-01 19:24 UTC  (2+ messages)

[PATCH v15 06/23] powerpc: mm: Add p?d_leaf() definitions
 2019-11-01 14:09 UTC 

[PATCH 1/2] powerpc/xmon: Allow passing an argument to ppc_md.restart()
 2019-11-01  8:55 UTC  (2+ messages)
` [PATCH 2/2] powerpc/powernv: Allow manually invoking special reboots

[PATCH v2 0/3] libfdt: prepare for (U)INT32_MAX addition
 2019-11-01  8:11 UTC  (4+ messages)
` [PATCH v2 1/3] libfdt: add SPDX-License-Identifier to libfdt wrappers
` [PATCH v2 2/3] ARM: decompressor: simplify libfdt builds
` [PATCH v2 3/3] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h

[PATCH v2 1/2] powerpc/powernv: Rework exports to support subnodes
 2019-11-01  6:26 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/powernv: Use common code for the symbol_map export

loop nesting in alignment exception and machine check
 2019-11-01  1:57 UTC  (3+ messages)
      ` 答复: 答复: "

[PATCH v3] drm/radeon: Fix EEH during kexec
 2019-10-31 15:24 UTC  (2+ messages)

[PATCH] dma/direct: turn ARCH_ZONE_DMA_BITS into a variable
 2019-10-31 18:32 UTC  (8+ messages)

[PATCH RFC 0/5] ARM: Raspberry Pi 4 DMA support
 2019-10-31 17:26 UTC  (6+ messages)
` [PATCH RFC 1/5] dma/direct: turn ARCH_ZONE_DMA_BITS into a variable

[PATCH v10 0/9] powerpc: Enabling IMA arch specific secure boot policies
 2019-10-31 17:22 UTC  (4+ messages)
` [PATCH v10 5/9] ima: make process_buffer_measurement() generic

[RFC PATCH 0/9] Fixes and Enablement of ibm,drc-info property
 2019-10-31 17:14 UTC  (5+ messages)
` [RFC PATCH 1/9] powerpc/pseries: add cpu DLPAR support for drc-info property

[PATCH v2 0/1] pseries/hotplug: Change the default behaviour of cede_offline
 2019-10-31 16:30 UTC  (3+ messages)
` [PATCH v2 1/1] pseries/hotplug-cpu: Change default behaviour of cede_offline to "off"

[RFC PATCH 1/4] libnvdimm/namespace: Make namespace size validation arch dependent
 2019-10-31 15:53 UTC  (8+ messages)

[PATCH v1 00/12] powerpc/pseries: CMM: Implement balloon compaction and remove isolate notifier
 2019-10-31 14:35 UTC  (14+ messages)
` [PATCH v1 01/12] powerpc/pseries: CMM: Implement release() function for sysfs device
` [PATCH v1 02/12] powerpc/pseries: CMM: Report errors when registering notifiers fails
` [PATCH v1 03/12] powerpc/pseries: CMM: Cleanup rc handling in cmm_init()
` [PATCH v1 04/12] powerpc/pseries: CMM: Drop page array
` [PATCH v1 05/12] powerpc/pseries: CMM: Use adjust_managed_page_count() insted of totalram_pages_*
` [PATCH v1 06/12] powerpc/pseries: CMM: Rip out memory isolate notifier
` [PATCH v1 07/12] powerpc/pseries: CMM: Convert loaned_pages to an atomic_long_t
` [PATCH v1 08/12] powerpc/pseries: CMM: Implement balloon compaction
` [PATCH v1 09/12] powerpc/pseries: CMM: Switch to balloon_page_alloc()
` [PATCH v1 10/12] powerpc/pseries: CMM: Simulation mode
` [PATCH v1 11/12] mm: remove the memory isolate notifier
` [PATCH v1 12/12] mm: remove "count" parameter from has_unmovable_pages()

[RFC PATCH 0/5] powerpc: make iowrite32be etc. inline
 2019-10-31 13:46 UTC  (3+ messages)

[PATCH] powerpc/sysdev: drop simple gpio
 2019-10-31 13:47 UTC 


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