linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-19 08:21:16 to 2017-07-31 13:29:15 UTC [more...]

[PATCH v4 01/14] dt/bindings: Document pinctrl-ingenic
 2017-07-31 13:29 UTC  (8+ messages)
` [PATCH v4 00/14] Ingenic JZ4740 / JZ4780 pinctrl driver
  ` [PATCH v5 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs

[RFC PATCH] MIPS: math-emu: do not use bools for arithmetic
 2017-07-31  9:21 UTC 

rying to build for my actiontec wcb3000n / mips-linux-gcc: error: unrecognized argument in option ‘-march=5281’
 2017-07-31  8:35 UTC  (3+ messages)

[PATCH v2] MIPS: DEC: Fix an int-handler.S CPU_DADDI_WORKAROUNDS regression
 2017-07-30 20:28 UTC 

[PATCH] irqchip: brcmstb-l2: Define an irq_pm_shutdown function
 2017-07-29  1:50 UTC  (4+ messages)

[PATCH v3 0/4] Broadcom STB S2/S3/S5 support for ARM and MIPS
 2017-07-28 23:59 UTC  (3+ messages)

[PATCH 0/2] Fix indirect syscall handler for syscalls with > 4 args
 2017-07-28 14:03 UTC  (4+ messages)
` [PATCH 2/2] MIPS: Remove pt_regs adjustments in indirect syscall handler

[PATCH v4 00/16] MIPS: Miscellaneous fixes related to Android Mips emulator
 2017-07-27 16:08 UTC  (17+ messages)
` [PATCH v4 01/16] input: goldfish: Fix multitouch event handling
` [PATCH v4 02/16] tty: goldfish: Use streaming DMA for r/w operations on Ranchu platforms
` [PATCH v4 03/16] tty: goldfish: Implement support for kernel 'earlycon' parameter
` [PATCH v4 04/16] MIPS: VDSO: Fix clobber lists in fallback code paths
` [PATCH v4 05/16] MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation
` [PATCH v4 06/16] MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero
` [PATCH v4 07/16] MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative
` [PATCH v4 08/16] MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signs
` [PATCH v4 09/16] MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs
` [PATCH v4 10/16] MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs
` [PATCH v4 11/16] MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagation
` [PATCH v4 12/16] MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputs
` [PATCH v4 13/16] MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputs
` [PATCH v4 14/16] MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumeration
` [PATCH v4 15/16] MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)
` [PATCH v4 16/16] MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)

[PATCH v2] smp_call_function: use inline helpers instead of macros
 2017-07-26 14:50 UTC  (3+ messages)

[PATCH 04/11] MIPS: numa: Remove the unused parent_node() macro
 2017-07-26 13:34 UTC  (2+ messages)

[PATCH v3 1/2] MIPS: Introduce cpu_tcache_line_size
 2017-07-26  7:41 UTC  (4+ messages)
` [PATCH v3 2/2] MIPS: PCI: Fix smp_processor_id() in preemptible

[PATCH 4.12 124/196] MIPS: Fix mips_atomic_set() retry condition
 2017-07-25 19:22 UTC  (13+ messages)
` [PATCH 4.12 125/196] MIPS: Fix mips_atomic_set() with EVA
` [PATCH 4.12 126/196] MIPS: Negate error syscall return in trace
` [PATCH 4.12 136/196] MIPS: Fix MIPS I ISA /proc/cpuinfo reporting
` [PATCH 4.12 137/196] MIPS: Save static registers before sysmips
` [PATCH 4.12 138/196] MIPS: Actually decode JALX in `__compute_return_epc_for_insn
` [PATCH 4.12 139/196] MIPS: Fix unaligned PC interpretation in `compute_return_epc
` [PATCH 4.12 140/196] MIPS: math-emu: Prevent wrong ISA mode instruction emulation
` [PATCH 4.12 141/196] MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn
` [PATCH 4.12 142/196] MIPS: Rename `sigill_r6 to `sigill_r2r6 "
` [PATCH 4.12 143/196] MIPS: Send SIGILL for linked branches "
` [PATCH 4.12 144/196] MIPS: Send SIGILL for R6 "
` [PATCH 4.12 145/196] MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message

