KVM: Make mark_page_dirty() work for aliased pages too.

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3b6fff198c2ae3ca87ee8c9103d52ac9e8f40dd5 Commit: 3b6fff198c2ae3ca87ee8c9103d52ac9e8f40dd5 Parent: 9f1ef3f8f5f8ade2561d969181b152c225b82a3e Author: Uri Lublin <[EMAIL PROTECTED]> AuthorDate: Tue

KVM: x86 emulator: centralize decoding of one-byte register access insns

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=33615aa956521923eab0552994b5961cd3034042 Commit: 33615aa956521923eab0552994b5961cd3034042 Parent: 3c118e24af821d68dca0ba81e9499820c840c133 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Wed

KVM: Simplify decode_register_operand() calling convention

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9f1ef3f8f5f8ade2561d969181b152c225b82a3e Commit: 9f1ef3f8f5f8ade2561d969181b152c225b82a3e Parent: 33615aa956521923eab0552994b5961cd3034042 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Wed

KVM: Portability: Move pio emulation functions to x86.c

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=de7d789acd7f373268194bb48dc0690c975ab8e6 Commit: de7d789acd7f373268194bb48dc0690c975ab8e6 Parent: bbd9b64e37aff5aa715ec5e168425790f5983bf1 Author: Carsten Otte <[EMAIL PROTECTED]> AuthorDate: Tu

KVM: x86 emulator: Extract the common code of SrcReg and DstReg

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3c118e24af821d68dca0ba81e9499820c840c133 Commit: 3c118e24af821d68dca0ba81e9499820c840c133 Parent: de7d789acd7f373268194bb48dc0690c975ab8e6 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Wed

KVM: Portability: Move x86 emulation and mmio device hook to x86.c

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bbd9b64e37aff5aa715ec5e168425790f5983bf1 Commit: bbd9b64e37aff5aa715ec5e168425790f5983bf1 Parent: 15c4a6406f6c40632260861e1db7c539e79dcf1a Author: Carsten Otte <[EMAIL PROTECTED]> AuthorDate: Tu

KVM: Fix gfn_to_page() acquiring mmap_sem twice

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aab61cc0d28f6fab0c2c9137d95dea54c7dbcf46 Commit: aab61cc0d28f6fab0c2c9137d95dea54c7dbcf46 Parent: f78e0e2ee498e8f847500b565792c7d7634dcf54 Author: Anthony Liguori <[EMAIL PROTECTED]> AuthorDate:

KVM: Portability: Move kvm_get/set_msr[_common] to x86.c

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=15c4a6406f6c40632260861e1db7c539e79dcf1a Commit: 15c4a6406f6c40632260861e1db7c539e79dcf1a Parent: aab61cc0d28f6fab0c2c9137d95dea54c7dbcf46 Author: Carsten Otte <[EMAIL PROTECTED]> AuthorDate: Tu

KVM: Portability: Move control register helper functions to x86.c

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a03490ed29d2771c675d4d9c0ffe22e19a1757f3 Commit: a03490ed29d2771c675d4d9c0ffe22e19a1757f3 Parent: 6866b83ed7240bf4a7c50836ee10f61c8534503f Author: Carsten Otte <[EMAIL PROTECTED]> AuthorDate: Mo

KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f78e0e2ee498e8f847500b565792c7d7634dcf54 Commit: f78e0e2ee498e8f847500b565792c7d7634dcf54 Parent: a03490ed29d2771c675d4d9c0ffe22e19a1757f3 Author: Sheng Yang <[EMAIL PROTECTED]> AuthorDate: Mon

KVM: Portability: move get/set_apic_base to x86.c

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6866b83ed7240bf4a7c50836ee10f61c8534503f Commit: 6866b83ed7240bf4a7c50836ee10f61c8534503f Parent: 5fb76f9be1a050a25e21a44ab2003c9d36a72a77 Author: Carsten Otte <[EMAIL PROTECTED]> AuthorDate: Mo

