Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2015-10-29 04:39:37 to 2015-11-13 00:48:23 UTC [more...]

[PATCH 0/(8+2)] MIPS: IEEE Std 754-2008 features
 2015-11-13  0:48 UTC  (16+ messages)
` [PATCH 1/8] MIPS: Use a union to access the ELF file header
` [PATCH 2/8] MIPS: Define the legacy-NaN and 2008-NaN features
` [PATCH 3/8] MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulation
` [PATCH 4/8] MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation
` [PATCH 5/8] ELF: Also pass any interpreter's file header to `arch_check_elf'
` [PATCH 6/8] MIPS: ELF: Interpret the NAN2008 file header flag
` [PATCH 7/8] MIPS: Determine the presence of IEEE Std 754-2008 features

[PATCH 3.19.y-ckt 013/155] MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
 2015-11-12 23:16 UTC  (4+ messages)
` [PATCH 3.19.y-ckt 014/155] MIPS: CPS: Stop dangling delay slot from has_mt
` [PATCH 3.19.y-ckt 015/155] MIPS: CPS: Don't include MT code in non-MT kernels
` [PATCH 3.19.y-ckt 016/155] MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT

[3.19.y-ckt stable] Patch "MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT" has been added to staging queue
 2015-11-12 20:39 UTC 

[3.19.y-ckt stable] Patch "MIPS: CPS: Don't include MT code in non-MT kernels." has been added to staging queue
 2015-11-12 20:39 UTC 

[3.19.y-ckt stable] Patch "MIPS: CPS: Stop dangling delay slot from has_mt." has been added to staging queue
 2015-11-12 20:39 UTC 

[3.19.y-ckt stable] Patch "MIPS: dma-default: Fix 32-bit fall back to GFP_DMA" has been added to staging queue
 2015-11-12 20:39 UTC 

[PATCH] MIPS: personality syscall discrepancy on mips64-o32/n32
 2015-11-12 19:50 UTC  (6+ messages)

[PATCH 00/14] Implement generic IPI support mechanism
 2015-11-12 15:12 UTC  (48+ messages)
` [PATCH 01/14] genirq: Add new IRQ_DOMAIN_FLAGS_IPI
` [PATCH 02/14] genirq: Add DOMAIN_BUS_IPI
` [PATCH 03/14] genirq: Add GENERIC_IRQ_IPI Kconfig symbol
` [PATCH 04/14] genirq: Add new struct ipi_mask and helper functions
` [PATCH 05/14] genirq: Add struct ipi_mask to irq_data
` [PATCH 06/14] genirq: Add struct ipi_mapping and its helper functions
` [PATCH 07/14] genirq: Add a new generic IPI reservation code to irq core
` [PATCH 08/14] genirq: Add a new irq_send_ipi() to irq_chip
` [PATCH 09/14] genirq: Implement irq_send_ipi() to be used by drivers
` [PATCH 10/14] irqchip/mips-gic: Add a IPI hierarchy domain
` [PATCH 11/14] MIPS: Add generic SMP IPI support
` [PATCH 12/14] MIPS: Make smp CMP, CPS and MT use the new generic IPI functions
` [PATCH 13/14] MIPS: Delete smp-gic.c
` [PATCH 14/14] Docs: IRQ: Add new IRQ-ipi.txt

MIPS: BMIPS: Enable GZIP ramdisk and timed printks
 2015-11-12 10:36 UTC  (2+ messages)

[PATCH V2 0/4] MIPS: Loongson-3: Improve kernel functionality
 2015-11-12  3:55 UTC  (8+ messages)
` [PATCH V2 2/4] MIPS: Loongson-3: Move chipset ACPI code from drivers to arch
` [PATCH V2 3/4] MIPS: Loongson: Introduce and use cpu_has_coherent_cache feature
` [PATCH V2 4/4] MIPS: Loongson: Make CPU names more clear

[PATCH] mtd: jz4740_nand: fix build on jz4740 after removing gpio.h
 2015-11-11 23:36 UTC  (2+ messages)

[PATCH 0/3] MIPS: KVM: Misc fixes
 2015-11-11 14:59 UTC  (12+ messages)
