Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2015-11-30 16:25:32 to 2015-12-04 13:14:41 UTC [more...]

[PATCH 0/9] MIPS Relocatable kernel & KASLR
 2015-12-04 13:14 UTC  (31+ messages)
` [PATCH 1/9] MIPS: tools: Add relocs tool
` [PATCH 2/9] MIPS: tools: Build "
` [PATCH 3/9] MIPS: Reserve space for relocation table
` [PATCH 4/9] MIPS: Generate relocation table when CONFIG_RELOCATABLE
` [PATCH 5/9] MIPS: Kernel: Add relocate.c
` [PATCH 6/9] MIPS: Call relocate_kernel if CONFIG_RELOCATABLE=y
` [PATCH 7/9] MIPS: bootmem: When relocatable, free memory below kernel
` [PATCH 8/9] MIPS: Add CONFIG_RELOCATABLE Kconfig option
` [PATCH 9/9] MIPS: Kernel: Implement kASLR using CONFIG_RELOCATABLE

[PATCH 00/14] Initial Microchip PIC32MZDA Support
 2015-12-04 13:02 UTC  (11+ messages)
` [PATCH 03/14] DEVICETREE: Add PIC32 clock binding documentation
` [PATCH 07/14] DEVICETREE: Add bindings for PIC32 pin control and GPIO

[PATCH] MIPS: traps: remove unused variable
 2015-12-04 11:41 UTC 

[PATCH] MIPS: CM: Fix compilation error when !MIPS_CM
 2015-12-04 11:40 UTC 

[PATCH 00/28] MIPS Boston board support
 2015-12-03 21:06 UTC  (47+ messages)
` [PATCH 01/28] serial: earlycon: allow MEM32 I/O for DT earlycon
` [PATCH 02/28] dt-bindings: ascii-lcd: Document a binding for simple ASCII LCDs
` [PATCH 10/28] misc: pch_phub: allow build on MIPS platforms
` [PATCH 11/28] dmaengine: pch_dma: "
` [PATCH 12/28] gpio: pch: "
` [PATCH 13/28] gpio: pch: allow use from device tree
` [PATCH 14/28] i2c: eg20t: allow build on MIPS platforms
` [PATCH 15/28] i2c: eg20t: set i2c_adapter->dev.of_node
` [PATCH 16/28] rtc: m41t80: add devicetree probe support
` [PATCH 17/28] spi: topcliff-pch: allow build for MIPS platforms
` [PATCH 18/28] ptp: pch: allow build on "
` [PATCH 19/28] net: pch_gbe: "
` [PATCH 20/28] net: pch_gbe: clear interrupt FIFO during probe
` [PATCH 21/28] net: pch_gbe: mark Minnow PHY reset GPIO active low
` [PATCH 22/28] net: pch_gbe: pull PHY GPIO handling out of Minnow code
` [PATCH 23/28] net: pch_gbe: always reset PHY along with MAC
` [PATCH 24/28] net: pch_gbe: add device tree support
` [PATCH 25/28] net: pch_gbe: allow longer for resets
` [PATCH 26/28] MIPS: support for generating FIT (.itb) images
` [PATCH 27/28] dt-bindings: mips: img,boston: Document img,boston binding
` [PATCH 28/28] MIPS: Boston board support

[PATCH linux-next 1/2] clk: Add brcm,bcm6345-gate-clk device tree binding
 2015-12-03 19:25 UTC  (2+ messages)
` [PATCH linux-next 2/2] clk: bcm6345: Add BCM6345 gated clock support

[PATCH 01/11] clocksource: Add brcm,bcm6345-timer/brcm,bcm6318-timer device tree binding
 2015-12-03 17:22 UTC  (12+ messages)
` [PATCH 02/11] MIPS: bmips: Add bcm6345-l2-timer interrupt controller
` [PATCH 03/11] watchdog: Add brcm,bcm6345-wdt device tree binding
` [PATCH 04/11] watchdog: bcm63xx_wdt: Handle hardware interrupt and remove software timer
` [PATCH 05/11] watchdog: bcm63xx_wdt: Use WATCHDOG_CORE
` [PATCH 06/11] watchdog: bcm63xx_wdt: Obtain watchdog clock HZ from "periph" clk
` [PATCH 07/11] watchdog: bcm63xx_wdt: Add get_timeleft function
` [PATCH 08/11] watchdog: bcm63xx_wdt: Warn if the watchdog is currently running
` [PATCH 09/11] watchdog: bcm63xx_wdt: Remove dependency on mach-bcm63xx functions/defines
` [PATCH 10/11] watchdog: bcm63xx_wdt: Use bcm63xx_timer interrupt directly
` [PATCH 11/11] watchdog: bcm63xx_wdt: Use brcm,bcm6345-wdt device tree binding

[PATCH v9 0/3] mtd: nand: jz4780: Add NAND and BCH drivers
 2015-12-03 12:02 UTC  (4+ messages)
` [PATCH v9 3/3] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes

[PATCH v3 00/19] Implement generic IPI support mechanism
 2015-12-03  9:52 UTC  (43+ messages)
