Sparclinux Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-12 05:20:31 to 2021-07-21 11:24:11 UTC [more...]

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-21 10:09 UTC  (6+ 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  (44+ messages)
        ` [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union
                  ` [PATCH 00/12] signal: sort out si_trapno and si_perf
                    ` [PATCH v3 "
                      ` [GIT PULL] siginfo: ABI fixes for v5.13-rc2
                        ` [GIT PULL] siginfo: ABI fixes for v5.13-rc3
                      ` [PATCH v4 0/5] siginfo: ABI fixes for TRAP_PERF
                        ` [PATCH v4 1/5] siginfo: Move si_trapno inside the union inside _si_fault
                          ` [PATCH v4 2/5] signal: Implement SIL_FAULT_TRAPNO
                          ` [PATCH v4 3/5] signal: Factor force_sig_perf out of perf_sigtrap
                          ` [PATCH v4 4/5] signal: Deliver all of the siginfo perf data in _perf
                          ` [PATCH v4 5/5] signalfd: Remove SIL_PERF_EVENT fields from signalfd_siginfo
          ` [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  (7+ messages)
` [PATCH 1/1] "

soft lockups on T5120
 2021-05-25  9:16 UTC  (4+ 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] arm64: Define only {pud/pmd}_{set/clear}_huge when usefull
 2021-05-15  6:28 UTC  (3+ messages)

[PATCH v2 00/13] Unify asm/unaligned.h around struct helper
 2021-05-14 20:19 UTC  (8+ messages)
` [PATCH v2 01/13] asm-generic: use asm-generic/unaligned.h for most architectures

[PATCH] sparc/vio: make remove callback return void
 2021-05-14 11:45 UTC  (4+ messages)

[PATCH bpf-next 1/2] bpf: Remove bpf_jit_enable=2 debugging mode
 2021-05-14  6:34 UTC  (9+ messages)

[PATCH] x86: Define only {pud/pmd}_{set/clear}_huge when usefull
 2021-05-13 19:56 UTC  (2+ messages)

[RFC PATCH v5 17/28] dyndbg: prevent build bugs via -DNO_DYNAMIC_DEBUG_TABLE
 2021-05-12 18:03 UTC  (3+ messages)

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

[PATCH v2 0/5] Implement huge VMAP and VMALLOC on powerpc 8xx
 2021-05-12  5:01 UTC  (2+ messages)
` [PATCH v2 4/5] mm/vmalloc: Enable mapping of huge pages at pte level in vmalloc


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