linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-07 20:10:42 to 2017-06-14 11:26:26 UTC [more...]

[PATCH v6 0/4] MIPS: Remote processor driver
 2017-06-14 11:26 UTC  (4+ messages)
` [PATCH v6 3/4] remoteproc/MIPS: Add a remoteproc driver for MIPS

[PATCH v4 0/4] MIPS Boston support
 2017-06-14 11:17 UTC  (9+ messages)
` [PATCH v4 1/4] dt-bindings: Document img,boston-clock binding
` [PATCH v4 2/4] clk: boston: Add a driver for MIPS Boston board clocks
` [PATCH v4 3/4] MIPS: DTS: img: Don't attempt to build-in all .dtb files

[PATCH v2 0/5] MIPS: Implement eBPF JIT
 2017-06-14  9:48 UTC  (9+ messages)
` [PATCH v2 1/5] MIPS: Optimize uasm insn lookup
` [PATCH v2 2/5] MIPS: Correctly define DBSHFL type instruction opcodes
` [PATCH v2 3/5] MIPS: Add some instructions to uasm
` [PATCH v2 4/5] MIPS: Add support for eBPF JIT
` [PATCH v2 5/5] MIPS: Give __secure_computing() access to syscall arguments

clean up and modularize arch dma_mapping interface
 2017-06-14  9:17 UTC  (65+ messages)
` [PATCH 01/44] firmware/ivc: use dma_mapping_error
` [PATCH 02/44] ibmveth: properly unwind on init errors
` [PATCH 03/44] dmaengine: ioat: don't use DMA_ERROR_CODE
` [PATCH 04/44] drm/exynos: "
` [PATCH 05/44] drm/armada: don't abuse DMA_ERROR_CODE
` [PATCH 06/44] iommu/dma: don't rely on DMA_ERROR_CODE
` [PATCH 07/44] xen-swiotlb: consolidate xen_swiotlb_dma_ops
` [PATCH 08/44] xen-swiotlb: implement ->mapping_error
` [PATCH 09/44] c6x: remove DMA_ERROR_CODE
` [PATCH 10/44] ia64: "
` [PATCH 11/44] m32r: "
` [PATCH 12/44] microblaze: "
` [PATCH 13/44] openrisc: "
` [PATCH 14/44] sh: "
` [PATCH 15/44] xtensa: "
` [PATCH 16/44] arm64: "
` [PATCH 17/44] hexagon: switch to use ->mapping_error for error reporting
` [PATCH 18/44] iommu/amd: implement ->mapping_error
` [PATCH 19/44] s390: "
` [PATCH 20/44] sparc: "
` [PATCH 21/44] powerpc: "
` [PATCH 22/44] x86/pci-nommu: "
` [PATCH 23/44] x86/calgary: "
` [PATCH 24/44] x86: remove DMA_ERROR_CODE
` [PATCH 25/44] arm: implement ->mapping_error
` [PATCH 26/44] dma-mapping: remove DMA_ERROR_CODE
` [PATCH 27/44] sparc: remove leon_dma_ops
` [PATCH 28/44] sparc: remove arch specific dma_supported implementations
` [PATCH 29/44] dma-noop: remove dma_supported and mapping_error methods
` [PATCH 30/44] dma-virt: "
` [PATCH 31/44] hexagon: remove arch-specific dma_supported implementation
` [PATCH 32/44] hexagon: remove the unused dma_is_consistent prototype
` [PATCH 33/44] openrisc: remove arch-specific dma_supported implementation
` [PATCH 34/44] arm: remove arch specific "
` [PATCH 35/44] x86: "
` [PATCH 36/44] dma-mapping: remove HAVE_ARCH_DMA_SUPPORTED
` [PATCH 37/44] mips/loongson64: implement ->dma_supported instead of ->set_dma_mask
` [PATCH 38/44] arm: "
` [PATCH 39/44] xen-swiotlb: remove xen_swiotlb_set_dma_mask
` [PATCH 40/44] tile: remove dma_supported and mapping_error methods
` [PATCH 41/44] powerpc/cell: clean up fixed mapping dma_ops initialization
` [PATCH 42/44] powerpc/cell: use the dma_supported method for ops switching
` [PATCH 43/44] dma-mapping: remove the set_dma_mask method
` [PATCH 44/44] powerpc: merge __dma_set_mask into dma_set_mask

[PATCH V4 1/9] MIPS: Loongson: Add Loongson-3A R3 basic support
 2017-06-14  9:14 UTC  (7+ messages)
` [PATCH V4 2/9] MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3
` [PATCH V4 4/9] MIPS: Loongson-3: Support 4 packages in CPU Hwmon driver

[PATCH 0/4] bpf: Changes needed (or desired) for MIPS support
 2017-06-14  0:22 UTC  (10+ messages)
` [PATCH 1/4] tools: bpf_jit_disasm: Handle large images
` [PATCH 2/4] test_bpf: Add test to make conditional jump cross a large number of insns
` [PATCH 3/4] bpf: Add MIPS support to samples/bpf
` [PATCH 4/4] samples/bpf: Fix tracex5 to work with MIPS syscalls

[PATCH] MIPS: Perform post-DMA cache flushes on systems with MAARs
 2017-06-13 17:52 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] MIPS: perf: add I6500 handling
 2017-06-13  9:23 UTC  (2+ messages)

[PATCH 00/11] MIPS: cmpxchg(), xchg() fixes & queued locks
 2017-06-12 22:47 UTC  (30+ messages)
` [PATCH 01/11] MIPS: cmpxchg: Unify R10000_LLSC_WAR & non-R10000_LLSC_WAR cases
` [PATCH 02/11] MIPS: cmpxchg: Pull xchg() asm into a macro
` [PATCH 03/11] MIPS: cmpxchg: Use __compiletime_error() for bad cmpxchg() pointers
` [PATCH 04/11] MIPS: cmpxchg: Error out on unsupported xchg() calls
` [PATCH 05/11] MIPS: cmpxchg: Drop __xchg_u{32,64} functions
` [PATCH 06/11] MIPS: cmpxchg: Implement __cmpxchg() as a function
` [PATCH 07/11] MIPS: cmpxchg: Implement 1 byte & 2 byte xchg()
` [PATCH 08/11] MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg()
` [PATCH 09/11] MIPS: cmpxchg: Rearrange __xchg() arguments to match xchg()
` [PATCH 10/11] MIPS: Use queued read/write locks (qrwlock)
` [PATCH 11/11] MIPS: Use queued spinlocks (qspinlock)

