Sparclinux Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-26 04:39:30 to 2021-07-29 07:17:10 UTC [more...]

[PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE
 2021-07-29  7:17 UTC  (4+ messages)

[PATCH v5 0/6] compat: remove compat_alloc_user_space
 2021-07-28 16:10 UTC  (18+ 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

[helgaas@kernel.org: Re: aarch64 efi boot failures with qemu 6.0+]
 2021-07-26 21:43 UTC 

[PATCH v2 00/21] .map_sg() error cleanup
 2021-07-25  6:07 UTC  (24+ 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

[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

siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago
 2021-07-16 17:15 UTC  (21+ messages)
        ` [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union
          ` [PATCH 0/6] Final si_trapno bits
            ` [PATCH 1/6] sparc64: Add compile-time asserts for siginfo_t offsets
            ` [PATCH 2/6] arm: "
            ` [PATCH 3/6] arm64: "
            ` [PATCH 4/6] signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRP
            ` [PATCH 5/6] signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNK
            ` [PATCH 6/6] signal: Remove the generic __ARCH_SI_TRAPNO support
            ` [PATCH 7/7] signal: Verify the alignment and size of siginfo_t
            ` [PATCH 8/6] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency

[PATCH 1/3] sparc64: Add compile-time asserts for siginfo_t offsets
 2021-07-12 10:38 UTC  (7+ messages)
` [PATCH 3/3] arm64: "

[PATCH] locking/atomic: sparc: fix arch_cmpxchg64_local()
 2021-07-07 20:56 UTC  (2+ messages)

[sparc64] locking/atomic, kernel OOPS on running stress-ng
 2021-07-07  8:26 UTC  (8+ messages)
  ` [PATCH] HACK: disable instrumentation of xchg/cmpxchg

[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 

[sparc64] kernel panic from running a program in userspace
 2021-06-19  9:45 UTC  (3+ 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 

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

[PATCH 0/2] couple of sparc 32 mm fixes
 2021-06-16 10:45 UTC  (3+ messages)
` [PATCH 1/2] sparc32: remove mm_cpumask clearing to fix kthread_use_mm race
` [PATCH 2/2] sparc32: fix mm_cpumask maintenance causing missing TLB flushing

+ 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 

+ mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_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 *

[PATCH v3 0/9] Remove DISCONTIGMEM memory model
 2021-06-12  5:43 UTC  (14+ messages)
` [PATCH v3 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH v3 2/9] arc: update comment about HIGHMEM implementation
` [PATCH v3 3/9] arc: remove support for DISCONTIGMEM
` [PATCH v3 4/9] m68k: "
` [PATCH v3 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH v3 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH v3 7/9] docs: remove description of DISCONTIGMEM
` [PATCH v3 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH v3 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH v3 09/23] elf: Use sysinfo_ehdr in ARCH_DLINFO()
 2021-06-11 18:02 UTC  (2+ messages)
` [PATCH v3 12/23] sparc/vdso: Remove vdso pointer from mm->context

[PATCH v2 0/9] Remove DISCINTIGMEM memory model
 2021-06-09 14:50 UTC  (18+ messages)
` [PATCH v2 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH v2 2/9] arc: update comment about HIGHMEM implementation
` [PATCH v2 3/9] arc: remove support for DISCONTIGMEM
` [PATCH v2 4/9] m68k: "
` [PATCH v2 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH v2 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH v2 7/9] docs: remove description of DISCONTIGMEM
` [PATCH v2 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH v2 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH 0/9] Remove DISCINTIGMEM memory model
 2021-06-09 10:58 UTC  (20+ messages)
` [PATCH 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH 2/9] arc: update comment about HIGHMEM implementation
` [PATCH 3/9] arc: remove support for DISCONTIGMEM
` [PATCH 4/9] m68k: "
` [PATCH 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH 7/9] docs: remove description of DISCONTIGMEM
` [PATCH 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH 1/1] sparc64: vcc: use DEVICE_ATTR_*() macro
 2021-06-02 19:51 UTC  (2+ messages)

[PATCH] mm: generalize ZONE_[DMA|DMA32]
 2021-06-01  2:56 UTC  (8+ messages)
` [PATCH v2] "

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

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

[PATCH 0/1] mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()
 2021-05-26 13:36 UTC  (6+ messages)
` [PATCH 1/1] "


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