index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: introduce kvm_for_each_memslot macro
Xiao Guangrong
2011-12-27
5
-26
/
+27
*
KVM: introduce update_memslots function
Xiao Guangrong
2011-12-27
3
-8
/
+17
*
KVM: introduce KVM_MEM_SLOTS_NUM macro
Xiao Guangrong
2011-12-27
4
-5
/
+10
*
KVM: x86 emulator: Use opcode::execute for BSF/BSR
Takuya Yoshikawa
2011-12-27
1
-25
/
+35
*
KVM: x86 emulator: Use opcode::execute for CMPXCHG
Takuya Yoshikawa
2011-12-27
1
-18
/
+19
*
KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSR
Takuya Yoshikawa
2011-12-27
1
-26
/
+26
*
KVM: x86 emulator: Use opcode::execute for MOV to cr/dr
Takuya Yoshikawa
2011-12-27
1
-22
/
+30
*
KVM: x86 emulator: Use opcode::execute for CALL
Takuya Yoshikawa
2011-12-27
1
-8
/
+10
*
KVM: x86 emulator: Use opcode::execute for BT family
Takuya Yoshikawa
2011-12-27
1
-39
/
+38
*
KVM: x86 emulator: Use opcode::execute for IN/OUT
Takuya Yoshikawa
2011-12-27
1
-26
/
+28
*
KVM: VMX: remove unneeded vmx_load_host_state() calls.
Gleb Natapov
2011-12-27
1
-5
/
+0
*
KVM: Optimize dirty logging by rmap_write_protect()
Takuya Yoshikawa
2011-12-27
3
-11
/
+63
*
KVM: Count the number of dirty pages for dirty logging
Takuya Yoshikawa
2011-12-27
3
-7
/
+7
*
KVM: MMU: Split gfn_to_rmap() into two functions
Takuya Yoshikawa
2011-12-27
1
-9
/
+17
*
KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()
Takuya Yoshikawa
2011-12-27
1
-3
/
+1
*
KVM: Use kmemdup rather than duplicating its implementation
Thomas Meyer
2011-12-27
1
-6
/
+5
*
KVM: MMU: remove KVM host pv mmu support
Chris Wright
2011-12-27
4
-169
/
+0
*
KVM guest: remove KVM guest pv mmu support
Chris Wright
2011-12-27
1
-181
/
+0
*
KVM: make checks stricter in coalesced_mmio_in_range()
Dan Carpenter
2011-12-27
1
-3
/
+9
*
KVM: x86: Simplify kvm timer handler
Jan Kiszka
2011-12-27
1
-22
/
+4
*
KVM: Fix include dependency for mmu_notifier
Eric B Munson
2011-12-27
1
-0
/
+1
*
KVM: MMU: improve write flooding detected
Xiao Guangrong
2011-12-27
3
-48
/
+32
*
KVM: MMU: fix detecting misaligned accessed
Xiao Guangrong
2011-12-27
1
-0
/
+8
*
KVM: MMU: split kvm_mmu_pte_write function
Xiao Guangrong
2011-12-27
1
-75
/
+119
*
KVM: MMU: remove unnecessary kvm_mmu_free_some_pages
Xiao Guangrong
2011-12-27
1
-1
/
+0
*
KVM: MMU: fast prefetch spte on invlpg path
Xiao Guangrong
2011-12-27
4
-40
/
+36
*
KVM: MMU: cleanup FNAME(invlpg)
Xiao Guangrong
2011-12-27
2
-33
/
+27
*
KVM: MMU: do not mark accessed bit on pte write path
Xiao Guangrong
2011-12-27
2
-22
/
+1
*
KVM: x86: cleanup port-in/port-out emulated
Xiao Guangrong
2011-12-27
1
-33
/
+26
*
KVM: x86: retry non-page-table writing instructions
Xiao Guangrong
2011-12-27
5
-6
/
+77
*
KVM: x86: tag the instructions which are used to write page table
Xiao Guangrong
2011-12-27
1
-16
/
+21
*
KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write
Xiao Guangrong
2011-12-27
1
-5
/
+20
*
KVM: nVMX: Fix warning-causing idt-vectoring-info behavior
Nadav Har'El
2011-12-27
1
-3
/
+4
*
KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT
Nadav Har'El
2011-12-27
3
-5
/
+14
*
drm/i915: Disable RC6 on Sandybridge by default
Keith Packard
2011-12-27
1
-5
/
+3
*
drm/i915: Disable semaphores by default on SNB
Keith Packard
2011-12-27
1
-2
/
+2
*
Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2011-12-26
10
-56
/
+154
|
\
|
*
KVM: PPC: e500: include linux/export.h
Scott Wood
2011-12-26
1
-0
/
+1
|
*
KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N
Michael Neuling
2011-12-26
1
-1
/
+1
|
*
KVM: PPC: protect use of kvmppc_h_pr
Andreas Schwab
2011-12-26
1
-0
/
+2
|
*
KVM: PPC: move compute_tlbie_rb to book3s_64 common header
Andreas Schwab
2011-12-26
2
-33
/
+33
|
*
KVM: Don't automatically expose the TSC deadline timer in cpuid
Jan Kiszka
2011-12-26
3
-10
/
+19
|
*
KVM: Device assignment permission checks
Alex Williamson
2011-12-25
2
-0
/
+79
|
*
KVM: Remove ability to assign a device without iommu support
Alex Williamson
2011-12-25
2
-9
/
+12
|
*
KVM: x86: Prevent starting PIT timers in the absence of irqchip support
Jan Kiszka
2011-12-25
1
-3
/
+7
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee13...
Linus Torvalds
2011-12-26
1
-1
/
+1
|
\
\
|
*
|
MAINTAINERS: firewire git URL update
Stefan Richter
2011-12-25
1
-1
/
+1
*
|
|
vfs: fix handling of lock allocation failure in lease-break case
Linus Torvalds
2011-12-26
1
-8
/
+3
|
|
/
|
/
|
*
|
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2011-12-24
2
-3
/
+15
|
\
\
|
*
|
vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()
Xi Wang
2011-12-22
1
-3
/
+3
[next]