linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-20 18:14:36 to 2017-01-09 20:53:57 UTC [more...]

[PATCH 0/10] KVM: MIPS: Implement GPA page tables and shadow flushing
 2017-01-09 20:52 UTC  (22+ messages)
` [PATCH 1/10] MIPS: Add return errors to protected cache ops
` [PATCH 2/10] KVM: MIPS/MMU: Convert guest physical map to page table
` [PATCH 3/10] KVM: MIPS: Update vcpu->mode and vcpu->cpu
` [PATCH 4/10] KVM: MIPS/T&E: Handle TLB invalidation requests
` [PATCH 5/10] KVM: MIPS/T&E: Reduce stale ASID checks
` [PATCH 6/10] KVM: MIPS/T&E: Add lockless GVA access helpers
` [PATCH 7/10] KVM: MIPS/T&E: Use lockless GVA helpers for dyntrans
` [PATCH 8/10] KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()
` [PATCH 9/10] KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation
` [PATCH 10/10] KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslot

[PATCH] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
 2017-01-09 20:41 UTC  (6+ messages)

[PATCH v2 0/7] uapi: export all headers under uapi directories
 2017-01-09 12:56 UTC  (18+ messages)
  ` [PATCH v2 1/7] arm: put types.h in uapi
  ` [PATCH v2 2/7] h8300: put bitsperlong.h "
  ` [PATCH v2 3/7] nios2: put setup.h "
  ` [PATCH v2 4/7] x86: put msr-index.h "
  ` [PATCH v2 5/7] Makefile.headersinst: cleanup input files
  ` [PATCH v2 6/7] Makefile.headersinst: remove destination-y option
  ` [PATCH v2 7/7] uapi: export all headers under uapi directories

[PATCH] MIPS: OCTEON: Platform support for DWC3 USB controller
 2017-01-07  0:14 UTC  (3+ messages)

mainline build: 207 builds: 2 failed, 205 passed, 4 errors, 58 warnings (v4.10-rc2-207-g88ba6cae15e3)
 2017-01-06 18:45 UTC  (3+ messages)

[PATCH 0/3] KVM: MIPS: Use CP0_BadInstr[P] for emulation
 2017-01-06 14:44 UTC  (8+ messages)
` [PATCH 1/3] KVM: MIPS/T&E: Don't treat code fetch faults as MMIO
` [PATCH 2/3] KVM: MIPS: Improve kvm_get_inst() error return
` [PATCH 3/3] KVM: MIPS: Use CP0_BadInstr[P] for emulation

ubi_io_read: error -74 (ECC error)
 2017-01-06 11:30 UTC  (4+ messages)

[PATCH 0/30] KVM: MIPS: Implement GVA page tables
 2017-01-06  1:33 UTC  (62+ messages)
` [PATCH 1/30] mm: Export init_mm for MIPS KVM use of pgd_alloc()
` [PATCH 2/30] MIPS: Export pgd/pmd symbols for KVM
` [PATCH 3/30] MIPS: uasm: Add include guards in asm/uasm.h
` [PATCH 4/30] MIPS: Export some tlbex internals for KVM to use
` [PATCH 5/30] KVM: MIPS: Drop partial KVM_NMI implementation
` [PATCH 6/30] KVM: MIPS/MMU: Simplify ASID restoration
` [PATCH 7/30] KVM: MIPS: Convert get/set_regs -> vcpu_load/put
` [PATCH 8/30] KVM: MIPS/MMU: Move preempt/ASID handling to implementation
` [PATCH 9/30] KVM: MIPS: Remove duplicated ASIDs from vcpu
` [PATCH 10/30] KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacks
` [PATCH 11/30] KVM: MIPS/T&E: Restore host asid on return to host
` [PATCH 12/30] KVM: MIPS/T&E: active_mm = init_mm in guest context
` [PATCH 13/30] KVM: MIPS: Wire up vcpu uninit
` [PATCH 14/30] KVM: MIPS/T&E: Allocate GVA -> HPA page tables
` [PATCH 15/30] KVM: MIPS/T&E: Activate GVA page tables in guest context
` [PATCH 16/30] KVM: MIPS: Support NetLogic KScratch registers
` [PATCH 17/30] KVM: MIPS: Add fast path TLB refill handler
` [PATCH 18/30] KVM: MIPS/TLB: Fix off-by-one in TLB invalidate
` [PATCH 19/30] KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASID
` [PATCH 20/30] KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
` [PATCH 21/30] KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW
` [PATCH 22/30] KVM: MIPS/MMU: Convert KSeg0 faults to page tables
` [PATCH 23/30] KVM: MIPS/MMU: Convert TLB mapped "
` [PATCH 24/30] KVM: MIPS/MMU: Convert commpage fault handling "
` [PATCH 25/30] KVM: MIPS: Drop vm_init() callback
` [PATCH 26/30] KVM: MIPS: Use uaccess to read/modify guest instructions
` [PATCH 27/30] KVM: MIPS/Emulate: Fix CACHE emulation for EVA hosts
` [PATCH 28/30] KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()
` [PATCH 29/30] KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptions
` [PATCH 30/30] KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()

