Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2013-06-10 16:43:22 to 2013-06-18 14:54:42 UTC [more...]

[PATCH v2] mips: delete __cpuinit/__CPUINIT usage from MIPS code
 2013-06-18 14:54 UTC  (3+ messages)

[PATCH] mips: fix execution hazard during watchpoint register probe
 2013-06-18 14:42 UTC  (3+ messages)

[PATCH v2 5/7] drivers: watchdog: sb_wdog: Fix 32bit linking problems
 2013-06-18 14:14 UTC  (3+ messages)

[PATCH 0/7] MIPS: sibyte build fixes
 2013-06-18 13:17 UTC  (20+ messages)
` [PATCH 1/7] MIPS: sibyte: Fix build for SIBYTE_BW_TRACE
` [PATCH 2/7] MIPS: sibyte: Declare the cfe_write() buffer as constant
` [PATCH 3/7] MIPS: sibyte: Add missing sched.h header
` [PATCH 4/7] MIPS: sibyte: Amend dependencies for SIBYTE_BUS_WATCHER
` [PATCH 5/7] drivers: watchdog: sb_wdog: Fix 32bit linking problems
` [PATCH 6/7] drivers: ssb: Kconfig: Amend SSB_EMBEDDED dependencies
` [PATCH 7/7] MIPS: sibyte: Remove unused variable

[PATCH 0/4] Use scratch registers on XLR/XLS/XLP
 2013-06-18 12:45 UTC  (7+ messages)
` [PATCH 1/4] MIPS: Allow platform specific scratch registers
` [PATCH 2/4] MIPS: Fixup check for invalid scratch register
` [PATCH 3/4] MIPS: mm: Use scratch for PGD when !CONFIG_MIPS_PGD_C0_CONTEXT
  ` [PATCH UPDATED "
    ` [PATCH UPDATED 4/4] MIPS: Move definition of SMP processor id register to header file
` [PATCH "

[PATCH V2 0/2] MIPS: BCM63XX: add SMP support
 2013-06-18 12:03 UTC  (5+ messages)
` [PATCH V2 1/2] MIPS: BCM63XX: Add SMP support to prom.c
` [PATCH V2 2/2] MIPS: BCM63XX: Enable second core SMP on BCM6328 if available

[PATCH 0/7] genirq: add irq_get_trigger_type() to get IRQ flags
 2013-06-18  8:46 UTC  (17+ messages)
` [PATCH 1/7] "
` [PATCH 2/7] gpio: mvebu: use "
` [PATCH 3/7] mfd: twl4030-irq: "
` [PATCH 4/7] mfd: stmpe: "
` [PATCH 5/7] arm: orion: "
` [PATCH 6/7] MIPS: octeon: "
` [PATCH 7/7] irqdomain: "

[PATCH 1/2] mips: delete __cpuinit usage from uasm code
 2013-06-17 22:05 UTC  (5+ messages)
