linux-parisc.vger.kernel.org archive mirror

[PATCH v4 0/7] kexec_file: print out debugging message if required
 2023-12-13  5:57 UTC  (8+ messages)
` [PATCH v4 1/7] kexec_file: add kexec_file flag to control debug printing
` [PATCH v4 2/7] kexec_file: print out debugging message if required
` [PATCH v4 3/7] kexec_file, x86: "
` [PATCH v4 4/7] kexec_file, arm64: "
` [PATCH v4 5/7] kexec_file, ricv: "
` [PATCH v4 6/7] kexec_file, power: "
` [PATCH v4 7/7] kexec_file, parisc: "

[PATCH v3 0/7] kexec_file: print out debugging message if required
 2023-12-13  3:23 UTC  (17+ messages)
` [PATCH v3 1/7] kexec_file: add kexec_file flag to control debug printing
` [PATCH v3 2/7] kexec_file: print out debugging message if required
` [PATCH v3 3/7] kexec_file, x86: "
` [PATCH v3 4/7] kexec_file, arm64: "
` [PATCH v3 5/7] kexec_file, ricv: "
` [PATCH v3 6/7] kexec_file, power: "
` [PATCH v3 7/7] kexec_file, parisc: "

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-12-12 20:16 UTC  (6+ messages)

64-bit userspace root file system for hppa64
 2023-12-11 22:52 UTC  (61+ messages)

[PATCH 00/21] Initial cleanups for vCPU hotplug
 2023-12-11 13:21 UTC  (54+ messages)
` [PATCH 01/21] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 02/21] x86: intel_epb: Don't rely on link order
` [PATCH 03/21] x86/topology: remove arch_*register_cpu() exports
` [PATCH 04/21] Loongarch: "
` [PATCH 05/21] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 07/21] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/21] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 09/21] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH 10/21] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 11/21] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH 12/21] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 13/21] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH 14/21] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/21] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH 16/21] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH 17/21] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH 18/21] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH 19/21] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH 20/21] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH 21/21] riscv: convert to use arch_cpu_is_hotpluggable()

[GIT PULL] parisc architecture fix for v6.7-rc5
 2023-12-07 20:46 UTC  (2+ messages)

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-12-07 12:38 UTC  (6+ messages)
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` (subset) [PATCH 00/22] -Wmissing-prototype warning fixes

[PATCH] [parisc] superio: Add error handling for request_region in superio_init
 2023-12-05 22:17 UTC  (2+ messages)

[PATCH 0/8] parisc patch queue
 2023-11-30 19:00 UTC  (11+ messages)
` [PATCH 1/8] parisc: Mark __ex_table entries 32-bit aligned in assembly.h
` [PATCH 2/8] parisc: Mark __ex_table entries 32-bit aligned in uaccess.h
` [PATCH 3/8] parisc: Specify alignments for .PARISC.unwind and .data..lock_aligned
` [PATCH 4/8] parisc: Mark altinstructions 32-bit aligned
` [PATCH 5/8] parisc: Mark __jump_table aligned to CPU long width
` [PATCH 6/8] parisc: Use correct alignment in __bug_table
` [PATCH 7/8] parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes
` [PATCH 8/8] parisc: Reduce size of __bug_table[] on 64-bit kernel by half

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-30 12:17 UTC  (47+ messages)
` [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order
` [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
` [PATCH RFC 04/22] Loongarch: "
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH RFC 15/22] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 16/22] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 22/22] riscv: "

parisc: bug.h:71:17: error: invalid 'asm': operand number out of range
 2023-11-27 10:00 UTC  (3+ messages)

[GIT PULL] parisc architecture fixes for v6.7-rc3
 2023-11-26 18:03 UTC  (2+ messages)

[PATCH v2 0/7] kexec_file: print out debugging message if required
 2023-11-26 11:55 UTC  (12+ messages)
` [PATCH v2 1/7] kexec_file: add kexec_file flag to control debug printing
` [PATCH v2 2/7] kexec_file: print out debugging message if required
` [PATCH v2 3/7] kexec_file, x86: "
` [PATCH v2 4/7] kexec_file, arm64: "
` [PATCH v2 5/7] kexec_file, ricv: "
` [PATCH v2 6/7] kexec_file, power: "
` [PATCH v2 7/7] kexec_file, parisc: "

[PATCH 2/7] kexec_file: print out debugging message if required
 2023-11-24  1:57 UTC  (10+ messages)

[PATCH 0/2] kexec_file: Load kernel at top of system RAM if required
 2023-11-23 13:27 UTC  (4+ messages)
` [PATCH 1/2] resource: add walk_system_ram_res_rev()
  ` [PATCH v2 "

Potential config regression after 89cde455 ("kexec: consolidate kexec and crash options into kernel/Kconfig.kexec")
 2023-11-23  8:27 UTC  (7+ messages)

Bisected stability regression in 6.6
 2023-11-22  9:07 UTC  (3+ 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).