linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-30 14:48:37 to 2025-01-10 03:18:15 UTC [more...]

[PATCH 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-10  3:15 UTC  (6+ messages)
` [PATCH 2/6] syscall.h: add syscall_set_arguments() on remaining HAVE_ARCH_TRACEHOOK arches
` [PATCH 3/6] syscall.h: introduce syscall_set_nr()

[PATCH] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-09 19:59 UTC  (2+ messages)

[PATCH 00/17] vDSO: Introduce generic data storage
 2025-01-09 11:55 UTC  (29+ messages)
` [PATCH 01/17] parisc: Remove unused symbol vdso_data
` [PATCH 02/17] vdso: Introduce vdso/align.h
` [PATCH 03/17] vdso: Add generic time data storage
` [PATCH 04/17] vdso: Add generic random "
` [PATCH 05/17] vdso: Add generic architecture-specific "
` [PATCH 06/17] arm64: vdso: Switch to generic storage implementation
` [PATCH 07/17] riscv: "
` [PATCH 08/17] LoongArch: vDSO: "
` [PATCH 09/17] arm: vdso: "
` [PATCH 10/17] s390/vdso: "
` [PATCH 11/17] MIPS: vdso: "
` [PATCH 12/17] powerpc/vdso: "
` [PATCH 13/17] x86/vdso: "
` [PATCH 14/17] x86/vdso/vdso2c: Remove page handling
` [PATCH 15/17] vdso: Remove remnants of architecture-specific random state storage
` [PATCH 16/17] vdso: Remove remnants of architecture-specific time storage
` [PATCH 17/17] vdso: Remove kconfig symbol GENERIC_VDSO_DATA_STORE

watchdog: BUG: soft lockup
 2025-01-08 17:27 UTC  (3+ messages)

[PATCH v3 01/28] module: Extend the preempt disabled section in dereference_symbol_descriptor()
 2025-01-08 10:52 UTC  (3+ messages)

[PATCH] sound: Replace deprecated PCI functions
 2025-01-08  9:07 UTC  (3+ messages)

[PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface
 2025-01-07 15:02 UTC  (6+ messages)

[PATCH v2 01/28] module: Extend the preempt disabled section in dereference_symbol_descriptor()
 2025-01-07 10:58 UTC  (2+ messages)

[PATCH v2 0/6] Account page tables at all levels
 2025-01-07  9:15 UTC  (9+ messages)
` [PATCH v2 1/6] mm: Move common part of pagetable_*_ctor to helper
` [PATCH v2 2/6] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
` [PATCH v2 3/6] m68k: mm: Add calls to pagetable_pmd_[cd]tor
` [PATCH v2 4/6] ARM: mm: Rename PGD helpers
` [PATCH v2 5/6] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
` [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level

[PATCH 00/10] Account page tables at all levels
 2025-01-03 10:36 UTC  (25+ messages)
` [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
` [PATCH 02/10] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
` [PATCH 03/10] m68k: mm: Add calls to pagetable_pmd_[cd]tor
` [PATCH 04/10] s390/mm: Add calls to pagetable_pud_[cd]tor
` [PATCH 05/10] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH 06/10] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH 07/10] mm: Introduce ctor/dtor at P4D level
` [PATCH 08/10] ARM: mm: Rename PGD helpers
` [PATCH 09/10] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
` [PATCH 10/10] mm: Introduce ctor/dtor at PGD level

WARNING: kernel stack regs has bad "bp" value
 2024-12-24  6:51 UTC  (4+ messages)

[PATCH v6] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22 10:23 UTC  (5+ messages)

[PATCH] ALSA: ad1889: Use str_enabled_disabled() helper function
 2024-12-22  8:36 UTC  (2+ messages)

[PATCH v5] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22  3:03 UTC 

[PATCH v4] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22  1:26 UTC 

[PATCH v2] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22  0:52 UTC  (3+ messages)

[PATCH v3] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-21 10:50 UTC 

[PATCH] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-21  9:59 UTC  (3+ messages)

[PATCH] parisc: add vdso linker script to 'targets' instead of extra-y
 2024-12-21  6:16 UTC 

[PATCH v2] hppa: Wire up cacheflush syscall
 2024-12-18 23:26 UTC 

[PATCH net-next v7 0/4] Add support for SO_PRIORITY cmsg
 2024-12-18 11:57 UTC  (8+ messages)
` [PATCH net-next v7 1/4] sock: Introduce sk_set_prio_allowed helper function
` [PATCH net-next v7 2/4] sock: support SO_PRIORITY cmsg
` [PATCH net-next v7 3/4] selftests: net: test SO_PRIORITY ancillary data with cmsg_sender
` [PATCH net-next v7 4/4] sock: Introduce SO_RCVPRIORITY socket option

Graphics support
 2024-12-18  3:58 UTC  (4+ messages)
` Graphics support (HP VisEG/VisFX/HCRX...)

[PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
 2024-12-13 17:08 UTC  (31+ messages)
` [PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable v2 02/16] mm: x86: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 03/16] mm: arm: "
` [PATCH mm-unstable v2 04/16] mm: alpha: "
` [PATCH mm-unstable v2 05/16] mm: arc: Use generic_mmap_hint()
` [PATCH mm-unstable v2 06/16] mm: csky: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 07/16] mm: loongarch: "
` [PATCH mm-unstable v2 08/16] mm: mips: Introduce arch_align_mmap_hint()
` [PATCH mm-unstable v2 09/16] mm: parisc: "
` [PATCH mm-unstable v2 10/16] mm: s390: Use generic_mmap_hint()
` [PATCH mm-unstable v2 11/16] mm: sh: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 12/16] mm: sparc32: "
` [PATCH mm-unstable v2 13/16] mm: sparc64: "
` [PATCH mm-unstable v2 14/16] mm: xtensa: "
` [PATCH mm-unstable v2 15/16] mm: powerpc: "
` [PATCH mm-unstable v2 16/16] mm: Respect mmap hint before THP alignment if allocation is possible

[PATCH] kernel/irq/proc: performance: replace seq_printf with seq_put_decimal_ull_width
 2024-12-11 22:32 UTC  (2+ messages)

[PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
 2024-12-11 22:32 UTC  (2+ messages)

[PATCH bpf-next v3 0/4] Optimize bpf_csum_diff() and homogenize for all archs
 2024-12-11 22:32 UTC  (2+ messages)

[PATCH mm-unstable 00/17] mm: Introduce arch_mmap_hint()
 2024-12-10 19:39 UTC  (26+ messages)
` [PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable 02/17] mm: x86: Introduce arch_mmap_hint()
` [PATCH mm-unstable 03/17] mm: arm: "
` [PATCH mm-unstable 04/17] mm: alpha: "
` [PATCH mm-unstable 05/17] mm: arc: Use generic_mmap_hint()
` [PATCH mm-unstable 06/17] mm: csky: Introduce arch_mmap_hint()
` [PATCH mm-unstable 07/17] mm: loongarch: "
` [PATCH mm-unstable 08/17] mm: mips: Introduce arch_align_mmap_hint()
` [PATCH mm-unstable 09/17] mm: parisc: "
` [PATCH mm-unstable 10/17] mm: s390: Introduce arch_mmap_hint()
` [PATCH mm-unstable 11/17] mm: sh: "
` [PATCH mm-unstable 12/17] mm: sparc32: "
` [PATCH mm-unstable 13/17] mm: sparc64: "
` [PATCH mm-unstable 14/17] mm: xtensa: "
` [PATCH mm-unstable 15/17] mm: powerpc: "
` [PATCH mm-unstable 16/17] mm: Fallback to generic_mmap_hint()
` [PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible

[PATCH v2] parisc: Remove memcpy_toio and memset_io
 2024-12-07 16:47 UTC  (2+ messages)

[PATCH] parisc: Remove memcpy_toio and memset_io
 2024-12-04  8:51 UTC  (2+ messages)

[bisected] ext4 corruption on parisc since 6.12
 2024-12-03 16:38 UTC  (9+ messages)

stage1 compiler sometimes hangs
 2024-12-01 15:38 UTC  (7+ messages)
      ` mm/slab.h "unknown type name 'u128'"

WARNING: CPU: 1 PID: 1 at drivers/pci/devres.c:602 pcim_add_mapping_to_legacy_table+0x74/0x90
 2024-12-01 15:31 UTC  (4+ 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).