` [PATCH 2/2] mips: delete __cpuinit usage from all remaining MIPS users

[PATCH] MIPS: r4k,octeon,r2300: stack protector: change canary per task
 2013-06-17 20:36 UTC 

[PATCH 0/2] kvm/mips: ABI fix for 3.10
 2013-06-17 15:26 UTC  (4+ messages)
` [PATCH 1/2] kvm: Add definition of KVM_REG_MIPS
` [PATCH 2/2] mips/kvm: Use KVM_REG_MIPS and proper size indicators for *_ONE_REG

[RFD] Something wrong with commit "MIPS: Use inline function to access current thread pointer"?
 2013-06-17 13:10 UTC 

[PATCH v2] MIPS: Reduce _NSIG from 128 to 127 to avoid BUG_ON
 2013-06-17 10:36 UTC  (7+ messages)

[PATCH] MIPS: Expose missing pci_io{map,unmap} declarations
 2013-06-17  9:09 UTC  (2+ messages)

[PATCH] MIPS: Fix include guard macro in uapi/asm/fcntl.h
 2013-06-17  8:59 UTC  (2+ messages)

[PATCH] MIPS: powertv: Drop SYS_HAS_EARLY_PRINTK
 2013-06-17  8:53 UTC  (2+ messages)

[PATCH] gpio MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins
 2013-06-17  8:51 UTC  (3+ messages)

[PATCH] MIPS: ath79: Fix argument for the ap136_pc_init function
 2013-06-17  8:42 UTC  (2+ messages)

[PATCH] MIPS: Expose missing pci_io{map,unmap} declarations
 2013-06-17  8:09 UTC 

[PATCH 00/31] KVM/MIPS: Implement hardware virtualization via the MIPS-VZ extensions
 2013-06-16 12:03 UTC  (71+ messages)
` [PATCH 01/31] MIPS: Move allocate_kscratch to cpu-probe.c and make it public
` [PATCH 03/31] mips/kvm: Fix 32-bitisms in kvm_locore.S
` [PATCH 04/31] mips/kvm: Add casts to avoid pointer width mismatch build failures
` [PATCH 05/31] mips/kvm: Use generic cache flushing functions
` [PATCH 06/31] mips/kvm: Rename kvm_vcpu_arch.pc to kvm_vcpu_arch.epc
` [PATCH 07/31] mips/kvm: Rename VCPU_registername to KVM_VCPU_ARCH_registername
` [PATCH 08/31] mips/kvm: Fix code formatting in arch/mips/kvm/kvm_locore.S
` [PATCH 09/31] mips/kvm: Factor trap-and-emulate support into a pluggable implementation
` [PATCH 10/31] mips/kvm: Implement ioctls to get and set FPU registers
` [PATCH 11/31] MIPS: Rearrange branch.c so it can be used by kvm code
` [PATCH 12/31] MIPS: Add instruction format information for WAIT, MTC0, MFC0, et al
` [PATCH 13/31] mips/kvm: Add accessors for MIPS VZ registers
` [PATCH 14/31] mips/kvm: Add thread_info flag to indicate operation in MIPS VZ Guest Mode
` [PATCH 15/31] mips/kvm: Exception handling to leave and reenter guest mode
` [PATCH 16/31] mips/kvm: Add exception handler for MIPSVZ Guest exceptions
` [PATCH 17/31] MIPS: Quit exposing Kconfig symbols in uapi headers
` [PATCH 18/31] mips/kvm: Add pt_regs slots for BadInstr and BadInstrP
` [PATCH 19/31] mips/kvm: Add host definitions for MIPS VZ based host
` [PATCH 20/31] mips/kvm: Hook into TLB fault handlers
` [PATCH 21/31] mips/kvm: Allow set_except_vector() to be used from MIPSVZ code
` [PATCH 22/31] mips/kvm: Split get_new_mmu_context into two parts
` [PATCH 23/31] mips/kvm: Hook into CP unusable exception handler
` [PATCH 24/31] mips/kvm: Add thread_struct fields used by MIPSVZ hosts
` [PATCH 25/31] mips/kvm: Add some asm-offsets constants used by MIPSVZ
` [PATCH 26/31] mips/kvm: Split up Kconfig and Makefile definitions in preperation for MIPSVZ
` [PATCH 27/31] mips/kvm: Gate the use of kvm_local_flush_tlb_all() by KVM_MIPSTE
` [PATCH 28/31] mips/kvm: Only use KVM_COALESCED_MMIO_PAGE_OFFSET with KVM_MIPSTE
` [PATCH 29/31] mips/kvm: Add MIPSVZ support
` [PATCH 30/31] mips/kvm: Enable MIPSVZ in Kconfig/Makefile
` [PATCH 31/31] mips/kvm: Allow for upto 8 KVM vcpus per vm

Commit f9afbd45b0d0 broke mips r4k
 2013-06-16  6:51 UTC  (4+ messages)

[PATCH] MIPS: remove alloc_pci_controller prototype
 2013-06-15 11:12 UTC 

[PATCH] MIPS: OCTEON: Select ARCH_REQUIRE_GPIOLIB
 2013-06-14 22:57 UTC 

[PATCH v2] smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu()
 2013-06-14 18:13 UTC 

[PATCH] MIPS: Fix get_user_page_fast() for mips with cache alias
 2013-06-14 18:10 UTC 

[PATCH] MIPS/OCTEON: Override default address space layout
 2013-06-14 17:50 UTC  (4+ messages)

[PATCH] smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu()
 2013-06-14 16:35 UTC  (3+ messages)

[PATCH 0/3] MIPS: BCM63XX: add SMP support
 2013-06-14 11:55 UTC  (4+ messages)
` [PATCH 1/3] MIPS: BCM63XX: Add SMP support to prom.c

