Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2016-01-09 00:27:45 to 2016-01-15 08:56:14 UTC [more...]

[PATCH v3 00/41] arch: barrier cleanup + barriers for virt
 2016-01-15  8:55 UTC  (109+ messages)
` [PATCH v3 01/41] lcoking/barriers, arch: Use smp barriers in smp_store_release()
` [PATCH v3 02/41] asm-generic: guard smp_store_release/load_acquire
` [PATCH v3 03/41] ia64: rename nop->iosapic_nop
` [PATCH v3 04/41] ia64: reuse asm-generic/barrier.h
` [PATCH v3 05/41] powerpc: "
` [PATCH v3 06/41] s390: "
` [PATCH v3 07/41] sparc: "
` [PATCH v3 08/41] arm: "
` [PATCH v3 09/41] arm64: "
` [PATCH v3 10/41] metag: "
` [PATCH v3 11/41] mips: "
  ` [v3,11/41] "
` [PATCH v3 12/41] x86/um: "
` [PATCH v3 13/41] x86: "
` [PATCH v3 14/41] asm-generic: add __smp_xxx wrappers
` [PATCH v3 15/41] powerpc: define __smp_xxx
` [PATCH v3 16/41] arm64: "
` [PATCH v3 17/41] arm: "
` [PATCH v3 18/41] blackfin: "
` [PATCH v3 19/41] ia64: "
` [PATCH v3 20/41] metag: "
` [PATCH v3 21/41] mips: "
` [PATCH v3 22/41] s390: "
` [PATCH v3 23/41] sh: define __smp_xxx, fix smp_store_mb for !SMP
` [PATCH v3 24/41] sparc: define __smp_xxx
` [PATCH v3 25/41] tile: "
` [PATCH v3 26/41] xtensa: "
` [PATCH v3 27/41] x86: "
` [PATCH v3 28/41] asm-generic: implement virt_xxx memory barriers
` [PATCH v3 29/41] Revert "virtio_ring: Update weak barriers to use dma_wmb/rmb"
` [PATCH v3 30/41] virtio_ring: update weak barriers to use virt_xxx
` [PATCH v3 31/41] sh: support 1 and 2 byte xchg
` [PATCH v3 32/41] sh: move xchg_cmpxchg to a header by itself
` [PATCH v3 33/41] virtio_ring: use virt_store_mb
` [PATCH v3 34/41] checkpatch.pl: add missing memory barriers
` [PATCH v3 35/41] checkpatch: check for __smp outside barrier.h
` [PATCH v3 36/41] checkpatch: add virt barriers
` [PATCH v3 37/41] xenbus: use virt_xxx barriers
` [PATCH v3 38/41] xen/io: "
` [PATCH v3 39/41] xen/events: "
` [PATCH v3 40/41] s390: use generic memory barriers
` [PATCH v3 41/41] s390: more efficient smp barriers

[PATCH] ssb: host_soc depends on sprom
 2016-01-14 23:13 UTC  (6+ messages)
  ` [PATCH, RESEND] ssb: mark ssb_bus_register as __maybe_unused

[PATCH] MIPS: dts: tl_wr1043nd_v1: fix "aliases" node name
 2016-01-14 14:45 UTC  (2+ messages)

[PATCH v5 00/14] Initial Microchip PIC32MZDA Support
 2016-01-14 13:55 UTC  (34+ messages)
` [PATCH v5 01/14] dt/bindings: Add bindings for PIC32 interrupt controller
` [PATCH v5 02/14] irqchip: irq-pic32-evic: Add support "
` [PATCH v5 03/14] dt/bindings: Add PIC32 clock binding documentation
` [PATCH v5 04/14] clk: clk-pic32: Add PIC32 clock driver
` [PATCH v5 05/14] dt/bindings: Add bindings for PIC32/MZDA platforms
` [PATCH v5 06/14] MIPS: Add support for PIC32MZDA platform
` [PATCH v5 07/14] dt/bindings: Add bindings for PIC32 pin control and GPIO
` [PATCH v5 08/14] pinctrl: pinctrl-pic32: Add PIC32 pin control driver
` [PATCH v5 09/14] dt/bindings: Add bindings for PIC32 UART driver
` [PATCH v5 10/14] serial: pic32_uart: Add "
` [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 v5 13/14] MIPS: dts: Add initial DTS for the PIC32MZDA Starter Kit
` [PATCH v5 14/14] MIPS: pic32mzda: Add initial PIC32MZDA Starter Kit defconfig

[PATCH] ld-version: fix it on Fedora
 2016-01-13 17:30 UTC  (3+ messages)

[Y2038] [RFC 02/15] vfs: Change all structures to support 64 bit time
 2016-01-13  9:20 UTC 

[PATCH] MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler()
 2016-01-12 21:38 UTC  (6+ messages)

[PATCH v3 00/14] Initial Microchip PIC32MZDA Support
 2016-01-12 19:39 UTC  (11+ messages)
` [PATCH v3 02/14] irqchip: irq-pic32-evic: Add support for PIC32 interrupt controller
` [PATCH v3 05/14] dt/bindings: Add bindings for PIC32/MZDA platforms

[PATCH] MIPS: switch BMIPS5000 to use r4k_wait_irqoff()
 2016-01-12 13:27 UTC  (4+ messages)

[PATCH v4 0/3] checkpatch: handling of memory barriers
 2016-01-11 21:45 UTC  (7+ messages)
` [PATCH v4 1/3] checkpatch.pl: add missing "
` [PATCH v4 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH v4 3/3] checkpatch: add virt barriers

[PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
 2016-01-11 16:07 UTC  (6+ messages)

[PATCH v2 00/34] arch: barrier cleanup + barriers for virt
 2016-01-11 11:10 UTC  (4+ messages)
` [PATCH v2 20/32] metag: define __smp_xxx

[PATCH v3 0/3] checkpatch: handling of memory barriers
 2016-01-11 10:56 UTC  (9+ messages)
` [PATCH v3 1/3] checkpatch.pl: add missing "
` [PATCH v3 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH v3 3/3] checkpatch: add virt barriers

linux-4.4-rc8/arch/mips/include/asm/netlogic/xlr/fmn.h:304: bad test ?
 2016-01-10 21:53 UTC  (2+ messages)

[PATCH v2 0/3] checkpatch: handling of memory barriers
 2016-01-10 19:29 UTC  (9+ messages)
` [PATCH v2 1/3] checkpatch.pl: add missing "
` [PATCH v2 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH v2 3/3] checkpatch: add virt barriers

[PATCH 0/3] checkpatch: handling of memory barriers
 2016-01-10 11:42 UTC  (6+ messages)
` [PATCH 1/3] checkpatch.pl: add missing "

[PATCH] MIPS: io.h: Define `ioremap_cache'
 2016-01-09  2:05 UTC 

[PATCH v4 02/14] irqchip: irq-pic32-evic: Add support for PIC32 interrupt controller
 2016-01-09  1:40 UTC  (4+ messages)
` [PATCH v4 05/14] dt/bindings: Add bindings for PIC32/MZDA platforms


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