` [PATCH v3 01/19] genirq: Add new IRQ_DOMAIN_FLAGS_IPI
` [PATCH v3 02/19] genirq: Add DOMAIN_BUS_IPI
` [PATCH v3 03/19] genirq: Add GENERIC_IRQ_IPI Kconfig symbol
` [PATCH v3 04/19] genirq: Add struct ipi_mapping and its helper functions
` [PATCH v3 05/19] genirq: Add ipi_offset to irq_common_data
` [PATCH v3 06/19] genirq: Add an extra comment about the use of affinity in irq_common_data
` [PATCH v3 07/19] genirq: Make irq_domain_alloc_descs() non static
` [PATCH v3 08/19] genirq: Add a new generic IPI reservation code to irq core
` [PATCH v3 09/19] genirq: Add a new function to get IPI reverse mapping
` [PATCH v3 10/19] genirq: Add a new irq_send_ipi() to irq_chip
` [PATCH v3 11/19] genirq: Implement ipi_send_{mask, single}()
` [PATCH v3 12/19] irqchip/mips-gic: Add a IPI hierarchy domain
` [PATCH v3 13/19] irqchip/mips-gic: Add device "
` [PATCH v3 14/19] irqchip/mips-gic: Use gic_vpes instead of NR_CPUS
` [PATCH v3 15/19] irqchip/mips-gic: Clear percpu_masks correctly when mapping
` [PATCH v3 16/19] MIPS: Add generic SMP IPI support
` [PATCH v3 17/19] MIPS: Make smp CMP, CPS and MT use the new generic IPI functions
` [PATCH v3 18/19] MIPS: Delete smp-gic.c
` [PATCH v3 19/19] irqchip/mips-gic: Add new DT property to reserve IPIs

[PATCH (v2) 1/2] reset: Add brcm,bcm6345-reset device tree binding
 2015-12-03  8:39 UTC  (3+ messages)
` [PATCH (v2) 2/2] reset: bcm6345: Add support for the BCM6345 soft-reset controller

[PATCH V2 4/7] mips: mm/gup: add gup trace points
 2015-12-02 22:53 UTC 

[PATCH 1/2] reset: Add brcm,bcm63xx-reset device tree binding
 2015-12-02 20:43 UTC  (6+ messages)
` [PATCH 2/2] reset: bcm63xx: Add support for the BCM63xx soft-reset controller

[PATCH 1/2] clk: Add brcm,bcm63xx-gate-clk device tree binding
 2015-12-02 18:12 UTC  (4+ messages)
` [PATCH 2/2] clk: bcm63xx: Add BCM63xx gated clock support

[PATCH net-next v3 00/17] RFC: new ETHTOOL_GSETTINGS/SSETTINGS API
 2015-12-02 17:31 UTC  (25+ messages)
` [PATCH net-next v3 01/17] net: usnic: remove unused call to ethtool_ops::get_settings
` [PATCH net-next v3 02/17] net: usnic: use __ethtool_get_settings
` [PATCH net-next v3 03/17] net: ethtool: add new ETHTOOL_GSETTINGS/SSETTINGS API
` [PATCH net-next v3 04/17] tx4939: use __ethtool_get_ksettings
` [PATCH net-next v3 05/17] net: usnic: "
` [PATCH net-next v3 06/17] net: bonding: "
` [PATCH net-next v3 07/17] net: ipvlan: "
` [PATCH net-next v3 08/17] net: macvlan: "
` [PATCH net-next v3 09/17] net: team: "
` [PATCH net-next v3 10/17] net: fcoe: "
` [PATCH net-next v3 11/17] net: rdma: "
` [PATCH net-next v3 12/17] net: 8021q: "
` [PATCH net-next v3 13/17] net: bridge: "
` [PATCH net-next v3 14/17] net: core: "
` [PATCH net-next v3 15/17] net: ethtool: remove unused __ethtool_get_settings
` [PATCH net-next v3 16/17] net: mlx4: convenience predicate for debug messages
` [PATCH net-next v3 17/17] net: mlx4: use new ETHTOOL_G/SSETTINGS API

[PATCH v8 3/3] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes
 2015-12-02 16:26 UTC  (2+ messages)

[PATCH v2 0/5] Cleaning printk stuff in NMI context
 2015-12-02 16:20 UTC  (13+ messages)
` [PATCH v2 1/5] printk/nmi: Generic solution for safe printk in NMI
` [PATCH v2 3/5] printk/nmi: Try hard to print Oops message in NMI context
` [PATCH v2 5/5] printk/nmi: Increase the size of the temporary buffer

[PATCH 4/7] mips: mm/gup: add gup trace points
 2015-12-02 13:23 UTC  (2+ messages)

no-op delay loops
 2015-12-01 15:31 UTC  (6+ messages)

[PATCH v2 00/19] Implement generic IPI support mechanism
 2015-12-01 10:47 UTC  (9+ messages)
` [PATCH v2 09/19] genirq: Add a new function to get IPI reverse mapping

[PATCH 1/4] clocksource: Add brcm,bcm6345-timer device tree binding
 2015-12-01  0:22 UTC  (10+ messages)
  ` [PATCH (v2) 1/10] "
    ` [PATCH (v2) 2/10] MIPS: bmips: Add bcm6345-l2-timer interrupt controller
      ` [PATCH (v3) "
          ` [PATCH (v4) 2/11] "
              ` [PATCH (v5) 3/11] "


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