Linux-parisc archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-23 10:51:40 to 2024-02-21 16:14:36 UTC [more...]

[PATCH 0/3] arch: Remove fbdev dependency from video helpers
 2024-02-21 16:05 UTC  (2+ messages)
` [PATCH 1/3] arch: Select fbdev helpers with CONFIG_VIDEO

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-02-21 13:01 UTC  (31+ 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()
` [PATCH RFC v4 03/15] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v4 04/15] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v4 05/15] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v4 06/15] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v4 07/15] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v4 08/15] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v4 09/15] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v4 10/15] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v4 11/15] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v4 13/15] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH RFC v4 14/15] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v4 15/15] cpumask: Add enabled cpumask for present CPUs that can be brought online

[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/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()
 2024-02-16 15:15 UTC  (3+ messages)

[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 

[PATCH 0/2] kbuild: Fix install errors when INSTALL_PATH does not exist
 2024-02-11 10:31 UTC  (9+ messages)
` [PATCH 1/2] kbuild: Abort make on install failures
` [PATCH 2/2] kbuild: Create INSTALL_PATH directory if it does not exist

[PATCH 0/2] ARM: prctl: Reject PR_SET_MDWE where not supported
 2024-02-08 10:17 UTC  (6+ messages)
` [PATCH 1/2] prctl: Generalize PR_SET_MDWE support check to be per-arch

[PATCH] block: use the __packed attribute only on architectures where it is efficient
 2024-02-07  2:43 UTC  (4+ messages)

[PATCH][RFC] workqueue: Fix kernel panic on CPU hot-unplug
 2024-02-05 17:45 UTC  (11+ messages)

Kunit test failures with cpumask tests on parisc
 2024-02-05 16:06 UTC  (3+ messages)

[GIT PULL] parisc architecture fixes for v6.8-rc3
 2024-02-01 21:02 UTC  (2+ messages)

Build regressions/improvements in v6.8-rc2
 2024-01-30 16:38 UTC  (5+ messages)

linux-next: duplicate patch in the bcachefs tree
 2024-01-30 15:36 UTC  (3+ messages)

[PATCH v2] [net] ipv6: Ensure natural alignment of const ipv6 loopback and router addresses
 2024-01-30 11:50 UTC  (2+ messages)

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-29 15:34 UTC  (53+ messages)
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices

[PATCH] bcachefs: Fix build on parisc by avoiding __multi3()
 2024-01-28  8:53 UTC 

[PATCH] ipv6: Ensure natural alignment of const ipv6 loopback and router addresses
 2024-01-25  8:41 UTC  (2+ messages)

[PATCH 1/7] parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367
 2024-01-23 15:59 UTC  (7+ messages)
` [PATCH 2/7] parisc: Make RO_DATA page aligned in vmlinux.lds.S
` [PATCH 3/7] parisc: Check for valid stride size for cache flushes
` [PATCH 4/7] parisc: Prevent hung tasks when printing inventory on serial console
` [PATCH 5/7] parisc: Drop unneeded semicolon in parse_tree_node()
` [PATCH 6/7] parisc: Fix random data corruption from exception handler
` [PATCH 7/7] parisc: Show kernel unaligned memory accesses


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