Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2015-03-30 20:10:27 to 2015-04-07 16:31:58 UTC [more...]

[PATCH] mfd: Add support for CPLD chip on Mikrotik RB4xx boards
 2015-04-07 16:31 UTC  (7+ messages)

[PATCH 00/48] FPU and FP emulation clean-ups, fixes and feature updates
 2015-04-07 15:24 UTC  (56+ messages)
` [PATCH 01/48] doc: kernel-parameters.txt: Mark `nofpu' for MIPS too
` [PATCH 02/48] MIPS: mipsregs.h: Remove broken comments
` [PATCH 03/48] MIPS: mipsregs.h: Reorder CP1 macro definitions
` [PATCH 04/48] MIPS: mipsregs.h: Move TX39 macros out of the way
` [PATCH 05/48] MIPS: mipsregs.h: Reindent CP0 Cause macros
` [PATCH 06/48] MIPS: ieee754.h: Correct comments for special values
` [PATCH 07/48] MIPS: ieee754.h: Supplement "
` [PATCH 08/48] MIPS: Correct the comment for FPU emulator traps
` [PATCH 09/48] MIPS: Clarify the comment for `__cpu_has_fpu'
` [PATCH 10/48] MIPS: math-emu: Reindent `bc_op' emulation
` [PATCH 11/48] MIPS: Correct the comment for and reformat `movf_func'
` [PATCH 12/48] MIPS: math-emu: Fix oversize lines in comparisons
` [PATCH 13/48] MIPS: ELF: Drop `get_fp_abi'
` [PATCH 14/48] MIPS: mips-r2-to-r6-emul.h: Inline empty `mipsr2_decoder'
` [PATCH 15/48] MIPS: Reindent R6 RI exception emulation
` [PATCH 16/48] MIPS: math-emu: Remove `modeindex' macro
` [PATCH 17/48] MIPS: bitops.h: Avoid inline asm for constant FLS
` [PATCH 18/48] MIPS: math-emu: Factor out CFC1/CTC1 emulation
` [PATCH 19/48] MIPS: Normalise code flow in the CpU exception handler
` [PATCH 20/48] MIPS: Use `FPU_CSR_ALL_X' in `__build_clear_fpe'
` [PATCH 21/48] MIPS: math-emu: Update sNaN quieting handlers
` [PATCH 23/48] MIPS: math-emu: Don't pass qNaNs through "
` [PATCH 24/48] MIPS: math-emu: Reinstate sNaN "
` [PATCH 25/48] MIPS: math-emu: Optimise NaN handling in comparisons
` [PATCH 26/48] MIPS: math-emu: Remove redundant code from NaN comparison
` [PATCH 27/48] MIPS: math-emu: Remove dead comparison helpers
` [PATCH 29/48] MIPS: math-emu: Make NaN classifiers static
` [PATCH 30/48] MIPS: Correct `nofpu' non-functionality
` [PATCH 31/48] MIPS: Correct MIPS16 BREAK code interpretation
` [PATCH 32/48] MIPS: BREAK instruction interpretation corrections
` [PATCH 33/48] MIPS: Fix BREAK code interpretation heuristics
` [PATCH 34/48] MIPS: math-emu: Fix delay-slot emulation cache incoherency
` [PATCH 35/48] MIPS: Correct MIPS I FP context layout
` [PATCH 36/48] MIPS: Correct FP ISA requirements
` [PATCH 37/48] MIPS: math-emu: Correct delay-slot exception propagation
` [PATCH 38/48] MIPS: math-emu: Move long fixed-point support into an `ar' library
` [PATCH 39/48] MIPS: Respect the FCSR exception mask for `si_code'
` [PATCH 40/48] MIPS: Always clear FCSR cause bits after emulation
` [PATCH 41/48] MIPS: Set `si_code' for SIGFPE signals sent from emulation too
` [PATCH 42/48] MIPS: Correct ISA masking in FPU feature determination
` [PATCH 43/48] MIPS: math-emu: Set FIR feature flags for full emulation
` [PATCH 44/48] MIPS: math-emu: Implement the FCCR, FEXR and FENR registers
` [PATCH 45/48] MIPS: math-emu: Define IEEE 754-2008 feature control bits
` [PATCH 46/48] MIPS: math-emu: Make ABS.fmt and NEG.fmt arithmetic again
` [PATCH 47/48] MIPS: Respect the ISA level in FCSR handling
` [PATCH 48/48] MIPS: Factor out FPU feature probing

