Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2018-05-14 10:35:37 to 2018-05-26 10:26:45 UTC [more...]

Patch "MIPS: ptrace: Expose FIR register through FP regset" has been added to the 4.9-stable tree
 2018-05-26 10:24 UTC  (2+ messages)

Patch "MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs" has been added to the 4.9-stable tree
 2018-05-26 10:24 UTC  (2+ messages)

Patch "MIPS: c-r4k: Fix data corruption related to cache coherence" has been added to the 4.9-stable tree
 2018-05-26 10:24 UTC  (2+ messages)

Patch "KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"" has been added to the 4.9-stable tree
 2018-05-26 10:24 UTC  (2+ messages)

Patch "MIPS: ptrace: Expose FIR register through FP regset" has been added to the 4.4-stable tree
 2018-05-26 10:24 UTC  (2+ messages)

Patch "MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs" has been added to the 4.4-stable tree
 2018-05-26 10:24 UTC  (2+ messages)

Patch "KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"" has been added to the 4.4-stable tree
 2018-05-26 10:24 UTC  (2+ messages)

Patch "MIPS: ptrace: Expose FIR register through FP regset" has been added to the 4.16-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "MIPS: xilfpga: Stop generating useless dtb.o" has been added to the 4.16-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "MIPS: xilfpga: Actually include FDT in fitImage" has been added to the 4.16-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"" has been added to the 4.16-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs" has been added to the 4.16-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4770" has been added to the 4.16-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "MIPS: c-r4k: Fix data corruption related to cache coherence" has been added to the 4.16-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "MIPS: ptrace: Expose FIR register through FP regset" has been added to the 4.14-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs" has been added to the 4.14-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "MIPS: c-r4k: Fix data corruption related to cache coherence" has been added to the 4.14-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"" has been added to the 4.14-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"" has been added to the 3.18-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "MIPS: ptrace: Expose FIR register through FP regset" has been added to the 3.18-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

Patch "MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs" has been added to the 3.18-stable tree
 2018-05-26 10:23 UTC  (2+ messages)

i2c-gpio and boards conversions to GPIO descriptors
 2018-05-25 17:30 UTC  (2+ messages)

[PATCH] MIPS: lantiq: gphy: Drop reboot/remove reset asserts
 2018-05-25 10:12 UTC  (4+ messages)

[RFC] switch mips to use the generic dma map ops
 2018-05-25  9:21 UTC  (26+ messages)
` [PATCH 01/25] MIPS: remove a dead ifdef from mach-ath25/dma-coherence.h
` [PATCH 02/25] MIPS: simplify CONFIG_DMA_NONCOHERENT ifdefs
` [PATCH 03/25] MIPS: remove CONFIG_DMA_COHERENT
` [PATCH 04/25] MIPS: Octeon: unexport __phys_to_dma and __dma_to_phys
` [PATCH 05/25] MIPS: Octeon: refactor swiotlb code
` [PATCH 06/25] MIPS: loongson: remove loongson_dma_supported
` [PATCH 07/25] MIPS: consolidate the swiotlb implementations
` [PATCH 08/25] MIPS: remove the mips_dma_map_ops indirection
` [PATCH 09/25] MIPS: make the default mips dma implementation optional
` [PATCH 10/25] MIPS: Octeon: remove mips dma-default stubs
` [PATCH 11/25] MIPS: Octeon: move swiotlb declarations out of dma-coherence.h
` [PATCH 12/25] MIPS: loongson: untangle dma implementations
` [PATCH 13/25] MIPS: loongson: remove loongson-3 handling from dma-coherence.h
` [PATCH 14/25] MIPS: use dma_direct_ops for coherent I/O
` [PATCH 15/25] MIPS: IP27: use dma_direct_ops
` [PATCH 16/25] MIPS: move coherentio setup to setup.c
` [PATCH 17/25] MIPS: use generic dma noncoherent ops for simple noncoherent platforms
` [PATCH 18/25] MIPS: loongson64: use generic dma noncoherent ops
` [PATCH 19/25] MIPS: IP32: "
` [PATCH 20/25] MIPS: ath25: "
` [PATCH 21/25] MIPS: jazz: split dma mapping operations from dma-default
` [PATCH 22/25] dma-noncoherent: add a arch_sync_dma_for_cpu_all hook
` [PATCH 23/25] MIPS: bmips: use generic dma noncoherent ops
` [PATCH 24/25] MIPS: remove the old dma-default implementation
` [PATCH 25/25] MIPS: remove unneeded includes from dma-mapping.h

[PATCH 0/7] MIPS: Add asm macros for unsupported instructions
 2018-05-24 19:47 UTC  (3+ messages)
` [PATCH 1/7] MIPS: Add helpers for assembler macro instructions

