linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-31 17:09:33 to 2023-04-28 09:27:37 UTC [more...]

[PATCH v2 0/5] fbdev: Use regular I/O function for framebuffers
 2023-04-28  9:27 UTC  (6+ 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-27 14:48 UTC  (75+ messages)
` [patch 01/37] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()
` [patch 02/37] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init
` [patch 03/37] x86/smpboot: Avoid pointless delay calibration is TSC is synchronized
` [patch 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch 05/37] x86/topology: Remove CPU0 hotplug option
` [patch 06/37] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch 07/37] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch 08/37] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch 09/37] x86/smpboot: Get rid of cpu_init_secondary()
` [patch 10/37] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch 11/37] x86/smpboot: Move synchronization masks to SMP boot code
` [patch 12/37] x86/smpboot: Make TSC synchronization function call based
` [patch 13/37] x86/smpboot: Remove cpu_callin_mask
` [patch 14/37] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch 15/37] x86/smpboot: Remove wait for cpu_online()
` [patch 16/37] x86/xen/smp_pv: Remove wait for CPU online
` [patch 17/37] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [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 21/37] ARM: smp: Switch to hotplug core state synchronization
` [patch 22/37] arm64: "
` [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] 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  (30+ messages)
` [PATCH v2 01/19] fbdev: Prepare generic architecture helpers
` [PATCH v2 02/19] arch/arc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 03/19] arch/arm: "
` [PATCH v2 04/19] arch/arm64: "
` [PATCH v2 05/19] arch/ia64: "
` [PATCH v2 06/19] arch/loongarch: "
` [PATCH v2 07/19] arch/m68k: Merge variants of fb_pgprotect() into single function
` [PATCH v2 08/19] arch/m68k: Implement <asm/fb.h> with generic helpers
` [PATCH v2 09/19] arch/mips: "
` [PATCH v2 10/19] video: Remove trailing whitespaces
` [PATCH v2 11/19] video: Move HP PARISC STI core code to shared location
` [PATCH v2 12/19] arch/parisc: Remove trailing whitespaces
` [PATCH v2 13/19] arch/parisc: Implement fb_is_primary_device() under arch/parisc
` [PATCH v2 14/19] arch/parisc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 15/19] arch/powerpc: "
` [PATCH v2 16/19] arch/sh: "
` [PATCH v2 17/19] arch/sparc: Implement fb_is_primary_device() in source file
` [PATCH v2 18/19] arch/sparc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 19/19] arch/x86: "

[PATCH liburing 2/3] github: Add hppa cross compiler
 2023-04-15 16:59 UTC 

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-04-13 12:51 UTC  (17+ messages)
` [PATCH 13/21] arc: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 18/21] ARM: drop SMP support for ARM11MPCore
` [PATCH 20/21] ARM: dma-mapping: split out arch_dma_mark_clean() helper
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation

[PATCH] fbdev: modedb: Fix kernel crash in fb_videomode_to_var()
 2023-04-12 20:05 UTC  (3+ messages)

[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2023-04-11  9:49 UTC  (8+ messages)

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


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