| 2007-10-13 | Linus Torvalds | Merge branch 'for-linus' of git://git.kernel.org/pub... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Dave Jones | Delete filenames in comments. | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Al Viro | fix sparc32 breakage (result of vmlinux.lds.S bug) | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Al Viro | fallout from DECLARE_MAC_BUF patches | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Al Viro | v4l: copy_to_user() is not a good method name | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Al Viro | minimal build fixes for uml (fallout from x86 merge) | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Randy Dunlap | net core: fix kernel-doc for new function parameters | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Randy Dunlap | docbook/mcabook: fixup x86 path/file names | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Randy Dunlap | docbook/kernel-api: fixup x86 path/file names | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Randy Dunlap | docbook/kernel-hacking: fixup x86 path/file names | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Randy Dunlap | docbook/deviceiobook: fixup x86 path/file names | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Geert Uytterhoeven | ssb bus needs <linux/io.h> | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Geert Uytterhoeven | b43 wireless needs <linux/io.h> | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Geert Uytterhoeven | m68k: fix net drivers after recent get_stats updates | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Geert Uytterhoeven | dm: emc_endio returns void | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Matthew Wilcox | m68k: Export cachectl.h | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Geert Uytterhoeven | m68k: ignore restart_syscall | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Geert Uytterhoeven | m68k: Atari keyboard ACIA driver cleanup | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Geert Uytterhoeven | m68k: Atari input drivers cleanup | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: Replace enum by #define | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: Skip pio instruction when it is emulated, not... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: popf | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: fix src, dst value initialization | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: jmp abs | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: lea | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: X86 emulator: jump conditional short | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: imlpement jump conditional relative | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: sort opcodes into ascending order | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: Improve emulation failure reporting | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: pushf | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: call near | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: push imm8 | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | He, Qing | KVM: VMX: Fix exit qualification width on i386 | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: Move main vcpu loop into subarch independent code | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: VMX: Move vm entry failure handling to the exit... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: MMU: Don't do GFP_NOWAIT allocations | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Christian Ehrhardt | KVM: Rename kvm_arch_ops to kvm_x86_ops | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Laurent Vivier | KVM: Simplify memory allocation | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Hoist SVM's get_cs_db_l_bits into core code. | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Keep control regs in sync | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Clean up unloved invlpg emulation | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Remove the unused invlpg member of struct kvm_arch... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Amit Shah | KVM: Set the ET flag in CR0 after initializing FX | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | He, Qing | KVM: enable in-kernel APIC INIT/SIPI handling | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | He, Qing | KVM: round robin for APIC lowest priority delivery... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Qing He | KVM: deliver PIC interrupt only to vcpu0 | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | He, Qing | KVM: disable tpr/cr8 sync when in-kernel APIC is used | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Eddie Dong | KVM: Migrate lapic hrtimer when vcpu moves to another cpu | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Eddie Dong | KVM: Keep track of missed timer irq injections | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Yang, Sheng | KVM: VMX: Use shadow TPR/cr8 for 64-bits guests | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Eddie Dong | KVM: pending irq save/restore | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Eddie Dong | KVM: in-kernel LAPIC save and restore support | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | He, Qing | KVM: in-kernel IOAPIC save and restore support | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | He, Qing | KVM: Bypass irq_pending get/set when using in kernel... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | He, Qing | KVM: Add get/set irqchip ioctls for in-kernel PIC live... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Eddie Dong | KVM: Protect in-kernel pio using kvm->lock | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Eddie Dong | KVM: Emulate hlt in the kernel | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Eddie Dong | KVM: In-kernel I/O APIC model | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Eddie Dong | KVM: Emulate local APIC in kernel | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Eddie Dong | KVM: Define and use cr8 access functions | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Eddie Dong | KVM: Add support for in-kernel PIC emulation | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Laurent Vivier | KVM: VMX: Split segments reload in vmx_load_host_state() | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: X86 emulator: fix 'push reg' writeback | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Izik Eidus | KVM: Support more memory slots | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Izik Eidus | KVM: VMX: allow rmode_tss_base() to work with >2G of... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: implement 'push reg' (opcodes 0x50... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: Implement 'jmp rel short' instructio... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: implement 'jmp rel' instruction... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Nitin A Kamble | KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}' | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Yang, Sheng | KVM: Communicate cr8 changes to userspace | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: Close minor race in signal handling | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Laurent Vivier | KVM: Clean up kvm_setup_pio() | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Laurent Vivier | KVM: Cleanup string I/O instruction emulation | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Laurent Vivier | KVM: Remove useless assignment | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Li, Xin B | KVM: VMX: Remove a duplicated ia32e mode vm entry control | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Add and use pr_unimpl for standard formatting... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Remove unneeded kvm_dev_open and kvm_dev_release... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Remove stat_set from debugfs | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Gabriel C | KVM: Fix defined but not used warning in drivers/kvm... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Remove redundant alloc_vmcs_cpu declaration | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: SVM: Make set_msr_interception more reliable | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Cleanup mark_page_dirty | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Don't assign vcpu->cr3 if it's invalid: check... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Yang, Sheng | KVM: VMX: Add cpu consistency check | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Use alignment properties of vcpu to simplify FPU ops | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Use kmem cache for allocating vcpus | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Laurent Vivier | KVM: Remove kvm_{read,write}_guest() | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Laurent Vivier | KVM: Change the emulator_{read,write,cmpxchg}_* functio... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: SVM: internal function name cleanup | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: SVM: de-containization | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: Remove three magic numbers | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: VMX: pass vcpu_vmx internally | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Rusty Russell | KVM: fx_init() needs preemption disabled while it plays... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Shaohua Li | KVM: Convert vm lock to a mutex | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Avi Kivity | KVM: Use the scheduler preemption notifiers to make... | commit | commitdiff | tree | snapshot | 
| 2007-10-13 | Jeff Dike | KVM: add hypercall nr to kvm_run | commit | commitdiff | tree | snapshot | 
| next |