sfrench/cifs-2.6.git
2010-10-24 Alexander GrafKVM: PPC: Convert DAR to shared page.
2010-10-24 Alexander GrafKVM: PPC: Convert DSISR to shared page
2010-10-24 Alexander GrafKVM: PPC: Convert MSR to shared page
2010-10-24 Alexander GrafKVM: PPC: Introduce shared page
2010-10-24 Mohammed GamalKVM: x86 emulator: Fix nop emulation
2010-10-24 Avi KivityKVM: x86 emulator: Decode memory operands directly...
2010-10-24 Avi KivityKVM: x86 emulator: change invlpg emulation to use src...
2010-10-24 Avi KivityKVM: x86 emulator: switch LEA to use SrcMem decoding
2010-10-24 Avi KivityKVM: x86 emulator: add NoAccess flag for memory instruc...
2010-10-24 Avi KivityKVM: x86 emulator: use struct operand for mov reg,dr...
2010-10-24 Avi KivityKVM: x86 emulator: use struct operand for mov reg,cr...
2010-10-24 Avi KivityKVM: x86 emulator: mark mov cr and mov dr as 64-bit...
2010-10-24 Avi KivityKVM: x86 emulator: introduce Op3264 for mov cr and...
2010-10-24 Avi KivityKVM: x86 emulator: simplify REX.W check
2010-10-24 Avi KivityKVM: x86 emulator: drop use_modrm_ea
2010-10-24 Avi KivityKVM: x86 emulator: put register operand fetch into...
2010-10-24 Avi KivityKVM: x86 emulator: use SrcAcc to simplify xchg decoding
2010-10-24 Avi KivityKVM: x86 emulator: simplify xchg decode tables
2010-10-24 Avi KivityKVM: x86 emulator: use correct type for memory address...
2010-10-24 Avi KivityKVM: x86 emulator: push segment override out of decode_...
2010-10-24 Joerg RoedelKVM: SVM: Check for asid != 0 on nested vmrun
2010-10-24 Joerg RoedelKVM: SVM: Check for nested vmrun intercept before emula...
2010-10-24 Xiao GuangrongKVM: MMU: mark page dirty only when page is really...
2010-10-24 Xiao GuangrongKVM: MMU: move bits lost judgement into a separate...
2010-10-24 Xiao GuangrongKVM: MMU: using kvm_set_pfn_accessed() instead of mark_...
2010-10-24 Gleb NatapovKVM: x86 emulator: check io permissions only once for...
2010-10-24 Avi KivityKVM: x86 emulator: fix LMSW able to clear cr0.pe
2010-10-24 Gleb NatapovKVM: x86 emulator: don't update vcpu state if instructi...
2010-10-24 Avi KivityKVM: x86 emulator: convert some push instructions to...
2010-10-24 Avi KivityKVM: x86 emulator: allow repeat macro arguments to...
2010-10-24 Avi KivityKVM: x86 emulator: move decode tables downwards
2010-10-24 Avi KivityKVM: x86 emulator: move x86_decode_insn() downwards
2010-10-24 Avi KivityKVM: x86 emulator: allow storing emulator execution...
2010-10-24 Avi KivityKVM: x86 emulator: store x86_emulate_ops in emulation...
2010-10-24 Avi KivityKVM: x86 emulator: move ByteOp and Dst back to bits 0:3
2010-10-24 Avi KivityKVM: x86 emulator: drop support for old-style groups
2010-10-24 Avi KivityKVM: x86 emulator: convert group 9 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 8 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 7 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 5 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 4 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 3 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 1A to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 1 to new style
2010-10-24 Avi KivityKVM: x86 emulator: allow specifying group directly...
2010-10-24 Avi KivityKVM: x86 emulator: reserve group code 0
2010-10-24 Avi KivityKVM: x86 emulator: move group tables to top
2010-10-24 Avi KivityKVM: x86 emulator: Add wrappers for easily defining...
2010-10-24 Avi KivityKVM: x86 emulator: introduce 'struct opcode'
2010-10-24 Avi KivityKVM: x86 emulator: drop parentheses in repreat macros
2010-10-24 Mohammed GamalKVM: x86 emulator: Add IRET instruction
2010-10-24 Joerg RoedelKVM: SVM: Emulate next_rip svm feature
2010-10-24 Joerg RoedelKVM: SVM: Sync efer back into nested vmcb
2010-10-24 Xiao GuangrongKVM: MMU: remove valueless output message
2010-10-24 Avi KivityKVM: VMX: Use host_gdt variable wherever we need the...
2010-10-24 Avi KivityKVM: x86 emulator: unify the two Group 3 variants
2010-10-24 Avi KivityKVM: x86 emulator: Allow LOCK prefix for NEG and NOT
2010-10-24 Avi KivityKVM: x86 emulator: simplify Group 1 decoding
2010-10-24 Avi KivityKVM: x86 emulator: mix decode bits from opcode and...
2010-10-24 Avi KivityKVM: x86 emulator: add Undefined decode flag
2010-10-24 Avi KivityKVM: x86 emulator: Make group storage bits separate...
2010-10-24 Avi KivityKVM: x86 emulator: consolidate Jcc rel32 decoding
2010-10-24 Avi KivityKVM: x86 emulator: consolidate CMOVcc decoding
2010-10-24 Avi KivityKVM: x86 emulator: consolidate MOV reg, imm decoding
2010-10-24 Avi KivityKVM: x86 emulator: consolidate Jcc rel8 decoding
2010-10-24 Avi KivityKVM: x86 emulator: consolidate push/pop reg decoding
2010-10-24 Avi KivityKVM: x86 emulator: consolidate inc/dec reg decoding
2010-10-24 Avi KivityKVM: x86 emulator: add macros for repetitive instructions
2010-10-24 Avi KivityKVM: x86 emulator: fix handling for unemulated instructions
2010-10-20 Linus TorvaldsMerge branch 'kvm-updates/2.6.36' of git://git./virt...
2010-10-19 Linus TorvaldsMerge branch 'drm-fixes' of git://git./linux/kernel...
2010-10-19 Avi KivityKVM: Fix fs/gs reload oops with invalid ldt
2010-10-18 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2010-10-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-18 Sascha Hauermxc_nand: do not depend on disabling the irq in the...
2010-10-18 Linus TorvaldsMerge branch 'for-linus/i2c/2636-rc8' of git://git...
2010-10-18 Linus TorvaldsMerge branch 'fixes'
2010-10-18 Namhyung KimMIPS: Enable ISA_DMA_API config to fix build failure
2010-10-18 Namhyung KimMIPS: 32-bit: Fix build failure in asm/fcntl.h
2010-10-18 Wu ZhangjinMIPS: Remove all generated vmlinuz* files on "make...
2010-10-18 Al ViroMIPS: do_sigaltstack() expects userland pointers
2010-10-18 Al ViroMIPS: Fix error values in case of bad_stack
2010-10-18 Al ViroMIPS: Sanitize restart logics
2010-10-18 Al ViroMIPS: secure_computing, syscall audit: syscall number...
2010-10-18 Al ViroMIPS: Don't block signals if we'd failed to setup a...
2010-10-18 Daniel MackInput: evdev - fix EVIOCSABS regression
2010-10-18 Daniel MackInput: evdev - fix Ooops in EVIOCGABS/EVIOCSABS
2010-10-18 Marc Kleine... i2c-imx: do not allow interruptions when waiting for...
2010-10-18 Jon Poveyi2c-davinci: Fix TX setup for more SoCs
2010-10-17 Alex Deucherdrm/radeon/kms: avivo cursor workaround applies to...
2010-10-17 Linus TorvaldsMerge branch 'fix/misc' of git://git./linux/kernel...
2010-10-17 Stefan Richterfirewire: ohci: fix TI TSB82AA2 regression since 2...
2010-10-17 Clemens LadischALSA: rawmidi: fix oops (use after free) when unloading...
2010-10-16 Kyle McMartinm32r: test __LITTLE_ENDIAN__ instead of __LITTLE_ENDIAN
2010-10-16 Kyle McMartinm32r: add kernel/.gitignore and ignore vmlinux.lds
2010-10-16 Kyle McMartinm32r: get_user takes an lvalue, not a pointer
2010-10-16 Kyle McMartinm32r: restore _BLOCKABLE
2010-10-15 Eric Paristypes.h: define __aligned_u64 and expose to userspace
2010-10-15 FUJITA Tomonoriuml: fix build
next