linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-15 16:46:21 to 2021-08-13 02:28:22 UTC [more...]

[PATCH -next] trap: Cleanup trap_init()
 2021-08-13  2:27 UTC  (4+ messages)

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-08-12 22:29 UTC  (20+ 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] parisc: move core-y in arch/parisc/Makefile to arch/parisc/Kbuild
 2021-08-11 16:41 UTC 

[PATCH v3 00/21] .map_sg() error cleanup
 2021-08-09 15:16 UTC  (23+ messages)
` [PATCH v3 01/21] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v3 02/21] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v3 03/21] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v3 04/21] dma-iommu: Return error code from iommu_dma_map_sg()
` [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()
` [PATCH v3 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error

[PATCH v2] parisc: Make struct parisc_driver::remove() return void
 2021-08-09  4:19 UTC  (3+ messages)

[PATCH] parisc: Make struct parisc_driver::remove() return void
 2021-08-07  9:11 UTC  (4+ messages)

[PATCH] tulip: Remove deadcode on startup true condition
 2021-08-06 12: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

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

flush_kernel_dcache_page fixes and removal
 2021-08-04 11:12 UTC  (10+ messages)
` [PATCH 1/6] mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_data
` [PATCH 2/6] mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_page
` [PATCH 3/6] ps3disk: "
` [PATCH 5/6] aacraid: remove an unused include

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

[PATCH 2/3] trace: refactor TRACE_IRQFLAGS_SUPPORT in Kconfig
 2021-08-02 18:03 UTC  (6+ messages)

[PATCH v2 00/21] .map_sg() error cleanup
 2021-08-02 10:34 UTC  (25+ messages)
` [PATCH v2 01/21] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v2 02/21] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v2 03/21] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v2 04/21] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v2 05/21] alpha: return error code from alpha_pci_map_sg()
` [PATCH v2 06/21] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v2 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v2 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [PATCH v2 10/21] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v2 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 12/21] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v2 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 14/21] sparc/iommu: return error codes from .map_sg() ops
` [PATCH v2 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 16/21] parisc: return error code from .map_sg() ops
` [PATCH v2 17/21] xen: swiotlb: return error code from xen_swiotlb_map_sg()
` [PATCH v2 18/21] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v2 19/21] x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 20/21] dma-mapping: return error code from dma_dummy_map_sg()
` [PATCH v2 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error

Donation of a HP PARISC machine?
 2021-07-31  7:01 UTC  (2+ messages)

[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  (20+ messages)
` [PATCH v5 1/6] kexec: move locking into do_kexec_load
` [PATCH v5 2/6] kexec: avoid compat_alloc_user_space
` [PATCH v5 3/6] mm: simplify compat_sys_move_pages
` [PATCH v5 4/6] mm: simplify compat numa syscalls
` [PATCH v5 5/6] compat: remove some compat entry points
` [PATCH v5 6/6] arch: remove compat_alloc_user_space

[PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE
 2021-07-30 11:53 UTC  (5+ messages)

[PATCH] parisc: remove unused install target from arch/parisc/boot/Makefile
 2021-07-29 14:13 UTC 

[PATCH] tulip: windbond-840: Fix missing pci_disable_device() in probe and remove
 2021-07-28  8:30 UTC  (2+ messages)

[PATCH net-next v3 00/31] ndo_ioctl rework
 2021-07-27 20:00 UTC  (3+ messages)
` [PATCH net-next v3 07/31] tulip: use ndo_siocdevprivate

[PATCH v3 0/6] asm-generic: strncpy_from_user/strnlen_user cleanup
 2021-07-26  8:55 UTC  (26+ messages)
` [PATCH v3 1/9] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
` [PATCH v3 2/9] h8300: remove stale strncpy_from_user
` [PATCH v3 3/9] hexagon: use generic strncpy/strnlen from_user
` [PATCH v3 4/9] arc: "
` [PATCH v3 5/9] csky: "
` [PATCH v3 6/9] microblaze: "
` [PATCH v3 7/9] asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user
` [PATCH v3 8/9] asm-generic: remove extra strn{cpy_from,len}_user declarations
` [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols
  ` [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM, STRNLEN}_USER symbols

[PATCH] configs: Remove the obsolete CONFIG_INPUT_POLLDEV
 2021-07-26  7:47 UTC 

[PATCH 8/8] tty: pdc_cons, free tty_driver upon failure
 2021-07-23  7:43 UTC 

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-22  8:45 UTC  (5+ messages)
` [PATCH v4 5/5] "

[PATCH v1 00/16] .map_sg() error cleanup
 2021-07-19 20:22 UTC  (24+ messages)
` [PATCH v1 01/16] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v1 04/16] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v1 05/16] alpha: return error code from alpha_pci_map_sg()
` [PATCH v1 06/16] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v1 07/16] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v1 09/16] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v1 10/16] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v1 11/16] sparc/iommu: return error codes from .map_sg() ops
` [PATCH v1 13/16] xen: swiotlb: return error code from xen_swiotlb_map_sg()
` [PATCH v1 14/16] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v1 15/16] dma-mapping: return error code from dma_dummy_map_sg()
` [PATCH v1 16/16] dma-mapping: Disallow .map_sg operations from returning zero on error

flush_kernel_dcache_page fixes and removal
 2021-07-19 15:42 UTC  (3+ messages)

[PATCH 0/3] Make PMD_ORDER generically available
 2021-07-15 19:16 UTC  (6+ messages)
` [PATCH 1/3] arm: Rename PMD_ORDER to PMD_TABLE_ORDER


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