Linux-parisc archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-10 17:10:31 to 2021-07-22 08:46:06 UTC [more...]

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

[PATCH v1 00/16] .map_sg() error cleanup
 2021-07-19 20:22 UTC  (28+ messages)
` [PATCH v1 01/16] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v1 02/16] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v1 03/16] iommu: Return full error code from iommu_map_sg[_atomic]()
` [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 08/16] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [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 12/16] parisc: return error code "
` [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  (18+ 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 4/6] scatterlist: "
` [PATCH 5/6] aacraid: remove an unused include
` [PATCH 6/6] mm: remove flush_kernel_dcache_page

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

[PATCH v2 0/4] bus: Make remove callback return void
 2021-07-15 13:02 UTC  (17+ messages)
` [PATCH v2 4/4] "

[PATCH v3 0/5] bus: Make remove callback return void
 2021-07-13  7:40 UTC  (2+ messages)
` [PATCH v3 5/5] "

[PATCH] drivers: parisc: Update sba_iommu driver with proper printks
 2021-07-09 17:20 UTC  (3+ messages)
` [PATCH v1.1] "

[PATCH] drivers: parisc: Update iosapic driver with proper printks
 2021-07-09 17:16 UTC  (3+ messages)
  ` [PATCH v1.1] "

[PATCH] drivers: Follow the indentation coding standard on printks
 2021-07-09 10:30 UTC  (8+ messages)

[PATCH] drivers: parisc: Follow the indentation coding standard on printks
 2021-07-08 18:13 UTC  (5+ messages)
  ` [PATCH net-next v2] drivers: parisc: Remove unnecessary #if blocks

div_u64/do_div stack size usage, was Re: [v3] block: Removed a warning while compiling with a cross compiler for parisc
 2021-07-08 15:01 UTC  (11+ messages)

[PATCH] bus: Make remove callback return void
 2021-07-06 15:11 UTC  (21+ messages)

[PATCH AUTOSEL 5.12 139/160] net: retrieve netns cookie via getsocketopt
 2021-07-06 11:18 UTC 

[PATCH AUTOSEL 5.13 167/189] net: retrieve netns cookie via getsocketopt
 2021-07-06 11:13 UTC 

[PATCH AUTOSEL 5.12 20/80] sched/core: Initialize the idle task with preemption disabled
 2021-07-04 23:05 UTC 

[PATCH AUTOSEL 5.10 19/70] sched/core: Initialize the idle task with preemption disabled
 2021-07-04 23:07 UTC 

[PATCH AUTOSEL 5.13 20/85] sched/core: Initialize the idle task with preemption disabled
 2021-07-04 23:03 UTC 

[to-be-updated] mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t.patch removed from -mm tree
 2021-06-29 20:08 UTC  (4+ messages)

linux-parisc compile failure in current git
 2021-06-23 20:33 UTC  (9+ messages)

+ mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t.patch added to -mm tree
 2021-06-17  9:56 UTC  (6+ messages)

[to-be-updated] mm-rename-p4d_page_vaddr-to-p4d_pgtable-and-make-it-return-pud_t.patch removed from -mm tree
 2021-06-16 23:08 UTC 

+ mm-rename-p4d_page_vaddr-to-p4d_pgtable-and-make-it-return-pud_t.patch added to -mm tree
 2021-06-15 23:38 UTC 

[PATCH v2 1/2] mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
 2021-06-15 11:41 UTC  (3+ messages)
` [PATCH v2 2/2] mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *

Proposal
 2021-06-09 12:10 UTC 

[PATCH resend v2 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
 2021-06-08 16:00 UTC  (9+ messages)
` [PATCH resend v2 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE)
` [PATCH] madvise.2: Document MADV_POPULATE_READ and MADV_POPULATE_WRITE

[PATCH] parisc: syscalls: use pattern rules to generate syscall headers
 2021-05-28  4:06 UTC 

[PATCH 1/5] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
 2021-05-26 14:32 UTC  (2+ messages)

[PATCH v4 0/3] audit: add support for openat2
 2021-05-24 23:04 UTC  (6+ messages)
` [PATCH v4 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v4 2/3] audit: add support for the openat2 syscall

[PATCH 00/20] net: ethernet: remove leading spaces before tabs
 2021-05-19  5:04 UTC  (7+ messages)
` [PATCH 01/20] net: 3com: "
` [PATCH 02/20] net: alteon: "
` [PATCH 03/20] net: amd: "
` [PATCH 04/20] net: apple: "
` [PATCH 05/20] net: broadcom: "

[PATCH v2 01/13] asm-generic: use asm-generic/unaligned.h for most architectures
 2021-05-14 10:00 UTC 

[PATCH] video/logo: protect against divide by zero when reading image
 2021-05-13 11:42 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] sched: Initialize the idle task with preemption disabled
 2021-05-12  9:46 UTC 

[PATCH v3 0/3] audit: add support for openat2
 2021-05-11 18:50 UTC  (6+ messages)
` [PATCH v3 1/3] audit: replace magic audit syscall class numbers with macros

[PATCH v3 1/1] kernel.h: Split out panic and oops helpers
 2021-05-11 14:35 UTC  (2+ messages)

Personal
 2021-05-10 14:06 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 read-only IMAP folder(s) and NNTP newsgroup(s).