[PATCH] MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
 2018-05-24 17:06 UTC  (6+ messages)

[PATCH] MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
 2018-05-24 17:02 UTC  (7+ messages)

[PATCH 4.4 25/92] futex: Remove duplicated code and fix undefined behaviour
 2018-05-24  9:38 UTC 

[PATCH v3 1/2] MIPS: memset.S: Fix byte_fixup for MIPSr6
 2018-05-23 13:39 UTC  (4+ messages)
` [PATCH v3 2/2] MIPS: memset.S: Add comments to fault fixup handlers

[PATCH v1] MIPS: PCI: Use dev_printk()
 2018-05-23 13:48 UTC  (4+ messages)
` [PATCH v1] MIPS: PCI: Use dev_printk() when possible

MIPS: memset.S: Fix byte_fixup for MIPSr6
 2018-05-23 13:39 UTC 

status of arch/mips/jazz
 2018-05-22 13:42 UTC  (3+ messages)

[PATCH v2 1/4] MIPS: memset.S: Fix clobber of v1 in last_fixup
 2018-05-22 12:20 UTC  (5+ messages)
` [PATCH v2 4/4] MIPS: memset.S: Add comments to fault fixup handlers

[GIT PULL] MIPS fixes for 4.17-rc7
 2018-05-21 12:48 UTC 

[PATCH v3 1/8] watchdog: JZ4740: Disable clock after stopping counter
 2018-05-18 21:31 UTC  (3+ messages)
` [PATCH v3 6/8] MIPS: jz4780: dts: Fix watchdog node

[PATCH 4.9 27/33] futex: Remove duplicated code and fix undefined behaviour
 2018-05-18  9:01 UTC  (3+ messages)

[PATCH 0/7] i2c: clean up include/linux/i2c-*
 2018-05-17 14:32 UTC  (6+ messages)
` [PATCH 1/7] i2c: i2c-gpio: move header to platform_data

[PATCH 0/6] irqchip/mips-gic: Enable & use VEIC mode if available
 2018-05-17 14:30 UTC  (3+ messages)
` [PATCH 1/6] MIPS: Move ehb() to barrier.h

[PATCH v3 0/7] MIPS: perf: MT fixes and improvements
 2018-05-17 10:40 UTC  (9+ messages)
` [PATCH v3 4/7] MIPS: perf: Fix perf with MT counting other threads
` [PATCH v3 5/7] MIPS: perf: Allocate per-core counters on demand

Patch "futex: Remove duplicated code and fix undefined behaviour" has been added to the 4.9-stable tree
 2018-05-17  9:39 UTC  (2+ messages)

Patch "futex: Remove duplicated code and fix undefined behaviour" has been added to the 4.4-stable tree
 2018-05-17  9:38 UTC  (2+ messages)

[PATCH] mips: Disable attribute-alias warnings
 2018-05-17  1:20 UTC  (2+ messages)

[PATCH -next] signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptions
 2018-05-17  1:13 UTC  (2+ messages)

[PATCH] net: 8390: ne: Fix accidentally removed RBTX4927 support
 2018-05-16 18:40 UTC  (2+ messages)

MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
 2018-05-16 15:39 UTC 

MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
 2018-05-16 15:39 UTC 

MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
 2018-05-16 15:39 UTC 

MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
 2018-05-16 15:39 UTC 

MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
 2018-05-16 15:39 UTC 

[PATCH] clk: boston: fix memory leak of 'onecell' on error return paths
 2018-05-16 11:42 UTC  (4+ messages)

[PATCH net-next v3 0/7] Microsemi Ocelot Ethernet switch support
 2018-05-16 11:26 UTC  (22+ messages)
