index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-24
kvm: x86: Unpin and remove kvm_arch->apic_access_page
Tang Chen
3
-9
/
+24
2014-09-24
kvm: vmx: Implement set_apic_access_page_addr
Tang Chen
1
-6
/
+41
2014-09-24
kvm: x86: Add request bit to reload APIC access page address
Tang Chen
3
-0
/
+17
2014-09-24
kvm: Add arch specific mmu notifier for page invalidation
Tang Chen
6
-0
/
+25
2014-09-24
kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make i...
Tang Chen
2
-5
/
+6
2014-09-24
kvm: Fix page ageing bugs
Andres Lagar-Cavilla
16
-41
/
+71
2014-09-24
kvm/x86/mmu: Pass gfn and level to rmapp callback.
Andres Lagar-Cavilla
2
-20
/
+33
2014-09-24
x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only
Paolo Bonzini
3
-2
/
+16
2014-09-24
kvm: x86: use macros to compute bank MSRs
Chen Yucong
1
-4
/
+4
2014-09-24
KVM: x86: Remove debug assertion of non-PAE reserved bits
Nadav Amit
1
-2
/
+1
2014-09-24
kvm: don't take vcpu mutex for obviously invalid vcpu ioctls
David Matlack
1
-0
/
+4
2014-09-24
kvm: Faults which trigger IO release the mmap_sem
Andres Lagar-Cavilla
5
-6
/
+63
2014-09-24
kvm: x86: fix two typos in comment
Tiejun Chen
2
-2
/
+2
2014-09-24
KVM: vmx: Inject #GP on invalid PAT CR
Nadav Amit
3
-2
/
+7
2014-09-24
KVM: x86: emulating descriptor load misses long-mode case
Nadav Amit
1
-0
/
+9
2014-09-24
KVM: x86: directly use kvm_make_request again
Liang Chen
4
-14
/
+7
2014-09-24
KVM: x86: count actual tlb flushes
Radim Krčmář
2
-2
/
+7
2014-09-24
KVM: nested VMX: disable perf cpuid reporting
Marcelo Tosatti
2
-0
/
+8
2014-09-24
KVM: x86: Don't report guest userspace emulation error to userspace
Nadav Amit
1
-1
/
+1
2014-09-24
kvm: Make init_rmode_tss() return 0 on success.
Paolo Bonzini
1
-10
/
+3
2014-09-24
KVM: x86: Warn if guest virtual address space is not 48-bits
Nadav Amit
2
-8
/
+15
2014-09-24
kvm-vfio: do not use module_init
Paolo Bonzini
3
-2
/
+19
2014-09-24
KVM: EVENTFD: Remove inclusion of irq.h
Christoffer Dall
1
-1
/
+3
2014-09-22
KVM: PPC: Pass enum to kvmppc_get_last_inst
Alexander Graf
4
-5
/
+5
2014-09-22
powerpc/kvm: common sw breakpoint instr across ppc
Madhavan Srinivasan
3
-5
/
+20
2014-09-22
powerpc/kvm: support to handle sw breakpoint
Madhavan Srinivasan
5
-5
/
+63
2014-09-22
KVM: PPC: Book3E: Enable e6500 core
Mihai Caraman
1
-0
/
+10
2014-09-22
KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core
Mihai Caraman
4
-24
/
+65
2014-09-22
KVM: PPC: Book3S HV: Only accept host PVR value for guest PVR
Paul Mackerras
1
-1
/
+3
2014-09-22
KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threads
Paul Mackerras
1
-1
/
+1
2014-09-22
KVM: PPC: Remove shared defines for SPE and AltiVec interrupts
Mihai Caraman
1
-10
/
+10
2014-09-22
KVM: PPC: Remove the tasklet used by the hrtimer
Mihai Caraman
5
-15
/
+4
2014-09-22
KVM: PPC: BOOKE: Emulate debug registers and exception
Bharat Bhushan
4
-1
/
+194
2014-09-22
KVM: PPC: Move ONE_REG AltiVec support to powerpc
Mihai Caraman
3
-42
/
+47
2014-09-22
KVM: PPC: Make ONE_REG powerpc generic
Mihai Caraman
3
-129
/
+138
2014-09-22
KVM: PPC: Book3e: Add AltiVec support
Mihai Caraman
4
-8
/
+101
2014-09-22
KVM: PPC: Book3E: Increase FPU laziness
Mihai Caraman
3
-43
/
+36
2014-09-22
KVM: PPC: BOOKE: Add one_reg documentation of SPRG9 and DBSR
Bharat Bhushan
1
-0
/
+2
2014-09-22
KVM: PPC: Book3S HV: Add register name when loading toc
Michael Neuling
1
-1
/
+2
2014-09-22
powerpc/booke: Revert SPE/AltiVec common defines for interrupt numbers
Mihai Caraman
2
-6
/
+6
2014-09-22
powerpc/booke: Restrict SPE exception handlers to e200/e500 cores
Mihai Caraman
4
-7
/
+34
2014-09-22
KVM: PPC: BOOKE: Add one reg interface for DBSR
Bharat Bhushan
2
-0
/
+7
2014-09-22
KVM: PPC: BOOKE: Guest and hardware visible debug registers are same
Bharat Bhushan
3
-11
/
+9
2014-09-22
KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUG
Bharat Bhushan
1
-0
/
+2
2014-09-22
KVM: PPC: BOOKE: Allow guest to change MSR_DE
Bharat Bhushan
1
-1
/
+1
2014-09-22
KVM: PPC: BOOKE : Emulate rfdi instruction
Bharat Bhushan
2
-0
/
+14
2014-09-22
KVM: PPC: BOOKE: allow debug interrupt at "debug level"
Bharat Bhushan
1
-1
/
+5
2014-09-17
kvm: Make init_rmode_identity_map() return 0 on success.
Tang Chen
1
-10
/
+8
2014-09-17
kvm: Remove ept_identity_pagetable from struct kvm_arch.
Tang Chen
3
-28
/
+22
2014-09-17
KVM: VFIO: register kvm_device_ops dynamically
Will Deacon
3
-12
/
+15
[next]