Linux-MIPS Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-23 22:50:58 to 2023-04-03 09:42:18 UTC [more...]

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

[PATCH] MIPS: vpe-cmp: remove module owner pointer from struct class usage
 2023-04-02  9:05 UTC 

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-04-02  6:52 UTC  (60+ messages)
` [PATCH 01/21] openrisc: dma-mapping: flush bidirectional mappings
` [PATCH 02/21] xtensa: dma-mapping: use normal cache invalidation rules
` [PATCH 03/21] sparc32: flush caches in dma_sync_*for_device
` [PATCH 04/21] microblaze: dma-mapping: skip extra DMA flushes
` [PATCH 05/21] powerpc: dma-mapping: split out cache operation logic
` [PATCH 06/21] powerpc: dma-mapping: minimize for_cpu flushing
` [PATCH 07/21] powerpc: dma-mapping: always clean cache in _for_device() op
` [PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
` [PATCH 10/21] csky: dma-mapping: skip invalidating before DMA from device
` [PATCH 11/21] mips: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 12/21] mips: dma-mapping: split out cache operation logic
` [PATCH 13/21] arc: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 14/21] parisc: dma-mapping: use regular flush/invalidate ops
` [PATCH 15/21] ARM: dma-mapping: always invalidate WT caches before DMA
` [PATCH 16/21] ARM: dma-mapping: bring back dmac_{clean,inv}_range
` [PATCH 17/21] ARM: dma-mapping: use arch_sync_dma_for_{device,cpu}() internally
` [PATCH 18/21] ARM: drop SMP support for ARM11MPCore
` [PATCH 19/21] ARM: dma-mapping: use generic form of arch_sync_dma_* helpers
` [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 00/19] DT header disentangling, part 1
 2023-04-01 19:22 UTC  (35+ messages)
` [PATCH 01/19] of: Make devtree_lock declaration private
` [PATCH 02/19] of: Move of_device_(add|register|unregister) to of_platform.h
` [PATCH 03/19] of: Move of_device_get_match_data() declaration
` [PATCH 04/19] of: Move CPU node related functions to their own file
` [PATCH 05/19] of: Drop unnecessary includes in headers
` [PATCH 06/19] ARM: sunxi: Drop of_device.h include
` [PATCH 07/19] ARM: cpuidle: "
` [PATCH 08/19] riscv: Add explicit include for cpu.h
` [PATCH 09/19] riscv: cacheinfo: Adjust includes to remove of_device.h
` [PATCH 10/19] "
` [PATCH 11/19] clocksource: ingenic: Add explicit include for cpuhotplug.h
` [PATCH 12/19] thermal: cpuidle_cooling: Adjust includes to remove of_device.h
` [PATCH 13/19] soc: mediatek: mtk-svs: Add explicit include for cpu.h
` [PATCH 14/19] cpufreq: Adjust includes to remove of_device.h
` [PATCH 15/19] cpufreq: sun50i: Add explicit include for cpu.h
` [PATCH 16/19] cpuidle: Adjust includes to remove of_device.h
` [PATCH 17/19] irqchip: loongson-eiointc: Add explicit include for cpuhotplug.h
` [PATCH 18/19] OPP: Adjust includes to remove of_device.h
` [PATCH 19/19] of: Drop cpu.h include from of_device.h

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

