linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-04 13:38:11 to 2023-04-11 11:10:36 UTC [more...]

[PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg
 2023-04-11 11:10 UTC  (12+ messages)
` [PATCH v2 1/5] locking/atomic: Add generic try_cmpxchg{,64}_local support
` [PATCH v2 2/5] locking/generic: Wire up local{,64}_try_cmpxchg
` [PATCH v2 3/5] locking/arch: Wire up local_try_cmpxchg
` [PATCH v2 4/5] locking/x86: Define arch_try_cmpxchg_local
` [PATCH v2 5/5] events: Illustrate the transition to local{,64}_try_cmpxchg

[PATCH v3 00/65] clk: Make determine_rate mandatory for muxes
 2023-04-11 10:27 UTC  (43+ messages)
` [PATCH v3 21/65] clk: davinci: da8xx-cfgchip: Add a determine_rate hook
` [PATCH v3 22/65] "
` [PATCH v3 28/65] clk: renesas: r9a06g032: "
` [PATCH v3 34/65] clk: ux500: prcmu: "
` [PATCH v3 36/65] clk: versatile: sp810: "
` [PATCH v3 43/65] ASoC: tlv320aic32x4: "
` [PATCH v3 45/65] clk: actions: composite: fact: Switch to determine_rate
` [PATCH v3 46/65] clk: at91: smd: "
` [PATCH v3 47/65] clk: axi-clkgen: "
` [PATCH v3 48/65] clk: cdce706: divider: "
` [PATCH v3 49/65] clk: cdce706: clkout: "
` [PATCH v3 50/65] clk: si5341: "
` [PATCH v3 51/65] clk: si5351: pll: "
` [PATCH v3 52/65] clk: si5351: msynth: "
` [PATCH v3 53/65] clk: si5351: clkout: "
` [PATCH v3 54/65] clk: da8xx: clk48: "
` [PATCH v3 55/65] clk: imx: scu: "
` [PATCH v3 56/65] clk: ingenic: cgu: "
` [PATCH v3 57/65] clk: ingenic: tcu: "
` [PATCH v3 58/65] clk: sprd: composite: "
` [PATCH v3 59/65] clk: st: flexgen: "
` [PATCH v3 60/65] clk: stm32: composite: "
` [PATCH v3 61/65] clk: tegra: periph: "
` [PATCH v3 62/65] clk: tegra: super: "
` [PATCH v3 63/65] ASoC: tlv320aic32x4: pll: "
` [PATCH v3 64/65] ASoC: tlv320aic32x4: div: "
` [PATCH v3 65/65] clk: Forbid to register a mux without determine_rate

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

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

[PATCH v2 00/19] arch: Consolidate <asm/fb.h>
 2023-04-11  8:20 UTC  (26+ 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 0/2] Clean up uprobes for MIPS
 2023-04-11  7:17 UTC  (3+ messages)
` [PATCH 1/2] MIPS: Use def_bool y for ARCH_SUPPORTS_UPROBES
` [PATCH 2/2] MIPS: Remove set_swbp() in uprobes.c

[PATCH] Mips: Fix _CONST64_(x) as unsigned
 2023-04-11  6:31 UTC 

Multiple undefined configuration options are dependent in Kconfig under the v6.3-rc4 drivers directory
 2023-04-10 23:40 UTC  (2+ messages)

[PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-04-10 13:43 UTC  (3+ messages)
` [PATCH v9 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v9 2/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration

next: MIPS: clang-16: tinyconfig: error: unknown target CPU 'r4600'
 2023-04-10  8:33 UTC 

[PATCH 0/7] MIPS: LLVM build fixes
 2023-04-09 10:43 UTC  (9+ messages)
` [PATCH 1/8] MIPS: Replace assembly isa level directives with macros
` [PATCH 2/8] MIPS: Set ISA level for MSA control reg helpers
` [PATCH 3/8] MIPS: loongson2ef: Add missing break in cs5536_isa
` [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 for 6.3] MIPS: Define RUNTIME_DISCARD_EXIT in LD script
 2023-04-08 20:33 UTC 

Moving Octeon ethernet out of staging
 2023-04-08 14:20 UTC  (3+ messages)

[PATCH] MIPS: Limit MIPS_MT_SMP support by ISA reversion
 2023-04-08 12:59 UTC  (5+ messages)

[PATCH] MIPS: Set better default CPU model and kernel code model
 2023-04-08 11:59 UTC 

[PATCH 0/5] MIPS: LLVM toolchain support for more CPUs
 2023-04-08  9:47 UTC  (15+ messages)
` [PATCH 1/5] MIPS: Move various toolchain ASE check to Kconfig
` [PATCH 2/5] MIPS: Add toolchain feature dependency for microMIPS smartMIPS
` [PATCH 3/5] MIPS: Detect toolchain support of workarounds in Kconfig
` [PATCH 4/5] MIPS: Detect toolchain support of o32 ABI with 64 bit CPU
` [PATCH 5/5] MIPS: Fallback CPU -march CFLAG to ISA level if unsupported

[PATCH 0/2] Devicetree support for Loongson-1 watchdog
 2023-04-08  6:12 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: watchdog: Add "
` [PATCH 2/2] watchdog: loongson1_wdt: Add DT support

[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
 2023-04-07 23:30 UTC  (4+ messages)
` [PATCH v2 1/4] KVM: Refactor stats descriptor generation macros

[PATCH v3 00/12] MIPS Virt board support
 2023-04-07 17:50 UTC  (5+ messages)
` [PATCH v3 12/12] MIPS: generic: Enable all CPUs supported by virt board in Kconfig

W sprawie samochodu
 2023-04-07  7:56 UTC 

[PATCH v4 0/3] Use dma_default_coherent for devicetree default coherency
 2023-04-07  5:39 UTC  (3+ messages)

[PATCH] MIPS: generic: Do not select CPUs that are unsupported in clang
 2023-04-06 21:39 UTC  (6+ 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: "

[PATCH 00/10] usb: musb: Convert to platform remove callback returning void
 2023-04-06 12:12 UTC  (4+ messages)
` [PATCH 02/10] usb: musb: jz4740: "

[PATCH] MIPS: Remove deprecated CONFIG_MIPS_CMP
 2023-04-06 12:11 UTC  (4+ messages)

[PATCH v8 0/7] Add pci_dev_for_each_resource() helper and update users
 2023-04-06 10:31 UTC  (10+ messages)
` [PATCH v8 5/7] PCI: Allow pci_bus_for_each_resource() to take less arguments
` [PATCH v8 7/7] pcmcia: Convert to use less arguments in pci_bus_for_each_resource()

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-04-06  9:01 UTC  (4+ messages)
` [PATCH 13/21] arc: dma-mapping: skip invalidating before bidirectional DMA

[PATCH v3 0/3] Move Loongson1 PWM timer to clocksource framework
 2023-04-06  1:20 UTC  (3+ messages)

[PATCH v2 56/65] clk: ingenic: cgu: Switch to determine_rate
 2023-04-05 15:29 UTC  (13+ messages)

[PATCH] MIPS: tlbex: undefine pr_define macro when appropriate
 2023-04-05  8:33 UTC  (4+ messages)

[PATCH 1/3] MIPS: mm: Remove unused *cache_page_indexed flush functions
 2023-04-05  8:30 UTC  (6+ messages)
` [PATCH 2/3] MIPS: Remove no longer used ide.h
` [PATCH 3/3] MIPS: mm: Remove local_cache_flush_page

[PATCH] MIPS: Drop unused positional parameter in local_irq_{dis,en}able
 2023-04-05  8:26 UTC  (2+ messages)

[PATCH] MIPS: lantiq: remove unused function declaration
 2023-04-05  8:26 UTC  (2+ 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 NNTP newsgroup(s).