linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-14 23:46:11 to 2023-05-04 19:04:03 UTC [more...]

[patch V2 00/38] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-04 19:02 UTC  (22+ 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 21/38] ARM: smp: Switch to hotplug core state synchronization
` [patch V2 22/38] arm64: "
` [patch V2 24/38] MIPS: SMP_CPS: "
` [patch V2 25/38] parisc: "

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-04 18:46 UTC  (60+ messages)
` [patch 16/37] x86/xen/smp_pv: Remove wait for CPU online
` [patch 18/37] cpu/hotplug: Add CPU state tracking and synchronization
` [patch 19/37] x86/smpboot: Switch to hotplug core state synchronization
` [patch 20/37] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch 22/37] arm64: smp: Switch to hotplug core state synchronization
` [patch 23/37] csky/smp: "
` [patch 24/37] MIPS: SMP_CPS: "
` [patch 25/37] parisc: "
` [patch 26/37] riscv: "
` [patch 27/37] cpu/hotplug: Remove unused state functions
` [patch 28/37] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch 29/37] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch 30/37] x86/smpboot: Enable split CPU startup
` [patch 31/37] x86/apic: Provide cpu_primary_thread mask
` [patch 32/37] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch 33/37] x86/topology: Store extended topology leaf information
` [patch 34/37] x86/cpu/amd; Invoke detect_extended_topology_early() on boot CPU
` [patch 35/37] x86/smpboot: Support parallel startup of secondary CPUs
` [patch 36/37] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it
` [patch 37/37] x86/smpboot: Allow parallel bringup for SEV-ES

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

[PATCH v4 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-04 15:37 UTC  (15+ 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] "

[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 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 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 

Słowa kluczowe do wypozycjonowania
 2023-04-20  8:05 UTC 

Nawiązanie współpracy
 2023-04-20  7:35 UTC 

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-04-19 17:22 UTC  (29+ messages)
` [PATCH v3 01/19] fbdev: Prepare generic architecture helpers
` [PATCH v3 02/19] arch/arc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 03/19] arch/arm: "
` [PATCH v3 04/19] arch/arm64: "
` [PATCH v3 05/19] arch/ia64: "
` [PATCH v3 06/19] arch/loongarch: "
` [PATCH v3 07/19] arch/m68k: Merge variants of fb_pgprotect() into single function
` [PATCH v3 08/19] arch/m68k: Implement <asm/fb.h> with generic helpers
` [PATCH v3 09/19] arch/mips: "
` [PATCH v3 10/19] video: Remove trailing whitespaces
` [PATCH v3 11/19] video: Move HP PARISC STI core code to shared location
` [PATCH v3 12/19] arch/parisc: Remove trailing whitespaces
` [PATCH v3 13/19] arch/parisc: Implement fb_is_primary_device() under arch/parisc
` [PATCH v3 14/19] arch/parisc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 15/19] arch/powerpc: "
` [PATCH v3 16/19] arch/sh: "
` [PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file
` [PATCH v3 18/19] arch/sparc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 19/19] arch/x86: "

[PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
 2023-04-19 14:22 UTC  (2+ messages)

[PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
 2023-04-19 14:22 UTC  (2+ messages)

[PATCH v2 00/19] arch: Consolidate <asm/fb.h>
 2023-04-17  9:22 UTC  (8+ messages)
` [PATCH v2 01/19] fbdev: Prepare generic architecture helpers
` [PATCH v2 02/19] arch/arc: Implement <asm/fb.h> with generic helpers

[PATCH liburing 2/3] github: Add hppa cross compiler
 2023-04-15 16:59 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).