index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Move kvm_spurious_fault to x86.c
Geoff Levand
2013-04-08
2
-8
/
+7
*
KVM: Make local routines static
Geoff Levand
2013-04-08
1
-4
/
+4
*
KVM: Move vm_list kvm_lock declarations out of x86
Geoff Levand
2013-04-08
2
-3
/
+3
*
KVM: VMX: Add missing braces to avoid redundant error check
Jan Kiszka
2013-04-08
1
-1
/
+2
*
KVM: x86: fix memory leak in vmx_init
Yang Zhang
2013-04-08
1
-1
/
+3
*
kvm: fix MMIO/PIO collision misdetection
Michael S. Tsirkin
2013-04-07
1
-2
/
+6
*
KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controls
Jan Kiszka
2013-04-07
1
-1
/
+1
*
KVM: Call kvm_apic_match_dest() to check destination vcpu
Yang Zhang
2013-04-07
3
-57
/
+3
*
KVM: s390: virtio_ccw: reset errors for new I/O.
Cornelia Huck
2013-04-07
1
-1
/
+4
*
Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"
Takuya Yoshikawa
2013-04-07
2
-4
/
+8
*
pmu: prepare for migration support
Paolo Bonzini
2013-04-02
3
-6
/
+14
*
KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390
Nick Wang
2013-04-02
1
-0
/
+3
*
KVM: s390: Remove the sanity checks for kvm memory slot
Nick Wang
2013-04-02
1
-12
/
+4
*
KVM: s390: Change the virtual memory mapping location for virtio devices
Nick Wang
2013-04-02
1
-5
/
+6
*
KVM: s390: fix compile with !CONFIG_COMPAT
Heiko Carstens
2013-04-02
1
-0
/
+1
*
KVM: s390: fix stsi exception handling
Heiko Carstens
2013-04-02
1
-10
/
+10
*
KVM: s390: fix and enforce return code handling for irq injections
Heiko Carstens
2013-04-02
4
-73
/
+37
*
KVM: s390: make if statements in lpsw/lpswe handlers readable
Heiko Carstens
2013-04-02
1
-34
/
+24
*
KVM: s390: fix return code handling in lpsw/lpswe handlers
Heiko Carstens
2013-04-02
1
-30
/
+14
*
KVM: s390: fix psw conversion in lpsw handler
Heiko Carstens
2013-04-02
1
-1
/
+2
*
KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler
Heiko Carstens
2013-04-02
1
-1
/
+1
*
KVM: s390: Dont do a gmap update on minor memslot changes
Christian Borntraeger
2013-04-02
1
-0
/
+10
*
Merge 'git://github.com/agraf/linux-2.6.git kvm-ppc-next' into queue
Gleb Natapov
2013-03-24
11
-93
/
+133
|
\
|
*
KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external
Paul Mackerras
2013-03-22
4
-7
/
+4
|
*
kvm/ppc/e500: eliminate tlb_refs
Scott Wood
2013-03-22
2
-69
/
+30
|
*
kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bit
Scott Wood
2013-03-22
1
-3
/
+4
|
*
kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is valid
Scott Wood
2013-03-22
1
-2
/
+2
|
*
KVM: PPC: booke: Added debug handler
Bharat Bhushan
2013-03-22
3
-3
/
+41
|
*
KVM: PPC: Added one_reg interface for timer registers
Bharat Bhushan
2013-03-22
3
-0
/
+39
|
*
KVM: PPC: move tsr update in a separate function
Bharat Bhushan
2013-03-22
1
-10
/
+14
*
|
KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()
Takuya Yoshikawa
2013-03-21
2
-8
/
+7
*
|
KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()
Takuya Yoshikawa
2013-03-21
2
-7
/
+3
|
/
*
Merge remote-tracking branch 'upstream/master' into queue
Marcelo Tosatti
2013-03-21
756
-3629
/
+7743
|
\
|
*
Merge tag 'vfio-v3.9-rc4' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2013-03-19
2
-0
/
+2
|
|
\
|
|
*
vfio: include <linux/slab.h> for kmalloc
Arnd Bergmann
2013-03-15
2
-0
/
+2
|
*
|
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-03-19
4
-38
/
+44
|
|
\
\
|
|
*
|
KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)
Andy Honig
2013-03-19
1
-2
/
+5
|
|
*
|
KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...
Andy Honig
2013-03-19
2
-29
/
+22
|
|
*
|
KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...
Andy Honig
2013-03-19
1
-0
/
+5
|
|
*
|
KVM: x86: fix deadlock in clock-in-progress request handling
Marcelo Tosatti
2013-03-18
1
-9
/
+9
|
|
*
|
KVM: allow host header to be included even for !CONFIG_KVM
Kevin Hilman
2013-03-18
1
-1
/
+6
|
*
|
|
Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2013-03-19
2
-2
/
+8
|
|
\
\
\
|
|
*
|
|
xfs: ensure we capture IO errors correctly
Dave Chinner
2013-03-18
1
-0
/
+6
|
|
*
|
|
xfs: fix xfs_iomap_eof_prealloc_initial_size type
Mark Tinguely
2013-03-18
1
-1
/
+1
|
|
*
|
|
xfs: fix potential infinite loop in xfs_iomap_prealloc_size()
Brian Foster
2013-03-18
1
-1
/
+1
|
|
|
/
/
|
*
|
|
PCI: Use ROM images from firmware only if no other ROM source available
Matthew Garrett
2013-03-19
1
-20
/
+35
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2013-03-19
6
-36
/
+66
|
|
\
\
\
|
|
*
|
|
sparc: remove unused "config BITS"
Paul Bolle
2013-03-19
1
-6
/
+0
|
|
*
|
|
sparc: delete "if !ULTRA_HAS_POPULATION_COUNT"
Paul Bolle
2013-03-19
1
-1
/
+1
|
|
*
|
|
sparc64: correctly recognize SPARC64-X chips
Allen Pais
2013-03-11
3
-2
/
+30
[next]