linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-11 14:09:17 to 2024-02-27 18:07:28 UTC [more...]

[PATCH v2 5/9] mm: Initialize struct vm_unmapped_area_info
 2024-02-27 18:07 UTC  (4+ messages)

[PATCH v10] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests
 2024-02-27 17:55 UTC  (20+ messages)

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-02-27 15:48 UTC  (25+ messages)
` [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH 2/4] arch: simplify architecture specific page size configuration
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
` [PATCH 4/4] vdso: avoid including asm/page.h

[PATCHv10 0/4] *** Detect interrupt storm in softlockup ***
 2024-02-27 15:39 UTC  (11+ messages)
` [PATCHv10 1/4] watchdog/softlockup: low-overhead detection of interrupt storm
` [PATCHv10 2/4] genirq: Provide a snapshot mechanism for interrupt statistics
` [PATCHv10 3/4] genirq: Avoid summation loops for /proc/interrupts
` [PATCHv10 4/4] watchdog/softlockup: report the most frequent interrupts

[PATCH RESEND 0/2] ARM: prctl: Reject PR_SET_MDWE where not supported
 2024-02-27 10:24 UTC  (4+ messages)
` [PATCH RESEND 1/2] prctl: Generalize PR_SET_MDWE support check to be per-arch
` [PATCH RESEND 2/2] ARM: prctl: Reject PR_SET_MDWE on pre-ARMv6

[PATCH] parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()
 2024-02-26 20:18 UTC  (5+ messages)

parisc: kernel/cpu.c:3110:9: error: expected identifier or '(' before '=' token
 2024-02-24 17:51 UTC  (2+ messages)

[GIT PULL] parisc architecture fixes for v6.8-rc6
 2024-02-23 18:43 UTC  (2+ messages)

[PATCH v9 0/2] lib: checksum: Fix issues with checksum tests
 2024-02-23 17:54 UTC  (12+ messages)
` [PATCH v9 1/2] lib: checksum: Fix type casting in checksum kunits
` [PATCH v9 2/2] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests

[PATCHv9 0/3] *** Detect interrupt storm in softlockup ***
 2024-02-23  7:29 UTC  (7+ messages)
` [PATCHv9 1/3] watchdog/softlockup: low-overhead detection of interrupt storm
` [PATCHv9 2/3] irq: use a struct for the kstat_irqs in the interrupt descriptor
` [PATCHv9 3/3] watchdog/softlockup: report the most frequent interrupts

[PATCH 0/3] arch: Remove fbdev dependency from video helpers
 2024-02-23  1:26 UTC  (7+ messages)
` [PATCH 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH 2/3] arch: Remove struct fb_info from video helpers
` [PATCH 3/3] arch: Rename fbdev header and source files

[PATCH 0/4] parisc: checksum: Use generic implementations and optimize checksum
 2024-02-22 16:04 UTC  (9+ messages)
` [PATCH 1/4] asm-generic headers: Allow csum_partial arch override
` [PATCH 2/4] parisc: checksum: Use generic implementations
` [PATCH 3/4] parisc: checksum: Remove folding from csum_partial
` [PATCH 4/4] parisc: checksum: Optimize from32to16

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-02-21 13:01 UTC  (14+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[RFC PATCH 00/14] Introducing TIF_NOTIFY_IPI flag
 2024-02-20 17:14 UTC  (5+ messages)
` [RFC PATCH 01/14] thread_info: Add helpers to test and clear TIF_NOTIFY_IPI
` [RFC PATCH 02/14] sched: Define a need_resched_or_ipi() helper and use it treewide
` [RFC PATCH 03/14] sched/core: Use TIF_NOTIFY_IPI to notify an idle CPU in TIF_POLLING mode of pending IPI
` [RFC PATCH 12/14] parisc/thread_info: Introduce TIF_NOTIFY_IPI flag

[PATCHv8 0/2] *** Detect interrupt storm in softlockup ***
 2024-02-20  9:49 UTC  (5+ messages)
` [PATCHv8 1/2] watchdog/softlockup: low-overhead detection of interrupt
` [PATCHv8 2/2] watchdog/softlockup: report the most frequent interrupts

[PATCH bpf-next 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
 2024-02-20  8:56 UTC  (6+ messages)

[PATCH] parisc: Fix csum_ipv6_magic on 64-bit systems
 2024-02-19 21:11 UTC  (7+ messages)

[PATCH v8 0/2] lib: checksum: Fix issues with checksum tests
 2024-02-16 18:22 UTC  (38+ messages)
` [PATCH v8 1/2] lib: checksum: Fix type casting in checksum kunits
` [PATCH v8 2/2] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests

[PATCH] parisc: make parisc_bus_type const
 2024-02-16 13:58 UTC  (3+ messages)

[PATCH] parisc: avoid c23 'nullptr' idenitifier
 2024-02-16 13:55 UTC  (2+ messages)

[PATCH] parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE check
 2024-02-16 13:30 UTC  (2+ messages)

[PATCH] parisc/kprobes: always include asm-generic/kprobes.h
 2024-02-16 13:29 UTC  (2+ messages)

[PATCH] parisc: Fix unwinder
 2024-02-15 21:51 UTC 

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2024-02-14 15:30 UTC  (10+ messages)
` [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v5 07/14] page_pool: devmem support
` [RFC PATCH net-next v5 08/14] memory-provider: dmabuf devmem memory provider

[PATCH] parisc: Fix csum_ipv6_magic on 32-bit systems
 2024-02-14  1:15 UTC  (4+ messages)

[PATCH] parisc: Fix ip_fast_csum
 2024-02-13 21:04 UTC  (2+ messages)

[PATCH v7 2/2] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests [issues with parisc64]
 2024-02-13  6:57 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 NNTP newsgroup(s).