[PATCH V2 0/3] pinctrl: Support for IMG Pistachio
 2015-04-07 14:13 UTC  (14+ messages)
` [PATCH V2 1/3] pinctrl: Document "function" + "pins" pinmux binding
` [PATCH V2 2/3] pinctrl: Add Pistachio SoC pin control binding document
` [PATCH V2 3/3] pinctrl: Add Pistachio SoC pin control driver

[PATCH 3.12 095/155] MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same time
 2015-04-07 12:51 UTC 

[PATCH] signal: optimize 'sigaction' call path
 2015-04-07 10:06 UTC 

Preventing PCI from assigning mem (for MMIO) to bridge device
 2015-04-07  9:51 UTC 

[3.13.y-ckt stable] Patch "KVM: MIPS: Fix trace event to save PC directly" has been added to staging queue
 2015-04-06 21:57 UTC 

[PATCH V3 0/7] serial: Configure {big,native}-endian MMIO accesses via DT
 2015-04-06 21:07 UTC  (14+ messages)
` [PATCH V3 5/7] serial: earlycon: Set UPIO_MEM32BE based on DT properties

[PATCH v6] spi: Add SPI driver for Mikrotik RB4xx series boards
 2015-04-06 16:39 UTC  (3+ messages)

[v5] MIPS: lib: csum_partial: more instruction paral
 2015-04-06 15:30 UTC  (8+ messages)

[PATCH 1/3] PCI: Introduce pci_bus_addr_t
 2015-04-06 13:05 UTC  (11+ messages)

[PATCH] signal: optimize 'sigaction' call path
 2015-04-04 11:52 UTC  (2+ messages)

[PATCH] MIPS: DEC: Do not set up the FPU interrupt if no FPU
 2015-04-03 22:32 UTC 

[PATCH] MIPS: DEC: Implement FPU interrupt counter
 2015-04-03 22:32 UTC 

[PATCH 28/48] MIPS: math-emu: Optimise qNaN handling in `ieee754sp_fdp'
 2015-04-03 22:25 UTC 

[PATCH 22/48] MIPS: math-emu: Factor out NaN FP format conversions
 2015-04-03 22:25 UTC 

[PATCH 1/6] ASoC: jz4740: Remove Makefile entry for removed file
 2015-04-03 18:25 UTC  (3+ messages)

[patch added to the 3.12 stable tree] MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same time
 2015-04-03 11:40 UTC 

[PATCH 0/2] Make BMIPS dma-coherence usable outside of mach-bmips
 2015-04-03  2:40 UTC  (3+ messages)
` [PATCH 1/2] MIPS: BMIPS: Create bmips-dma-coherence.h
` [PATCH 2/2] MIPS: BCM63xx: Utilize bmips-dma-coherence.h

[PATCH 0/4] kbuild: refactor Makefile inclusion
 2015-04-02 15:27 UTC  (2+ messages)

[PATCH] MIPS: Makefile: Fix MIPS ASE detection code
 2015-04-02 13:42 UTC  (2+ messages)

[PATCH V9 6/7] MIPS: Loongson-3: Add chipset ACPI platform driver
 2015-04-02 13:15 UTC 

[PATCH V9 0/7] MIPS: Loongson-3: Improve kernel functionality
 2015-04-02 12:46 UTC  (3+ messages)
` [PATCH V9 6/7] MIPS: Loongson-3: Add chipset ACPI platform driver

[PATCH] MIPS: BCM47XX: Move filling most of SPROM to the generic function
 2015-04-02 10:30 UTC 

[PATCH] MIPS: BCM47XX: Add generic function filling SPROM entries
 2015-04-02  7:13 UTC 

[PATCH 0/2] Pistachio USB2.0 PHY
 2015-04-01 20:38 UTC  (4+ messages)
` [PATCH 1/2] phy: Add binding document for "
` [PATCH 2/2] phy: Add driver "

[PATCH]: MIPS: Select CONFIG_MIPS_O32_FP64_SUPPORT if 64bit kernel and o32
 2015-04-01 18:37 UTC  (3+ messages)

[PATCH 1/1] ar7: replace mac address parsing
 2015-04-01 18:05 UTC  (6+ messages)

[PATCH 1/2] MIPS: BCM47XX: Keep ID entries for non-standard devices together
 2015-04-01 16:18 UTC  (2+ messages)
