linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-11 11:12:48 to 2023-04-17 20:56:15 UTC [more...]

[PATCH 00/33] Split ptdesc from struct page
 2023-04-17 20:50 UTC  (34+ 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 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 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-04-17 20:46 UTC  (51+ 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

new order
 2023-04-17 16:28 UTC 

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-04-17 14:21 UTC  (27+ 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 0/3] staging: octeon: Convert to use phylink
 2023-04-17 13:27 UTC  (23+ messages)
` [PATCH 1/3] staging: octeon: don't panic
` [PATCH 2/3] staging: octeon: avoid needless device allocation
` [RFC 3/3] staging: octeon: convert to use phylink

[PATCH v2 00/19] arch: Consolidate <asm/fb.h>
 2023-04-17  9:22 UTC  (10+ 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 15/19] arch/powerpc: "

[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 V3 0/7] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2023-04-16 19:51 UTC  (13+ 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 3/7] LoongArch: Enable LS2X RTC in loongson3_defconfig
` [PATCH V3 4/7] MIPS: Loongson64: DTS: Add RTC support to LS7A
` [PATCH V3 5/7] MIPS: Loongson: Enable LS2X RTC in loongson3_defconfig
` [PATCH V3 6/7] MIPS: Loongson64: DTS: Add RTC support to Loongson-2K
` [PATCH V3 7/7] MIPS: Loongson: Enable LS2X RTC in loongson2k_defconfig

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

[PATCH] Mips: Fix _CONST64_(x) as unsigned
 2023-04-14  8:13 UTC  (2+ messages)

[PATCH v2 0/7] MIPS: LLVM toolchain support for more CPUs
 2023-04-14  8:07 UTC  (8+ messages)
` [PATCH v2 1/7] MIPS: Move various toolchain ASE check to Kconfig
` [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 4/7] MIPS: Detect toolchain support of o32 ABI with 64 bit CPU
` [PATCH v2 5/7] MIPS: Remove cc-option checks for -march=octeon
` [PATCH v2 6/7] MIPS: Fallback CPU -march CFLAG to ISA level if unsupported
` [PATCH v2 7/7] MIPS: Limit MIPS_MT_SMP support by ISA reversion

[PATCH v2 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
 2023-04-14  5:49 UTC  (7+ messages)
` [PATCH v2 2/9] clk: ralink: add clock and reset driver for MTMIPS SoCs

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-04-13 12:51 UTC  (4+ messages)
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation

[PATCH 1/1] MIPS: Don't clear _PAGE_SPECIAL in _PAGE_CHG_MASK
 2023-04-12 21:29 UTC 

[PATCH] MIPS: Set better default CPU model and kernel code model
 2023-04-12 15:29 UTC  (4+ messages)

[PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg
 2023-04-12 13:40 UTC  (11+ messages)
` [PATCH v2 2/5] locking/generic: Wire up local{,64}_try_cmpxchg
` [PATCH v2 3/5] locking/arch: Wire up local_try_cmpxchg

[PATCH 0/7] MIPS: LLVM build fixes
 2023-04-12 13:31 UTC  (5+ messages)
` [PATCH 3/8] MIPS: loongson2ef: Add missing break in cs5536_isa
` [PATCH 7/8] MIPS: octeon_switch: Remove duplicated labels

[PATCH] MIPS: Remove deprecated CONFIG_MIPS_CMP
 2023-04-12 13:27 UTC  (2+ messages)

[PATCH 0/2] Clean up uprobes for MIPS
 2023-04-12 13:32 UTC  (2+ messages)

[PATCH] MIPS: fw: Allow firmware to pass a empty env
 2023-04-12 13:32 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-04-12  7:40 UTC 

[PATCH v3] mtd: nand: Convert to platform remove callback returning void
 2023-04-11 13:43 UTC  (2+ messages)

[PATCH v3 00/65] clk: Make determine_rate mandatory for muxes
 2023-04-11 13:09 UTC  (4+ messages)
` [PATCH v3 28/65] clk: renesas: r9a06g032: Add a determine_rate hook

[PATCH 0/7] MIPS: LLVM build fixes
 2023-04-11 11:15 UTC  (7+ messages)
` [PATCH 4/8] MIPS: asmmacro: Restore fp macro after undef
` [PATCH 5/8] MIPS: mipsregs: Parse fp and sp register by name in parse_r
` [PATCH 6/8] MIPS: c-r4k: Use cache_op function for rm7k_erratum31
` [PATCH 7/8] MIPS: octeon_switch: Remove duplicated labels
` [PATCH 8/8] MIPS: Implement microMIPS MT ASE helpers

[PATCH 00/49] mtd: nand: Convert to platform remove callback returning void
 2023-04-11 11:11 UTC  (5+ messages)
  ` [PATCH] "


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