[PATCH] irqdomain: Remove temporary MIPS workaround code
 2013-06-14  8:35 UTC  (3+ messages)

[PATCH] MIPS: Kconfig: Select USB_EHCI_HCD if USB_SUPPORt is enabled
 2013-06-14  8:26 UTC  (5+ messages)

[Trivial PATCH 00/33] Remove uses of typedef ctl_table
 2013-06-14  2:37 UTC  (2+ messages)
` [Trivial PATCH 04/33] mips: lasat: sysctl: Convert use of typedef ctl_table to struct ctl_table

[PATCH net-next] bcm63xx_enet: add support Broadcom BCM6345 Ethernet
 2013-06-14  0:22 UTC  (9+ messages)

[PATCH RESEND] MIPS: loongson: fix random early boot hang
 2013-06-13 21:01 UTC  (2+ messages)

[PATCH] MIPS: sead3: Fix incorrect values for soft reset
 2013-06-13 21:00 UTC  (4+ messages)

[PATCH 0/3] Clean up soft reset code for MTI platforms
 2013-06-13 20:55 UTC  (4+ messages)
` [PATCH 1/3] MIPS: sead3: Fix ability to perform a soft reset
` [PATCH 2/3] MIPS: malta: Move defines of reset registers and values
` [PATCH 3/3] MIPS: malta: Remove software reset defines from generic header

[PATCH] MIPS: OCTEON: Don't clobber bootloader data structures
 2013-06-13 14:35 UTC  (3+ messages)

[PATCH] MIPS: initial stack protector support
 2013-06-12 18:08 UTC 

MIPS: Octeon: Don't clobber bootloader data structures
 2013-06-12 17:28 UTC 

[PATCH 0/6] Convert JZ4740 to dmaengine
 2013-06-12 12:07 UTC  (10+ messages)
` [PATCH v2 3/6] dma: Add a jz4740 dmaengine driver
          ` [alsa-devel] "
` [PATCH v2 4/6] MIPS: jz4740: Register jz4740 DMA device

[PATCH] MIPS: Kconfig: Set default value for the "Kernel code model"
 2013-06-12 11:50 UTC  (5+ messages)

[PATCH] MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATION
 2013-06-11 14:56 UTC  (3+ messages)

[PATCH] lib/Kconfig.debug: Restrict FRAME_POINTER for MIPS
 2013-06-11 14:55 UTC  (3+ messages)

[PATCH] MIPS: kernel: mcount.S: Drop FRAME_POINTER codepath
 2013-06-11 14:55 UTC  (3+ messages)

[PATCH v3 0/4]Use scratch registers on XLR/XLS/XLP
 2013-06-11 11:44 UTC  (2+ messages)

[PATCH 0/5 v2] Cop2 save and restore for Netlogic XLP
 2013-06-11  4:12 UTC  (4+ messages)
` [PATCH 2/5] MIPS: Allow kernel to use coprocessor 2

[PATCH 0/3 net-next] bcm63xx_enet: add support for BCM63xx gigabit integrated switch
 2013-06-10 21:28 UTC  (2+ messages)

[PATCH v2] MIPS: Alchemy: fix wait function
 2013-06-10 18:45 UTC  (3+ messages)

Immediate branch offset
 2013-06-10 18:26 UTC  (4+ messages)

[PATCH v3] MIPS: Alchemy: fix wait function
 2013-06-10 17:17 UTC  (2+ messages)


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