Age | Commit message (Expand) | Author |
2017-03-09 | arch, mm: convert all architectures to use 5level-fixup.h | Kirill A. Shutemov |
2017-03-08 | MIPS: Add missing include files | Arnd Bergmann |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar |
2017-03-02 | signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h> | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-02-27 | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez |
2017-02-25 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-02-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2017-02-21 | Merge tag 'mips_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan... | Linus Torvalds |
2017-02-17 | MIPS: Fix special case in 64 bit IP checksumming. | Ralf Baechle |
2017-02-14 | MIPS: Unify perf counter register definitions | James Hogan |
2017-02-14 | MIPS: OCTEON: Platform support for OCTEON III USB controller | Steven J. Hill |
2017-02-13 | MIPS: Fix protected_cache(e)_op() for microMIPS | Paul Burton |
2017-02-13 | Merge tag 'mips_kvm_4.11_1' into mips-for-linux-next | James Hogan |
2017-02-03 | KVM: MIPS: Allow multiple VCPUs to be created | James Hogan |
2017-02-03 | KVM: MIPS/T&E: Expose read-only CP0_IntCtl register | James Hogan |
2017-02-03 | KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registers | James Hogan |
2017-02-03 | KVM: MIPS/T&E: Implement CP0_EBase register | James Hogan |
2017-02-03 | KVM: MIPS/T&E: Move CP0 register access into T&E | James Hogan |
2017-02-03 | KVM: MIPS: Claim KVM_CAP_READONLY_MEM support | James Hogan |
2017-02-03 | KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMU | James Hogan |
2017-02-03 | KVM: MIPS/MMU: Add GPA PT mkclean helper | James Hogan |
2017-02-03 | KVM: MIPS/T&E: Handle read only GPA in TLB mod | James Hogan |
2017-02-03 | KVM: MIPS: Pass type of fault down to kvm_mips_map_page() | James Hogan |
2017-02-03 | KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslot | James Hogan |
2017-02-03 | KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation | James Hogan |
2017-02-03 | KVM: MIPS/T&E: Add lockless GVA access helpers | James Hogan |
2017-02-03 | KVM: MIPS/MMU: Convert guest physical map to page table | James Hogan |
2017-02-03 | KVM: MIPS: Use CP0_BadInstr[P] for emulation | James Hogan |
2017-02-03 | KVM: MIPS: Improve kvm_get_inst() error return | James Hogan |
2017-02-03 | KVM: MIPS/T&E: Don't treat code fetch faults as MMIO | James Hogan |
2017-02-03 | KVM: MIPS/MMU: Drop kvm_get_new_mmu_context() | James Hogan |
2017-02-03 | KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptions | James Hogan |
2017-02-03 | KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all() | James Hogan |
2017-02-03 | KVM: MIPS: Use uaccess to read/modify guest instructions | James Hogan |
2017-02-03 | KVM: MIPS: Drop vm_init() callback | James Hogan |
2017-02-03 | KVM: MIPS/MMU: Convert commpage fault handling to page tables | James Hogan |
2017-02-03 | KVM: MIPS/MMU: Convert TLB mapped faults to page tables | James Hogan |
2017-02-03 | KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW | James Hogan |
2017-02-03 | KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes | James Hogan |
2017-02-03 | KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASID | James Hogan |
2017-02-03 | KVM: MIPS: Add fast path TLB refill handler | James Hogan |
2017-02-03 | KVM: MIPS/T&E: Activate GVA page tables in guest context | James Hogan |
2017-02-03 | KVM: MIPS: Wire up vcpu uninit | James Hogan |
2017-02-03 | KVM: MIPS/T&E: active_mm = init_mm in guest context | James Hogan |
2017-02-03 | KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacks | James Hogan |
2017-02-03 | KVM: MIPS: Remove duplicated ASIDs from vcpu | James Hogan |
2017-02-03 | KVM: MIPS: Convert get/set_regs -> vcpu_load/put | James Hogan |
2017-02-03 | KVM: MIPS/MMU: Simplify ASID restoration | James Hogan |
2017-02-03 | MIPS: Add return errors to protected cache ops | James Hogan |