Merge branch 'linux-2.6'
[pandora-kernel.git] / drivers /
2008-01-31 Paul MackerrasMerge branch 'linux-2.6'
2008-01-30 Paul MackerrasMerge branch 'for-2.6.25' of git://git.secretlab.ca...
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/wim/linux-2.6-watchdog
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2008-01-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-2.6
2008-01-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-01-30 Randy Dunlapdocbook: fix drivers/base/class warning
2008-01-30 James Bottomley[SCSI] Revert "[SCSI] aacraid: fib context lock for...
2008-01-30 FUJITA Tomonori[SCSI] handle scsi_init_queue failure properly
2008-01-30 FUJITA Tomonori[SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queue
2008-01-30 FUJITA Tomonori[SCSI] scsi_debug: add XDWRITEREAD_10 support
2008-01-30 FUJITA Tomonori[SCSI] scsi_debug: add bidi data transfer support
2008-01-30 FUJITA Tomonori[SCSI] scsi_debug: add get_data_transfer_info helper...
2008-01-30 James Bottomley[SCSI] remove use_sg_chaining
2008-01-30 Kiyoshi Ueda[SCSI] bidirectional: fix up for the new blk_end_reques...
2008-01-30 Boaz Harrosh[SCSI] bidirectional command support
2008-01-30 Boaz Harrosh[SCSI] implement scsi_data_buffer
2008-01-30 Boaz Harrosh[SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtable
2008-01-30 FUJITA Tomonori[SCSI] aic7xxx: fix warnings with CONFIG_PM disabled
2008-01-30 FUJITA Tomonori[SCSI] aic79xx: fix warnings with CONFIG_PM disabled
2008-01-30 David Milburn[SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagge...
2008-01-30 Thomas Bogendoerfer[SCSI] sgiwd93: use cached memory access to make driver...
2008-01-30 FUJITA Tomonori[SCSI] zfcp: fix sense_buffer access bug
2008-01-30 FUJITA Tomonori[SCSI] ncr53c8xx: fix sense_buffer access bug
2008-01-30 FUJITA Tomonori[SCSI] aic79xx: fix sense_buffer access bug
2008-01-30 FUJITA Tomonori[SCSI] hptiop: fix sense_buffer access bug
2008-01-30 Nathan Lynch[SCSI] sym53c8xx: fix bad memset argument in sym_set_ca...
2008-01-30 Avi KivityKVM: Move drivers/kvm/* to virt/kvm/
2008-01-30 Avi KivityKVM: Move arch dependent files to new directory arch...
2008-01-30 Ryan HarperKVM: VMX: Add printk_ratelimit in vmx_intr_assist
2008-01-30 Zhang XiantaoKVM: Portability: Move kvm_vm_stat to x86.h
2008-01-30 Zhang XiantaoKVM: Portability: Move round_robin_prev_vcpu and tss_ad...
2008-01-30 Zhang XiantaoKVM: Portability: move vpic and vioapic to kvm_arch
2008-01-30 Zhang XiantaoKVM: Portability: Move mmu-related fields to kvm_arch
2008-01-30 Zhang XiantaoKVM: Portability: Move memslot aliases to new struct...
2008-01-30 Zhang XiantaoKVM: Portability: Move kvm_vcpu_stat to x86.h
2008-01-30 Zhang XiantaoKVM: Portability: Expand the KVM_VCPU_COMM in kvm_vcpu...
2008-01-30 Zhang XiantaoKVM: Portability: Move kvm_vcpu definition back to...
2008-01-30 Zhang XiantaoKVM: Portability: Split mmu-related static inline funct...
2008-01-30 Zhang XiantaoKVM: Portability: Introduce kvm_vcpu_arch
2008-01-30 Zhang XiantaoKVM: Portability: Move kvm{pic,ioapic} accesors to...
2008-01-30 Marcelo TosattiKVM: MMU: emulated cmpxchg8b should be atomic on i386
2008-01-30 Joerg RoedelKVM: SVM: support writing 0 to K8 performance counter...
2008-01-30 Joerg RoedelKVM: LAPIC: minor debugging compile fix
2008-01-30 Marcelo TosattiKVM: MMU: Fix SMP shadow instantiation race
2008-01-30 Joerg RoedelKVM: SVM: Exit to userspace if write to cr8 and not...
2008-01-30 Avi KivityKVM: MMU: Use mmu_set_spte() for real-mode shadows
2008-01-30 Avi KivityKVM: MMU: Adjust mmu_set_spte() debug code for gpte...
2008-01-30 Avi KivityKVM: MMU: Move set_pte() into guest paging mode indepen...
2008-01-30 Avi KivityKVM: MMU: Remove walker argument to set_pte()
2008-01-30 Avi KivityKVM: MMU: Pass pte dirty flag to set_pte() instead...
2008-01-30 Avi KivityKVM: MMU: No need to pick up nx bit from guest pte
2008-01-30 Avi KivityKVM: MMU: Fix inherited permissions for emulated guest...
2008-01-30 Avi KivityKVM: MMU: Move pte access calculation into a helper...
2008-01-30 Avi KivityKVM: MMU: Set nx bit correctly on shadow ptes
2008-01-30 Avi KivityKVM: MMU: Simplify calculation of pte access
2008-01-30 Marcelo TosattiKVM: MMU: Use cmpxchg for pte updates on walk_addr()
2008-01-30 Avi KivityKVM: SVM: Trap access to the cr8 register
2008-01-30 Avi KivityKVM: x86 emulator: Fix stack instructions on 64-bit...
2008-01-30 Joerg RoedelKVM: SVM: Emulate read/write access to cr8
2008-01-30 Avi KivityKVM: VMX: Avoid exit when setting cr8 if the local...
2008-01-30 Avi KivityKVM: x86 emulator: fix eflags preparation for emulation
2008-01-30 Avi KivityKVM: Use generalized exception queue for injecting #UD
2008-01-30 Avi KivityKVM: Replace #GP injection by the generalized exception...
2008-01-30 Avi KivityKVM: Replace page fault injection by the generalized...
2008-01-30 Avi KivityKVM: Generalize exception injection mechanism
2008-01-30 Marcelo TosattiKVM: MMU: Remove unused prev_shadow_ent variable from...
2008-01-30 npiggin@suse.deKVM: Convert KVM from ->nopage() to ->fault()
2008-01-30 Hollis BlanchardKVM: Portability: Create kvm_arch_vcpu_runnable() function
2008-01-30 Hollis BlanchardKVM: Portability: Stop including x86-specific headers...
2008-01-30 Hollis BlanchardKVM: Portability: Move IO device definitions to its...
2008-01-30 Hollis BlanchardKVM: Portability: Move address types to their own heade...
2008-01-30 Zhang XiantaoKVM: Extend ioapic code to support iosapic
2008-01-30 Zhang XiantaoKVM: Replace dest_Lowest_Prio and dest_Fixed with self...
2008-01-30 Zhang XiantaoKVM: Replace kvm_lapic with kvm_vcpu in ioapic/lapic...
2008-01-30 Carlo Marcelo Aren... KVM: SVM: Remove KVM specific defines for MSR_EFER
2008-01-30 Avi KivityKVM: Export include/linux/kvm.h only if $ARCH actually...
2008-01-30 Zhang XiantaoKVM: Correct kvm_init() error paths not freeing bad_pge.
2008-01-30 Zhang XiantaoKVM: Portability: Move KVM_INTERRUPT vcpu ioctl to...
2008-01-30 Avi KivityKVM: x86 emulator: unify four switch statements into two
2008-01-30 Avi KivityKVM: x86 emulator: unify two switches
2008-01-30 Avi KivityKVM: x86 emulator: Move rep processing before instructi...
2008-01-30 Guillaume ThouveninKVM: x86 emulator: cmps instruction
2008-01-30 Sheng YangKVM: x86 emulator: Rename 'cr2' to 'memop'
2008-01-30 Izik EidusKVM: MMU: mark pages that were inserted to the shadow...
2008-01-30 Avi KivityKVM: Remove misleading check for mmio during event...
2008-01-30 Avi KivityKVM: x86 emulator: address size and operand size overri...
2008-01-30 Guillaume ThouveninKVM: x86 emulator: Make a distinction between repeat...
2008-01-30 Zhang XiantaoKVM: Portability: Move unalias_gfn to arch dependent...
2008-01-30 Sheng YangKVM: VMX: Remove the secondary execute control dependen...
2008-01-30 Dan KenigsbergKVM: Enhance guest cpuid management
2008-01-30 Avi KivityKVM: Disallow fork() and similar games when using a VM
2008-01-30 Avi KivityKVM: MMU: Rename 'release_page'
2008-01-30 Avi KivityKVM: MMU: Rename variables of type 'struct kvm_mmu_page *'
2008-01-30 Avi KivityKVM: Remove gpa_to_hpa()
2008-01-30 Avi KivityKVM: MMU: Remove gva_to_hpa()
2008-01-30 Avi KivityKVM: MMU: Simplify nonpaging_map()
next