pandora-kernel.git
2011-07-12 Avi KivityKVM: x86 emulator: fold decode_cache into x86_emulate_ctxt
2011-07-12 Avi KivityKVM: x86 emulator: rename decode_cache::eip to _eip
2011-07-12 Jan KiszkaKVM: VMX: Silence warning on 32-bit hosts
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for CLI/STI...
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for LOOP/JCXZ
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Clean up INT n/INTO/INT 3(CC/CD/CE)
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for MOV(8C/8E)
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for RET(C3)
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for XCHG(86/87)
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for TEST(84...
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for some instruc...
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Rename emulate_xxx() to em_xxx()
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Use the pointers ctxt and c consistently
2011-07-12 Sasha LevinKVM: Document KVM_IOEVENTFD
2011-07-12 Nadav Har'ElKVM: nVMX: Documentation
2011-07-12 Nadav Har'ElKVM: nVMX: Miscellenous small corrections
2011-07-12 Nadav Har'ElKVM: nVMX: Add VMX to list of supported cpuid features
2011-07-12 Nadav Har'ElKVM: nVMX: Additional TSC-offset handling
2011-07-12 Nadav Har'ElKVM: nVMX: Further fixes for lazy FPU loading
2011-07-12 Nadav Har'ElKVM: nVMX: Handling of CR0 and CR4 modifying instructions
2011-07-12 Nadav Har'ElKVM: nVMX: Correct handling of idt vectoring info
2011-07-12 Nadav Har'ElKVM: nVMX: Correct handling of exception injection
2011-07-12 Nadav Har'ElKVM: nVMX: Correct handling of interrupt injection
2011-07-12 Nadav Har'ElKVM: nVMX: Deciding if L0 or L1 should handle an L2...
2011-07-12 Nadav Har'ElKVM: nVMX: vmcs12 checks on nested entry
2011-07-12 Nadav Har'ElKVM: nVMX: Exiting from L2 to L1
2011-07-12 Nadav Har'ElKVM: nVMX: No need for handle_vmx_insn function any...
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMLAUNCH and VMRESUME
2011-07-12 Nadav Har'ElKVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12
2011-07-12 Nadav Har'ElKVM: nVMX: Move control field setup to functions
2011-07-12 Nadav Har'ElKVM: nVMX: Move host-state field setup to a function
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMREAD and VMWRITE
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMPTRST
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMPTRLD
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMCLEAR
2011-07-12 Nadav Har'ElKVM: nVMX: Success/failure of VMX instructions.
2011-07-12 Nadav Har'ElKVM: nVMX: Add VMCS fields to the vmcs12
2011-07-12 Nadav Har'ElKVM: nVMX: Introduce vmcs02: VMCS used to run L2
2011-07-12 Nadav Har'ElKVM: nVMX: Decoding memory operands of VMX instructions
2011-07-12 Nadav Har'ElKVM: nVMX: Implement reading and writing of VMX MSRs
2011-07-12 Nadav Har'ElKVM: nVMX: Introduce vmcs12: a VMCS structure for L1
2011-07-12 Nadav Har'ElKVM: nVMX: Allow setting the VMXE bit in CR4
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMXON and VMXOFF
2011-07-12 Nadav Har'ElKVM: nVMX: Add "nested" module option to kvm_intel
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Avoid clearing the whole decode_cache
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Clean up init_emulate_ctxt()
2011-07-12 Jan KiszkaKVM: Clean up error handling during VCPU creation
2011-07-12 Nadav Har'ElKVM: VMX: Keep list of loaded VMCSs, instead of vcpus
2011-07-12 Avi KivityKVM: Sanitize cpuid
2011-07-12 Xiao GuangrongKVM: MMU: cleanup for dropping parent pte
2011-07-12 Xiao GuangrongKVM: MMU: cleanup for kvm_mmu_page_unlink_children
2011-07-12 Xiao GuangrongKVM: MMU: remove the arithmetic of parent pte rmap
2011-07-12 Xiao GuangrongKVM: MMU: abstract the operation of rmap
2011-07-12 Xiao GuangrongKVM: fix uninitialized warning
2011-07-12 Xiao GuangrongKVM: use __copy_to_user/__clear_user to write guest...
2011-07-12 Xiao GuangrongKVM: MMU: optimize pte write path if don't have protect...
2011-07-12 Avi KivityKVM: VMX: always_inline VMREADs
2011-07-12 Avi KivityKVM: VMX: Move VMREAD cleanup to exception handler
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Stop passing ctxt->ops as arg of...
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Stop passing ctxt->ops as arg of...
2011-07-12 Takuya YoshikawaKVM: x86 emulator: Place insn_fetch helpers together
2011-07-12 Avi KivityKVM: Document KVM_GET_LAPIC, KVM_SET_LAPIC ioctl
2011-07-07 Linus TorvaldsMerge branch 'gpio/merge' of git://git.secretlab.ca...
2011-07-06 Andrea RighiDocumentation: fix cgroup blkio throttle filenames
2011-07-06 Jesper JuhlDocumentation: update CodingStyle memory allocators
2011-07-06 Randy DunlapMAINTAINERS: move kernel-doc patches location
2011-07-06 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2011-07-06 Davidlohr BuesoFDPIC: Fix memory leak
2011-07-06 Ram Pairesource: ability to resize an allocated resource
2011-07-06 Miklos Szeredifs: fix lock initialization
2011-07-06 Axel Lingpio: tps65910: add missing breaks in tps65910_gpio_init
2011-07-06 Linus TorvaldsMerge branch 'usb-linus' of git://git./linux/kernel...
2011-07-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-05 Axel Linmfd: Add Makefile and Kconfig Entries for tps65911...
2011-07-05 Axel Linmfd: Fix build error for tps65911-comparator.c
2011-07-05 Keshava MunegowdaRevert "mfd: Add omap-usbhs runtime PM support"
2011-07-05 Samuel Ortizinput: pmic8xxx-pwrkey: Do not use mfd_get_data()
2011-07-05 Samuel Ortizinput: pmic8xxx-keypad: Do not use mfd_get_data()
2011-07-04 Linus TorvaldsLinux 3.0-rc6 v3.0-rc6
2011-07-04 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2011-07-04 Linus TorvaldsMerge branch 'at91/fixes' of git://git./linux/kernel...
2011-07-04 Linus TorvaldsMerge branch 'fbdev-fixes-for-linus' of git://git....
2011-07-04 Goldwyn RodriguesRDMA: Check for NULL mode in .devnode methods
2011-07-04 Nicolas FerreAT91: Change nand buswidth logic to match hardware...
2011-07-04 Daniel J Bluemanvesafb: fix memory leak
2011-07-03 Linus TorvaldsMerge branch 'pm-fixes' of git://git./linux/kernel...
2011-07-03 James Bottomley[SCSI] isci: fix checkpatch errors
2011-07-03 James BottomleyMerge git://git./linux/kernel/git/djbw/isci
2011-07-03 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2011-07-03 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2011-07-03 Clemens Ladischhwmon: (k10temp) Update documentation for Fam12h
2011-07-03 Jean Delvarehwmon-vid: Fix typo in VIA CPU name
2011-07-03 Hans de Goedehwmon: (f71882fg) Add support for the F71869A
2011-07-03 Hans de Goedehwmon: Use <> rather than () around my e-mail address
2011-07-03 Jean Delvarehwmon: (emc6w201) Properly handle all errors
2011-07-03 Jeff Skirvinisci: Device reset should request sas_phy_reset(phy...
2011-07-03 Dan Williamsisci: pare back error messsages
2011-07-03 Dan Williamsisci: cleanup silicon revision detection
next