Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2017-12-29 14:12:40 to 2018-01-05 22:34:40 UTC [more...]

[PATCH] MAINTAINERS: Add James as MIPS co-maintainer
 2018-01-05 22:34 UTC  (5+ messages)

consolidate direct dma mapping and swiotlb support
 2018-01-05 19:45 UTC  (41+ messages)
` [PATCH 02/67] alpha: mark jensen as broken
` [PATCH 05/67] dma-mapping: replace PCI_DMA_BUS_IS_PHYS with a flag in struct dma_map_ops
` [PATCH 09/67] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 16/67] powerpc: rename dma_direct_ to dma_nommu_
` [PATCH 17/67] microblaze: rename dma_direct to dma_microblaze
` [PATCH 22/67] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 25/67] dma-direct: rename dma_noop to dma_direct
` [PATCH 26/67] dma-direct: use phys_to_dma
` [PATCH 27/67] dma-direct: add dma address sanity checks
` [PATCH 29/67] dma-direct: use node local allocations for coherent memory
` [PATCH 30/67] dma-direct: retry allocations using GFP_DMA for small masks
` [PATCH 31/67] dma-direct: make dma_direct_{alloc,free} available to other implementations
  ` [PATCH 31/67] dma-direct: make dma_direct_{alloc, free} "

[PATCH v7 00/10] add support for relative references in special sections
 2018-01-05 18:29 UTC  (19+ messages)
` [PATCH v7 01/10] arch: enable relative relocations for arm64, power and x86
` [PATCH v7 02/10] module: allow symbol exports to be disabled
` [PATCH v7 03/10] module: use relative references for __ksymtab entries
` [PATCH v7 04/10] init: allow initcall tables to be emitted using relative references
` [PATCH v7 05/10] PCI: Add support for relative addressing in quirk tables
` [PATCH v7 06/10] kernel: tracepoints: add support for relative references
` [PATCH v7 07/10] kernel/jump_label: abstract jump_entry member accessors
` [PATCH v7 08/10] arm64/kernel: jump_label: use relative references
` [PATCH v7 09/10] x86: jump_label: switch to jump_entry accessors
` [PATCH v7 10/10] x86/kernel: jump_table: use relative references

[PATCH v5 01/15] clk: ingenic: Use const pointer to clk_ops in struct
 2018-01-05 18:25 UTC  (41+ messages)
` [PATCH v5 02/15] clk: ingenic: Fix recalc_rate for clocks with fixed divider
` [PATCH v5 03/15] clk: ingenic: support PLLs with no bypass bit
` [PATCH v5 04/15] clk: ingenic: Add code to enable/disable PLLs
` [PATCH v5 05/15] dt-bindings: clock: Add jz4770-cgu.h header
` [PATCH v5 06/15] clk: Add Ingenic jz4770 CGU driver
` [PATCH v5 07/15] MIPS: Setup boot_command_line before plat_mem_setup
` [PATCH v5 08/15] MIPS: ingenic: Use common cmdline handling code
` [PATCH v5 09/15] MIPS: platform: add machtype IDs for more Ingenic SoCs
` [PATCH v5 10/15] MIPS: ingenic: Add machine info for supported boards
` [PATCH v5 11/15] MIPS: ingenic: Initial JZ4770 support
` [PATCH v5 12/15] MIPS: JZ4770: Work around config2 misreporting associativity
` [PATCH v5 13/15] MIPS: JZ4770: Workaround for corrupted DMA transfers
` [PATCH v5 14/15] devicetree/bindings: Add GCW vendor prefix
` [PATCH v5 15/15] MIPS: ingenic: Initial GCW Zero support
` [PATCH v6 00/15] JZ4770 SoC support
  ` [PATCH v6 01/15] clk: ingenic: Use const pointer to clk_ops in struct
  ` [PATCH v6 02/15] clk: ingenic: Fix recalc_rate for clocks with fixed divider
  ` [PATCH v6 03/15] clk: ingenic: support PLLs with no bypass bit
  ` [PATCH v6 04/15] clk: ingenic: Add code to enable/disable PLLs
  ` [PATCH v6 05/15] dt-bindings: clock: Add jz4770-cgu.h header
  ` [PATCH v6 06/15] clk: Add Ingenic jz4770 CGU driver
  ` [PATCH v6 07/15] MIPS: Setup boot_command_line before plat_mem_setup
  ` [PATCH v6 08/15] MIPS: ingenic: Use common cmdline handling code
  ` [PATCH v6 09/15] MIPS: platform: add machtype IDs for more Ingenic SoCs
  ` [PATCH v6 10/15] MIPS: ingenic: Detect machtype from SoC compatible string
  ` [PATCH v6 11/15] MIPS: ingenic: Initial JZ4770 support
  ` [PATCH v6 12/15] MIPS: JZ4770: Work around config2 misreporting associativity
  ` [PATCH v6 13/15] MIPS: JZ4770: Workaround for corrupted DMA transfers
  ` [PATCH v6 14/15] devicetree/bindings: Add GCW vendor prefix
  ` [PATCH v6 15/15] MIPS: ingenic: Initial GCW Zero support

[PATCH 1/2] MIPS: Watch: Avoid duplication of bits in mips_install_watch_registers
 2018-01-05 18:11 UTC  (6+ messages)
` [PATCH 2/2] MIPS: Watch: Avoid duplication of bits in mips_read_watch_registers

[PATCH 0/6] irqchip/mips-gic: Enable & use VEIC mode if available
 2018-01-05 10:31 UTC  (14+ messages)