[PATCH] MIPS: NI 169445 board support
 2017-01-05 18:45 UTC  (11+ messages)
    `  "

[PATCH] cpufreq: Remove CONFIG_CPU_FREQ_STAT_DETAILS config option
 2017-01-05 18:32 UTC  (4+ messages)

[RFC 0/4] x86: keep TASK_SIZE in sync with mm->task_size
 2017-01-05 17:54 UTC  (12+ messages)
` [RFC 1/4] mm: remove unused TASK_SIZE_OF()

[PATCH 0/2] KVM: MIPS: Misc fixes for 4.10
 2017-01-05 16:54 UTC  (7+ messages)
` [PATCH 1/2] KVM: MIPS: Don't clobber CP0_Status.UX
` [PATCH 2/2] KVM: MIPS: Flush KVM entry code from icache globally

[PATCH] MIPS: Loongson: Add OSC support
 2017-01-05  6:32 UTC 

[PATCH] MIPS: Loongson: Fix osc_clk_name
 2017-01-05  4:27 UTC  (2+ messages)

[v2 0/2] Add Broadcom STB SPI support
 2017-01-04 18:37 UTC  (7+ messages)
` [v2 1/2] spi: bcm-qspi: Enable the driver on BMIPS_GENERIC
  ` Applied "spi: bcm-qspi: Enable the driver on BMIPS_GENERIC" to the spi tree
` [v2 2/2] MIPS: BMIPS: Add support SPI device nodes

[PATCH] MIPS: zboot: fix build failure
 2017-01-04 18:04 UTC 

[PATCH] MIPS: Loongson: Add OSC support
 2017-01-04 16:01 UTC 

[PATCH] MIPS: Loongson: Merge load addresses
 2017-01-04 13:30 UTC 

[PATCH] MIPS: Loongson: Return system type LOONGSON LS1
 2017-01-04 13:10 UTC 

[PATCH] MIPS: Loongson: Probe Loongson 1C & Loongson 1
 2017-01-04 13:04 UTC 

[PATCH] MIPS: Loongson: Merge PRID_REV_LOONGSON1*
 2017-01-04 12:45 UTC 

[PATCH net-next 1/6] net/skbuff: add macros for VLAN_PRESENT bit
 2017-01-04  1:18 UTC  (2+ messages)
` [PATCH net-next 3/6] net/bpf_jit: MIPS: split VLAN_PRESENT bit handling from VLAN_TCI

[PATCH net-next v2 20/27] net/bpf_jit: MIPS: split VLAN_PRESENT bit handling from VLAN_TCI
 2017-01-03 20:52 UTC  (2+ messages)
` [PATCH net-next v2 18/27] net/skbuff: add macros for VLAN_PRESENT bit

[PATCH] MIPS: Fix printk continuations in cpu-bugs64.c
 2017-01-03 14:51 UTC  (2+ messages)

[v1] mips: ath79: clock:- Unmap region obtained by of_iomap
 2017-01-02  9:48 UTC 

[PATCH] MIPS: lantiq: lock DMA register accesses for SMP
 2016-12-30 11:18 UTC 

[PATCH] spi: bcm-qspi: Enable the driver on BMIPS_GENERIC
 2016-12-30  6:30 UTC 

[PATCH 0/2] Add Broadcom STB SPI support
 2016-12-28  7:39 UTC  (6+ messages)
` [PATCH 1/2] spi: bcm-qspi: Enable the driver on BMIPS_GENERIC
` [PATCH 2/2] MIPS: BMIPS: Add support SPI device nodes

[PATCH] MIPS: lantiq: set physical_memsize
 2016-12-27 15:31 UTC 

[PATCH] MIPS: BMIPS: Add support watchdog device nodes
 2016-12-27  1:57 UTC 

[PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c
 2016-12-24 17:19 UTC 

[PATCH] MIPS: ralink: fix incorrect assignment on ralink_soc
 2016-12-23  5:38 UTC  (2+ messages)

[PATCH 00/21] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM
 2016-12-22 21:57 UTC  (4+ messages)
` [PATCH 01/21] MIPS memblock: Unpin dts memblock sanity check method

[mips-sjhill:mips-for-linux-next 97/97] arch/mips/boot/dts/img/boston.dts:3:44: fatal error: dt-bindings/clock/boston-clock.h: No such file or directory
 2016-12-22 17:15 UTC 

[PATCH 00/10] MIPS: Cleanup EXPORT_SYMBOL usage
 2016-12-21 21:47 UTC  (3+ messages)
` [PATCH 06/10] MIPS: Export invalid_pte_table alongside its definition

[PATCH 1/5] MIPS: FW: Make fw_init_cmdline() to be __weak
 2016-12-21 18:09 UTC  (5+ messages)

[PATCH v3 0/5] MIPS: Add per-cpu IRQ stack
 2016-12-21 12:13 UTC  (5+ messages)
` [PATCH v3 3/5] MIPS: Only change $28 to thread_info if coming from user mode

[PATCH 0/7] arch: mips: ralink: new clocks, typos & co
 2016-12-20 18:12 UTC  (4+ messages)
` [PATCH 5/7] arch: mips: ralink: add missing clk_round_rate()
` [PATCH 6/7] arch: mips: ralink: add missing symbol for highmem support
` [PATCH 7/7] arch: mips: ralink: cosmetic change to prom_init()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).