[PATCH 4.9 079/125] MIPS: Fix mips_atomic_set() retry condition
 2017-07-25 19:20 UTC  (13+ messages)
` [PATCH 4.9 080/125] MIPS: Fix mips_atomic_set() with EVA
` [PATCH 4.9 081/125] MIPS: Negate error syscall return in trace
` [PATCH 4.9 087/125] MIPS: Fix MIPS I ISA /proc/cpuinfo reporting
` [PATCH 4.9 088/125] MIPS: Save static registers before sysmips
` [PATCH 4.9 089/125] MIPS: Actually decode JALX in `__compute_return_epc_for_insn
` [PATCH 4.9 090/125] MIPS: Fix unaligned PC interpretation in `compute_return_epc
` [PATCH 4.9 091/125] MIPS: math-emu: Prevent wrong ISA mode instruction emulation
` [PATCH 4.9 092/125] MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn
` [PATCH 4.9 093/125] MIPS: Rename `sigill_r6 to `sigill_r2r6 "
` [PATCH 4.9 094/125] MIPS: Send SIGILL for linked branches "
` [PATCH 4.9 095/125] MIPS: Send SIGILL for R6 "
` [PATCH 4.9 096/125] MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message

[PATCH 4.4 54/83] MIPS: Fix mips_atomic_set() retry condition
 2017-07-25 19:19 UTC  (12+ messages)
` [PATCH 4.4 55/83] MIPS: Fix mips_atomic_set() with EVA
` [PATCH 4.4 56/83] MIPS: Negate error syscall return in trace
` [PATCH 4.4 59/83] MIPS: Fix MIPS I ISA /proc/cpuinfo reporting
` [PATCH 4.4 60/83] MIPS: Save static registers before sysmips
` [PATCH 4.4 61/83] MIPS: Actually decode JALX in `__compute_return_epc_for_insn
` [PATCH 4.4 62/83] MIPS: Fix unaligned PC interpretation in `compute_return_epc
` [PATCH 4.4 63/83] MIPS: math-emu: Prevent wrong ISA mode instruction emulation
` [PATCH 4.4 64/83] MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn
` [PATCH 4.4 65/83] MIPS: Rename `sigill_r6 to `sigill_r2r6 "
` [PATCH 4.4 66/83] MIPS: Send SIGILL for linked branches "
` [PATCH 4.4 67/83] MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message

[PATCH 3.18 37/60] MIPS: Fix mips_atomic_set() retry condition
 2017-07-25 19:16 UTC  (8+ messages)
` [PATCH 3.18 38/60] MIPS: Fix mips_atomic_set() with EVA
` [PATCH 3.18 39/60] MIPS: Negate error syscall return in trace
` [PATCH 3.18 41/60] MIPS: Save static registers before sysmips
` [PATCH 3.18 42/60] MIPS: Actually decode JALX in `__compute_return_epc_for_insn
` [PATCH 3.18 43/60] MIPS: Fix unaligned PC interpretation in `compute_return_epc
` [PATCH 3.18 44/60] MIPS: math-emu: Prevent wrong ISA mode instruction emulation
` [PATCH 3.18 60/60] MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn

[PATCH v2] MIPS: PCI: Fix smp_processor_id() in preemptible
 2017-07-25 12:39 UTC  (3+ messages)

[PATCH] MIPS: PCI: Fix smp_processor_id() in preemptible
 2017-07-24 23:42 UTC  (4+ messages)

[PATCH] MIPS: OCTEON: Fix USB platform code breakage
 2017-07-24 23:33 UTC  (12+ messages)

[PATCH v6] MIPS: NI 169445 board support
 2017-07-24 16:06 UTC  (2+ messages)

[PATCH v3 00/16] MIPS: Miscellaneous fixes related to Android Mips emulator
 2017-07-24 13:45 UTC  (45+ messages)
