Linux-parisc archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-13 00:59:44 to 2023-12-01 03:47:25 UTC [more...]

[PATCH 00/21] Initial cleanups for vCPU hotplug
 2023-12-01  3:47 UTC  (44+ 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 06/21] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [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()

[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  (64+ 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 11/22] drivers: base: remove unnecessary call to register_cpu_under_node()
` [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 21/22] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 22/22] riscv: convert to use arch_cpu_is_hotpluggable()

[PATCH v3 0/7] kexec_file: print out debugging message if required
 2023-11-30  2:52 UTC  (9+ 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: "

[PATCH] [parisc] superio: Add error handling for request_region in superio_init
 2023-11-29 15:25 UTC 

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 00/22] -Wmissing-prototype warning fixes
 2023-11-24 12:04 UTC  (5+ messages)
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static

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

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

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

Bisected stability regression in 6.6
 2023-11-22  9:07 UTC  (3+ messages)

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-11-21  1:44 UTC  (7+ messages)
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs

PSA: this list has moved to new vger infra (no action required)
 2023-11-21  0:53 UTC 

[PATCH] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()
 2023-11-20  7:04 UTC  (7+ messages)

[PATCH v2] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()
 2023-11-20  3:36 UTC 

[PATCH] parisc: Fix mmap_base calculation when stack grows upwards
 2023-11-19 15:20 UTC  (3+ messages)

prctl call wrongly succeeds on HPPA?
 2023-11-19 12:11 UTC  (14+ messages)

We Can Finance Your Business / Projects
 2023-11-18 22:37 UTC 

[GIT PULL v2] parisc architecture fixes for v6.7-rc2
 2023-11-18 23:35 UTC  (2+ messages)

[GIT PULL] parisc architecture fixes for v6.7-rc1
 2023-11-18 18:47 UTC  (5+ messages)

[PATCH] parisc: Replace strlcpy() with strscpy()
 2023-11-17 14:48 UTC  (2+ messages)

VENDORS EOI
 2023-11-09 21:39 UTC 

VENDORS EOI
 2023-11-10 12:27 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 read-only IMAP folder(s) and NNTP newsgroup(s).