sparclinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-29 20:16:24 to 2021-09-21 11:32:44 UTC [more...]

use the generic DMA remap allocator for sparc32
 2021-09-21 11:32 UTC  (7+ messages)
` [PATCH 1/2] sparc32: remove dma_make_coherent
` [PATCH 2/2] sparc32: use DMA_DIRECT_REMAP

Linux 5.15-rc2
 2021-09-20 20:11 UTC  (5+ messages)

[PATCH] agp: define proper stubs for empty helpers
 2021-09-20 18:01 UTC  (2+ messages)

[PATCH v2] sparc: mdesc: Fix compile error seen with gcc 11.x
 2021-09-15 14:04 UTC  (3+ messages)

[PATCH] pci: Rename pcibios_add_device to match
 2021-09-15 10:13 UTC  (3+ messages)

[PATCH] drm/ttm: fix the type mismatch error on sparc64
 2021-09-15  8:20 UTC  (5+ messages)

[PATCH] sparc: mdesc: Fix compile error seen with gcc 11.x
 2021-09-14 15:17 UTC  (8+ messages)

[PATCH bpf-next v2] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-09-14 12:36 UTC  (3+ messages)

[PATCH] sparc32: Page align size in arch_dma_alloc
 2021-09-14 11:39 UTC  (10+ messages)

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-09-13  5:53 UTC  (53+ messages)
` [PATCH v4 01/15] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v4 02/15] x86/tdx: Exclude Shared bit from physical_mask
` [PATCH v4 03/15] x86/tdx: Make pages shared in ioremap()
` [PATCH v4 04/15] x86/tdx: Add helper to do MapGPA hypercall
` [PATCH v4 05/15] x86/tdx: Make DMA pages shared
` [PATCH v4 06/15] x86/kvm: Use bounce buffers for TD guest
` [PATCH v4 07/15] x86/tdx: ioapic: Add shared bit for IOAPIC base address
` [PATCH v4 08/15] x86/tdx: Enable shared memory protected guest flags for TDX guest
` [PATCH v4 09/15] pci: Consolidate pci_iomap* and pci_iomap*wc
` [PATCH v4 10/15] asm/io.h: Add ioremap_shared fallback
` [PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}
` [PATCH v4 12/15] pci: Mark MSI data shared
` [PATCH v4 13/15] virtio: Use shared mappings for virtio PCI devices
` [PATCH v4 14/15] x86/tdx: Implement ioremap_shared for x86
` [PATCH v4 15/15] x86/tdx: Add cmdline option to force use of ioremap_shared

[PATCH v4] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-09 23:36 UTC  (2+ messages)

[PATCH v2 0/3] power: reset: Convert Power-Off driver to tristate
 2021-09-09 12:04 UTC  (2+ messages)
` [PATCH v2 1/3] arch: Export machine_restart() instances so they can be called from modules

[PATCH bpf-next] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-09-09  7:57 UTC  (3+ messages)

[PATCH] Enable '-Werror' by default for all kernel builds
 2021-09-08 14:47 UTC  (22+ messages)

[RFC PATCH bpf-next] bpf: Make actual max tail call count as MAX_TAIL_CALL_CNT
 2021-09-08  8:20 UTC 

[PATCH v3] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-08  3:52 UTC  (3+ messages)

[PATCH v2] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-06 20:36 UTC  (4+ messages)

[PATCH] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-04 11:59 UTC  (3+ messages)

[PATCH] kernel/watchdog: change prototype of watchdog_nmi_enable()
 2021-09-02  2:53 UTC  (3+ messages)

3% OFFER>
 2021-09-01  7:31 UTC 

[PATCH] sparc: Fix spelling mistake "wont" -> "won't"
 2021-08-26 12:04 UTC 

[PATCH 2/3] trace: refactor TRACE_IRQFLAGS_SUPPORT in Kconfig
 2021-08-25  3:49 UTC  (7+ messages)

[PATCH linux-next] arch/sparc/mm/fault_64.c: fix bugon.cocci warnings
 2021-08-23  2:07 UTC 

[PATCH] sparc: switch from 'pci_' to 'dma_' API
 2021-08-22 20:17 UTC 

[PATCH v2] init: consolidate trap_init()
 2021-08-22 19:48 UTC  (2+ messages)

[PATCH v3 00/21] .map_sg() error cleanup
 2021-08-09 15:16 UTC  (19+ messages)
` [PATCH v3 01/21] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v3 05/21] alpha: return error code from alpha_pci_map_sg()
` [PATCH v3 06/21] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v3 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v3 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [PATCH v3 10/21] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v3 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 12/21] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v3 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 14/21] sparc/iommu: return error codes from .map_sg() ops
` [PATCH v3 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 16/21] parisc: return error code from .map_sg() ops
` [PATCH v3 17/21] xen: swiotlb: return error code from xen_swiotlb_map_sg()
` [PATCH v3 18/21] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v3 19/21] x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 20/21] dma-mapping: return error code from dma_dummy_map_sg()

Build regressions/improvements in v5.14-rc5
 2021-08-09 11:32 UTC 

[PATCH] sparc64: fix boot on UltraSparcIII+
 2021-08-07 20:49 UTC 

[PATCH v4 0/3] audit: add support for openat2
 2021-08-05 22:01 UTC  (3+ messages)
` [PATCH v4 1/3] audit: replace magic audit syscall class numbers with macros

[RFC PATCH 02/15] arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER
 2021-08-05 19:02 UTC 

[PATCH 0/3] power: reset: Convert Power-Off driver to tristate
 2021-08-05 18:54 UTC  (6+ messages)
` [PATCH 1/3] arch: Export machine_restart() instances so they can be called from modules

[PATCH v3] sock: allow reading and changing sk_userlocks with setsockopt
 2021-08-04 12:00 UTC  (3+ messages)

[PATCH v2] sock: allow reading and changing sk_userlocks with setsockopt
 2021-08-03 12:42 UTC  (6+ messages)

[sparc32] userland unaligned access
 2020-08-21  0:19 UTC  (4+ messages)

[git pull] work.sparc32
 2021-02-27  0:17 UTC  (2+ messages)

[PATCH v2 00/21] .map_sg() error cleanup
 2021-08-02 10:34 UTC  (3+ messages)
` [PATCH v2 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR

[PATCH] sock: allow reading and changing sk_userlocks with setsockopt
 2021-07-30 14:21 UTC  (3+ messages)

[PATCH v5 0/6] compat: remove compat_alloc_user_space
 2021-07-30 13:35 UTC  (3+ messages)

[PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE
 2021-07-30 11:53 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).