OSDN Git Service

uclinux-h8/linux.git
2017-02-07 Paolo BonziniMerge tag 'kvm_mips_4.11_1' of git://git./linux/kernel...
2017-02-07 Paolo BonziniMerge branch 'kvm-ppc-next' of git://git./linux/kernel...
2017-02-07 Marcelo TosattiKVM: x86: add KVM_HC_CLOCK_PAIRING hypercall
2017-02-07 David HildenbrandKVM: nVMX: vmx_complete_nested_posted_interrupt() can...
2017-02-07 David HildenbrandKVM: nVMX: kmap() can't fail
2017-02-03 James HoganKVM: MIPS: Allow multiple VCPUs to be created
2017-02-03 James HoganKVM: MIPS/T&E: Expose read-only CP0_IntCtl register
2017-02-03 James HoganKVM: MIPS/T&E: Expose CP0_EntryLo0/1 registers
2017-02-03 James HoganKVM: MIPS/T&E: Default to reset vector
2017-02-03 James HoganKVM: MIPS/T&E: Implement CP0_EBase register
2017-02-03 James HoganKVM: MIPS/T&E: Move CP0 register access into T&E
2017-02-03 James HoganKVM: MIPS: Claim KVM_CAP_READONLY_MEM support
2017-02-03 James HoganKVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMU
2017-02-03 James HoganKVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEs
2017-02-03 James HoganKVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEs
2017-02-03 James HoganKVM: MIPS/MMU: Handle dirty logging on GPA faults
2017-02-03 James HoganKVM: MIPS: Clean & flush on dirty page logging enable
2017-02-03 James HoganKVM: MIPS/MMU: Use generic dirty log & protect helper
2017-02-03 James HoganKVM: MIPS/MMU: Add GPA PT mkclean helper
2017-02-03 James HoganKVM: MIPS/T&E: Handle read only GPA in TLB mod
2017-02-03 James HoganKVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIO
2017-02-03 James HoganKVM: MIPS/T&E: Abstract bad access handling
2017-02-03 James HoganKVM: MIPS: Pass type of fault down to kvm_mips_map_page()
2017-02-03 James HoganKVM: MIPS/T&E: Ignore user writes to CP0_Config7
2017-02-03 James HoganKVM: MIPS: Implement kvm_arch_flush_shadow_all/memslot
2017-02-03 James HoganKVM: MIPS/Emulate: Use lockless GVA helpers for cache...
2017-02-03 James HoganKVM: MIPS/MMU: Use lockless GVA helpers for get_inst()
2017-02-03 James HoganKVM: MIPS/T&E: Use lockless GVA helpers for dyntrans
2017-02-03 James HoganKVM: MIPS/T&E: Add lockless GVA access helpers
2017-02-03 James HoganKVM: MIPS/T&E: Reduce stale ASID checks
2017-02-03 James HoganKVM: MIPS/T&E: Handle TLB invalidation requests
2017-02-03 James HoganKVM: MIPS: Update vcpu->mode and vcpu->cpu
2017-02-03 James HoganKVM: MIPS/MMU: Convert guest physical map to page table
2017-02-03 James HoganKVM: MIPS: Use CP0_BadInstr[P] for emulation
2017-02-03 James HoganKVM: MIPS: Improve kvm_get_inst() error return
2017-02-03 James HoganKVM: MIPS/T&E: Don't treat code fetch faults as MMIO
2017-02-03 James HoganKVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
2017-02-03 James HoganKVM: MIPS/Emulate: Drop redundant TLB flushes on exceptions
2017-02-03 James HoganKVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()
2017-02-03 James HoganKVM: MIPS/Emulate: Fix CACHE emulation for EVA hosts
2017-02-03 James HoganKVM: MIPS: Use uaccess to read/modify guest instructions
2017-02-03 James HoganKVM: MIPS: Drop vm_init() callback
2017-02-03 James HoganKVM: MIPS/MMU: Convert commpage fault handling to page...
2017-02-03 James HoganKVM: MIPS/MMU: Convert TLB mapped faults to page tables
2017-02-03 James HoganKVM: MIPS/MMU: Convert KSeg0 faults to page tables
2017-02-03 James HoganKVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW
2017-02-03 James HoganKVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
2017-02-03 James HoganKVM: MIPS/TLB: Generalise host TLB invalidate to kernel...
2017-02-03 James HoganKVM: MIPS/TLB: Fix off-by-one in TLB invalidate
2017-02-03 James HoganKVM: MIPS: Add fast path TLB refill handler
2017-02-03 James HoganKVM: MIPS: Support NetLogic KScratch registers
2017-02-03 James HoganKVM: MIPS/T&E: Activate GVA page tables in guest context
2017-02-03 James HoganKVM: MIPS/T&E: Allocate GVA -> HPA page tables
2017-02-03 James HoganKVM: MIPS: Wire up vcpu uninit
2017-02-03 James HoganKVM: MIPS/T&E: active_mm = init_mm in guest context
2017-02-03 James HoganKVM: MIPS/T&E: Restore host asid on return to host
2017-02-03 James HoganKVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacks
2017-02-03 James HoganKVM: MIPS: Remove duplicated ASIDs from vcpu
2017-02-03 James HoganKVM: MIPS/MMU: Move preempt/ASID handling to implementation
2017-02-03 James HoganKVM: MIPS: Convert get/set_regs -> vcpu_load/put
2017-02-03 James HoganKVM: MIPS/MMU: Simplify ASID restoration
2017-02-03 James HoganKVM: MIPS: Drop partial KVM_NMI implementation
2017-02-03 James HoganMerge MIPS prerequisites
2017-02-03 James HoganMIPS: Add return errors to protected cache ops
2017-02-03 James HoganMIPS: Export some tlbex internals for KVM to use
2017-02-03 James HoganMIPS: uasm: Add include guards in asm/uasm.h
2017-02-03 James HoganMIPS: Export pgd/pmd symbols for KVM
2017-02-02 James HoganMIPS: Move pgd_alloc() out of header
2017-02-02 Markus ElfringMIPS: KVM: Return directly after a failed copy_from_use...
2017-01-31 David GibsonKVM: PPC: Book3S HV: Advertise availablity of HPT resiz...
2017-01-31 David GibsonKVM: PPC: Book3S HV: KVM-HV HPT resizing implementation
2017-01-31 David GibsonKVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing...
2017-01-31 David GibsonKVM: PPC: Book3S HV: Create kvmppc_unmap_hpte_helper()
2017-01-31 David GibsonKVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl...
2017-01-31 David GibsonKVM: PPC: Book3S HV: Split HPT allocation from activation
2017-01-31 David GibsonKVM: PPC: Book3S HV: Don't store values derivable from...
2017-01-31 David GibsonKVM: PPC: Book3S HV: Gather HPT related variables into...
2017-01-31 David GibsonKVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarity
2017-01-31 David GibsonKVM: PPC: Book3S HV: HPT resizing documentation and...
2017-01-31 David GibsonDocumentation: Correct duplicate section number in...
2017-01-31 Paul MackerrasMerge remote-tracking branch 'remotes/powerpc/topic...
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: Enable radix guest support
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: Invalidate ERAT on guest entry...
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: Allow guest exit path to have...
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: Invalidate TLB on radix guest...
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: Make HPT-specific hypercalls retur...
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: Implement dirty page logging for...
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: MMU notifier callbacks for radix...
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: Page table construction and page...
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: Modify guest entry/exit paths...
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: Add basic infrastructure for radix...
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: Set process table for HPT guests...
2017-01-31 Paul MackerrasKVM: PPC: Book3S HV: Add userspace interfaces for POWER...
2017-01-31 Paul Mackerraspowerpc/64: Allow for relocation-on interrupts from...
2017-01-31 Paul Mackerraspowerpc/64: Make type of partition table flush depend...
2017-01-31 Paul Mackerraspowerpc/64: Export pgtable_cache and pgtable_cache_add...
2017-01-31 Paul Mackerraspowerpc/64: More definitions for POWER9
2017-01-31 Paul Mackerraspowerpc/64: Enable use of radix MMU under hypervisor...
2017-01-31 Paul Mackerraspowerpc/pseries: Fixes for the "ibm,architecture-vec...
next