Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2016-02-04 16:11:39 to 2016-02-10 00:05:48 UTC [more...]

[PATCH 0/6] MIPS: BMIPS: RIXI and workarounds support
 2016-02-10  0:04 UTC  (16+ messages)
` [PATCH 1/6] MIPS: BMIPS: Disable pref 30 for buggy CPUs
` [PATCH 2/6] MIPS: BMIPS: Add early CPU initialization code
` [PATCH 3/6] MIPS: Allow RIXI to be used on non-R2 or R6 cores
` [PATCH 4/6] MIPS: Move RIXI exception enabling after vendor-specific cpu_probe
` [PATCH 5/6] MIPS: BMIPS: BMIPS4380 and BMIPS5000 support RIXI
` [PATCH 6/6] MIPS: Expose current_cpu_data.options through debugfs

[RFC v5 00/15] MIPS: ath79: AR9331: add devicetree support
 2016-02-10  0:00 UTC  (29+ messages)
` [RFC v5 01/15] WIP: clk: add Atheros AR933X SoCs clock driver
` [RFC v5 02/15] dt-bindings: clock: qca,ath79-pll: fix copy-paste typos
` [RFC v5 03/15] MIPS: ath79: use clk-ath79.c driver for AR933X
` [RFC v5 04/15] WIP: MIPS: ath79: setup.c: disable platform code for OF boards
` [RFC v5 05/15] MIPS: dts: qca: introduce AR9331 devicetree
` [RFC v5 06/15] MIPS: ath79: add initial support for TP-LINK MR3020
` [RFC v5 07/15] usb: ehci: add vbus-gpio parameter
` [RFC v5 08/15] MIPS: tl_mr3020: enable usb support
` [RFC v5 09/15] devicetree: add Dragino vendor id
` [RFC v5 10/15] MIPS: ath79: add initial support for Dragino MS14 (Dragino 2)
` [RFC v5 11/15] devicetree: add Onion Corporation vendor id
` [RFC v5 12/15] MIPS: ath79: add initial support for Onion Omega
` [RFC v5 13/15] devicetree: add DPTechnics vendor id
` [RFC v5 14/15] MIPS: ath79: add DPT-Module support
` [RFC v5 15/15] WIP: MIPS: ath79: add AR9331 devicetree defconfig

[PATCH] Expect SI_KERNEL si_code for a MIPS software breakpoint trap
 2016-02-09 20:55 UTC  (5+ messages)

[PATCH] MIPS: Differentiate between 32 and 64 bit ELF header
 2016-02-09 19:44 UTC  (33+ messages)
        ` [PATCH v3 0/3] "
          ` [PATCH v3 1/3] mips: Use arch specific auxvec.h instead of generic-asm version
          ` [PATCH v3 2/3] crash_dump: Add vmcore_elf32_check_arch
          ` [PATCH v3 3/3] mips: Differentiate between 32 and 64 bit ELF header

[PATCH v2 0/8] MIPS: Add support for OCTEON cn78xx and cn73xx
 2016-02-09 19:00 UTC  (9+ messages)
` [PATCH v2 1/8] MIPS: OCTEON: Remove some code limiting NR_IRQS to 255
` [PATCH v2 2/8] MIPS: Select CONFIG_HANDLE_DOMAIN_IRQ and make it work
` [PATCH v2 3/8] MIPS: OCTEON: Add register definitions for cn73xx, cnf75xx and cn78xx
` [PATCH v2 4/8] MIPS: OCTEON: Add model checking support "
` [PATCH v2 5/8] MIPS: OCTEON: Don't attempt to use nonexistent registers on OCTEON III models
` [PATCH v2 6/8] [PATCH] MIPS: OCTEON: Add support for OCTEON III interrupt controller
` [PATCH v2 7/8] MIPS: OCTEON: Add SMP support for OCTEON cn78xx et al
` [PATCH v2 8/8] MIPS: OCTEON: Simplify code in octeon_irq_ciu_gpio_set_type()

[PATCH] MIPS: Fix early CM probing
 2016-02-09 15:46 UTC  (3+ messages)

[PATCH net-next v7 00/19] new ETHTOOL_GSETTINGS/SSETTINGS API
 2016-02-08 23:36 UTC  (21+ messages)
` [PATCH net-next v7 01/19] lib/bitmap.c: conversion routines to/from u32 array
` [PATCH net-next v7 02/19] test_bitmap: unit tests for lib/bitmap.c
` [PATCH net-next v7 03/19] net: usnic: remove unused call to ethtool_ops::get_settings
` [PATCH net-next v7 04/19] net: usnic: use __ethtool_get_settings
` [PATCH net-next v7 05/19] net: ethtool: add new ETHTOOL_GSETTINGS/SSETTINGS API
` [PATCH net-next v7 06/19] tx4939: use __ethtool_get_ksettings
` [PATCH net-next v7 07/19] net: usnic: "
` [PATCH net-next v7 08/19] net: bonding: "
` [PATCH net-next v7 09/19] net: ipvlan: "
` [PATCH net-next v7 10/19] net: macvlan: "
` [PATCH net-next v7 11/19] net: team: "
` [PATCH net-next v7 12/19] net: fcoe: "
` [PATCH net-next v7 13/19] net: rdma: "
` [PATCH net-next v7 14/19] net: 8021q: "
` [PATCH net-next v7 15/19] net: bridge: "
` [PATCH net-next v7 16/19] net: core: "
` [PATCH net-next v7 17/19] net: ethtool: remove unused __ethtool_get_settings
` [PATCH net-next v7 18/19] net: mlx4: convenience predicate for debug messages
` [PATCH net-next v7 19/19] net: mlx4: use new ETHTOOL_G/SSETTINGS API

