Linux-MIPS Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-14 08:18:35 to 2023-04-20 19:41:26 UTC [more...]

[PATCH v2 0/7] MIPS: LLVM toolchain support for more CPUs
 2023-04-20 19:41 UTC  (19+ messages)
` [PATCH v2 2/7] MIPS: Add toolchain feature dependency for microMIPS smartMIPS
` [PATCH v2 3/7] MIPS: Detect toolchain support of workarounds in Kconfig
` [PATCH v2 6/7] MIPS: Fallback CPU -march CFLAG to ISA level if unsupported

[PATCH 0/7] MIPS: LLVM build fixes
 2023-04-20 19:29 UTC  (4+ messages)
` [PATCH 1/8] MIPS: Replace assembly isa level directives with macros

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-04-20 19:10 UTC  (67+ 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 0/2] irqchip: loongson-eiointc: Add DT init support
 2023-04-20 15:52 UTC  (6+ messages)
` [PATCH V3 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC
` [PATCH V3 2/2] irqchip/loongson-eiointc: Add DT init support

next: mips: ERROR: modpost: Section mismatches detected
 2023-04-20 15:45 UTC  (2+ messages)

[PATCH] MIPS: Mark check_bugs{,_early}() as __init
 2023-04-19 23:37 UTC  (3+ messages)

[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
 2023-04-19 22:55 UTC  (2+ messages)
` [PATCH v8 04/10] nmi: backtrace: Allow runtime arch specific override

[PATCH 00/33] Split ptdesc from struct page
 2023-04-19 20:29 UTC  (42+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 02/33] s390: Use pt_frag_refcount for pagetables
` [PATCH 03/33] pgtable: Create struct ptdesc
` [PATCH 04/33] mm: add utility functions for ptdesc
  ` [PATCH 4/33] "
` [PATCH 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH 07/33] mm: Convert ptlock_ptr() "
` [PATCH 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH 09/33] mm: Convert ptlock_init() "
` [PATCH 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH 11/33] mm: Convert ptlock_free() "
` [PATCH 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH 14/33] x86: "
` [PATCH 15/33] s390: Convert various gmap "
` [PATCH 16/33] s390: Convert various pgalloc "
` [PATCH 17/33] mm: Remove page table members from struct page
` [PATCH 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH 19/33] arm: "
` [PATCH 20/33] arm64: "
` [PATCH 21/33] csky: Convert __pte_free_tlb() "
` [PATCH 22/33] hexagon: "
` [PATCH 23/33] loongarch: Convert various functions "
` [PATCH 24/33] m68k: "
` [PATCH 25/33] mips: "
` [PATCH 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH 27/33] openrisc: "
` [PATCH 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH 29/33] sh: Convert pte_free_tlb() "
` [PATCH 30/33] sparc64: Convert various functions "
` [PATCH 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[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 V3 0/7] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2023-04-19  9:38 UTC  (11+ messages)
` [PATCH V3 1/7] dt-bindings: rtc: Subdivision of LS2X RTC compatible
` [PATCH V3 2/7] rtc: Add support for the Loongson-2K/LS7A RTC
` [PATCH V3 7/7] MIPS: Loongson: Enable LS2X RTC in loongson2k_defconfig

[PATCH v3 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
 2023-04-18  9:03 UTC  (10+ messages)
` [PATCH v3 1/9] dt-bindings: clock: add mtmips SoCs system controller
` [PATCH v3 2/9] clk: ralink: add clock and reset driver for MTMIPS SoCs
` [PATCH v3 3/9] mips: ralink: rt288x: remove clock related code
` [PATCH v3 4/9] mips: ralink: rt305x: "
` [PATCH v3 5/9] mips: ralink: rt3883: "
` [PATCH v3 6/9] mips: ralink: mt7620: "
` [PATCH v3 7/9] mips: ralink: remove reset "
` [PATCH v3 8/9] mips: ralink: get cpu rate from new driver code
` [PATCH v3 9/9] MAINTAINERS: add Mediatek MTMIPS Clock maintainer

[PATCH v2 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
 2023-04-18  3:12 UTC  (6+ messages)
` [PATCH v2 2/9] clk: ralink: add clock and reset driver for MTMIPS SoCs

new order
 2023-04-17 16:28 UTC 

[PATCH 0/3] staging: octeon: Convert to use phylink
 2023-04-17 13:27 UTC  (9+ messages)
` [PATCH 2/3] staging: octeon: avoid needless device allocation

[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 0/2] Move Loongson1 restart handler to watchdog driver
 2023-04-17  3:28 UTC  (4+ messages)
` [PATCH 1/2] MIPS: Loongson32: Remove reset.c

[PATCH v2 0/2] Move Loongson1 restart handler to watchdog driver
 2023-04-16 16:16 UTC  (3+ messages)
` [PATCH v2 2/2] watchdog: loongson1_wdt: Implement restart handler

Multiple undefined configuration options are dependent in Kconfig under the v6.3-rc4 drivers directory
 2023-04-14  8:18 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 read-only IMAP folder(s) and NNTP newsgroup(s).