2008-07-21 |
Ingo Molnar | Merge branch 'linus' into xen-64bit |
tree | commitdiff |
2008-07-21 |
Linus Torvalds | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfiel... |
tree | commitdiff |
2008-07-21 |
Linus Torvalds | Merge branch 'drm-fixes' of git://git./linux/kernel... |
tree | commitdiff |
2008-07-21 |
Linus Torvalds | Merge git://git./linux/kernel/git/davem/net-2.6 |
tree | commitdiff |
2008-07-21 |
Linus Torvalds | Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd |
tree | commitdiff |
2008-07-21 |
Linus Torvalds | Merge git://git./linux/kernel/git/mchehab/v4l-dvb |
tree | commitdiff |
2008-07-21 |
Linus Torvalds | Merge branch 'upstream' of git://ftp.linux-mips.org... |
tree | commitdiff |
2008-07-21 |
Linus Torvalds | Merge branch 'kvm-updates-2.6.27' of git://git./linux... |
tree | commitdiff |
2008-07-21 |
Linus Torvalds | Merge branch 'for-linus' of git://www.jni.nu/cris |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: MMU: Fix potential race setting upper shadow ptes... |
tree | commitdiff |
2008-07-20 |
Glauber Costa | KVM: x86 emulator: emulate clflush |
tree | commitdiff |
2008-07-20 |
Marcelo Tosatti | KVM: MMU: improve invalid shadow root page handling |
tree | commitdiff |
2008-07-20 |
Marcelo Tosatti | KVM: MMU: nuke shadowed pgtable pages and ptes on memsl... |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: Prefix some x86 low level function with kvm_,... |
tree | commitdiff |
2008-07-20 |
Ben-Ami Yassour | KVM: check injected pic irq within valid pic irqs |
tree | commitdiff |
2008-07-20 |
Mohammed Gamal | KVM: x86 emulator: Fix HLT instruction |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: Apply the kernel sigmask to vcpus blocked due... |
tree | commitdiff |
2008-07-20 |
Sheng Yang | KVM: VMX: Add ept_sync_context in flush_tlb |
tree | commitdiff |
2008-07-20 |
Marcelo Tosatti | KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock... |
tree | commitdiff |
2008-07-20 |
Joerg Roedel | KVM: SVM: fix suspend/resume support |
tree | commitdiff |
2008-07-20 |
Marcelo Tosatti | KVM: move slots_lock acquision down to vapic_exit |
tree | commitdiff |
2008-07-20 |
Chris Lalancette | KVM: VMX: Fake emulate Intel perfctr MSRs |
tree | commitdiff |
2008-07-20 |
Sheng Yang | KVM: VMX: Fix a wrong usage of vmcs_config |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: MMU: Fix printk format |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: MMU: When debug is enabled, make it a run-time... |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: x86 emulator: lazily evaluate segment registers |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: x86 emulator: avoid segment base adjust for lea |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: x86 emulator: simplify rip relative decoding |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: x86 emulator: simplify r/m decoding |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: x86 emulator: simplify sib decoding |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: x86 emulator: handle undecoded rex.b with r/m... |
tree | commitdiff |
2008-07-20 |
Mohammed Gamal | KVM: x86 emulator: emulate nop and xchg reg, acc (opcod... |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: Use printk_rlimit() instead of reporting emulation... |
tree | commitdiff |
2008-07-20 |
Glauber Costa | KVM: Do not calculate linear rip in emulation failure... |
tree | commitdiff |
2008-07-20 |
Marcelo Tosatti | KVM: only abort guest entry if timer count goes from... |
tree | commitdiff |
2008-07-20 |
Laurent Vivier | KVM: Add coalesced MMIO support (x86 part) |
tree | commitdiff |
2008-07-20 |
Laurent Vivier | KVM: kvm_io_device: extend in_range() to manage len... |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: MMU: Avoid page prefetch on SVM |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: MMU: Move nonpaging_prefetch_page() |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: x86 emulator: implement 'push imm' (opcode 0x68) |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: x86 emulator: simplify push imm8 emulation |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: MMU: Optimize prefetch_page() |
tree | commitdiff |
2008-07-20 |
Guillaume Thouvenin | KVM: x86 emulator: Add support for mov r, sreg (0x8c... |
tree | commitdiff |
2008-07-20 |
Guillaume Thouvenin | KVM: x86 emulator: Add support for mov seg, r (0x8e... |
tree | commitdiff |
2008-07-20 |
Guillaume Thouvenin | KVM: x86 emulator: adds support to mov r,imm (opcode... |
tree | commitdiff |
2008-07-20 |
Guillaume Thouvenin | KVM: x86 emulator: add support for jmp far 0xea |
tree | commitdiff |
2008-07-20 |
Guillaume Thouvenin | KVM: x86 emulator: Update c->dst.bytes in decode instru... |
tree | commitdiff |
2008-07-20 |
Guillaume Thouvenin | KVM: Prefixes segment functions that will be exported... |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: MTRR support |
tree | commitdiff |
2008-07-20 |
Sheng Yang | KVM: VMX: Enable NMI with in-kernel irqchip |
tree | commitdiff |
2008-07-20 |
Sheng Yang | KVM: IOAPIC/LAPIC: Enable NMI support |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: Remove unnecessary ->decache_regs() call |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: Remove decache_vcpus_on_cpu() and related callbacks |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: VMX: Add list of potentially locally cached vcpus |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: Handle virtualization instruction #UD faults durin... |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: MMU: Fix false flooding when a pte points to page... |
tree | commitdiff |
2008-07-20 |
Avi Kivity | KVM: VMX: Trivial vmcs_write64() code simplification |
tree | commitdiff |
2008-07-20 |
Chris Lalancette | KVM: SVM: Fake MSR_K7 performance counters |
tree | commitdiff |
2008-07-20 |
Aurelien Jarno | KVM: PIT: support mode 3 |
tree | commitdiff |
2008-07-20 |
Joerg Roedel | KVM: SVM: add tracing support for TDP page faults |
tree | commitdiff |
2008-07-20 |
Joerg Roedel | KVM: SVM: add missing kvmtrace markers |
tree | commitdiff |
2008-07-20 |
Joerg Roedel | KVM: add missing kvmtrace bits |
tree | commitdiff |
2008-07-20 |
Joerg Roedel | KVM: SVM: implement dedicated INTR exit handler |
tree | commitdiff |
2008-07-20 |
Joerg Roedel | KVM: SVM: implement dedicated NMI exit handler |
tree | commitdiff |
2008-07-20 |
Joerg Roedel | KVM: VMX: move APIC_ACCESS trace entry to generic code |
tree | commitdiff |
2008-07-20 |
Harvey Harrison | KVM: add statics were possible, function definition... |
tree | commitdiff |
2008-07-19 |
David S. Miller | Merge branch 'master' of git://git./linux/kernel/git... |
tree | commitdiff |
2008-07-18 |
David S. Miller | Merge branch 'master' of /linux/kernel/git/torvalds... |
tree | commitdiff |
2008-07-17 |
Linus Torvalds | Merge branch 'upstream-linus' of git://git./linux/kerne... |
tree | commitdiff |
2008-07-17 |
Linus Torvalds | Merge git://git./linux/kernel/git/brodo/pcmcia-fixes-2.6 |
tree | commitdiff |
2008-07-17 |
Linus Torvalds | Merge branch 'linux-next' of git://git./linux/kernel... |
tree | commitdiff |
2008-07-16 |
Linus Torvalds | Merge branch 'for-linus' of git://git./linux/kernel... |
tree | commitdiff |
2008-07-16 |
Linus Torvalds | Merge branch 'for_linus' of git://git.infradead.org... |
tree | commitdiff |
2008-07-16 |
Linus Torvalds | Merge git://git./linux/kernel/git/jejb/scsi-misc-2.6 |
tree | commitdiff |
2008-07-16 |
Linus Torvalds | Merge git://git./linux/kernel/git/herbert/crypto-2.6 |
tree | commitdiff |
2008-07-16 |
Benjamin Herrenschmidt | Merge commit 'origin/master' |
tree | commitdiff |
2008-07-15 |
Linus Torvalds | Merge branch 'x86/urgent' of git://git./linux/kernel... |
tree | commitdiff |
2008-07-15 |
Trond Myklebust | Merge branch 'bkl-removal' into next |
tree | commitdiff |
2008-07-15 |
Trond Myklebust | Merge branch 'devel' into next |
tree | commitdiff |
2008-07-15 |
Linus Torvalds | Merge branch 'upstream' of git://ftp.linux-mips.org... |
tree | commitdiff |
2008-07-15 |
Linus Torvalds | Merge branch 'generic-ipi-for-linus' of git://git.... |
tree | commitdiff |
2008-07-15 |
Ingo Molnar | Merge branch 'generic-ipi' into generic-ipi-for-linus |
tree | commitdiff |
2008-07-15 |
Linus Torvalds | Merge branch 'for-linus' of git://git./linux/kernel... |
tree | commitdiff |
2008-07-15 |
Linus Torvalds | Merge branch 'genirq' of git://git./linux/kernel/git... |
tree | commitdiff |
2008-07-15 |
Linus Torvalds | Merge branch 'core/topology' of git://git./linux/kernel... |
tree | commitdiff |
2008-07-15 |
Linus Torvalds | Merge branch 'core/stacktrace' of git://git./linux... |
tree | commitdiff |
2008-07-14 |
Russell King | [ARM] Merge most of the PXA work for initial merge |
tree | commitdiff |
2008-07-14 |
Linus Torvalds | Merge branch 'core/rodata' of git://git./linux/kernel... |
tree | commitdiff |
2008-07-14 |
Jonathan Corbet | Merge commit 'v2.6.26' into bkl-removal |
tree | commitdiff |
2008-07-14 |
Linus Torvalds | Merge git://git./linux/kernel/git/brodo/pcmcia-2.6 |
tree | commitdiff |
2008-07-14 |
Thomas Gleixner | Merge commit '900cfa46191a7d87cf1891924cb90499287fd235... |
tree | commitdiff |
2008-07-14 |
Ingo Molnar | Merge commit 'v2.6.26' into core/locking |
tree | commitdiff |
2008-07-10 |
Russell King | Merge branches 'at91', 'dyntick', 'ep93xx', 'iop',... |
tree | commitdiff |
2008-07-10 |
Ingo Molnar | Merge branch 'linus' into core/printk |
tree | commitdiff |
2008-07-09 |
Linus Torvalds | Merge branch 'for-linus' of git://git./linux/kernel... |
tree | commitdiff |
2008-07-08 |
Ingo Molnar | Merge branch 'linus' into tmp.x86.mpparse.new |
tree | commitdiff |
2008-07-08 |
Ingo Molnar | Merge branches 'x86/mmio', 'x86/delay', 'x86/idle'... |
tree | commitdiff |
2008-07-08 |
Ingo Molnar | Merge branch 'x86/setup' into x86/devel |
tree | commitdiff |
2008-07-08 |
Ingo Molnar | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm... |
tree | commitdiff |
2008-07-08 |
Ingo Molnar | Merge commit 'v2.6.26-rc9' into x86/cpu |
tree | commitdiff |
next |