Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2013-05-28 02:23:35 to 2013-06-10 16:37:49 UTC [more...]

[PATCH 00/31] KVM/MIPS: Implement hardware virtualization via the MIPS-VZ extensions
 2013-06-10 16:37 UTC  (43+ messages)
` [PATCH 01/31] MIPS: Move allocate_kscratch to cpu-probe.c and make it public
` [PATCH 02/31] MIPS: Save and restore K0/K1 when CONFIG_KVM_MIPSVZ
` [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

[PATCH] MIPS: ftrace: Add missing CONFIG_DYNAMIC_FTRACE
 2013-06-10 16:21 UTC  (3+ messages)

[PATCH v2] MIPS: include: mmu_context.h: Replace VIRTUALIZATION with KVM
 2013-06-10 16:12 UTC  (3+ messages)

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

[PATCH v2] MIPS: Alchemy: fix wait function
 2013-06-10 15:49 UTC  (4+ messages)

[PATCH] MIPS: include: mmu_context.h: Replace VIRTUALIZATION with KVM
 2013-06-10 12:51 UTC  (5+ messages)

[PATCH 0/5 v2] Cop2 save and restore for Netlogic XLP
 2013-06-10 12:42 UTC  (8+ messages)
` [PATCH 1/5] MIPS: Move cop2 save/restore to switch_to()
` [PATCH 2/5] MIPS: Allow kernel to use coprocessor 2
` [PATCH 3/5] MIPS: Netlogic: Fix nlm_read_c2_status() definition
` [PATCH 4/5] MIPS: Netlogic: rename nlm_cop2_save/restore
` [PATCH 5/5] MIPS: Netlogic: COP2 save/restore code

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

[PATCH 00/11] Netlogic XLP updates for 3.11
 2013-06-10  7:41 UTC  (12+ messages)
` [PATCH 01/11] MIPS: Netlogic: Split XLP device tree code to dt.c
` [PATCH 02/11] MIPS: Netlogic: Split reset code out of smpboot.S
` [PATCH 03/11] MIPS: Netlogic: Initialization when !CONFIG_SMP
` [PATCH 04/11] MIPS: Netlogic: Add nlm_get_boot_data() helper
` [PATCH 05/11] MIPS: Netlogic: move cpu_ready array to boot area
` [PATCH 06/11] MIPS: Netlogic: use branch instead of jump
` [PATCH 07/11] MIPS: Netlogic: Fix sign extension in PIC write
` [PATCH 08/11] MIPS: Netlogic: wait for all hardware threads
` [PATCH 09/11] MIPS: Netlogic: Fixup memory regions for prefetch
` [PATCH 10/11] MIPS: Netlogic: Remove workarounds for early SoCs
` [PATCH 11/11] MIPS: Netlogic: Fix plat_irq_dispatch

[PATCH v3 0/4]Use scratch registers on XLR/XLS/XLP
 2013-06-10  7:35 UTC  (5+ 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 4/4] MIPS: Move definition of SMP processor id register to header file

[PATCH 0/2] Compressed kernel support for Netlogic XLP
 2013-06-10  7:33 UTC  (3+ messages)
` [PATCH 1/2] MIPS: boot: Fixes for compressed/uart-16550.c
` [PATCH 2/2] MIPS: Netlogic: Support compressed kernel

[PATCH 0/2] SWIOTLB support for Netlogic XLP
 2013-06-10  7:28 UTC  (3+ messages)
` [PATCH 1/2] MIPS: Support SWIOTLB in default dma operations
` [PATCH 2/2] MIPS: Netlogic: SWIOTLB dma ops for 32-bit DMA

[PATCH v5 0/6] mips/kvm: Fix ABI for compatibility with 64-bit guests
 2013-06-09 22:57 UTC  (4+ messages)
` [PATCH v5 5/6] mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REG

[PATCH] MIPS: DEC: remove unbuildable promcon.c
 2013-06-08 18:54 UTC  (2+ messages)

[PATCH] MIPS: ralink: add missing SZ_1M multiplier
 2013-06-06 16:07 UTC  (3+ messages)

[PATCH v8] MIPS: micromips: Fix improper definition of ISA exception bit
 2013-06-05 22:25 UTC 

[PATCH v6] MIPS: micromips: Fix improper definition of ISA exception bit
 2013-06-05 21:36 UTC  (11+ messages)

[PATCH v7] MIPS: micromips: Fix improper definition of ISA exception bit
 2013-06-05 21:27 UTC  (2+ messages)

[PATCH 0/6] staging: octeon-usb: cvmx-usbcx-defs.h cleanup
 2013-06-05 20:46 UTC  (9+ messages)
` [PATCH 1/6] staging: octeon-usb: run cvmx-usbcx-defs.h through Lindent
` [PATCH 2/6] staging: octeon-usb: cvmx-usbcx-defs.h: fix comment style
` [PATCH 3/6] staging: octeon-usb: cvmx-usbcx-defs.h: avoid long lines in CVMX_USBCX macros
` [PATCH 4/6] staging: octeon-usb: cvmx-usbcx-defs.h: avoid long lines in comments
` [PATCH 5/6] staging: octeon-usb: cvmx-usbcx-defs.h: delete CVS keyword marker
` [PATCH 6/6] staging: octeon-usb: cvmx-usbcx-defs.h: reformat license text to fit 80 cols

[PATCH v5] MIPS: micromips: Fix improper definition of ISA exception bit
 2013-06-05 19:46 UTC 

[PATCH v4] MIPS: micromips: Fix improper definition of ISA exception bit
 2013-06-05 19:26 UTC  (5+ messages)

[PATCH v3] MIPS: micromips: Fix improper definition of ISA exception bit
 2013-06-05 17:01 UTC  (4+ messages)

[PATCH 0/3 net-next] bcm63xx_enet: add support for BCM63xx gigabit integrated switch
 2013-06-04 21:53 UTC  (4+ messages)
` [PATCH 1/3 net-next] bcm63xx_enet: implement reset autoneg ethtool callback
` [PATCH 2/3 net-next] bcm63xx_enet: split DMA channel register accesses
` [PATCH 3/3 net-next] bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switch

[PATCH 0/3 net-next] bcm63xx_enet: add support for BCM63xx gigabit integrated switch
 2013-06-04 21:49 UTC  (5+ messages)
` [PATCH 1/3 net-next] bcm63xx_enet: implement reset autoneg ethtool callback
` [PATCH 2/3 net-next] bcm63xx_enet: split DMA channel register accesses
` [PATCH 3/3 net-next] bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switch

[PATCH v2] MIPS: micromips: Fix improper definition of ISA exception bit
 2013-06-04 19:07 UTC 

[PATCH] MIPS: micromips: Fix improper definition of ISA exception bit
 2013-06-04 18:42 UTC  (2+ messages)

[PATCH] MIPS: micromips: Add 16-bit instruction floating point breakpoints
 2013-06-04 18:22 UTC 

[PATCH] MIPS: define write{b,w,l,q}_relaxed
 2013-06-04  9:37 UTC  (3+ messages)

[PATCH 0/3] MIPS: BCM63XX: add SMP support
 2013-06-03 21:13 UTC  (5+ messages)
` [PATCH 1/3] MIPS: BCM63XX: Add SMP support to prom.c
` [PATCH 2/3] MIPS: BCM63XX: Handle SW IRQs 0-1
` [PATCH 3/3] MIPS: BCM63XX: select BMIPS4350 and default to 2 CPUs for supported SoCs

[PATCH] staging: MIPS: add Octeon USB HCD support
 2013-06-03 19:44 UTC  (5+ messages)

[PATCH 00/18] KVM/MIPS32: Support for the new Virtualization ASE (VZ-ASE)
 2013-05-31  1:56 UTC  (18+ messages)
` [PATCH 06/18] KVM/MIPS32-VZ: VZ-ASE related callbacks to handle guest exceptions that trap to the Root context
` [PATCH 08/18] KVM/MIPS32-VZ: Entry point for trampolining to the guest and trap handlers
` [PATCH 10/18] KVM/MIPS32-VZ: Add API for VZ-ASE Capability
` [PATCH 16/18] KVM/MIPS32-VZ: Add VZ-ASE support to KVM/MIPS data structures

[PATCH 0/6] Convert JZ4740 to dmaengine
 2013-05-30 18:48 UTC  (12+ messages)
` [PATCH v2 1/6] MIPS: jz4740: Correct clock gate bit for DMA controller
` [PATCH v2 2/6] MIPS: jz4740: Acquire and enable DMA controller clock
` [PATCH v2 3/6] dma: Add a jz4740 dmaengine driver
` [PATCH v2 4/6] MIPS: jz4740: Register jz4740 DMA device
` [PATCH v2 5/6] ASoC: jz4740: Use the generic dmaengine PCM driver
` [PATCH v2 6/6] MIPS: jz4740: Remove custom DMA API

[PATCH] MIPS: MSP71xx: Remove gpio drivers
 2013-05-30 10:51 UTC 

[RFC PATCH] kernel/signal.c: avoid BUG_ON with SIG128 (MIPS)
 2013-05-29 21:56 UTC  (5+ messages)

[PATCH, v2 07/13] mm/MIPS: prepare for killing free_all_bootmem_node()
 2013-05-29 14:44 UTC 

[PATCH v6, part4 27/41] mm/MIPS: prepare for removing num_physpages and simplify mem_init()
 2013-05-29 13:57 UTC 

[PATCH] MIPS: fix implicit declaration of function set_vi_handler()
 2013-05-29  9:32 UTC  (2+ messages)

[PATCH 0/6] Convert JZ4740 to dmaengine
 2013-05-29  9:31 UTC  (2+ messages)

[PATCH] MIPS: OCTEON: Improve _machine_halt implementation
 2013-05-29  6:09 UTC  (2+ messages)

[PATCH] arch: mips: lantiq: using strlcpy() instead of strncpy()
 2013-05-29  1:29 UTC  (3+ messages)

[PATCH v6 0/6] mips/kvm: Fix ABI for compatibility with 64-bit guests
 2013-05-28 11:41 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