KVM: Portability: Split kvm_vm_ioctl v3

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1fe779f8eccd16e527315e1bafd2b3a876ff2489 Commit: 1fe779f8eccd16e527315e1bafd2b3a876ff2489 Parent: b733bfb524af69612f85c36a511f0109c5e3fe8d Author: Carsten Otte <[EMAIL PROTECTED]> AuthorDate: Mo

KVM: Portability: Move memory segmentation to x86.c

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5fb76f9be1a050a25e21a44ab2003c9d36a72a77 Commit: 5fb76f9be1a050a25e21a44ab2003c9d36a72a77 Parent: 1fe779f8eccd16e527315e1bafd2b3a876ff2489 Author: Carsten Otte <[EMAIL PROTECTED]> AuthorDate: Mo

KVM: Move page fault processing to common code

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3067714cf59bd4a6dbf788b709485bc62c1ff845 Commit: 3067714cf59bd4a6dbf788b709485bc62c1ff845 Parent: c7e75a3db4ecd952e7a5562cea1b27007bf0c01c Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Sun

KVM: MMU: Topup the mmu memory preallocation caches before emulating an insn

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b733bfb524af69612f85c36a511f0109c5e3fe8d Commit: b733bfb524af69612f85c36a511f0109c5e3fe8d Parent: 3067714cf59bd4a6dbf788b709485bc62c1ff845 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Sun

KVM: SVM: Let gcc to choose which registers to save (i386)

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fe7935d49fbe33308c1b5f0e35137989da851010 Commit: fe7935d49fbe33308c1b5f0e35137989da851010 Parent: 54a08c0449683f763dc69e653d17e8c120e16299 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: x86 emulator: don't depend on cr2 for mov abs emulation

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c7e75a3db4ecd952e7a5562cea1b27007bf0c01c Commit: c7e75a3db4ecd952e7a5562cea1b27007bf0c01c Parent: fe7935d49fbe33308c1b5f0e35137989da851010 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Sun

KVM: VMX: Let gcc to choose which registers to save (i386)

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ff593e5abebd899b0b41c11280e2fbeff4103375 Commit: ff593e5abebd899b0b41c11280e2fbeff4103375 Parent: c20363006af64cf397519da5e984b18e6bdffd82 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: SVM: Let gcc to choose which registers to save (x86_64)

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=54a08c0449683f763dc69e653d17e8c120e16299 Commit: 54a08c0449683f763dc69e653d17e8c120e16299 Parent: ff593e5abebd899b0b41c11280e2fbeff4103375 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: Add ioctl to tss address from userspace,

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cbc9402297b9a233981f74587786364cda21c771 Commit: cbc9402297b9a233981f74587786364cda21c771 Parent: e0d62c7f48605119a7f9fa632e77561c89928963 Author: Izik Eidus <[EMAIL PROTECTED]> AuthorDate: Thu

KVM: VMX: Let gcc to choose which registers to save (x86_64)

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c20363006af64cf397519da5e984b18e6bdffd82 Commit: c20363006af64cf397519da5e984b18e6bdffd82 Parent: cbc9402297b9a233981f74587786364cda21c771 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: Add kernel-internal memory slots

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e0d62c7f48605119a7f9fa632e77561c89928963 Commit: e0d62c7f48605119a7f9fa632e77561c89928963 Parent: 210c7c4d7f200f00ec34960a8c96bb990cbd266d Author: Izik Eidus <[EMAIL PROTECTED]> AuthorDate: Wed

KVM: Unmap kernel-allocated memory on slot destruction

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=80b14b5b32cb0a98234283daf9b5a6643e1a1ef3 Commit: 80b14b5b32cb0a98234283daf9b5a6643e1a1ef3 Parent: 5f43238d036fb30e73563e81e42d9c6f1de5551a Author: Izik Eidus <[EMAIL PROTECTED]> AuthorDate: Thu

KVM: Export memory slot allocation mechanism

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=210c7c4d7f200f00ec34960a8c96bb990cbd266d Commit: 210c7c4d7f200f00ec34960a8c96bb990cbd266d Parent: 80b14b5b32cb0a98234283daf9b5a6643e1a1ef3 Author: Izik Eidus <[EMAIL PROTECTED]> AuthorDate: Wed

