linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-22 21:18:40 to 2023-05-09 11:04:24 UTC [more...]

[patch v3 00/36] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-09 11:02 UTC  (43+ messages)
` [patch v3 01/36] [patch V2 01/38] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()
` [patch v3 02/36] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init
` [patch v3 03/36] x86/smpboot: Avoid pointless delay calibration if TSC is synchronized
` [patch v3 04/36] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch v3 05/36] x86/topology: Remove CPU0 hotplug option
` [patch v3 06/36] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch v3 07/36] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch v3 08/36] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch v3 09/36] x86/smpboot: Get rid of cpu_init_secondary()
` [patch v3 10/36] [patch V2 10/38] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch v3 11/36] [patch V2 11/38] x86/smpboot: Move synchronization masks to SMP boot code
` [patch v3 12/36] [patch V2 12/38] x86/smpboot: Make TSC synchronization function call based
` [patch v3 13/36] x86/smpboot: Remove cpu_callin_mask
` [patch v3 14/36] [patch V2 14/38] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch v3 15/36] x86/smpboot: Remove wait for cpu_online()
` [patch v3 16/36] x86/xen/smp_pv: Remove wait for CPU online
` [patch v3 17/36] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [patch v3 18/36] [patch V2 18/38] cpu/hotplug: Add CPU state tracking and synchronization
` [patch v3 19/36] x86/smpboot: Switch to hotplug core state synchronization
` [patch v3 20/36] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch v3 21/36] [patch V2 21/38] ARM: smp: Switch to hotplug core state synchronization
` [patch v3 22/36] arm64: "
` [patch v3 23/36] [patch V2 23/38] csky/smp: "
` [patch v3 24/36] [patch V2 24/38] MIPS: SMP_CPS: "
` [patch v3 25/36] parisc: "
` [patch v3 26/36] riscv: "
` [patch v3 27/36] cpu/hotplug: Remove unused state functions
` [patch v3 28/36] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch v3 29/36] [patch V2 29/38] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch v3 30/36] x86/smpboot: Enable split CPU startup
` [patch v3 31/36] x86/apic: Provide cpu_primary_thread mask
` [patch v3 32/36] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch v3 33/36] x86/apic: Save the APIC virtual base address
` [patch v3 34/36] x86/smpboot: Implement a bit spinlock to protect the realmode stack
` [patch v3 35/36] x86/smpboot: Support parallel startup of secondary CPUs
` [patch v3 36/36] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-05-09  9:37 UTC  (2+ messages)

[PATCH] parisc: kexec: include reboot.h
 2023-05-09  9:01 UTC  (2+ messages)

[PATCH v5 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-09  7:59 UTC  (8+ messages)
` [PATCH v5 1/6] fbdev/matrox: Remove trailing whitespaces
` [PATCH v5 2/6] ipu-v3: Include <linux/io.h>
` [PATCH v5 3/6] fbdev: Include <linux/io.h> in various drivers
` [PATCH v5 4/6] fbdev: Include <linux/fb.h> instead of <asm/fb.h>
` [PATCH v5 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
` [PATCH v5 6/6] fbdev: Rename fb_mem*() helpers

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-05-09  7:06 UTC  (2+ messages)

[patch V2 00/38] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-07  4:14 UTC  (44+ messages)
` [patch V2 01/38] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()
` [patch V2 02/38] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init
` [patch V2 03/38] x86/smpboot: Avoid pointless delay calibration if TSC is synchronized
` [patch V2 04/38] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch V2 05/38] x86/topology: Remove CPU0 hotplug option
` [patch V2 06/38] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch V2 07/38] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch V2 08/38] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch V2 09/38] x86/smpboot: Get rid of cpu_init_secondary()
` [patch V2 10/38] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch V2 11/38] x86/smpboot: Move synchronization masks to SMP boot code
` [patch V2 12/38] x86/smpboot: Make TSC synchronization function call based
` [patch V2 13/38] x86/smpboot: Remove cpu_callin_mask
` [patch V2 14/38] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch V2 15/38] x86/smpboot: Remove wait for cpu_online()
` [patch V2 16/38] x86/xen/smp_pv: Remove wait for CPU online
` [patch V2 17/38] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [patch V2 18/38] cpu/hotplug: Add CPU state tracking and synchronization
` [patch V2 19/38] x86/smpboot: Switch to hotplug core state synchronization
` [patch V2 20/38] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch V2 21/38] ARM: smp: Switch to hotplug core state synchronization
` [patch V2 22/38] arm64: "
` [patch V2 23/38] csky/smp: "
` [patch V2 24/38] MIPS: SMP_CPS: "
` [patch V2 25/38] parisc: "
` [patch V2 26/38] riscv: "
` [patch V2 27/38] cpu/hotplug: Remove unused state functions
` [patch V2 28/38] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch V2 29/38] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch V2 30/38] x86/smpboot: Enable split CPU startup
` [patch V2 31/38] x86/apic: Provide cpu_primary_thread mask
` [patch V2 32/38] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch V2 33/38] x86/topology: Store extended topology leaf information
` [patch V2 34/38] x86/cpu/amd; Invoke detect_extended_topology_early() on boot CPU
` [patch V2 35/38] x86/apic: Save the APIC virtual base address
` [patch V2 36/38] x86/smpboot: Implement a bit spinlock to protect the realmode stack
` [patch V2 37/38] x86/smpboot: Support parallel startup of secondary CPUs
` [patch V2 38/38] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-05-06  7:53 UTC  (6+ messages)
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA

