index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-12
KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info
Avi Kivity
1
-0
/
+9
2011-01-12
KVM: SVM: Replace svm_has() by standard Linux cpuid accessors
Avi Kivity
1
-10
/
+5
2011-01-12
KVM: MMU: fix apf prefault if nested guest is enabled
Xiao Guangrong
3
-1
/
+4
2011-01-12
KVM: MMU: support apf for nonpaing guest
Xiao Guangrong
1
-3
/
+9
2011-01-12
KVM: MMU: clear apfs if page state is changed
Xiao Guangrong
1
-0
/
+3
2011-01-12
KVM: MMU: fix missing post sync audit
Xiao Guangrong
1
-0
/
+1
2011-01-12
KVM: Clean up vm creation and release
Jan Kiszka
5
-65
/
+22
2011-01-12
KVM: x86: Makefile clean up
Tracey Dent
1
-1
/
+1
2011-01-12
KVM: remove unused function declaration
Xiao Guangrong
1
-1
/
+0
2011-01-12
KVM: VMX: Disallow NMI while blocked by STI
Avi Kivity
1
-1
/
+6
2011-01-12
KVM: avoid unnecessary wait for a async pf
Xiao Guangrong
1
-0
/
+1
2011-01-12
KVM: fix searching async gfn in kvm_async_pf_gfn_slot
Xiao Guangrong
1
-2
/
+2
2011-01-12
KVM: fix tracing kvm_try_async_get_page
Xiao Guangrong
1
-1
/
+1
2011-01-12
KVM: replace vmalloc and memset with vzalloc
Takuya Yoshikawa
1
-3
/
+1
2011-01-12
KVM: handle exit due to INVD in VMX
Gleb Natapov
2
-0
/
+7
2011-01-12
KVM: x86: Avoid issuing wbinvd twice
Jan Kiszka
1
-4
/
+6
2011-01-12
KVM: pre-allocate one more dirty bitmap to avoid vmalloc()
Takuya Yoshikawa
1
-11
/
+5
2011-01-12
KVM: propagate fault r/w information to gup(), allow read-only memory
Marcelo Tosatti
2
-14
/
+26
2011-01-12
KVM: MMU: flush TLBs on writable -> read-only spte overwrite
Marcelo Tosatti
1
-0
/
+10
2011-01-12
KVM: MMU: remove kvm_mmu_set_base_ptes
Marcelo Tosatti
2
-9
/
+1
2011-01-12
KVM: VMX: remove setting of shadow_base_ptes for EPT
Marcelo Tosatti
1
-3
/
+1
2011-01-12
KVM: Avoid double interrupt injection with vapic
Avi Kivity
1
-1
/
+2
2011-01-12
KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callers
Avi Kivity
1
-20
/
+6
2011-01-12
KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit path
Avi Kivity
1
-14
/
+21
2011-01-12
KVM: SVM: Move svm->host_gs_base into a separate structure
Avi Kivity
1
-3
/
+5
2011-01-12
KVM: SVM: Move guest register save out of interrupts disabled section
Avi Kivity
1
-5
/
+5
2011-01-12
KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reason
Jan Kiszka
1
-1
/
+1
2011-01-12
KVM: Move KVM context switch into own function
Andi Kleen
1
-25
/
+38
2011-01-12
KVM: x86: Mark kvm_arch_setup_async_pf static
Jan Kiszka
1
-1
/
+1
2011-01-12
KVM: Send async PF when guest is not in userspace too.
Gleb Natapov
1
-1
/
+2
2011-01-12
KVM: Let host know whether the guest can handle async PF in non-userspace con...
Gleb Natapov
4
-2
/
+8
2011-01-12
KVM paravirt: Handle async PF in non preemptable context
Gleb Natapov
1
-6
/
+34
2011-01-12
KVM: Inject asynchronous page fault into a PV guest if page is swapped out.
Gleb Natapov
3
-5
/
+42
2011-01-12
KVM: Handle async PF in a guest.
Gleb Natapov
6
-9
/
+243
2011-01-12
KVM paravirt: Add async PF initialization to PV guest.
Gleb Natapov
2
-0
/
+98
2011-01-12
KVM: Add PV MSR to enable asynchronous page faults delivery.
Gleb Natapov
3
-2
/
+42
2011-01-12
KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c.
Gleb Natapov
3
-12
/
+13
2011-01-12
KVM: Add memory slot versioning and use it to provide fast guest write interface
Gleb Natapov
1
-0
/
+1
2011-01-12
KVM: Retry fault before vmentry
Gleb Natapov
4
-12
/
+28
2011-01-12
KVM: Halt vcpu if page it tries to access is swapped out
Gleb Natapov
6
-5
/
+183
2011-01-02
KVM: Don't reset mmu context unnecessarily when updating EFER
Avi Kivity
1
-1
/
+0
2011-01-02
KVM: i8259: initialize isr_ack
Avi Kivity
1
-0
/
+2
2010-12-29
KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow
Avi Kivity
1
-1
/
+2
2010-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
5
-13
/
+37
2010-12-18
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
1
-0
/
+4
2010-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
5
-14
/
+57
2010-12-17
arch/tile: handle rt_sigreturn() more cleanly
Chris Metcalf
4
-13
/
+29
2010-12-17
arch/tile: handle CLONE_SETTLS in copy_thread(), not user space
Chris Metcalf
1
-0
/
+8
2010-12-17
MIPS: Fix build errors in sc-mips.c
Kevin Cernekee
1
-0
/
+4
2010-12-17
x86: avoid high BIOS area when allocating address space
Bjorn Helgaas
2
-1
/
+5
[next]