KVM: Split IOAPIC reset function and export for kernel RESET

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8c392696e749171531d155ea5cefdfc1c970fd18 Commit: 8c392696e749171531d155ea5cefdfc1c970fd18 Parent: 2fcceae145645ec6a4fab0a806bb674d7484d97b Author: Eddie Dong <[EMAIL PROTECTED]> AuthorDate: Wed

KVM: Per-architecture hypercall definitions

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5f43238d036fb30e73563e81e42d9c6f1de5551a Commit: 5f43238d036fb30e73563e81e42d9c6f1de5551a Parent: 8c392696e749171531d155ea5cefdfc1c970fd18 Author: Christian Borntraeger <[EMAIL PROTECTED]> Autho

KVM: Add a might_sleep() annotation to gfn_to_page()

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=60395224d94945544f1f9dce5566981844bf0e77 Commit: 60395224d94945544f1f9dce5566981844bf0e77 Parent: e00c8cf29b9798eb9918469b0cce1766e0ae40d7 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Sun

KVM: Export PIC reset for kernel device reset

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2fcceae145645ec6a4fab0a806bb674d7484d97b Commit: 2fcceae145645ec6a4fab0a806bb674d7484d97b Parent: 60395224d94945544f1f9dce5566981844bf0e77 Author: Eddie Dong <[EMAIL PROTECTED]> AuthorDate: Wed

KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1)

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=34c16eecf78ed4cf01f39ac7211f5b57942ec899 Commit: 34c16eecf78ed4cf01f39ac7211f5b57942ec899 Parent: 8d4e1288ebb753d3140d81cb349f22b0a6829a4a Author: Zhang Xiantao <[EMAIL PROTECTED]> AuthorDate: S

KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e00c8cf29b9798eb9918469b0cce1766e0ae40d7 Commit: e00c8cf29b9798eb9918469b0cce1766e0ae40d7 Parent: 34c16eecf78ed4cf01f39ac7211f5b57942ec899 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Sun

KVM: Allocate userspace memory for older userspace

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8d4e1288ebb753d3140d81cb349f22b0a6829a4a Commit: 8d4e1288ebb753d3140d81cb349f22b0a6829a4a Parent: e56a7a28e21aa2d1af659d8f38952411ce9ae40e Author: Anthony Liguori <[EMAIL PROTECTED]> AuthorDate:

KVM: MMU: Partial swapping of guest memory

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8a7ae055f3533b520401c170ac55e30628b34df5 Commit: 8a7ae055f3533b520401c170ac55e30628b34df5 Parent: cea7bb21280e3a825e64b54740edc5d3e6e4193c Author: Izik Eidus <[EMAIL PROTECTED]> AuthorDate: Thu

KVM: Use virtual cpu accounting if available for guest times.

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e56a7a28e21aa2d1af659d8f38952411ce9ae40e Commit: e56a7a28e21aa2d1af659d8f38952411ce9ae40e Parent: 8a7ae055f3533b520401c170ac55e30628b34df5 Author: Christian Borntraeger <[EMAIL PROTECTED]> Autho

KVM: MMU: Make gfn_to_page() always safe

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cea7bb21280e3a825e64b54740edc5d3e6e4193c Commit: cea7bb21280e3a825e64b54740edc5d3e6e4193c Parent: 9647c14c98687d0abf5197e74b9d1448ab6ebb95 Author: Izik Eidus <[EMAIL PROTECTED]> AuthorDate: Wed

KVM: MMU: Keep a reverse mapping of non-writable translations

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9647c14c98687d0abf5197e74b9d1448ab6ebb95 Commit: 9647c14c98687d0abf5197e74b9d1448ab6ebb95 Parent: 98348e9507ace5fda95432ff8ca23f13e7f66176 Author: Izik Eidus <[EMAIL PROTECTED]> AuthorDate: Tue

KVM: MMU: Add rmap_next(), a helper for walking kvm rmaps

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=98348e9507ace5fda95432ff8ca23f13e7f66176 Commit: 98348e9507ace5fda95432ff8ca23f13e7f66176 Parent: b284be576471b1521dd04c0845beedb790cbb9d7 Author: Izik Eidus <[EMAIL PROTECTED]> AuthorDate: Tue

