Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2014-09-18 21:51:24 to 2014-09-26 02:45:31 UTC [more...]

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

[PATCH 00/11] FP/MSA fixes
 2014-09-25 10:24 UTC  (35+ messages)
` [PATCH 01/11] MIPS: push .set arch=r4000 into the functions needing it
` [PATCH 02/11] MIPS: assume at as source/dest of MSA copy/insert instructions
` [PATCH 03/11] MIPS: remove MSA macro recursion
` [PATCH 04/11] MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA support
` [PATCH 05/11] MIPS: clear MSACSR cause bits when handling MSA FP exception
    ` [PATCH v2 "
` [PATCH 06/11] MIPS: fix mfc1 & mfhc1 emulation for mips64 systems
` [PATCH 07/11] MIPS: ensure FCSR cause bits are clear after invoking FPU emulator
` [PATCH 08/11] MIPS: prevent FP context set via ptrace being discarded
` [PATCH 09/11] MIPS: disable FPU if the mode is unsupported
` [PATCH 10/11] Revert "MIPS: Don't assume 64-bit FP registers for context switch"
` [PATCH 11/11] MIPS: MSA: Fix big-endian FPR_IDX implementation

[PATCH] MIPS: prevent compiler warning from cop2_{save,restore}
 2014-09-25  9:42 UTC  (3+ messages)

[PATCH 0/2] MIPS: Netlogic: modular build fixes
 2014-09-25  1:36 UTC  (6+ messages)
` [PATCH 1/2] MIPS: Netlogic: handle modular USB case
` [PATCH 2/2] MIPS: Netlogic: handle modular AHCI builds

[PATCH v1 00/21] Use MSI chip to configure MSI/MSI-X in all platforms
 2014-09-24  3:52 UTC  (4+ messages)

[PATCH] atomic_read: Use ACCESS_ONCE() instead of cast to volatile
 2014-09-23 23:56 UTC  (6+ messages)

[RFC][PATCH] sched,mips,ia64: Remove __ARCH_WANT_UNLOCKED_CTXSW
 2014-09-23 19:45 UTC  (3+ messages)

[PATCH] mips: Save all registers when saving the frame
 2014-09-23 16:12 UTC  (4+ messages)

[PATCH 1/5] mips: Set CONFIG_NET=y in defconfigs
 2014-09-23 16:06 UTC  (3+ messages)

[PATCH 0/2] Minor MIPS ftrace fixes
 2014-09-23 10:47 UTC  (14+ messages)
` [PATCH 1/2] MIPS: ftrace.h: Fix the MCOUNT_INSN_SIZE definition
` [PATCH 2/2] MIPS: mcount: Fix selfpc address for static trace

[PATCH 3.4 35/45] MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total()
 2014-09-23  2:31 UTC  (2+ messages)
` [PATCH 3.4 36/45] MIPS: Fix accessing to per-cpu data when flushing the cache

[PATCH v2 00/16] MIPS: GIC device-tree support
 2014-09-22 19:43 UTC  (8+ messages)
` [PATCH v2 10/16] of: Add vendor prefix for MIPS Technologies, Inc

gcc-4.8+ and R10000+
 2014-09-22  9:31 UTC  (5+ messages)

[PATCH] MIPS/loongson2_cpufreq: Fix CPU clock rate setting mismerge
 2014-09-21 12:38 UTC 

MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismerge
 2014-09-21 12:38 UTC 

[RFC PATCH 00/11] next: mips: Fix default configurations
 2014-09-21  0:46 UTC  (12+ messages)
` [RFC PATCH 01/11] next: mips: Fix gpr_defconfig
` [RFC PATCH 02/11] next: mips: Fix ip27_defconfig
` [RFC PATCH 03/11] next: mips: Fix jazz_defconfig
` [RFC PATCH 04/11] next: mips: Fix loongson3_defconfig
` [RFC PATCH 05/11] next: mips: Fix malta_defconfig
` [RFC PATCH 06/11] next: mips: Fix malta_kvm_defconfig
` [RFC PATCH 07/11] next: mips: Fix malta_kvm_guest_defconfig
` [RFC PATCH 08/11] next: mips: Fix mtx1_defconfig
` [RFC PATCH 09/11] next: mips: Fix nlm_xlp_defconfig
` [RFC PATCH 10/11] next: mips: Fix nlm_xlr_defconfig
` [RFC PATCH 11/11] next: mips: Fix rm200_defconfig

[RFC PATCH 00/11] next: mips: Fix default configurations
 2014-09-21  0:45 UTC 

[RFC PATCH 00/11] next: mips: Fix default configurations
 2014-09-21  0:44 UTC 

[PATCH 3.17-rc5] Fix confusing PFA_NO_NEW_PRIVS constant
 2014-09-20 17:19 UTC  (4+ messages)

[PATCH V2 00/24] MIPS GIC cleanup, part 1
 2014-09-18 21:47 UTC  (14+ messages)
` [PATCH V2 10/24] MIPS: sead3: Do not overlap CPU/GIC IRQ ranges
` [PATCH V2 11/24] MIPS: Malta: Move MSC01 interrupt base
` [PATCH V2 13/24] MIPS: Move GIC to drivers/irqchip/
` [PATCH V2 15/24] irqchip: mips-gic: Implement irq_set_type callback
` [PATCH V2 16/24] irqchip: mips-gic: Fix gic_set_affinity() return value
` [PATCH V2 17/24] irqchip: mips-gic: Use IRQ domains
` [PATCH V2 18/24] irqchip: mips-gic: Stop using per-platform mapping tables
` [PATCH V2 19/24] irqchip: mips-gic: Probe for number of external interrupts
` [PATCH V2 20/24] irqchip: mips-gic: Use separate edge/level irq_chips
` [PATCH V2 21/24] irqchip: mips-gic: Support local interrupts
` [PATCH V2 22/24] irqchip: mips-gic: Remove unnecessary globals
` [PATCH V2 23/24] MIPS: Malta: Use generic plat_irq_dispatch
` [PATCH V2 24/24] MIPS: sead3: "


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