linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 16:24:52 to 2020-09-15 22:23:59 UTC [more...]

a saner API for allocating DMA addressable pages v3
 2020-09-15 15:51 UTC  (7+ messages)
` [PATCH 04/18] drm/nouveau/gk20a: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API
` [PATCH 16/18] dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent
` [PATCH 18/18] firewire-ohci: use dma_alloc_pages

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-15  9:19 UTC  (16+ messages)
` [Intel-gfx] "

a saner API for allocating DMA addressable pages v2
 2020-09-15  6:36 UTC  (26+ messages)
` [PATCH 01/17] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 02/17] mm: turn alloc_pages into an inline function
` [PATCH 03/17] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/17] drm/nouveau/gk20a: "
` [PATCH 05/17] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/17] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/17] 53c700: improve non-coherent DMA handling
` [PATCH 08/17] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/17] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/17] hal2: "
` [PATCH 11/17] sgiseeq: "
` [PATCH 12/17] 53c700: "
` [PATCH 13/17] dma-mapping: remove dma_cache_sync
` [PATCH 14/17] dma-mapping: add a new dma_alloc_pages API
` [PATCH 15/17] dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
` [PATCH 16/17] dma-iommu: implement ->alloc_noncoherent
` [PATCH 17/17] firewire-ohci: use dma_alloc_pages

[PATCH net-next v2 0/3] First bunch of Tulip cleanups
 2020-09-15  4:24 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: dec: tulip: de2104x: Replace alloc_etherdev by devm_alloc_etherdev
` [PATCH net-next v2 2/3] net: dec: tulip: de2104x: Replace pci_enable_device with devres version
` [PATCH net-next v2 3/3] net: dec: tulip: de2104x: Replace kmemdup() with devm_kmempdup()

[PATCH net-next 0/3] First bunch of cleanups
 2020-09-14  3:04 UTC  (5+ messages)
` [PATCH net-next 1/3] net: dec: tulip: de2104x: Replace alloc_etherdev by devm_alloc_etherdev
` [PATCH net-next 2/3] net: dec: tulip: de2104x: Replace pci_enable_device with devres version
` [PATCH net-next 3/3] net: dec: tulip: de2104x: Replace kmemdup() with devm_kmempdup()

[PATCH] tulip: switch from 'pci_' to 'dma_' API
 2020-09-13 21:44 UTC  (2+ messages)

[PATCH] tulip: de2104x: switch from 'pci_' to 'dma_' API
 2020-09-13 21:44 UTC  (3+ messages)

[PATCH] tulip: dmfe: switch from 'pci_' to 'dma_' API
 2020-09-13 21:44 UTC  (2+ messages)

[PATCH] tulip: uli526x: switch from 'pci_' to 'dma_' API
 2020-09-13 21:44 UTC  (2+ messages)

[PATCH] tulip: windbond-840: Fix a debug message
 2020-09-13 21:21 UTC  (2+ messages)

[PATCH] tulip: windbond-840: switch from 'pci_' to 'dma_' API
 2020-09-13 21:21 UTC  (2+ messages)

[PATCH] ata: pata_ns87415.c: Driver works on parisc with superio chip
 2020-09-12 10:51 UTC 

[PATCH] parisc: disable CONFIG_IDE in defconfigs
 2020-09-12 10:41 UTC  (2+ messages)

[PATCH net] net: dec: de2104x: Increase receive ring size for Tulip
 2020-09-10 22:29 UTC  (3+ messages)

[PATCH v10 0/7] arm64: expose FAR_EL1 tag bits in siginfo
 2020-09-08 15:13 UTC  (16+ messages)