KVM: MMU: Simplify page table walker

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=42bf3f0a1f5a25be26e6bb53162cdee82410310d Commit: 42bf3f0a1f5a25be26e6bb53162cdee82410310d Parent: d77a25074a8f845401f0eb786ebb8996e45d9e22 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Wed

KVM: x86 emulator: cmc, clc, cli, sti

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b284be576471b1521dd04c0845beedb790cbb9d7 Commit: b284be576471b1521dd04c0845beedb790cbb9d7 Parent: 42bf3f0a1f5a25be26e6bb53162cdee82410310d Author: Nitin A Kamble <[EMAIL PROTECTED]> AuthorDate:

KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3176bc3e59cc4e30ac10888f08124b31969a7a88 Commit: 3176bc3e59cc4e30ac10888f08124b31969a7a88 Parent: ab6ef34b906546d85d92dbc3e0fb4e01cce05f62 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Tue

KVM: x86 emulator: Implement emulation of instruction: inc & dec

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d77a25074a8f845401f0eb786ebb8996e45d9e22 Commit: d77a25074a8f845401f0eb786ebb8996e45d9e22 Parent: 3176bc3e59cc4e30ac10888f08124b31969a7a88 Author: Nitin A Kamble <[EMAIL PROTECTED]> AuthorDate:

KVM: Add some \n in ioapic_debug()

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e25e3ed56fce591e09477b0ce043d90f97988f37 Commit: e25e3ed56fce591e09477b0ce043d90f97988f37 Parent: e4d47f404b59adf22f639fedc943db99f090f9ee Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: Move apic timer interrupt backlog processing to common code

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ab6ef34b906546d85d92dbc3e0fb4e01cce05f62 Commit: ab6ef34b906546d85d92dbc3e0fb4e01cce05f62 Parent: e25e3ed56fce591e09477b0ce043d90f97988f37 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Tue

KVM: Portability: split kvm_vcpu_ioctl

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=313a3dc75da20630e549441932a7654223f8d72a Commit: 313a3dc75da20630e549441932a7654223f8d72a Parent: c4fcc2724628c6548748ec80a90b548fc300e81f Author: Carsten Otte <[EMAIL PROTECTED]> AuthorDate: Th

KVM: apic round robin cleanup

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e4d47f404b59adf22f639fedc943db99f090f9ee Commit: e4d47f404b59adf22f639fedc943db99f090f9ee Parent: 313a3dc75da20630e549441932a7654223f8d72a Author: Qing He <[EMAIL PROTECTED]> AuthorDate: Mon Sep

KVM: MMU: Move dirty bit updates to a separate function

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5df34a86f917024b67f9e7c850153390973cdfe3 Commit: 5df34a86f917024b67f9e7c850153390973cdfe3 Parent: 6bfccdc9ae55bb2e0be2e015d7d1ba061f4071c5 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Thu

KVM: MMU: Instantiate real-mode shadows as user writable shadows

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6bfccdc9ae55bb2e0be2e015d7d1ba061f4071c5 Commit: 6bfccdc9ae55bb2e0be2e015d7d1ba061f4071c5 Parent: cc70e7374df1e3a56d718e8ca330619f316511a6 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Thu

KVM: MMU: When updating the dirty bit, inform the mmu about it

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c4fcc2724628c6548748ec80a90b548fc300e81f Commit: c4fcc2724628c6548748ec80a90b548fc300e81f Parent: 5df34a86f917024b67f9e7c850153390973cdfe3 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Thu

KVM: MMU: Fix nx access bit for huge pages

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c22e3514fceb2f514093ce1d19a2f660ac7347ae Commit: c22e3514fceb2f514093ce1d19a2f660ac7347ae Parent: e3c5e7ec9efe0ebd47fa812cc86f01c51905edf6 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Thu

