Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2014-08-26 16:42:58 to 2014-09-05 10:43:08 UTC [more...]

[PATCH v1 00/21] Use MSI chip to configure MSI/MSI-X in all platforms
 2014-09-05 10:42 UTC  (45+ messages)
` [PATCH v1 01/21] PCI/MSI: Clean up struct msi_chip argument
` [PATCH v1 02/21] PCI/MSI: Remove useless bus->msi assignment
` [PATCH v1 03/21] MSI: Remove the redundant irq_set_chip_data()
` [PATCH v1 04/21] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
` [PATCH v1 05/21] PCI/MSI: Introduce weak arch_find_msi_chip() to find MSI chip
` [PATCH v1 06/21] PCI/MSI: Refactor struct msi_chip to make it become more common
` [PATCH v1 07/21] x86/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v1 08/21] x86/xen/MSI: "
` [PATCH v1 09/21] Irq_remapping/MSI: "
` [PATCH v1 10/21] x86/MSI: Remove unused MSI weak arch functions
` [PATCH v1 11/21] MIPS/Octeon/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v1 12/21] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
` [PATCH v1 13/21] MIPS/Xlp/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v1 14/21] MIPS/Xlr/MSI: "
` [PATCH v1 15/21] Powerpc/MSI: "
` [PATCH v1 16/21] s390/MSI: "
` [PATCH v1 17/21] arm/iop13xx/MSI: "
` [PATCH v1 18/21] IA64/MSI: "
` [PATCH v1 19/21] Sparc/MSI: "
` [PATCH v1 20/21] tile/MSI: "
` [PATCH v1 21/21] PCI/MSI: Clean up unused MSI arch functions

[PATCH] MIPS: BCM47XX: Move SPROM fallback code into sprom.c
 2014-09-05  8:08 UTC 

[PATCH] MIPS: prom.c: Only show machine name when it is available
 2014-09-05  7:41 UTC 

[PATCH 0/3] PTE formats changes
 2014-09-05  7:20 UTC  (9+ messages)
` [PATCH 1/3] MIPS: rearrange PTE bits into fixed positions
` [PATCH 2/3] MIPS: PTE bit positions slightly changed to prepare a more simple swap/file presentation
` [PATCH 3/3] MIPS: bugfix of PTE formats for swap and file entries

[PATCH 0/3] Series short description
 2014-09-05  1:00 UTC  (2+ messages)

[request for stable inclusion] MIPS fixes for 3.16
 2014-09-04 14:09 UTC  (8+ messages)

16k or 64k PAGE_SIZE and "illegal instruction" (signal -4) errors
 2014-09-04  3:35 UTC  (8+ messages)

Question about csum_partial_copy_nocheck
 2014-09-04  3:19 UTC 

[PATCH 00/12] MIPS: GIC device-tree support
 2014-09-04  0:06 UTC  (37+ messages)
` [PATCH 01/12] MIPS: Provide a generic plat_irq_dispatch
` [PATCH 02/12] MIPS: Set vint handler when mapping CPU interrupts
` [PATCH 03/12] of: Add binding document for MIPS GIC
` [PATCH 04/12] MIPS: GIC: Move MIPS_GIC_IRQ_BASE into platform irq.h
` [PATCH 05/12] MIPS: GIC: Add device-tree support
` [PATCH 06/12] MIPS: GIC: Add generic IPI support when using DT
` [PATCH 07/12] MIPS: GIC: Implement irq_set_type callback
` [PATCH 08/12] MIPS: GIC: Implement generic irq_ack/irq_eoi callbacks
` [PATCH 09/12] MIPS: GIC: Fix gic_set_affinity() return value
` [PATCH 10/12] MIPS: GIC: Support local interrupts
` [PATCH 11/12] MIPS: GIC: Use local interrupts for timer
` [PATCH 12/12] MIPS: Malta: Map GIC local interrupts

[PATCH][RFC] MIPS: BCM47XX: Use mtd as an alternative way/API to get NVRAM content
 2014-09-03 21:13 UTC  (3+ messages)

[PATCH] MIPS: BCM47XX: Make bcma init NVRAM instead of bcm47xx polling it
 2014-09-03 20:59 UTC  (4+ messages)
` [PATCH V2] MIPS: BCM47XX: Make ssb "
  ` [PATCH V3] "

[PATCH] MIPS: BCM47XX: Get rid of calls to KSEG1ADDR in nvram
 2014-09-03 20:51 UTC  (3+ messages)
` [PATCH V2] MIPS: BCM47XX: Get rid of calls to KSEG1ADDR