[PATCH v4 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-05  7:02 UTC  (18+ messages)
` [PATCH v4 1/6] fbdev/matrox: Remove trailing whitespaces
  ` [v4,1/6] "
` [PATCH v4 2/6] ipu-v3: Include <linux/io.h>
  ` [v4,2/6] "
` [PATCH v4 3/6] fbdev: Include <linux/io.h> in various drivers
  ` [v4,3/6] "
` [PATCH v4 4/6] fbdev: Include <linux/fb.h> instead of <asm/fb.h>
  ` [v4,4/6] "
` [PATCH v4 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
  ` [v4,5/6] "
` [PATCH v4 6/6] fbdev: Rename fb_mem*() helpers
  ` [v4,6/6] "

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-04 18:46 UTC  (12+ messages)
` [patch 22/37] arm64: smp: Switch to hotplug core state synchronization
` [patch 35/37] x86/smpboot: Support parallel startup of secondary CPUs

[PATCH v3] docs: directive `alias` for redirects
 2023-05-04 18:41 UTC  (2+ messages)

[GIT PULL] parisc architecture fixes for v6.4-rc1
 2023-05-04  3:13 UTC  (2+ messages)

[PATCH v3 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-03 19:06 UTC  (23+ messages)
` [PATCH v3 1/6] fbdev/matrox: Remove trailing whitespaces
` [PATCH v3 2/6] ipu-v3: Include <linux/io.h>
` [PATCH v3 3/6] fbdev: Include <linux/io.h> in various drivers
` [PATCH v3 4/6] fbdev: Include <linux/io.h> via <asm/fb.h>
` [PATCH v3 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
` [PATCH v3 6/6] fbdev: Rename fb_mem*() helpers

[PATCH] parisc: Fix STI console on 64-bit only machines
 2023-05-03 15:39 UTC 

[PATCH] parisc: Fix argument pointer in real64_call_asm()
 2023-05-03 15:37 UTC 

[PATCH] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option
 2023-05-03 11:06 UTC  (4+ messages)

[patch 26/37] riscv: Switch to hotplug core state synchronization
 2023-05-01 23:55 UTC  (2+ messages)

[PATCH v2 0/5] fbdev: Use regular I/O function for framebuffers
 2023-04-29 14:11 UTC  (23+ messages)
` [PATCH v2 1/5] fbdev/matrox: Remove trailing whitespaces
` [PATCH v2 2/5] ipu-v3: Include <linux/io.h>
` [PATCH v2 3/5] fbdev: Include <linux/io.h> in various drivers
` [PATCH v2 4/5] fbdev: Include <linux/io.h> in drivers
` [PATCH v2 5/5] fbdev: Define framebuffer I/O from Linux' I/O functions

[PATCH 0/5] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-04-27 17:17 UTC  (10+ messages)
` [PATCH 1/5] fbdev/matrox: Remove trailing whitespaces
` [PATCH 2/5] ipu-v3: Include <linux/io.h>
` [PATCH 3/5] fbdev: Include <linux/io.h> in various drivers
` [PATCH 4/5] fbdev: Include <linux/io.h> via <asm/fb.h>
` [PATCH 5/5] fbdev: Move framebuffer I/O helpers into <asm/fb.h>

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-04-25 20:07 UTC  (16+ messages)

[PATCH v3] fbdev: visfxfb: HP Visualize-FX framebufffer driver
 2023-04-25 10:58 UTC  (2+ messages)

[PATCH] parisc: Drop HP-UX constants and structs from grfioctl.h
 2023-04-22 21:18 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).