[PATCH v8 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2023-04-01 12:12 UTC  (6+ messages)
` [PATCH v8 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v8 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v4 0/3] Use dma_default_coherent for devicetree default coherency
 2023-04-01  9:15 UTC  (4+ messages)
` [PATCH v4 1/3] dma-mapping: Provide a fallback dma_default_coherent
` [PATCH v4 2/3] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT
` [PATCH v4 3/3] of: address: Always use dma_default_coherent for default coherency

[PATCH] MIPS: tlbex: undefine pr_define macro when appropriate
 2023-04-01  9:14 UTC  (3+ messages)

[GIT PULL] MIPS fixes for v6.3
 2023-03-31 17:26 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2023-03-31 15:17 UTC  (2+ messages)

[PATCH v8 0/7] Add pci_dev_for_each_resource() helper and update users
 2023-03-30 16:24 UTC  (8+ messages)
` [PATCH v8 1/7] kernel.h: Split out COUNT_ARGS() and CONCATENATE()
` [PATCH v8 2/7] PCI: Introduce pci_resource_n()
` [PATCH v8 3/7] PCI: Introduce pci_dev_for_each_resource()
` [PATCH v8 4/7] PCI: Document pci_bus_for_each_resource() to avoid confusion
` [PATCH v8 5/7] PCI: Allow pci_bus_for_each_resource() to take less arguments
` [PATCH v8 6/7] EISA: Convert to use less arguments in pci_bus_for_each_resource()
` [PATCH v8 7/7] pcmcia: "

[PATCH v7 0/6] Add pci_dev_for_each_resource() helper and update users
 2023-03-30 15:38 UTC  (10+ messages)
` [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 6/6] PCI: Make use of pci_resource_n()

[PATCH v3 0/3] Move Loongson1 PWM timer to clocksource framework
 2023-03-30 13:24 UTC  (6+ messages)
` [PATCH v3 1/3] MIPS: Loongson32: Remove deprecated PWM timer clocksource
` [PATCH v3 2/3] dt-bindings: timer: Add Loongson-1 clocksource
` [PATCH v3 3/3] clocksource: loongson1: Move PWM timer to clocksource framework

[PATCH v2 0/3] Move Loongson1 PWM timer to clocksource framework
 2023-03-30 11:30 UTC  (5+ messages)
` [PATCH v2 1/3] MIPS: Loongson32: Remove deprecated PWM timer clocksource
` [PATCH v2 2/3] dt-bindings: timer: Add Loongson-1 clocksource
` [PATCH v2 3/3] clocksource: loongson1: Move PWM timer to clocksource framework

[PATCH 0/2] Move Loongson1 restart handler to watchdog driver
 2023-03-30 11:30 UTC  (4+ messages)
` [PATCH 1/2] MIPS: Loongson32: Remove reset.c
` [PATCH 2/2] watchdog: loongson1_wdt: Implement restart handler

[PATCH v2 0/2] Move Loongson1 restart handler to watchdog driver
 2023-03-30 11:20 UTC  (3+ messages)
` [PATCH v2 1/2] MIPS: Loongson32: Remove reset.c
` [PATCH v2 2/2] watchdog: loongson1_wdt: Implement restart handler

[PATCH 0/3] Move Loongson1 PWM timer to clocksource framework
 2023-03-30 10:16 UTC  (8+ messages)
` [PATCH 1/3] MIPS: Loongson32: Remove deprecated PWM timer clocksource
` [PATCH 2/3] dt-bindings: timer: Add Loongson-1 clocksource
` [PATCH 3/3] clocksource: loongson1: Move PWM timer to clocksource framework

Multiple undefined configuration options are dependent in Kconfig under the v6.3-rc4 drivers directory
 2023-03-29 22:34 UTC 

[PATCH] MIPS: lantiq: remove unused function declaration
 2023-03-29 21:03 UTC 

[PATCH v2 56/65] clk: ingenic: cgu: Switch to determine_rate
 2023-03-29 19:50 UTC  (17+ messages)
  ` [PATCH v2 43/65] ASoC: tlv320aic32x4: Add a determine_rate hook

[linux-next:master] BUILD REGRESSION 198925fae644b0099b66fac1d972721e6e563b17
 2023-03-29 15:21 UTC 

[PATCH v3 0/4] Use dma_default_coherent for devicetree default coherency
 2023-03-29  3:27 UTC  (13+ messages)
` [PATCH v3 1/4] of: address: Fix default coherency for MIPS
` [PATCH v3 4/4] of: address: Always use dma_default_coherent for default coherency

[PATCH v3 00/21] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings
 2023-03-28 21:06 UTC  (4+ messages)
` [PATCH v3 01/21] pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible string

Słowa kluczowe do wypozycjonowania
 2023-03-28  7:45 UTC 

[PATCH] dt-bindings: mips: lantiq: Document Lantiq SoC dt bindings
 2023-03-28  6:32 UTC  (4+ messages)

[PATCH] MAINTAINERS: remove obsolete file entry in MIPS/LOONGSON1 ARCHITECTURE
 2023-03-27 16:59 UTC  (3+ messages)

[PATCH 00/10] locking: Introduce local{,64}_try_cmpxchg
 2023-03-26 19:28 UTC  (7+ messages)
` [PATCH 01/10] locking/atomic: Add missing cast to try_cmpxchg() fallbacks

[PATCH] KVM: MIPS: Make kvm_mips_callbacks const
 2023-03-24 23:35 UTC  (2+ messages)

[PATCH 01/10] dt: bindings: clock: add mtmips SoCs clock device tree binding documentation
 2023-03-24 23:15 UTC  (13+ messages)

[PATCH v2 00/12] MIPS Virt board support
 2023-03-24 13:31 UTC  (5+ messages)
` [PATCH v2 01/12] MIPS: Move declaration of bcache ops to cache.c
` [PATCH v2 06/12] MIPS: c-octeon: Provide alternative SMP cache flush function

[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  (2+ messages)

[PATCH] mips: Remove obsolete configs IRQ_MSP_CIC and IRQ_MSP_SLP
 2023-03-24 13:11 UTC  (2+ messages)

[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-03-23 22:50 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 read-only IMAP folder(s) and NNTP newsgroup(s).