[PATCH] MIPS: Hardcode cpu_has_* where known at compile time due to ISA
 2017-06-12 18:54 UTC  (9+ messages)
    ` [PATCH v2 1/2] MIPS: Provide asm/isarev.h to define __mips_isa_rev
      ` [PATCH v2 2/2] MIPS: Hardcode cpu_has_* where known at compile time due to ISA

[PATCH 00/35] defconfig: Cleanup from old entries
 2017-06-12  9:54 UTC  (5+ messages)
` [PATCH 02/35] MIPS: defconfig: Cleanup from old Kconfig options

[PATCH] MIPS: fix boot with DT passed via UHI
 2017-06-11 10:33 UTC  (4+ messages)

[PATCH v1 1/2] MIPS: Loongson: Remove unused PCI_BAR_COUNT definition
 2017-06-11  1:14 UTC  (3+ messages)
` [PATCH v1 2/2] MIPS: PCI: Remove unused busn_offset

Unify the various copies of libgcc into lib
 2017-06-09 19:53 UTC  (4+ messages)
` Unify the various copies of libgcc into lib v2
  ` [PATCH 7/7] MIPS: Use generic libgcc intrinsics

patch "mips: sgi-ip22: ecard: use dev_groups and not dev_attrs for bus_type" added to driver-core-next
 2017-06-09 18:08 UTC 

[PATCH 00/15] Ingenic JZ4770 and GCW Zero patchset
 2017-06-09 14:24 UTC  (15+ messages)
` [PATCH 01/15] clk: ingenic: Fix recalc_rate for clocks with fixed divider
` [PATCH 04/15] clk: Add Ingenic jz4770 CGU driver
` [PATCH 05/15] serial: 8250_ingenic: Add support for the JZ4770 SoC
` [PATCH 06/15] serial: 8250_ingenic: Parse earlycon options
` [PATCH 14/15] devicetree/bindings: Add GCW vendor prefix
` [PATCH 15/15] MIPS: ingenic: Initial GCW Zero support

[PATCH v3 0/7] net: pch_gbe: Fixes & MIPS support
 2017-06-09 13:21 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/7] dt-bindings: net: Document Intel pch_gbe binding

[PATCH v4 0/2] tty: add TIOCGPTPEER ioctl
 2017-06-09 10:24 UTC  (7+ messages)
` [PATCH v4 2/2] "

patch "mips: sgi-ip22: ecard: use dev_groups and not dev_attrs for bus_type" added to driver-core-testing
 2017-06-09  9:01 UTC 

[PATCH v2] irqchip/mips-gic: mark count and compare accessors notrace
 2017-06-09  7:04 UTC  (2+ messages)

[PATCH 0/4] MIPS: sysmips(MIPS_ATOMIC_SET, ...) fixes
 2017-06-08 15:07 UTC  (11+ messages)
` [PATCH 4/4] MIPS: Branch straight to ll in mips_atomic_set()

[PATCH 0/9] Instruction emulation fixes
 2017-06-08 15:03 UTC  (5+ messages)
` [PATCH 4/9] MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'

[PATCH] mips/kprobes: flush_insn_slot should flush only if probe initialised
 2017-06-08 13:41 UTC  (3+ messages)

[PATCH] irqchip/mips-gic: mark count and compare accessors notrace
 2017-06-08 13:34 UTC  (6+ messages)

[PATCH 3.10 141/250] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
 2017-06-07 23:00 UTC  (9+ messages)
` [PATCH 3.10 142/250] MIPS: Clear ISA bit correctly in get_frame_info()
` [PATCH 3.10 143/250] MIPS: Prevent unaligned accesses during stack unwinding
` [PATCH 3.10 144/250] MIPS: Fix get_frame_info() handling of microMIPS function size
` [PATCH 3.10 145/250] MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
` [PATCH 3.10 146/250] MIPS: Calculate microMIPS ra properly when unwinding the stack
` [PATCH 3.10 147/250] MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
` [PATCH 3.10 161/250] MIPS: ip27: Disable qlge driver in defconfig
` [PATCH 3.10 219/250] MIPS: KGDB: Use kernel context for sleeping threads

[PATCH v5] MIPS: NI 169445 board support
 2017-06-07 22:01 UTC  (4+ 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).