[PATCH] MIPS: Always page align TASK_SIZE
 2016-02-08 22:26 UTC  (14+ messages)

[PATCH 0/7] MIPS: Add support for OCTEON cn78xx and cn73xx
 2016-02-08 19:14 UTC  (15+ messages)
` [PATCH 1/7] MIPS: OCTEON: Remove some code limiting NR_IRQS to 255
` [PATCH 2/7] MIPS: Select CONFIG_HANDLE_DOMAIN_IRQ and make it work
` [PATCH 3/7] MIPS: OCTEON: Add register definitions for cn73xx, cnf75xx and cn78xx
` [PATCH 4/7] MIPS: OCTEON: Add model checking support "
` [PATCH 5/7] MIPS: OCTEON: Don't attempt to use nonexistent registers on OCTEON III models
` [PATCH 6/7] [PATCH] MIPS: OCTEON: Add support for OCTEON III interrupt controller
` [PATCH 7/7] MIPS: OCTEON: Add SMP support for OCTEON cn78xx et al

[PATCH 0/3] MIPS: Fix exported asm/siginfo.h breakage
 2016-02-08 18:43 UTC  (8+ messages)
` [PATCH 1/3] MIPS: Fix siginfo.h to use strict posix types
` [PATCH 2/3] signal: Move generic copy_siginfo() to signal.h
` [PATCH 3/3] MIPS: Fix uapi include in exported asm/siginfo.h

MIPS: Fix uapi include in exported asm/siginfo.h
 2016-02-08 18:43 UTC 

SIGNAL: Move generic copy_siginfo() to signal.h
 2016-02-08 18:43 UTC 

MIPS: Fix siginfo.h to use strict posix types
 2016-02-08 18:43 UTC 

MIPS: Fix siginfo.h to use strict posix types
 2016-02-08 18:43 UTC 

[PATCH v2 00/15] MIPS Boston board support
 2016-02-08 17:30 UTC  (5+ messages)
` [PATCH v2 01/15] dt-bindings: ascii-lcd: Document a binding for simple ASCII LCDs
` [PATCH v2 14/15] dt-bindings: mips: img,boston: Document img,boston binding

[PATCH v6 1/2] dt/bindings: Add bindings for PIC32 pin control and GPIO
 2016-02-08 16:47 UTC  (5+ messages)
` [PATCH v6 2/2] pinctrl: pinctrl-pic32: Add PIC32 pin control driver

[PATCH 1/2] dt/bindings: Add bindings for PIC32 deadman timer peripheral
 2016-02-08 16:07 UTC  (6+ messages)
` [PATCH 2/2] watchdog: pic32-dmt: Add PIC32 deadman timer driver support

[PATCH 1/2] dt/bindings: Add bindings for the PIC32 real time clock
 2016-02-08 16:04 UTC  (2+ messages)

[PATCH 1/2] dt/bindings: Add bindings for the PIC32 random number generator
 2016-02-08 16:03 UTC  (6+ messages)
` [PATCH 2/2] rng: pic32-rng: Add PIC32 RNG hardware driver

[PATCH v5 00/14] Initial Microchip PIC32MZDA Support
 2016-02-08  9:59 UTC  (7+ messages)
` [PATCH v5 10/14] serial: pic32_uart: Add PIC32 UART driver
` [PATCH v5 11/14] dt/bindings: Add bindings for PIC32 SDHCI host controller
` [PATCH v5 12/14] mmc: sdhci-pic32: Add PIC32 SDHCI host controller driver

[PATCH 1/2] dt/bindings: Add bindings for the PIC32 SPI peripheral
 2016-02-08  5:06 UTC  (11+ messages)
` [PATCH 2/2] spi: spi-pic32: Add PIC32 SPI master driver

[PATCH] MIPS: memset.S: Disable code unused with non-R6 MIPS configs
 2016-02-07 11:05 UTC 

[PATCH v2 00/51] mtd: rework ECC layout definition
 2016-02-06 21:57 UTC  (10+ messages)
` [PATCH v2 05/51] mtd: add mtd_ooblayout_xxx() helper functions
` [PATCH v2 07/51] mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate
` [PATCH v2 18/51] mtd: docg3: use mtd_set_ecclayout() "
` [PATCH v2 20/51] mtd: docg3: switch to mtd_ooblayout_ops

[PATCH] MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe()
 2016-02-06 15:40 UTC  (2+ messages)

[PATCH 1/2] dt/bindings: Add bindings for PIC32 watchdog peripheral
 2016-02-04 23:03 UTC  (5+ messages)
` [PATCH 2/2] watchdog: pic32-wdt: Add PIC32 watchdog driver

[PATCH v2] MIPS: Stop using dla in 32 bit kernels
 2016-02-04 22:18 UTC  (4+ messages)

[PATCH v3 0/6] Xilinx AXI PCIe Host Bridge driver fixes
 2016-02-04 17:53 UTC  (10+ messages)
` [PATCH v3 3/6] PCI: xilinx: Always clear interrupt decode register
` [PATCH v3 4/6] PCI: xilinx: Clear interrupt FIFO during probe
` [PATCH v3 5/6] PCI: xilinx: Fix INTX irq dispatch
` [PATCH v3 6/6] PCI: xilinx: Allow build on MIPS platforms

[PATCH] MIPS: Stop using dla in 32 bit kernels
 2016-02-04 16:15 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