` [PATCH net-next v3 1/7] dt-bindings: net: add DT bindings for Microsemi MIIM
` [PATCH net-next v3 2/7] net: phy: mscc-miim: Add MDIO driver
` [PATCH net-next v3 3/7] dt-bindings: net: add DT bindings for Microsemi Ocelot Switch
` [PATCH net-next v3 4/7] net: mscc: Add initial Ocelot switch support
` [PATCH net-next v3 5/7] MIPS: mscc: Add switch to ocelot
` [PATCH net-next v3 6/7] MIPS: mscc: connect phys to ports on ocelot_pcb123
` [PATCH net-next v3 7/7] MAINTAINERS: Add entry for Microsemi Ethernet switches

[PATCH 0/3] MIPS: DSP ASE regset support
 2018-05-15 22:34 UTC  (8+ messages)
` [PATCH 1/3] binfmt_elf: Respect error return from `regset->active'
` [PATCH 2/3] MIPS: Correct the 64-bit DSP accumulator register size
` [PATCH 3/3] MIPS: Add DSP ASE regset support

[PATCH] MIPS: Add FP_MODE regset support
 2018-05-15 22:40 UTC  (2+ messages)

MIPS: Correct the 64-bit DSP accumulator register size
 2018-05-15 22:33 UTC 

MIPS: Correct the 64-bit DSP accumulator register size
 2018-05-15 22:33 UTC 

MIPS: Correct the 64-bit DSP accumulator register size
 2018-05-15 22:33 UTC 

MIPS: Correct the 64-bit DSP accumulator register size
 2018-05-15 22:33 UTC 

MIPS: Correct the 64-bit DSP accumulator register size
 2018-05-15 22:33 UTC 

binfmt_elf: Respect error return from `regset->active'
 2018-05-15 22:32 UTC 

binfmt_elf: Respect error return from `regset->active'
 2018-05-15 22:32 UTC 

binfmt_elf: Respect error return from `regset->active'
 2018-05-15 22:32 UTC 

binfmt_elf: Respect error return from `regset->active'
 2018-05-15 22:32 UTC 

binfmt_elf: Respect error return from `regset->active'
 2018-05-15 22:32 UTC 

MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
 2018-05-15 22:04 UTC 

MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
 2018-05-15 22:04 UTC 

MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
 2018-05-15 22:04 UTC 

MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
 2018-05-15 22:04 UTC 

[PATCH] MIPS: ptrace: Make FPU context layout comments match reality
 2018-05-15 22:03 UTC  (2+ messages)

[PATCH v3 7/7] MIPS: perf: Fix BMIPS5000 system mode counting
 2018-05-15 14:44 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 0/2] MIPS: memset.S: Fix 2 issues with __clear_user
 2018-05-14 22:56 UTC  (5+ messages)
` [PATCH 1/2] MIPS: memset.S: EVA & fault support for small_memset

[PATCH] MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
 2018-05-14 22:37 UTC  (3+ messages)

[PATCH 1/2] mips: xilfpga: stop generating useless dtb.o
 2018-05-14 22:24 UTC  (2+ messages)

[PATCH] KVM: fix spelling mistake: "cop_unsuable" -> "cop_unusable"
 2018-05-14 22:13 UTC  (2+ messages)

KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
 2018-05-14 17:23 UTC 

KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
 2018-05-14 17:23 UTC 

KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
 2018-05-14 17:23 UTC 

KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
 2018-05-14 17:23 UTC 

KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
 2018-05-14 17:23 UTC 

MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
 2018-05-14 15:49 UTC 

MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
 2018-05-14 15:49 UTC 

MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
 2018-05-14 15:49 UTC 

MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
 2018-05-14 15:49 UTC 

MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
 2018-05-14 15:49 UTC 

[PATCH] clocksource/drivers/mips-gic-timer: Add pr_fmt and reword pr_* messages
 2018-05-14 12:49 UTC  (3+ messages)
` [PATCH v2] "

[ADMIN] linux-mips.org server outage
 2018-05-14 11:35 UTC 

[PATCH v6 1/6] net: phy: at803x: Export at803x_debug_reg_mask()
 2018-05-12 21:37 UTC  (4+ messages)
  ` [PATCH v6 6/6] MIPS: Boston: Adjust DT for pch_gbe PHY support


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