KVM: MMU: Disable write access on clean large pages

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cc70e7374df1e3a56d718e8ca330619f316511a6 Commit: cc70e7374df1e3a56d718e8ca330619f316511a6 Parent: c22e3514fceb2f514093ce1d19a2f660ac7347ae Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Thu

KVM: Move guest pte dirty bit management to the guest pagetable walker

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e3c5e7ec9efe0ebd47fa812cc86f01c51905edf6 Commit: e3c5e7ec9efe0ebd47fa812cc86f01c51905edf6 Parent: 4a4c99248713e878e1e2880015d01049aec805f3 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Thu

KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4a4c99248713e878e1e2880015d01049aec805f3 Commit: 4a4c99248713e878e1e2880015d01049aec805f3 Parent: f67a46f4aa1212b38696ac6b6a82b4323cea61aa Author: Anthony Liguori <[EMAIL PROTECTED]> AuthorDate:

KVM: MMU: Clean up MMU functions to take struct kvm when appropriate

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f67a46f4aa1212b38696ac6b6a82b4323cea61aa Commit: f67a46f4aa1212b38696ac6b6a82b4323cea61aa Parent: 043405e10001fe7aae60c46a57189515f13a6468 Author: Anthony Liguori <[EMAIL PROTECTED]> AuthorDate:

KVM: Move x86 msr handling to new files x86.[ch]

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=043405e10001fe7aae60c46a57189515f13a6468 Commit: 043405e10001fe7aae60c46a57189515f13a6468 Parent: 6fc138d2278078990f597cb1f62fde9e5b458f96 Author: Carsten Otte <[EMAIL PROTECTED]> AuthorDate: We

KVM: CodingStyle cleanup

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d77c26fce93d07802db97498959587eb9347b31d Commit: d77c26fce93d07802db97498959587eb9347b31d Parent: 7e620d16b8838bc0ad5b27d2dd55796270cd588c Author: Mike Day <[EMAIL PROTECTED]> AuthorDate: Mon Oc

KVM: Support assigning userspace memory to the guest

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6fc138d2278078990f597cb1f62fde9e5b458f96 Commit: 6fc138d2278078990f597cb1f62fde9e5b458f96 Parent: d77c26fce93d07802db97498959587eb9347b31d Author: Izik Eidus <[EMAIL PROTECTED]> AuthorDate: Tue

KVM: Remove gratuitous casts from lapic.c

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7e620d16b8838bc0ad5b27d2dd55796270cd588c Commit: 7e620d16b8838bc0ad5b27d2dd55796270cd588c Parent: 76fafa5e22bd82e92d2734852ba23f17322d675a Author: Rusty Russell <[EMAIL PROTECTED]> AuthorDate: M

KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=76fafa5e22bd82e92d2734852ba23f17322d675a Commit: 76fafa5e22bd82e92d2734852ba23f17322d675a Parent: d589444e924bc72e42fa94853f9096589d69374d Author: Rusty Russell <[EMAIL PROTECTED]> AuthorDate: M

KVM: Allow dynamic allocation of the mmu shadow cache size

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=82ce2c96831f049a37118733ced5c8f7c8848102 Commit: 82ce2c96831f049a37118733ced5c8f7c8848102 Parent: 195aefde9cc2cee38dd54ef92a866721fba4413e Author: Izik Eidus <[EMAIL PROTECTED]> AuthorDate: Tue

KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d589444e924bc72e42fa94853f9096589d69374d Commit: d589444e924bc72e42fa94853f9096589d69374d Parent: 82ce2c96831f049a37118733ced5c8f7c8848102 Author: Rusty Russell <[EMAIL PROTECTED]> AuthorDate: M

KVM: Remove the usage of page->private field by rmap

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=290fc38da8187b53b78dd4d5ab27a20b88ef8b61 Commit: 290fc38da8187b53b78dd4d5ab27a20b88ef8b61 Parent: f566e09fc2c9f4164e1f0017c8c1c7a18bad7d72 Author: Izik Eidus <[EMAIL PROTECTED]> AuthorDate: Thu