` [PATCH v3 01/16] input: goldfish: Fix multitouch event handling
` [PATCH v3 02/16] tty: goldfish: Use streaming DMA for r/w operations on Ranchu platforms
` [PATCH v3 03/16] tty: goldfish: Implement support for kernel 'earlycon' parameter
` [PATCH v3 04/16] MIPS: VDSO: Fix clobber lists in fallback code paths
` [PATCH v3 05/16] MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation
` [PATCH v3 06/16] MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero
` [PATCH v3 07/16] MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative
` [PATCH v3 08/16] MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signs
` [PATCH v3 09/16] MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs
` [PATCH v3 10/16] MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs
` [PATCH v3 11/16] MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagation
` [PATCH v3 12/16] MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputs
` [PATCH v3 13/16] MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputs
` [PATCH v3 14/16] MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)
` [PATCH v3 15/16] MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)
` [PATCH v3 16/16] MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up maddf_flags enumeration

[PATCH 000/102] Convert drivers to explicit reset API
 2017-07-24  8:33 UTC  (14+ messages)
` [PATCH 003/102] MIPS: pci-mt7620: explicitly request exclusive reset control
` (no subject)

[PATCH v3 2/8] MIPS: ranchu: Add Goldfish RTC driver (fwd)
 2017-07-24  4:54 UTC 

[PATCH v3 0/8] MIPS: Add virtual Ranchu board as a generic-based board
 2017-07-24  2:14 UTC  (11+ messages)
` [PATCH v3 1/8] Documentation: Add device tree binding for Goldfish RTC driver
` [PATCH v3 2/8] MIPS: ranchu: Add "
` [PATCH v3 3/8] Documentation: Add device tree binding for Goldfish PIC driver
` [PATCH v3 4/8] MIPS: ranchu: Add "
` [PATCH v3 5/8] MIPS: ranchu: Add Ranchu as a new generic-based board
` [PATCH v3 6/8] Documentation: Add device tree binding for Goldfish FB driver
` [PATCH v3 7/8] video: goldfishfb: Add support for device tree bindings
` [PATCH v3 8/8] MIPS: Unselect ARCH_MIGHT_HAVE_PC_SERIO if MIPS_GENERIC

[RFC PATCH] exec: Avoid recursive modprobe for binary format handlers
 2017-07-21 14:05 UTC 

[PATCH v2 0/7] MIPS: Miscellaneous fixes related to Android Mips emulator
 2017-07-21 10:51 UTC  (5+ messages)
` [PATCH v2 5/7] input: goldfish: Fix multitouch event handling

[PATCH v2] MIPS: Octeon: Fix broken EDAC driver
 2017-07-20 16:27 UTC  (4+ messages)

[PATCH] MIPS: Octeon: cavium_octeon_defconfig: Enable more drivers
 2017-07-19 19:30 UTC 

[PATCH v2 0/6] Add support for BCM7271 style interrupt controller
 2017-07-19 19:07 UTC  (7+ messages)
` [PATCH v2 1/6] genirq: generic chip: add irq_gc_mask_disable_and_ack_set()
` [PATCH v2 2/6] irqchip/tango: Use irq_gc_mask_disable_and_ack_set
` [PATCH v2 3/6] genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()
` [PATCH v2 4/6] irqchip: brcmstb-l2: Remove some processing from the handler
` [PATCH v2 5/6] irqchip: brcmstb-l2: Abstract register accesses
` [PATCH v2 6/6] irqchip: brcmstb-l2: Add support for the BCM7271 L2 controller

[PATCH] MIPS: Octeon: Fix broken EDAC driver
 2017-07-19 15:32 UTC  (7+ messages)

[PATCH 1/2] MIPS: ralink: Fix build error due to missing header
 2017-07-19 10:55 UTC  (4+ messages)

[PATCH v2] MIPS: SMP: Constify smp ops
 2017-07-19  8:21 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 NNTP newsgroup(s).