messages from 2023-03-20 18:05:43 to 2023-03-26 14:54:32 UTC [more...]
[PATCH] dt-bindings: mips: lantiq: Document Lantiq SoC dt bindings
2023-03-26 14:54 UTC (2+ messages)
[PATCH] KVM: MIPS: Make kvm_mips_callbacks const
2023-03-24 23:35 UTC (2+ messages)
[PATCH 00/10] mips: ralink: add complete clock and reset driver for mtmips SoCs
2023-03-24 23:15 UTC (39+ messages)
` [PATCH 01/10] dt: bindings: clock: add mtmips SoCs clock device tree binding documentation
` [PATCH 07/10] mips: ralink: remove clock related function prototypes
[PATCH v2 00/65] clk: Make determine_rate mandatory for muxes
2023-03-24 20:58 UTC (10+ messages)
` [PATCH v2 56/65] clk: ingenic: cgu: Switch to determine_rate
[PATCH 00/10] locking: Introduce local{,64}_try_cmpxchg
2023-03-24 16:32 UTC (6+ messages)
` [PATCH 01/10] locking/atomic: Add missing cast to try_cmpxchg() fallbacks
[PATCH v2 00/12] MIPS Virt board support
2023-03-24 13:31 UTC (15+ messages)
` [PATCH v2 01/12] MIPS: Move declaration of bcache ops to cache.c
` [PATCH v2 02/12] MIPS: smp-cps: Disable coherence setup for unsupported ISA
` [PATCH v2 03/12] MIPS: mips-cm: Check availability of config registers
` [PATCH v2 04/12] MIPS: Octeon: Opt-out 4k_cache feature
` [PATCH v2 05/12] MIPS: cpu-features: Enable octeon_cache by cpu_type
` [PATCH v2 06/12] MIPS: c-octeon: Provide alternative SMP cache flush function
` [PATCH v2 07/12] MIPS: Octeon: Allow CVMSEG to be disabled
` [PATCH v2 08/12] MIPS: Loongson: Move arch cflags to MIPS top level Makefile
` [PATCH v2 09/12] MIPS: Loongson: Don't select platform features with CPU
` [PATCH v2 10/12] MIPS: Octeon: Disable CVMSEG by default on other platforms
` [PATCH v2 11/12] MIPS: Add board config for virt board
` [PATCH v2 12/12] MIPS: generic: Enable all CPUs supported by virt board in Kconfig
[PATCH v2 0/4] MIPS DMA coherence fixes
2023-03-24 13:13 UTC (7+ messages)
` [PATCH v2 2/4] MIPS: Always select ARCH_HAS_SETUP_DMA_OPS
` [PATCH v2 3/4] MIPS: Always select ARCH_HAS_SYNC_DMA_FOR_CPU for noncoherent platforms
` [PATCH v2 4/4] MIPS: c-r4k: Always install dma flush functions
[PATCH] MIPS: octeon: Use of_address_to_resource()
2023-03-24 13:12 UTC (3+ messages)
[PATCH] mips: Remove obsolete configs IRQ_MSP_CIC and IRQ_MSP_SLP
2023-03-24 13:11 UTC (2+ messages)
[PATCH v7 0/6] Add pci_dev_for_each_resource() helper and update users
2023-03-24 9:20 UTC (12+ messages)
` [PATCH v7 1/6] kernel.h: Split out COUNT_ARGS() and CONCATENATE()
` [PATCH v7 2/6] PCI: Introduce pci_dev_for_each_resource()
` [PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments
` [PATCH v7 4/6] EISA: Convert to use less arguments in pci_bus_for_each_resource()
` [PATCH v7 5/6] pcmcia: "
` [PATCH v7 6/6] PCI: Make use of pci_resource_n()
[PATCH v3 0/4] Use dma_default_coherent for devicetree default coherency
2023-03-24 9:17 UTC (9+ messages)
` [PATCH v3 1/4] of: address: Fix default coherency for MIPS
` [PATCH v3 2/4] dma-mapping: Provide a fallback dma_default_coherent
` [PATCH v3 3/4] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT
` [PATCH v3 4/4] of: address: Always use dma_default_coherent for default coherency
[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
2023-03-23 22:50 UTC (2+ messages)
[PATCH v5 0/7] Generic IPI sending tracepoint
2023-03-23 18:31 UTC (16+ messages)
` [PATCH v5 1/7] trace: Add trace_ipi_send_cpumask()
` [PATCH v5 7/7] sched, smp: Trace smp callback causing an IPI
[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
2023-03-23 16:33 UTC
[PATCH v6 1/4] PCI: Introduce pci_dev_for_each_resource()
2023-03-23 16:28 UTC (6+ messages)
[PATCH v3 01/38] Kconfig: introduce HAS_IOPORT option and select it as necessary
2023-03-23 13:23 UTC (3+ messages)
[PATCH] MAINTAINERS: remove obsolete file entry in MIPS/LOONGSON1 ARCHITECTURE
2023-03-23 12:14 UTC
[PATCH -next] mmc: jz4740: Use devm_platform_get_and_ioremap_resource()
2023-03-23 12:13 UTC (2+ messages)
[PATCH v2 00/14] mm: move core MM initialization to mm/mm_init.c
2023-03-23 7:09 UTC (35+ messages)
` [PATCH v2 01/14] mips: fix comment about pgtable_init()
` [PATCH v2 02/14] mm/page_alloc: add helper for checking if check_pages_enabled
` [PATCH v2 04/14] mm: handle hashdist initialization in mm/mm_init.c
` [PATCH v2 05/14] mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()
` [PATCH v2 06/14] init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()
` [PATCH v2 07/14] init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()
` [PATCH v2 08/14] mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()
` [PATCH v2 09/14] mm: move init_mem_debugging_and_hardening() to mm/mm_init.c
` [PATCH v2 10/14] init,mm: fold late call to page_ext_init() to page_alloc_init_late()
` [PATCH v2 11/14] mm: move mem_init_print_info() to mm_init.c
` [PATCH v2 12/14] mm: move kmem_cache_init() declaration to mm/slab.h
` [PATCH v2 13/14] mm: move vmalloc_init() declaration to mm/internal.h
` [PATCH v2 14/14] MAINTAINERS: extend memblock entry to include MM initialization
` [PATCH v2 03/14] mm: move most of core MM initialization to mm/mm_init.c
[PATCH v6 2/4] PCI: Split pci_bus_for_each_resource_p() out of pci_bus_for_each_resource()
2023-03-22 19:35 UTC (2+ messages)
[PATCH] mmc: jz4740: Use dev_err_probe()
2023-03-22 16:54 UTC (4+ messages)
[PATCH] loongarch: drop ranges for definition of ARCH_FORCE_MAX_ORDER
2023-03-22 17:14 UTC (3+ messages)
[PATCH] mips: drop ranges for definition of ARCH_FORCE_MAX_ORDER
2023-03-22 17:14 UTC (5+ messages)
[PATCH v3 0/4] Devicetree support for Loongson-1 GPIO
2023-03-22 16:48 UTC (7+ messages)
` [PATCH v3 1/4] gpio: loongson1: Convert to SPDX identifier
` [PATCH v3 2/4] gpio: loongson1: Introduce ls1x_gpio_chip struct
` [PATCH v3 3/4] gpio: loongson1: Add DT support
[PATCH v2 01/14] mips: fix comment about pgtable_init()
2023-03-22 14:49 UTC (3+ messages)
` [PATCH v2 02/14] mm/page_alloc: add helper for checking if check_pages_enabled
[PATCH v2 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
2023-03-22 8:57 UTC (18+ messages)
` [PATCH v2 1/9] dt-bindings: clock: add mtmips SoCs system controller
` [PATCH v2 2/9] clk: ralink: add clock and reset driver for MTMIPS SoCs
` [PATCH v2 3/9] mips: ralink: rt288x: remove clock related code
` [PATCH v2 4/9] mips: ralink: rt305x: "
` [PATCH v2 5/9] mips: ralink: rt3883: "
` [PATCH v2 6/9] mips: ralink: mt7620: "
` [PATCH v2 7/9] mips: ralink: remove reset "
` [PATCH v2 8/9] mips: ralink: get cpu rate from new driver code
` [PATCH v2 9/9] MAINTAINERS: add Mediatek MTMIPS Clock maintainer
[PATCH v5 0/4] Devicetree support for Loongson-1 clock
2023-03-21 23:35 UTC (9+ messages)
` [PATCH v5 1/4] dt-bindings: clock: Add "
` [PATCH v5 2/4] clk: loongson1: Remove the outdated driver
` [PATCH v5 3/4] clk: loongson1: Re-implement the clock driver
` [PATCH v5 4/4] MIPS: loongson32: Update the clock initialization
[PATCH v2 00/14] mm: move core MM initialization to mm/mm_init.c
2023-03-21 17:05 UTC (2+ messages)
[PATCH v4 16/36] mips: Implement the new page table range API
2023-03-21 11:30 UTC (7+ messages)
[PATCH v4 0/4] Devicetree support for Loongson-1 clock
2023-03-21 10:58 UTC (4+ messages)
` [PATCH v4 3/4] clk: loongson1: Re-implement the clock driver
[PATCH v3 0/4] Devicetree support for Loongson-1 clock
2023-03-21 10:52 UTC (4+ messages)
` [PATCH v3 3/4] clk: loongson1: Re-implement the clock driver
[PATCH 00/15] mm: move core MM initialization to mm/mm_init.c
2023-03-20 19:12 UTC (5+ messages)
` [PATCH 02/15] mm/cma: move init_cma_reserved_pages() to cma.c and make it static
[PATCH v3 00/21] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings
2023-03-20 18:34 UTC (4+ messages)
` [PATCH v3 20/21] dt-bindings: pinctrl: mediatek: mt7620: split binding
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).