messages from 2018-01-02 20:08:40 to 2018-01-10 22:28:52 UTC [more...]
[PATCH v5 01/15] clk: ingenic: Use const pointer to clk_ops in struct
2018-01-10 22:27 UTC (31+ messages)
` [PATCH v5 05/15] dt-bindings: clock: Add jz4770-cgu.h header
` [PATCH v5 13/15] MIPS: JZ4770: Workaround for corrupted DMA transfers
` [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
consolidate swiotlb dma_map implementations
2018-01-10 17:23 UTC (36+ messages)
` [PATCH 01/22] swiotlb: suppress warning when __GFP_NOWARN is set
` [PATCH 02/22] arm64: rename swiotlb_dma_ops
` [PATCH 03/22] ia64: "
` [PATCH 04/22] powerpc: "
` [PATCH 05/22] x86: "
` [PATCH 06/22] swiotlb: rename swiotlb_free to swiotlb_exit
` [PATCH 07/22] swiotlb: add common swiotlb_map_ops
` [PATCH 08/22] swiotlb: wire up ->dma_supported in swiotlb_dma_ops
` [PATCH 09/22] swiotlb: refactor coherent buffer freeing
` [PATCH 10/22] swiotlb: refactor coherent buffer allocation
` [PATCH 11/22] swiotlb: remove various exports
` [PATCH 12/22] ia64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 13/22] ia64: use generic swiotlb_ops
` [PATCH 14/22] ia64: clean up swiotlb support
` [PATCH 15/22] ia64: remove an ifdef around the content of pci-dma.c
` [PATCH 16/22] unicore32: use generic swiotlb_ops
` [PATCH 17/22] tile: replace ZONE_DMA with ZONE_DMA32
` [PATCH 18/22] tile: use generic swiotlb_ops
` [PATCH 19/22] mips/netlogic: remove swiotlb support
` [PATCH 20/22] mips: use swiotlb_{alloc,free}
` [PATCH 21/22] arm64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 22/22] arm64: use swiotlb_alloc and swiotlb_free
consolidate direct dma mapping V3
2018-01-10 17:00 UTC (51+ messages)
` [PATCH 01/33] alpha: mark jensen as broken
` [PATCH 02/33] hexagon: remove unused flush_write_buffers definition
` [PATCH 03/33] m32r: "
` [PATCH 04/33] powerpc: "
` [PATCH 05/33] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 06/33] m32r: remove the unused dma_capable helper
` [PATCH 07/33] riscv: "
` [PATCH 08/33] s390: "
` [PATCH 09/33] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
` [PATCH 10/33] arm64: don't override dma_max_pfn
` [PATCH 11/33] dma-mapping: move swiotlb arch helpers to a new header
` [PATCH 12/33] dma-mapping: move dma_mark_clean to dma-direct.h
` [PATCH 13/33] hexagon: use the generic dma_capable helper
` [PATCH 14/33] powerpc: rename dma_direct_ to dma_nommu_
` [PATCH 15/33] microblaze: rename dma_direct to dma_nommu
` [PATCH 16/33] microblaze: remove dma_nommu_dma_supported
` [PATCH 17/33] microblaze: remove the dead !NOT_COHERENT_CACHE dma code
` [PATCH 18/33] s390: move s390_pci_dma_ops to asm/pci_dma.h
` [PATCH 19/33] dma-mapping: warn when there is no coherent_dma_mask
` [PATCH 20/33] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 21/33] dma-mapping: add an arch_dma_supported hook
` [PATCH 22/33] dma-mapping: provide a generic asm/dma-mapping.h
` [PATCH 23/33] dma-direct: rename dma_noop to dma_direct
` [PATCH 24/33] dma-direct: use phys_to_dma
` [PATCH 25/33] dma-direct: add dma address sanity checks
` [PATCH 26/33] dma-direct: add support for CMA allocation
` [PATCH 27/33] dma-direct: use node local allocations for coherent memory
` [PATCH 28/33] dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32
` [PATCH 29/33] dma-direct: retry allocations using GFP_DMA for small masks
` [PATCH 30/33] dma-direct: make dma_direct_{alloc,free} available to other implementations
` [PATCH 31/33] dma-direct: reject too small dma masks
` [PATCH 32/33] cris: use dma-direct
` [PATCH 33/33] h8300: "
mb() calls in octeon / loongson swiotlb dma_map_ops
2018-01-09 18:31 UTC (4+ messages)
consolidate direct dma mapping and swiotlb support
2018-01-09 15:55 UTC (34+ 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 06/67] hexagon: remove unused flush_write_buffers definition
` [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 27/67] dma-direct: add dma address sanity checks
` [PATCH 30/67] dma-direct: retry allocations using GFP_DMA for small masks
` [PATCH 34/67] cris: use dma-direct
[PATCH v2 00/13] MIPS: add support for the Microsemi MIPS SoCs
2018-01-09 14:07 UTC (7+ messages)
` [PATCH v2 05/13] pinctrl: Add Microsemi Ocelot SoC driver
` [PATCH v3] "
[PATCH v5] MIPS: Add noexec=on|off kernel parameter
2018-01-09 11:57 UTC
[PATCH v5] MIPS: Add noexec=on|off kernel parameter
2018-01-09 11:47 UTC
[PATCH] MAINTAINERS: Add James as MIPS co-maintainer
2018-01-08 8:55 UTC (8+ messages)
[PATCH v2 0/2] Add efuse driver for Ingenic JZ4780 SoC
2018-01-06 12:43 UTC (6+ messages)
` [PATCH v2 1/2] nvmem: add driver for JZ4780 efuse
` [PATCH v2 2/2] dts: Probe efuse for CI20
[PATCH 0/2] Add efuse driver for Ingenic JZ4780 SoC
2018-01-06 11:52 UTC (5+ messages)
` [PATCH 1/2] nvmem: add driver for JZ4780 efuse
[PATCH 0/7] DT: consolidate bootmem support
2018-01-05 23:20 UTC (3+ messages)
` [PATCH 1/7] of/fdt: use memblock_virt_alloc for early alloc
` [PATCH 4/7] mips: remove arch specific early_init_dt_alloc_memory_arch
[PATCH 4/7] mips: remove arch specific early_init_dt_alloc_memory_arch
2018-01-05 23:14 UTC
[PATCH v7 00/10] add support for relative references in special sections
2018-01-05 18:29 UTC (16+ messages)
` [PATCH v7 02/10] module: allow symbol exports to be disabled
` [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 1/2] MIPS: Watch: Avoid duplication of bits in mips_install_watch_registers
2018-01-05 18:11 UTC (4+ 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)
[PATCH v3 00/27] kill devm_ioremap_nocache
2018-01-04 14:52 UTC (13+ messages)
[PATCH 1/7] watchdog: JZ4740: Disable clock after stopping counter
2018-01-03 14:28 UTC (8+ messages)
` [PATCH v2 1/8] "
` [PATCH v2 5/8] MIPS: jz4740: dts: Add bindings for the jz4740-wdt driver
[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 (6+ messages)
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