Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2015-12-14 21:06:33 to 2015-12-24 11:37:08 UTC [more...]

[PATCH v1] kvm: Make vcpu->requests as 64 bit bitmap
 2015-12-24 11:36 UTC  (7+ messages)

[PATCH -next] MIPS: VDSO: Fix build error with binutils 2.24 and earlier
 2015-12-24  5:04 UTC 

[PATCH] MIPS: VDSO: Fix build error with binutils 2.24 and earlier
 2015-12-24  5:04 UTC 

[PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
 2015-12-23 14:21 UTC  (19+ messages)
` [PATCH v2 1/9] ARM: mvebu: ix4-300d: "
` [PATCH v2 2/9] ARM: mvebu: kirkwood: "
` [PATCH v2 3/9] ARM: shmobile: bockw dts: "
` [PATCH v2 4/9] ARM: shmobile: lager "
` [PATCH v2 5/9] ARM: shmobile: koelsch "
` [PATCH v2 6/9] ARM: shmobile: porter "
` [PATCH v2 7/9] ARM: shmobile: gose "
` [PATCH v2 8/9] ARM: shmobile: silk "
` [PATCH v2 9/9] MIPS: dts: jz4780/ci20: "

[PATCH 37/54] mips: ar7/gpio: Be sure to clamp return value
 2015-12-22 22:05 UTC  (2+ messages)

[PATCH 40/54] mips: txx9: iocled: Be sure to clamp return value
 2015-12-22 14:41 UTC 

[PATCH 39/54] mips: rb532: Be sure to clamp return value
 2015-12-22 14:41 UTC 

[PATCH 38/54] mips: txx9: Be sure to clamp return value
 2015-12-22 14:41 UTC 

[PATCH 36/54] mips: alchemy: Be sure to clamp return value
 2015-12-22 14:40 UTC 

[PATCH] MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[]
 2015-12-22 13:56 UTC  (2+ messages)

Unable to allocate PCI I/O resources
 2015-12-22 10:31 UTC  (8+ messages)

[PATCH 0/7] cleanup and add device tree for BCM7xxx platforms
 2015-12-21 23:20 UTC  (2+ messages)

[PATCH] MIPS: dma-default: Defend against NULL dev in massage_gfp_flags
 2015-12-21 15:21 UTC  (2+ messages)

[PATCH] clk: let clk_disable() return immediately if clk is NULL or error
 2015-12-21  6:43 UTC  (2+ messages)

[PATCH] MIPS: fix macro typo
 2015-12-21  6:30 UTC  (2+ messages)

[PATCH v2 00/14] Initial Microchip PIC32MZDA Support
 2015-12-20 16:13 UTC  (47+ messages)
` [PATCH v2 01/14] DEVICETREE: Add bindings for PIC32 interrupt controller
` [PATCH v2 02/14] irqchip: irq-pic32-evic: Add support "
` [PATCH v2 03/14] DEVICETREE: Add PIC32 clock binding documentation
` [PATCH v2 04/14] clk: clk-pic32: Add PIC32 clock driver
` [PATCH v2 05/14] DEVICETREE: Add bindings for PIC32/MZDA platforms
` [PATCH v2 06/14] MIPS: Add support for PIC32MZDA platform
` [PATCH v2 07/14] DEVICETREE: Add bindings for PIC32 pin control and GPIO
` [PATCH v2 08/14] pinctrl: pinctrl-pic32: Add PIC32 pin control driver
` [PATCH v2 09/14] DEVICETREE: Add bindings for PIC32 UART driver
` [PATCH v2 10/14] serial: pic32_uart: Add "
` [PATCH v2 11/14] DEVICETREE: Add bindings for PIC32 SDHCI host controller
` [PATCH v2 12/14] mmc: sdhci-pic32: Add PIC32 SDHCI host controller driver
` [PATCH v2 13/14] MIPS: dts: Add initial DTS for the PIC32MZDA Starter Kit
` [PATCH v2 14/14] MIPS: pic32mzda: Add initial PIC32MZDA Starter Kit defconfig

[RFC PATCH urcu on mips, parisc] Fix: compat_futex should work-around futex signal-restart kernel bug
 2015-12-20 15:37 UTC  (9+ messages)
  ` Aw: "

[PATCH v3 0/4] Cleaning printk stuff in NMI context
 2015-12-18 23:03 UTC  (26+ messages)
` [PATCH v3 4/4] printk/nmi: Increase the size of NMI buffer and make it configurable

[PATCH] printk/nmi: Remove the questionable CONFIG_NEED_PRINTK_NMI
 2015-12-18 15:04 UTC 

[PATCH 000/182] Rid struct gpio_chip from container_of() usage
 2015-12-18 14:46 UTC  (9+ messages)

[PATCH] MIPS: smp-cps: Ensure secondary cores start with EVA disabled
 2015-12-18 12:47 UTC  (2+ messages)

[PATCH 00/16] MIPS: KVM: Misc trivial cleanups
 2015-12-17 10:49 UTC  (37+ messages)
` [PATCH 01/16] MIPS: KVM: Trivial whitespace and style fixes
` [PATCH 02/16] MIPS: KVM: Drop some unused definitions from kvm_host.h
` [PATCH 03/16] MIPS: Move definition of DC bit to mipsregs.h
` [PATCH 04/16] MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()
` [PATCH 05/16] MIPS: KVM: Convert EXPORT_SYMBOL to _GPL
` [PATCH 06/16] MIPS: KVM: Refactor added offsetof()s
` [PATCH 07/16] MIPS: KVM: Make kvm_mips_{init,exit}() static
` [PATCH 08/16] MIPS: Move Cause.ExcCode trap codes to mipsregs.h
` [PATCH 09/16] MIPS: Update trap codes
` [PATCH 10/16] MIPS: Use EXCCODE_ constants with set_except_vector()
` [PATCH 11/16] MIPS: Break down cacheops.h definitions
` [PATCH 12/16] MIPS: KVM: Use "
` [PATCH 13/16] MIPS: Move KVM specific opcodes into asm/inst.h
` [PATCH 14/16] MIPS: KVM: Add missing newline to kvm_err()
` [PATCH 15/16] MIPS: KVM: Consistent use of uint*_t in MMIO handling
` [PATCH 16/16] MAINTAINERS: Add KVM for MIPS entry

[PATCH 3.13.y-ckt 02/78] stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architectures
 2015-12-17  0:39 UTC  (5+ messages)
` [PATCH 3.13.y-ckt 03/78] stackprotector: Introduce CONFIG_CC_STACKPROTECTOR_STRONG
` [PATCH 3.13.y-ckt 19/78] MIPS: KVM: Fix ASID restoration logic
` [PATCH 3.13.y-ckt 20/78] MIPS: KVM: Fix CACHE immediate offset sign extension
` [PATCH 3.13.y-ckt 21/78] MIPS: KVM: Uninit VCPU in vcpu_create error path

[3.13.y-ckt stable] Patch "MIPS: KVM: Fix ASID restoration logic" has been added to staging queue
 2015-12-17  0:36 UTC 

[3.13.y-ckt stable] Patch "MIPS: KVM: Uninit VCPU in vcpu_create error path" has been added to staging queue
 2015-12-17  0:36 UTC 

[3.13.y-ckt stable] Patch "MIPS: KVM: Fix CACHE immediate offset sign extension" has been added to staging queue
 2015-12-17  0:36 UTC 

[PATCH net-next v5 00/19] new ETHTOOL_GSETTINGS/SSETTINGS API
 2015-12-17  0:26 UTC  (17+ messages)
` [PATCH net-next v5 05/19] net: ethtool: add "
` [PATCH net-next v5 07/19] net: usnic: use __ethtool_get_ksettings
` [PATCH net-next v5 08/19] net: bonding: "
` [PATCH net-next v5 09/19] net: ipvlan: "
` [PATCH net-next v5 10/19] net: macvlan: "
` [PATCH net-next v5 11/19] net: team: "
` [PATCH net-next v5 12/19] net: fcoe: "
` [PATCH net-next v5 13/19] net: rdma: "
` [PATCH net-next v5 14/19] net: 8021q: "
` [PATCH net-next v5 15/19] net: bridge: "
` [PATCH net-next v5 16/19] net: core: "
` [PATCH net-next v5 17/19] net: ethtool: remove unused __ethtool_get_settings
` [PATCH net-next v5 18/19] net: mlx4: convenience predicate for debug messages
` [PATCH net-next v5 19/19] net: mlx4: use new ETHTOOL_G/SSETTINGS API

[PATCH 3.19.y-ckt 055/128] MIPS: KVM: Fix ASID restoration logic
 2015-12-16 17:38 UTC  (3+ messages)
` [PATCH 3.19.y-ckt 056/128] MIPS: KVM: Fix CACHE immediate offset sign extension
` [PATCH 3.19.y-ckt 057/128] MIPS: KVM: Uninit VCPU in vcpu_create error path

[PATCH] ssb: pick SoC invariants code from MIPS BCM47xx arch
 2015-12-16 14:37 UTC  (2+ messages)

[PATCH linux-next 1/2] power: Add brcm,bcm6358-power-controller device tree binding
 2015-12-15 23:23 UTC  (2+ messages)

[3.19.y-ckt stable] Patch "MIPS: KVM: Uninit VCPU in vcpu_create error path" has been added to staging queue
 2015-12-15 21:24 UTC 

[3.19.y-ckt stable] Patch "MIPS: KVM: Fix ASID restoration logic" has been added to staging queue
 2015-12-15 21:24 UTC 

[3.19.y-ckt stable] Patch "MIPS: KVM: Fix CACHE immediate offset sign extension" has been added to staging queue
 2015-12-15 21:24 UTC 

[PATCH] mips: Fix CPC_BASE_ADDR mask to match datasheet
 2015-12-15 21:06 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