` [PATCH 1/3] MIPS: KVM: Fix ASID restoration logic
` [PATCH 2/3] MIPS: KVM: Fix CACHE immediate offset sign extension
` [PATCH 3/3] MIPS: KVM: Uninit VCPU in vcpu_create error path

MIPS: KVM: Uninit VCPU in vcpu_create error path
 2015-11-11 14:21 UTC 

MIPS: KVM: Uninit VCPU in vcpu_create error path
 2015-11-11 14:21 UTC 

MIPS: KVM: Uninit VCPU in vcpu_create error path
 2015-11-11 14:21 UTC 

MIPS: KVM: Fix CACHE immediate offset sign extension
 2015-11-11 14:21 UTC 

MIPS: KVM: Fix CACHE immediate offset sign extension
 2015-11-11 14:21 UTC 

MIPS: KVM: Fix CACHE immediate offset sign extension
 2015-11-11 14:21 UTC 

MIPS: KVM: Fix ASID restoration logic
 2015-11-11 14:21 UTC 

MIPS: KVM: Fix ASID restoration logic
 2015-11-11 14:21 UTC 

MIPS: KVM: Fix ASID restoration logic
 2015-11-11 14:21 UTC 

[PATCH] MIPS: KVM: Fix CP0_EBASE redefined build warning
 2015-11-10 17:06 UTC  (2+ messages)

[PATCH v2] MIPS: kernel: proc: Fix typo in proc.c
 2015-11-10  9:37 UTC  (2+ messages)

[RFT PATCH] mips: bigsur_defconfig: convert to use libata PATA drivers
 2015-11-09 19:08 UTC  (8+ messages)
` [PATCH] mips: sb1250_swarm_defconfig: disable IDE subsystem

[PATCH v2 00/20] Fix handling of compat_siginfo_t
 2015-11-09 15:12 UTC  (9+ messages)
` [PATCH v2 01/20] compat: Add generic compat_siginfo_t
` [PATCH v2 02/20] compat: Add generic copy_siginfo_{to,from}_user32
` [PATCH v2 05/20] mips: Clean up compat_siginfo_t
` [PATCH v2 06/20] mips: Use generic copy_siginfo_{to,from}_user32

[PATCH] MIPS: switch BMIPS5000 to use r4k_wait_irqoff()
 2015-11-09  9:24 UTC  (4+ messages)

[PATCH] MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler()
 2015-11-09  8:09 UTC  (3+ messages)

[RFC PATCH 0/7] reset: make RESET_CONTROLLER a select'ed option
 2015-11-06  9:29 UTC  (5+ messages)
` [RFC PATCH 1/7] reset: drop ARCH_HAS_RESET_CONTROLLER

[PATCH V2 4/9] arch: mips: ralink: add tty detection
 2015-11-05 17:26 UTC  (5+ messages)

[PATCH V2 4/4] arch: mips: lantiq: disable xbar fpi burst mode
 2015-11-05  2:56 UTC 

[PATCH 1/4] arch: mips: lantiq: return correct value for fpi clock on ar9
 2015-11-04 20:06 UTC  (5+ messages)
` [PATCH 2/4] arch: mips: lantiq: initialize the USB core on boot
` [PATCH 3/4] arch: mips: lantiq: force the crossbar to big endian
` [PATCH 4/4] arch: mips: lantiq: disable xbar fpi burst mode

[PATCH 1/9] arch: mips: ralink: add support for mt7688
 2015-11-04 11:26 UTC  (10+ messages)
` [PATCH 2/9] arch: mips: ralink: unify SoC id handling
` [PATCH 3/9] arch: mips: ralink: fix usb issue during frequency scaling
` [PATCH 4/9] arch: mips: ralink: add tty detection
` [PATCH 5/9] arch: mips: ralink: fix invalid tick count
` [PATCH 6/9] arch: mips: ralink: remove check for CONFIG_PCI on non-PCI SoCs
` [PATCH 7/9] arch: mips: ralink: dont set pm_power_off
` [PATCH 8/9] arch: mips: ralink: put the pci bus into reset state before rebooting the SoC
` [PATCH 9/9] arch: mips: ralink: add missing clock on rt305x

[PATCH v7,3/3] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes
 2015-11-04  7:51 UTC  (6+ messages)

[PATCH] MIPS: kernel: proc: Fix typo in proc.c
 2015-11-03 17:15 UTC  (4+ messages)

[PATCH 0/6] MIPS CPS SMP fixes, debug & cleanups
 2015-11-03 13:23 UTC  (5+ messages)