[PATCH][RFC][Ack req] MIPS: BCM47XX: Initialize bcma bus later (with mm available)
 2014-09-03 20:00 UTC  (2+ messages)

[PATCH][TRIVIAL] MIPS: Fix info about plat_setup in arch_mem_init comment
 2014-09-03  5:36 UTC 

Booting bcm47xx (bcma & stuff), sharing code with bcm53xx
 2014-09-01 20:57 UTC  (24+ messages)

[RFC 0/7] bcma: add device tree support
 2014-09-01  9:24 UTC  (18+ messages)
` [RFC 2/7] bcm47xx-nvram: add new broadcom nvram driver with dt support
` [RFC 3/7] bcm47xx-sprom: add Broadcom sprom parser driver
` [RFC 4/7] bcma: register bcma as device tree driver
` [RFC 7/7] ARM: BCM5301X: register bcma bus

[PATCH 0/5] MIPS: trivial PCI related cleanups
 2014-08-30  2:06 UTC  (6+ messages)
` [PATCH 1/5] MIPS: NILE4: remove odd locking in PCI config space access code
` [PATCH 2/5] MIPS: MSP71xx: "
` [PATCH 3/5] MIPS: pci-ar7{1x,24}x: "
` [PATCH 4/5] MIPS: pci-rt3883: "
` [PATCH 5/5] MIPS: make PCI_DMA_BUS_IS_PHYS=1 constant

MIPS: MSP71xx: remove odd locking in PCI config space access code
 2014-08-30  2:06 UTC 

[PATCH v2 0/7] MIPS: Move device-tree files to a common location
 2014-08-29  3:56 UTC  (9+ messages)
` [PATCH v2 1/7] MIPS: Create common infrastructure for building built-in device-trees
` [PATCH v2 2/7] MIPS: Add support for building device-tree binaries
` [PATCH v2 3/7] MIPS: Octeon: Move device-trees to arch/mips/boot/dts/cavium-octeon/
` [PATCH v2 4/7] MIPS: Lantiq: Move device-trees to arch/mips/boot/dts/lantiq/
` [PATCH v2 5/7] MIPS: sead3: Move device-trees to arch/mips/boot/dts/mti/
` [PATCH v2 6/7] MIPS: Netlogic: Move device-trees to arch/mips/boot/dts/netlogic/
` [PATCH v2 7/7] MIPS: ralink: Move device-trees to arch/mips/boot/dts/ralink/

[PATCH] MIPS: Loongson: Fix the write-combine CCA value setting
 2014-08-29  9:07 UTC  (3+ messages)

[PATCH] MIPS: cpu: Add 'noftlb' kernel command line option to disable the FTLB
 2014-08-29  8:37 UTC  (2+ messages)

[PATCH] MIPS: Netlogic: Use MIPS topology.h
 2014-08-28 15:53 UTC  (2+ messages)

[PATCH 0/7] MIPS: Move device-tree files to a common location
 2014-08-28 15:04 UTC  (7+ messages)

rhombus tech eoma68 ingenic jz4775 cpu card
 2014-08-28 10:03 UTC  (7+ messages)

epc register reported zero
 2014-08-28  1:33 UTC  (3+ messages)

[PATCH] MIPS: change type of asid_cache to unsigned long
 2014-08-27 22:52 UTC  (6+ messages)

[PATCH 0/4] Add pgprot_writecombine function for MIPS
 2014-08-27 11:16 UTC  (2+ messages)

[ADMIN] Patchwork works
 2014-08-27 11:10 UTC 

Post-merge-window ping (Re: [PATCH v4 0/5] x86: two-phase syscall tracing and seccomp fastpath)
 2014-08-27  1:45 UTC  (4+ messages)

[PATCH v4 0/2] mm/highmem: make kmap cache coloring aware
 2014-08-27  1:04 UTC  (8+ messages)


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