` [PATCH 2/2] MIPS: BCM47XX: Devices database update for 4.1 (or 4.2?)

[PATCH] MIPS: BCM47XX: Fix detecting Microsoft MN-700 & Asus WL500G
 2015-04-01 14:01 UTC 

[PATCH 1/3] MIPS: BCM47XX: Include io.h directly and fix brace indent
 2015-04-01 11:28 UTC  (7+ messages)
` [PATCH 2/3] MIPS: BCM47XX: Increase NVRAM buffer size to 64 KiB
` [PATCH 3/3] MIPS: BCM47XX: Don't try guessing NVRAM size on MTD partition

[PATCH 0/2] pinctrl: Support for IMG Pistachio
 2015-04-01 10:03 UTC  (3+ messages)

[PATCH v2] MIPS: R10000: Split R10000 definitions from R12000 and up
 2015-04-01  9:59 UTC  (4+ messages)

[PATCH v2] MIPS: IP32: Add platform data hooks to use DS1685 driver
 2015-04-01  4:59 UTC  (3+ messages)

[PATCH] MIPS: c-r4k.c: Fix the 74K D-cache alias erratum workaround
 2015-03-31 21:09 UTC  (2+ messages)

[PATCH v5] spi: Add SPI driver for Mikrotik RB4xx series boards
 2015-03-31 20:59 UTC 

[PATCH 3.13.y-ckt 068/143] MIPS: KVM: Deliver guest interrupts after local_irq_disable()
 2015-03-31 19:48 UTC  (3+ messages)
` [PATCH 3.13.y-ckt 069/143] KVM: MIPS: Don't leak FPU/DSP to guest
` [PATCH 3.13.y-ckt 119/143] MIPS: Export FP functions used by lose_fpu(1) for KVM

[3.13.y-ckt stable] Patch "MIPS: Export FP functions used by lose_fpu(1) for KVM" has been added to staging queue
 2015-03-31 19:40 UTC  (4+ messages)

[PATCH] MIPS: asm: asmmacro: Drop unused 'reg' argument on MIPSR2
 2015-03-31 19:14 UTC  (2+ messages)

[3.13.y-ckt stable] Patch "KVM: MIPS: Don't leak FPU/DSP to guest" has been added to staging queue
 2015-03-31 18:45 UTC 

[3.13.y-ckt stable] Patch "MIPS: KVM: Deliver guest interrupts after local_irq_disable()" has been added to staging queue
 2015-03-31 18:45 UTC 

[PATCH v4] spi: Add SPI driver for Mikrotik RB4xx series boards
 2015-03-31 18:41 UTC  (3+ messages)

[PATCH v3] spi: Add SPI driver for Mikrotik RB4xx series boards
 2015-03-31 15:00 UTC  (2+ messages)

[PATCH v2 0/1] spi: Add driver for Routerboard RB4xx boards
 2015-03-31 14:22 UTC  (3+ messages)

[PATCH] MIPS: malta: pass fw arguments on kexec
 2015-03-31 14:19 UTC  (4+ messages)

[PATCH 00/10] MIPS: OCTEON: Little Endian roll-up
 2015-03-31 11:53 UTC  (23+ messages)
` [PATCH 01/10] MIPS: OCTEON: Handle bootloader structures in little-endian mode
` [PATCH 02/10] MIPS: OCTEON: Add mach-cavium-octeon/mangle-port.h
` [PATCH 03/10] MIPS: OCTEON: Turn hardware bitfields and structures inside out
` [PATCH 04/10] MIPS: OCTEON: Set appropriate endianness in L2C registers
` [PATCH 05/10] MIPS: OCTEON: Reverse the order of register accesses to the FAU
` [PATCH 06/10] MIPS: OCTEON: Set up ethernet hardware for little endian
` [PATCH 07/10] MIPS: OCTEON: Make octeon-md5 driver endian-agnostic
` [PATCH 08/10] MIPS: OCTEON: Fix to IP checksum offloading in Little Endian
` [PATCH 09/10] MIPS: OCTEON: Enable little endian kernel
` [PATCH 10/10] MIPS: OCTEON: Fix Kconfig file typo
  ` [Linux-kernel] "

[PATCH] MIPS: PCI: Add a hook for IORESOURCE_BUS in pci_controller/bridge_controller
 2015-03-31 11:21 UTC  (2+ messages)

[PATCH 0/7] clk: Common clock support for IMG Pistachio
 2015-03-31  1:49 UTC  (9+ messages)
` [PATCH 2/7] clk: Add basic infrastructure for Pistachio clocks

[PATCH 00/25] treewide: Use bool function return values of true/false not 1/0
 2015-03-31  0:14 UTC  (4+ messages)
` [PATCH 05/25] mips: "


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