KVM: Add general accessors to read and write guest memory

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=195aefde9cc2cee38dd54ef92a866721fba4413e Commit: 195aefde9cc2cee38dd54ef92a866721fba4413e Parent: 290fc38da8187b53b78dd4d5ab27a20b88ef8b61 Author: Izik Eidus <[EMAIL PROTECTED]> AuthorDate: Mon

KVM: VMX: Simplify vcpu_clear()

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f566e09fc2c9f4164e1f0017c8c1c7a18bad7d72 Commit: f566e09fc2c9f4164e1f0017c8c1c7a18bad7d72 Parent: eae5ecb5b9043812968fae7ad9d74bf5e7a50245 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Sun

KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effect

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b4c6abfef400c0f74d9b86a149a6719706cfdbbc Commit: b4c6abfef400c0f74d9b86a149a6719706cfdbbc Parent: a22436b7b8ec9b14a0451d9ac0fdc9d370bd7800 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processor

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eae5ecb5b9043812968fae7ad9d74bf5e7a50245 Commit: eae5ecb5b9043812968fae7ad9d74bf5e7a50245 Parent: b4c6abfef400c0f74d9b86a149a6719706cfdbbc Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Sun

KVM: x86_emulator: no writeback for bt

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e4f8e03956de4b1a1dc4bbbdefa9c973d01ee91f Commit: e4f8e03956de4b1a1dc4bbbdefa9c973d01ee91f Parent: a01af5ec5163cdc51c00f6dcb22d7766199377cf Author: Qing He <[EMAIL PROTECTED]> AuthorDate: Mon Sep

KVM: Purify x86_decode_insn() error case management

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a22436b7b8ec9b14a0451d9ac0fdc9d370bd7800 Commit: a22436b7b8ec9b14a0451d9ac0fdc9d370bd7800 Parent: e4f8e03956de4b1a1dc4bbbdefa9c973d01ee91f Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: x86 emulator: remove _eflags and use directly ctxt->eflags.

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=05f086f87ef17da70d5f4e9b063e9ea31ab20f28 Commit: 05f086f87ef17da70d5f4e9b063e9ea31ab20f28 Parent: 8cdbd2c9bf3108c41563eef586f22fa8b5174de0 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE instead

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a01af5ec5163cdc51c00f6dcb22d7766199377cf Commit: a01af5ec5163cdc51c00f6dcb22d7766199377cf Parent: 05f086f87ef17da70d5f4e9b063e9ea31ab20f28 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: x86 emulator: split some decoding into functions for readability

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8cdbd2c9bf3108c41563eef586f22fa8b5174de0 Commit: 8cdbd2c9bf3108c41563eef586f22fa8b5174de0 Parent: 217648638ccb62dfeea5ac5fe768539cdee61ed0 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: MMU: Ignore reserved bits in cr3 in non-pae mode

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=217648638ccb62dfeea5ac5fe768539cdee61ed0 Commit: 217648638ccb62dfeea5ac5fe768539cdee61ed0 Parent: 12b7d28fc102b772eb70f98491587ec5ee717baf Author: Ryan Harper <[EMAIL PROTECTED]> AuthorDate: Tue

KVM: Allow not-present guest page faults to bypass kvm

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c7addb902054195b995114df154e061c7d604f69 Commit: c7addb902054195b995114df154e061c7d604f69 Parent: 51c6cf662b4b361a09fbd324f4c67875d9bcfbea Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Sun

KVM: MMU: Make flooding detection work when guest page faults are bypassed

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=12b7d28fc102b772eb70f98491587ec5ee717baf Commit: 12b7d28fc102b772eb70f98491587ec5ee717baf Parent: c7addb902054195b995114df154e061c7d604f69 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Sun

KVM: Call x86_decode_insn() only when needed

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3427318fd2244737a466a06a93c5fe579852f871 Commit: 3427318fd2244737a466a06a93c5fe579852f871 Parent: 1be3aa47182e94944e57b176a5c4ee4e74f1ce33 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: VMX: Further reduce efer reloads

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=51c6cf662b4b361a09fbd324f4c67875d9bcfbea Commit: 51c6cf662b4b361a09fbd324f4c67875d9bcfbea Parent: 3427318fd2244737a466a06a93c5fe579852f871 Author: Avi Kivity <[EMAIL PROTECTED]> AuthorDate: Wed

KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1be3aa47182e94944e57b176a5c4ee4e74f1ce33 Commit: 1be3aa47182e94944e57b176a5c4ee4e74f1ce33 Parent: 8b4caf6650808024c37ec4b29cf81b308af998b1 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: x86 emulator: move all decoding process to function x86_decode_insn()

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8b4caf6650808024c37ec4b29cf81b308af998b1 Commit: 8b4caf6650808024c37ec4b29cf81b308af998b1 Parent: e4e03deda83b1f2fc37ccbfc1eef27e86e8ed4e9 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: x86 emulator: remove unused functions

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a7ddce3afc8326870b9e5e02fa41e028bffb10a5 Commit: a7ddce3afc8326870b9e5e02fa41e028bffb10a5 Parent: 7aa81cc04781b5b99a0647ec04533599d78cd219 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: x86 emulator: move all x86_emulate_memop() to a structure

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e4e03deda83b1f2fc37ccbfc1eef27e86e8ed4e9 Commit: e4e03deda83b1f2fc37ccbfc1eef27e86e8ed4e9 Parent: a7ddce3afc8326870b9e5e02fa41e028bffb10a5 Author: Laurent Vivier <[EMAIL PROTECTED]> AuthorDate:

KVM: Refactor hypercall infrastructure (v3)

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7aa81cc04781b5b99a0647ec04533599d78cd219 Commit: 7aa81cc04781b5b99a0647ec04533599d78cd219 Parent: aca7f96600b170e470b3056aba0ed8d7df8d330d Author: Anthony Liguori <[EMAIL PROTECTED]> AuthorDate:

dlm: static initialization improvements

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0fe410d3f3b1496190f37ef74cd089229cef97fa Commit: 0fe410d3f3b1496190f37ef74cd089229cef97fa Parent: dbcfc34733d1ae37e7a78c9e4e5325451223a5eb Author: Denis Cheng <[EMAIL PROTECTED]> AuthorDate: Tue

KVM: x86 emulator: Add vmmcall/vmcall to x86_emulate (v3)

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aca7f96600b170e470b3056aba0ed8d7df8d330d Commit: aca7f96600b170e470b3056aba0ed8d7df8d330d Parent: dd430ca20c40ecccd6954a7efd13d4398f507728 Author: Anthony Liguori <[EMAIL PROTECTED]> AuthorDate:

dlm: Sanity check namelen before copying it

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2a79289e87f3b6487b5fd23c8569f32097057fb4 Commit: 2a79289e87f3b6487b5fd23c8569f32097057fb4 Parent: 85f0379aa0f9366bb6918e2e898a915231176fbd Author: Patrick Caulfeld <[EMAIL PROTECTED]> AuthorDate