` [PATCH 5/6] MIPS: CONFIG_MIPS_MT_SMP should depend upon CPU_MIPSR2

4.1: XPA breaks Alchemy
 2015-11-03 13:12 UTC  (3+ messages)

[v2 00/10] add support SATA for BMIPS_GENERIC
 2015-10-31 15:20 UTC  (3+ messages)
` [v2 06/10] phy: phy_brcmstb_sata: add data for phy version

[v4 00/10] add support SATA for BMIPS_GENERIC
 2015-10-30 14:01 UTC  (11+ messages)
` [v4 01/10] ata: ahci_brcmstb: add support MIPS-based platforms
` [v4 02/10] ata: ahci_brcmstb: add quirk for broken ncq
` [v4 03/10] ata: ahci_brcmstb: add quirk for different phy
` [v4 04/10] ata: ahci_brcmstb: remove unused definitions
` [v4 05/10] phy: phy_brcmstb_sata: remove duplicate definitions
` [v4 06/10] phy: phy_brcmstb_sata: add data for phy version
` [v4 07/10] phy: phy_brcmstb_sata: add support MIPS-based platforms
` [v4 08/10] MIPS: BMIPS: brcmstb: add SATA/PHY nodes for bcm7425
` [v4 09/10] MIPS: BMIPS: brcmstb: add SATA/PHY nodes for bcm7346
` [v4 10/10] MIPS: BMIPS: brcmstb: add SATA/PHY nodes for bcm7362

[v3 00/10] add support SATA for BMIPS_GENERIC
 2015-10-30 13:56 UTC  (13+ messages)
` [v3 01/10] ata: ahci_brcmstb: add support MIPS-based platforms
` [v3 02/10] ata: ahci_brcmstb: add quirk for broken ncq
` [v3 03/10] ata: ahci_brcmstb: add quirk for different phy
` [v3 04/10] ata: ahci_brcmstb: remove unused definitions
` [v3 05/10] phy: phy_brcmstb_sata: remove duplicate definitions
` [v3 06/10] phy: phy_brcmstb_sata: add data for phy version
` [v3 07/10] phy: phy_brcmstb_sata: add support MIPS-based platforms
` [v3 08/10] MIPS: BMIPS: brcmstb: add SATA/PHY nodes for bcm7425
` [v3 09/10] MIPS: BMIPS: brcmstb: add SATA/PHY nodes for bcm7346
` [v3 10/10] MIPS: BMIPS: brcmstb: add SATA/PHY nodes for bcm7362

[PATCH v2 1/2] MIPS: vmlinux: discard .MIPS.abiflags
 2015-10-29 22:54 UTC  (2+ messages)
` [PATCH v2 2/2] MIPS: OCTEON: omit ELF NOTE segments

FYI: old OCTEON bootloaders and .MIPS.abiflags
 2015-10-29 22:35 UTC  (6+ messages)
`  "

[PATCH] MIPS: Octeon: Add config option to disable ELF NOTE segments
 2015-10-29 21:21 UTC 

[PATCH] MIPS: vmlinux: discard .MIPS.abiflags
 2015-10-29 21:15 UTC 

[PATCH 10/15] MIPS: lantiq: add SoC detection for ar10 and grx390
 2015-10-29 19:17 UTC  (2+ messages)
` [PATCH please merge into original "

[PATCH 09/15] MIPS: lantiq: add support for gphy firmware loading for ar10 and grx390
 2015-10-29 19:16 UTC  (2+ messages)
` [PATCH please merge into original "

[PATCH 03/15] MIPS: lantiq: rename CGU_SYS_VR9 register
 2015-10-29 19:15 UTC  (2+ messages)
` [PATCH please merge into original "

[PATCH 00/15] MIPS: lantiq: add clock and PMU support for new SoCs
 2015-10-29 19:15 UTC  (6+ messages)
` [PATCH 01/15] MIPS: lantiq: add locking for PMU register and check status afterwards
  ` [PATCH please merge into original "
` [PATCH 06/15] MIPS: lantiq: deactivate most of the devices by default

[RFC v2 PATCH 00/14] Implement generic IPI support mechanism
 2015-10-29 10:39 UTC  (7+ messages)
` [RFC v2 PATCH 07/14] irq: add a new generic IPI reservation code to irq core

[PATCH 00/15] MIPS Malta DT Conversion
 2015-10-29  4:39 UTC  (3+ messages)
` [PATCH 14/15] MIPS: malta: setup RAM regions via DT


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