` [PATCH 1/6] MIPS: Move ehb() to barrier.h
` [PATCH 2/6] MIPS: CPS: Introduce mips_gic_enable_eic
` [PATCH 3/6] MIPS: Generic: Support GIC in EIC mode
` [PATCH 4/6] irqchip/mips-gic: Always attempt to enable "
` [PATCH 5/6] irqchip/mips-gic: Use separate vector for shared interrupts in "
` [PATCH 6/6] irqchip/mips-gic: Separate local interrupt handling

MIPS: Generic: Support GIC in EIC mode
 2018-01-05 10:31 UTC 

Is MIPS affected by the recent KAISER/KASLR/KPTI/etc mess?
 2018-01-05 10:08 UTC  (2+ messages)

mb() calls in octeon / loongson swiotlb dma_map_ops
 2018-01-05  1:21 UTC  (3+ messages)

[PATCH v3 00/27] kill devm_ioremap_nocache
 2018-01-04 14:52 UTC  (13+ messages)

[PATCH v2 0/2] Add efuse driver for Ingenic JZ4780 SoC
 2018-01-03 20:04 UTC  (10+ messages)
` [PATCH v2 1/2] nvmem: add driver for JZ4780 efuse
` [PATCH v2 2/2] dts: Probe efuse for CI20

[PATCH 1/7] watchdog: JZ4740: Disable clock after stopping counter
 2018-01-03 14:28 UTC  (16+ messages)
` [PATCH v2 1/8] "
  ` [PATCH v2 2/8] watchdog: jz4740: Use devm_* functions
  ` [PATCH v2 3/8] watchdog: JZ4740: Register a restart handler
  ` [PATCH v2 4/8] watchdog: JZ4740: Drop module remove function
  ` [PATCH v2 5/8] MIPS: jz4740: dts: Add bindings for the jz4740-wdt driver
  ` [PATCH v2 6/8] MIPS: jz4780: dts: Fix watchdog node
  ` [PATCH v2 7/8] MIPS: qi_lb60: Enable the jz4740-wdt driver
  ` [PATCH v2 8/8] MIPS: jz4740: Drop old platform reset code

[PATCH v3 01/34] clk_ops: change round_rate() to return unsigned long
 2018-01-03 10:07 UTC  (2+ messages)

[PATCH 01/33] clk_ops: change round_rate() to return unsigned long
 2018-01-02 23:28 UTC  (12+ messages)

[PATCH 1/2] MIPS: add declaration for function `memory_region_available`
 2018-01-02 18:55 UTC  (9+ messages)
` [PATCH 2/2] MIPS: Remove a warning when PHYS_OFFSET is 0x0
  ` [PATCH v2 "
` [PATCH v2 1/2] MIPS: Make declaration for function `memory_region_available` static

[PATCH v2] MIPS: Add nonxstack=on|off kernel parameter
 2018-01-02 18:35 UTC  (9+ messages)

[PATCH v2] MIPS: Loongson64: Drop 32-bit support for Loongson 2E/2F devices
 2018-01-02 15:39 UTC 

[PATCH v3 0/2] MIPS: Augment CPC support
 2018-01-02 15:38 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: Document mti,mips-cpc binding

[PATCH] MIPS: Loongson64: Drop 32-bit support for Loongson 2E/2F devices
 2018-01-02 13:39 UTC  (6+ messages)

[PATCH 0/3] MIPS: AR7: assorted fixes
 2018-01-02  8:40 UTC  (6+ messages)
` [PATCH RFC 3/3] MIPS: AR7: ensure the port type's FCR value is used

[PATCH v5 8/8] x86/kernel: jump_table: use relative references
 2018-01-02  6:36 UTC  (3+ messages)
` [lkp-robot] [x86/kernel] 5bf300774c: WARNING:at_kernel/jump_label.c:#jump_label_test

Cleanup loongson64 mach to use SPDX copyright format
 2018-01-02  2:32 UTC  (13+ messages)
` Cleanup loongson64 mach to use SPDX copyright format v2
  ` [PATCHv2 1/8] MIPS: Loongson64: cleanup all cs5536 files to use SPDX Identifier
  ` [PATCHv2 2/8] MIPS: Loongson64: cleanup all loongson common "
  ` [PATCHv2 3/8] MIPS: Loongson64: cleanup all fuloong-2e "
  ` [PATCHv2 4/8] MIPS: Loongson64: cleanup all lemote-2f "
  ` [PATCHv2 5/8] MIPS: Loongson64: cleanup all loongson-3 "
  ` [PATCHv2 6/8] MIPS: Loongson64: cleanup all mach "
  ` [PATCHv2 7/8] MIPS: Loongson64: cleanup all include "

[PATCH] MIPS: Fix early CM probing
 2018-01-01 23:56 UTC  (4+ messages)

[PATCH v2 01/34] clk_ops: change round_rate() to return unsigned long
 2018-01-01 19:07 UTC 

[PATCH v12 0/3] MIPS: Add virtual Ranchu board as a generic-based board
 2017-12-29 15:41 UTC  (4+ messages)
` [PATCH v12 1/3] Documentation: Add device tree binding for Goldfish PIC driver
` [PATCH v12 2/3] irqchip/irq-goldfish-pic: Add "
` [PATCH v12 3/3] MIPS: ranchu: Add Ranchu as a new generic-based board

[PATCH v3 01/18] clk: ingenic: Use const pointer to clk_ops in struct
 2017-12-29 15:02 UTC  (6+ messages)
` [PATCH v4 00/15] Ingenic JZ4770 and GCW Zero support
  ` [PATCH v4 06/15] clk: Add Ingenic jz4770 CGU driver


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox