Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2014-05-22 09:24:44 to 2014-05-29 14:41:40 UTC [more...]

[PATCH v2 00/23] MIPS: KVM: Fixes and guest timer rewrite
 2014-05-29 14:41 UTC  (55+ messages)
` [PATCH v2 01/23] MIPS: KVM: Allocate at least 16KB for exception handlers
` [PATCH v2 02/23] MIPS: Export local_flush_icache_range for KVM
` [PATCH v2 03/23] MIPS: KVM: Use local_flush_icache_range to fix RI on XBurst
` [PATCH v2 04/23] MIPS: KVM: Use tlb_write_random
` [PATCH v2 05/23] MIPS: KVM: Add CP0_EPC KVM register access
` [PATCH v2 06/23] MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.h
` [PATCH v2 07/23] MIPS: KVM: Add CP0_Count/Compare KVM register access
` [PATCH v2 08/23] MIPS: KVM: Add CP0_UserLocal "
` [PATCH v2 09/23] MIPS: KVM: Add CP0_HWREna "
` [PATCH v2 10/23] MIPS: KVM: Deliver guest interrupts after local_irq_disable()
` [PATCH v2 11/23] MIPS: KVM: Fix timer race modifying guest CP0_Cause
` [PATCH v2 12/23] MIPS: KVM: Migrate hrtimer to follow VCPU
` [PATCH v2 13/23] MIPS: KVM: Rewrite count/compare timer emulation
` [PATCH v2 14/23] MIPS: KVM: Override guest kernel timer frequency directly
` [PATCH v2 15/23] MIPS: KVM: Add master disable count interface
` [PATCH v2 16/23] MIPS: KVM: Add count frequency KVM register
` [PATCH v2 17/23] MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} static
` [PATCH v2 18/23] MIPS: KVM: Whitespace fixes in kvm_mips_callbacks
` [PATCH v2 19/23] MIPS: KVM: Fix kvm_debug bit-rottage
` [PATCH v2 20/23] MIPS: KVM: Remove ifdef DEBUG around kvm_debug
` [PATCH v2 21/23] MIPS: KVM: Quieten kvm_info() logging
` [PATCH v2 22/23] MIPS: KVM: Remove redundant NULL checks before kfree()
` [PATCH v2 23/23] MIPS: KVM: Remove redundant semicolon

[PATCH 2/2] target-mips: kvm: Save/restore KVM timer state
 2014-05-29 13:36 UTC 

next-20140529: CONFIG_MIPS_MT_SMTC
 2014-05-29 11:12 UTC 

[PATCH V2] MIPS: change type of asid_cache to unsigned long
 2014-05-29 10:20 UTC  (19+ messages)

[PATCH 0/3] Ubiquiti EdgeRouter/EdgeRouter Pro support
 2014-05-29 10:10 UTC  (8+ messages)
` [PATCH 1/3] MIPS: octeon: Add interface mode detection for Octeon II
` [PATCH 2/3] staging: octeon-ethernet: Move PHY activation to .ndo_open()
` [PATCH 3/3] usb host/MIPS: Remove hard-coded OCTEON platform information

MIPS: KVM: Remove redundant NULL checks before kfree()
 2014-05-29  9:16 UTC 

MIPS: KVM: Deliver guest interrupts after local_irq_disable()
 2014-05-29  9:16 UTC 

MIPS: KVM: Allocate at least 16KB for exception handlers
 2014-05-29  9:16 UTC 

MIPS: KVM: Allocate at least 16KB for exception handlers
 2014-05-29  9:16 UTC 

[PATCH 00/15] MIPS: Add mips_paravirt
 2014-05-28 23:18 UTC  (28+ messages)
` [PATCH 07/15] MIPS: Add mips_cpunum() function
` [PATCH 10/15] MIPS: Add code for new system 'paravirt'
` [PATCH 11/15] MIPS: paravirt: Add pci controller for virtio
` [PATCH 15/15] MIPS: paravirt: Provide _machine_halt function to exit VM on shutdown of guest

[PATCH v2 00/13] MIPS: Add mips_paravirt
 2014-05-28 21:52 UTC  (28+ messages)
` [PATCH v2 01/13] MIPS: OCTEON: Enable use of FPU
` [PATCH v2 02/13] MIPS: Move system level config items from CPU_CAVIUM_OCTEON to CAVIUM_OCTEON_SOC
` [PATCH v2 03/13] MIPS: OCTEON: Move CAVIUM_OCTEON_CVMSEG_SIZE to CPU_CAVIUM_OCTEON
` [PATCH v2 04/13] MIPS: Don't use RI/XI with 32-bit kernels on 64-bit CPUs
` [PATCH v2 05/13] MIPS: Don't build fast TLB refill handler with 32-bit kernels
` [PATCH v2 06/13] MIPS: Add minimal support for OCTEON3 to c-r4k.c
` [PATCH v2 07/13] MIPS: Add function get_ebase_cpunum
` [PATCH v2 08/13] MIPS: OCTEON: Add OCTEON3 to __get_cpu_type
` [PATCH v2 09/13] MIPS: Add functions for hypervisor call
` [PATCH v2 10/13] MIPS: Add code for new system 'paravirt'
` [PATCH v2 11/13] MIPS: paravirt: Add pci controller for virtio
` [PATCH v2 12/13] MIPS: Enable build for new system 'paravirt'
` [PATCH v2 13/13] MIPS: Add minimal defconfig for mips_paravirt

[PATCH v3 00/12] kvm tools: Misc patches (mips support)
 2014-05-28 20:28 UTC  (26+ messages)
` [PATCH v3 01/12] kvm tools: Print message on failure of KVM_CREATE_VM
` [PATCH v3 02/12] kvm tools: Fix print format warnings
` [PATCH v3 03/12] kvm tools: Move definition of TERM_MAX_DEVS to header
` [PATCH v3 04/12] kvm tools: Allow to load ELF binary
` [PATCH v3 05/12] kvm tools: Introduce weak (default) load_bzimage function
` [PATCH v3 06/12] kvm tools, mips: Add MIPS support
` [PATCH v3 07/12] kvm tools: Provide per arch macro to specify type for KVM_CREATE_VM
` [PATCH v3 08/12] kvm tools, mips: Enable build of mips support
` [PATCH v3 09/12] kvm tools: Handle virtio/pci I/O space as little endian
` [PATCH v3 10/12] kvm tools, mips: Add support for loading elf binaries
` [PATCH v3 11/12] kvm tools: Modify term_putc to write more than one char
` [PATCH v3 12/12] kvm tools: Return number of bytes written by term_putc

[PATCH 00/21] MIPS: KVM: Fixes and guest timer rewrite
 2014-05-28 16:24 UTC  (8+ messages)
` [PATCH 14/21] MIPS: KVM: Add nanosecond count bias KVM register

[PATCH 15/39] MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entry
 2014-05-28 15:38 UTC  (3+ messages)
` [PATCH v2 "

MEMORIAL-DAY SPECIAL: Cars-Below Kelly-Blue-Book Value
 2014-05-28 14:59 UTC  (2+ messages)

1004K MT paging issue
 2014-05-27 11:11 UTC  (4+ messages)

[PATCH 16/27] mips: Use common bits from generic tlb.h
 2014-05-27  9:17 UTC  (2+ messages)

[PATCH] MIPS: cavium-octeon: remove checks for CONFIG_CAVIUM_GDB
 2014-05-27  9:05 UTC  (4+ messages)

[PATCH 2/2] mips: dts: Fix missing device_type="memory" property in memory nodes
 2014-05-26 13:42 UTC  (2+ messages)

MIPS: DTS: Fix missing device_type="memory" property in memory nodes
 2014-05-26 13:42 UTC 

[v4, Resend] MIPS: lib: csum_partial: more instruction paral
 2014-05-25  6:02 UTC 

[PATCH] MIPS: Fix inconsistancy of __NR_Linux_syscalls value
 2014-05-25  2:00 UTC 

[PATCH 2/2] MIPS: lib: csum_partial: use wsbh/movn on ls3
 2014-05-24  1:33 UTC  (7+ messages)

[PATCH mips-for-linux-next] MIPS: math-emu: Regression fixes
 2014-05-23 13:17 UTC  (4+ messages)

[PATCH 1/2] MIPS: malta: memory.c: Initialize the 'memsize' variable
 2014-05-23 12:31 UTC  (4+ messages)
` [PATCH 2/2] MIPS: malta: Remove 'maybe_unused' attribute from ememsize{,_str}

[PATCH] MIPS: change type of asid_cache to unsigned long
 2014-05-23  3:08 UTC  (6+ messages)

[PATCH] MIPS: remove checks for CONFIG_SGI_IP35
 2014-05-22 15:25 UTC  (4+ messages)

[PATCH] MIPS: BCM1480: remove checks for CONFIG_SIBYTE_BCM1480_PROF
 2014-05-22 13:36 UTC  (2+ messages)

[PATCH] MIPS: MSP71xx: remove checks for two macros
 2014-05-22 13:31 UTC  (2+ messages)

[PATCH] MIPS: PNX833x: remove checks for CONFIG_I2C_PNX0105
 2014-05-22 13:18 UTC  (2+ messages)

[PATCH] MIPS: remove CONFIG_PMCTWILED completely
 2014-05-22 13:16 UTC  (2+ messages)

[PATCH] MIPS: remove check for CONFIG_CAVIUM_REPORT_SINGLE_BIT_ECC
 2014-05-22 13:04 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