dlm: clean ups

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dbcfc34733d1ae37e7a78c9e4e5325451223a5eb Commit: dbcfc34733d1ae37e7a78c9e4e5325451223a5eb Parent: 2a79289e87f3b6487b5fd23c8569f32097057fb4 Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: keep cached master rsbs during recovery

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=85f0379aa0f9366bb6918e2e898a915231176fbd Commit: 85f0379aa0f9366bb6918e2e898a915231176fbd Parent: 594199ebaae5d77f025974dfcfa6651cc81325a8 Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: fix possible use-after-free

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ce5246b972f7514af899a63c0faf831d05ed5ee1 Commit: ce5246b972f7514af899a63c0faf831d05ed5ee1 Parent: 755b5eb8bac90b35dc901465a06081aaad94e9ae Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: change error message to debug

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=594199ebaae5d77f025974dfcfa6651cc81325a8 Commit: 594199ebaae5d77f025974dfcfa6651cc81325a8 Parent: ce5246b972f7514af899a63c0faf831d05ed5ee1 Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: reject normal unlock when lock is waiting for lookup

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=42dc1601a9a31e8da767a4a9c37bad844b3698ab Commit: 42dc1601a9a31e8da767a4a9c37bad844b3698ab Parent: c54e04b00fe027da30ada5af76b6749772dd644a Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: limit dir lookup loop

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=755b5eb8bac90b35dc901465a06081aaad94e9ae Commit: 755b5eb8bac90b35dc901465a06081aaad94e9ae Parent: 42dc1601a9a31e8da767a4a9c37bad844b3698ab Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: validate messages before processing

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c54e04b00fe027da30ada5af76b6749772dd644a Commit: c54e04b00fe027da30ada5af76b6749772dd644a Parent: 46b43eed7018bab3a4e8c259eed27697b9170cb8 Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: another call to confirm_master in receive_request_reply

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aec64e1be2225c6fc64499594d23257c6adf6168 Commit: aec64e1be2225c6fc64499594d23257c6adf6168 Parent: 601342ce022b964f756b67f2eb99b605c1afa3ed Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: reject messages from non-members

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=46b43eed7018bab3a4e8c259eed27697b9170cb8 Commit: 46b43eed7018bab3a4e8c259eed27697b9170cb8 Parent: aec64e1be2225c6fc64499594d23257c6adf6168 Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: clear ast_type when removing from astqueue

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8a358ca8e738b6226b004efea462ac28c0a2bbb1 Commit: 8a358ca8e738b6226b004efea462ac28c0a2bbb1 Parent: 861e2369e9e7e003677f99f22c4d1f05d3ed66d3 Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: recover locks waiting for overlap replies

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=601342ce022b964f756b67f2eb99b605c1afa3ed Commit: 601342ce022b964f756b67f2eb99b605c1afa3ed Parent: 8a358ca8e738b6226b004efea462ac28c0a2bbb1 Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: swap bytes for rcom lock reply

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=550283e30ccec5ddab9749a77b0022ebcaf0f3af Commit: 550283e30ccec5ddab9749a77b0022ebcaf0f3af Parent: e7847d35ac39fe92c94540e88ac3d0e177f52d9e Author: Fabio M. Di Nitto <[EMAIL PROTECTED]> AuthorDat

dlm: use fixed errno values in messages

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=861e2369e9e7e003677f99f22c4d1f05d3ed66d3 Commit: 861e2369e9e7e003677f99f22c4d1f05d3ed66d3 Parent: 550283e30ccec5ddab9749a77b0022ebcaf0f3af Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: close othercons

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=39bd4177ddbeb4c86e854d3d5c4a6a26088e601e Commit: 39bd4177ddbeb4c86e854d3d5c4a6a26088e601e Parent: 52bda2b5bab87c388848bbc0f4d28d04858d5a7d Author: Patrick Caulfeld <[EMAIL PROTECTED]> AuthorDate

dlm: align midcomms message buffer

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e7847d35ac39fe92c94540e88ac3d0e177f52d9e Commit: e7847d35ac39fe92c94540e88ac3d0e177f52d9e Parent: 39bd4177ddbeb4c86e854d3d5c4a6a26088e601e Author: Fabio M. Di Nitto <[EMAIL PROTECTED]> AuthorDat

dlm: use dlm prefix on alloc and free functions

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=52bda2b5bab87c388848bbc0f4d28d04858d5a7d Commit: 52bda2b5bab87c388848bbc0f4d28d04858d5a7d Parent: 11b2498ba7c88343d91630d679c8f2aeb8d57c48 Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

dlm: proper prototypes

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e028398da7615dd3a795505ddf7942506bbb49bd Commit: e028398da7615dd3a795505ddf7942506bbb49bd Parent: 6bd8fedaa16da1e24f38712ee759950d8c5f4f09 Author: Adrian Bunk <[EMAIL PROTECTED]> AuthorDate: Sat

dlm: don't print common non-errors

2008-01-30 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=11b2498ba7c88343d91630d679c8f2aeb8d57c48 Commit: 11b2498ba7c88343d91630d679c8f2aeb8d57c48 Parent: e028398da7615dd3a795505ddf7942506bbb49bd Author: David Teigland <[EMAIL PROTECTED]> AuthorDate:

<    3   4   5   6   7   8   9   10   11   12   >