` [PATCH v10 1/7] parisc: start using signal-defs.h
` [PATCH v10 2/7] arch: move SA_* definitions to generic headers
` [PATCH v10 3/7] signal: clear non-uapi flag bits when passing/returning sa_flags
` [PATCH v10 4/7] signal: define the SA_UNSUPPORTED bit in sa_flags
` [PATCH v10 5/7] signal: deduplicate code dealing with common _sigfault fields
` [PATCH v10 6/7] signal: define the field siginfo.si_xflags
` [PATCH v10 7/7] arm64: expose FAR_EL1 tag bits in siginfo

[PATCH 0/2] dma-mapping: update default segment_boundary_mask
 2020-09-03 17:53 UTC  (10+ messages)
` [PATCH 1/2] dma-mapping: introduce dma_get_seg_boundary_nr_pages()
` [PATCH 2/2] dma-mapping: set default segment_boundary_mask to ULONG_MAX

a saner API for allocating DMA addressable pages
 2020-09-03  8:46 UTC  (57+ messages)
  ` [PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
  ` [PATCH 06/28] lib82596: move DMA allocation into the callers of i82596_probe
  ` [PATCH 07/28] 53c700: improve non-coherent DMA handling
  ` [PATCH 08/28] MIPS: make dma_sync_*_for_cpu a little less overzealous
  ` [PATCH 09/28] MIPS/jazzdma: remove the unused vdma_remap function
  ` [PATCH 10/28] MIPS/jazzdma: decouple from dma-direct
  ` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc,free}_pages
    ` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc, free}_pages
  ` [PATCH 22/28] sgiseeq: convert from dma_cache_sync to dma_sync_single_for_device

[PATCH] parisc/stifb: Convert STI core driver to dynamic printk
 2020-09-02 15:39 UTC 

[RESEND][PATCH 0/7] Avoid overflow at boundary_size
 2020-09-01 20:53 UTC  (13+ messages)
` [RESEND][PATCH 1/7] powerpc/iommu: "
` [RESEND][PATCH 2/7] alpha: "
` [RESEND][PATCH 3/7] ia64/sba_iommu: "
` [RESEND][PATCH 4/7] s390/pci_dma: "
` [RESEND][PATCH 5/7] sparc: "
` [RESEND][PATCH 6/7] x86/amd_gart: "
` [RESEND][PATCH 7/7] parisc: "

[PATCH v3 15/23] parisc: use asm-generic/mmu_context.h for no-op implementations
 2020-09-01 14:15 UTC 

[PATCH v5] parisc: Fix spinlock barriers
 2020-08-31 20:06 UTC  (3+ messages)

[PATCH] parisc: Drop useless comments in uapi/asm/signal.h
 2020-08-29 16:38 UTC  (3+ messages)

[RFC][PATCH] parisc: Drop parisc special case for __sighandler_t
 2020-08-29 16:36 UTC 

[PATCH] parisc: Drop HP-UX specifix fcntl and signal flags
 2020-08-29 12:22 UTC  (3+ messages)

[RFC PATCH] parisc: Define O_NONBLOCK to become 000200000
 2020-08-29 12:20 UTC 

[PATCH v2 15/23] parisc: use asm-generic/mmu_context.h for no-op implementations
 2020-08-29  9:09 UTC  (2+ messages)

[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-08-27  1:37 UTC  (17+ messages)
` [PATCH] block: "

[PATCH v9 0/6] arm64: expose FAR_EL1 tag bits in siginfo
 2020-08-26 16:15 UTC  (32+ messages)
` [PATCH v9 2/6] arch: move SA_* definitions to generic headers
` [PATCH v9 3/6] signal: clear non-uapi flag bits when passing/returning sa_flags
` [PATCH v9 4/6] signal: define the SA_UNSUPPORTED bit in sa_flags
` [PATCH v9 5/6] signal: define the field siginfo.si_xflags
` [PATCH v9 6/6] arm64: expose FAR_EL1 tag bits in siginfo

KASAN: use-after-free Read in ntfs_read_locked_inode
 2020-08-26 10:37 UTC 

[RFT][PATCH 0/7] Avoid overflow at boundary_size
 2020-08-25 23:19 UTC  (3+ messages)

[RFT][PATCH 7/7] parisc: Avoid overflow at boundary_size
 2020-08-20 23:21 UTC 

[RFC][PATCH] parisc NMI backtrace support
 2020-08-20 20:23 UTC  (2+ messages)
` [RFC][PATCH v2] "


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