cascardo/linux.git
2014-07-28 Alexander GrafKVM: PPC: Book3S: Stop PTE lookup on write errors
2014-07-28 Alexander GrafKVM: PPC: Deflect page write faults properly in kvmppc_st
2014-07-28 Alexander GrafKVM: PPC: Book3S: Move vcore definition to end of kvm_a...
2014-07-28 Mihai CaramanKVM: PPC: e500: Emulate power management control SPR
2014-07-28 Alexander GrafKVM: PPC: Book3S HV: Enable for little endian hosts
2014-07-28 Alexander GrafKVM: PPC: Book3S HV: Fix ABIv2 on LE
2014-07-28 Alexander GrafKVM: PPC: Book3S HV: Access XICS in BE
2014-07-28 Alexander GrafKVM: PPC: Book3S HV: Access host lppaca and shadow...
2014-07-28 Alexander GrafKVM: PPC: Book3S HV: Access guest VPA in BE
2014-07-28 Alexander GrafKVM: PPC: Book3S HV: Make HTAB code LE host aware
2014-07-28 Alexander GrafPPC: Add asm helpers for BE 32bit load/store
2014-07-28 Mihai CaramanKVM: PPC: e500: Fix default tlb for victim hint
2014-07-28 Michael NeulingKVM: PPC: Book3S HV: Add H_SET_MODE hcall handling
2014-07-28 Paul MackerrasKVM: PPC: Book3S: Allow only implemented hcalls to...
2014-07-28 Paul MackerrasKVM: PPC: Book3S: Controls for in-kernel sPAPR hypercal...
2014-07-28 Mihai CaramanKVM: PPC: e500mc: Enhance tlb invalidation condition...
2014-07-28 Alexander GrafKVM: PPC: Book3S PR: Fix sparse endian checks
2014-07-28 Alexander GrafKVM: PPC: Book3S PR: Fix ABIv2 on LE
2014-07-28 Anton BlanchardKVM: PPC: Assembly functions exported to modules need...
2014-07-28 Anton BlanchardKVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue
2014-07-28 Alexander GrafKVM: PPC: Book3S PR: Handle hyp doorbell exits
2014-07-28 Alexander GrafKVM: PPC: Book3s HV: Fix tlbie compile error
2014-07-28 Alexander GrafKVM: PPC: Book3s PR: Disable AIL mode with OPAL
2014-07-28 Aneesh Kumar K.VKVM: PPC: BOOK3S: PR: Emulate instruction counter
2014-07-28 Aneesh Kumar K.VKVM: PPC: BOOK3S: PR: Emulate virtual timebase register
2014-07-06 Aneesh Kumar K.VKVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulation
2014-06-30 Rickard Strandqvistarch: x86: kvm: x86.c: Cleaning up variable is set...
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Remove dead code of TLB index error in kvm_m...
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Rename files to remove the prefix "kvm_...
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Remove unneeded volatile
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Simplify functions by removing redundancy
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Use KVM internal logger
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Reformat code and comments
2014-06-30 Paolo BonziniMerge tag 'kvms390-20140626' of git://git./linux/kernel...
2014-06-30 Paolo BonziniMerge commit '33b458d276bb' into kvm-next
2014-06-30 Jan KiszkaKVM: SVM: Fix CPL export via SS.DPL
2014-06-26 Heiko CarstensKVM: s390: add sie.h uapi header file to Kbuild and...
2014-06-19 Nadav AmitKVM: vmx: vmx instructions handling does not consider...
2014-06-19 Nadav AmitKVM: vmx: handle_cr ignores 32/64-bit mode
2014-06-19 Nadav AmitKVM: x86: Hypercall handling does not considers opsize...
2014-06-19 Nadav AmitKVM: x86: check DR6/7 high-bits are clear only on long...
2014-06-19 Jan KiszkaKVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM
2014-06-19 Jan KiszkaKVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE...
2014-06-19 Jan KiszkaKVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED...
2014-06-19 Jan KiszkaKVM: nVMX: Allow to disable CR3 access interception
2014-06-19 Jan KiszkaKVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_...
2014-06-19 Jan KiszkaKVM: x86: Fix constant value of VM_{EXIT_SAVE,ENTRY_LOA...
2014-06-19 Nadav AmitKVM: x86: NOP emulation clears (incorrectly) the high...
2014-06-19 Nadav AmitKVM: x86: emulation of dword cmov on long-mode should...
2014-06-19 Nadav AmitKVM: x86: Inter-privilege level ret emulation is not...
2014-06-19 Nadav AmitKVM: x86: Wrong emulation on 'xadd X, X'
2014-06-19 Nadav AmitKVM: x86: bit-ops emulation ignores offset on 64-bit
2014-06-19 Fabian Frederickarch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIG...
2014-06-19 Paolo BonziniKVM: emulate: fix harmless typo in MMX decoding
2014-06-19 Paolo BonziniKVM: emulate: simplify BitOp handling
2014-06-18 Paolo BonziniKVM: emulate: POP SS triggers a MOV SS shadow too
2014-06-18 Nadav AmitKVM: x86: smsw emulation is incorrect in 64-bit mode
2014-06-18 Nadav AmitKVM: x86: Return error on cmpxchg16b emulation
2014-06-18 Nadav AmitKVM: x86: rdpmc emulation checks the counter incorrectly
2014-06-18 Nadav AmitKVM: x86: movnti minimum op size of 32-bit is not kept
2014-06-18 Nadav AmitKVM: x86: cmpxchg emulation should compare in reverse...
2014-06-18 Nadav AmitKVM: x86: sgdt and sidt are not privilaged
2014-06-18 Nadav AmitKVM: x86: Loading segments on 64-bit mode may be wrong
2014-06-18 Nadav AmitKVM: x86: Emulator ignores LDTR/TR extended base on...
2014-06-18 Nadav AmitKVM: x86: Mark VEX-prefix instructions emulation as...
2014-06-16 Linus TorvaldsLinux 3.16-rc1 v3.16-rc1
2014-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2014-06-16 Linus TorvaldsMerge tag 'clk-for-linus-3.16-part2' of git://git.linar...
2014-06-16 Linus TorvaldsMerge git://git.infradead.org/users/willy/linux-nvme
2014-06-15 Daniel Borkmannnet: sctp: fix permissions for rto_alpha and rto_beta...
2014-06-15 David S. MillerMerge branch 'csum_fixes'
2014-06-15 Tom Herbertvxlan: Checksum fixes
2014-06-15 Tom Herbertnet: add skb_pop_rcv_encapsulation
2014-06-15 Tom Herbertudp: call __skb_checksum_complete when doing full checksum
2014-06-15 Tom Herbertnet: Fix save software checksum complete
2014-06-15 Tom Herbertnet: Fix GSO constants to match NETIF flags
2014-06-15 Linus TorvaldsMerge tag 'scsi-for-linus' of git://git./linux/kernel...
2014-06-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-06-15 Linus TorvaldsMerge git://git.kvack.org/~bcrl/aio-next
2014-06-15 Al Virofix __swap_writepage() compile failure on old gcc versions
2014-06-14 Linus TorvaldsMerge tag 'hsi-for-3.16-fixes1' of git://git./linux...
2014-06-14 Linus TorvaldsMerge tag 'gpio-v3.16-2' of git://git./linux/kernel...
2014-06-14 Linus TorvaldsMerge branch 'x86-vdso-for-linus' of git://git./linux...
2014-06-14 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git./linux/kernel...
2014-06-13 Eric Dumazetudp: ipv4: do not waste time in __udp4_lib_mcast_demux_...
2014-06-13 Cong Wangvxlan: use dev->needed_headroom instead of dev->hard_he...
2014-06-13 Dimitris MichailidisMAINTAINERS: update cxgb4 maintainer
2014-06-13 Andy Lutomirskix86/vdso: Fix vdso_install
2014-06-13 Dan McLeranNVMe: Fix START_STOP_UNIT Scsi->NVMe translation.
2014-06-13 Eric Sandeenbtrfs: fix error handling in create_pending_snapshot
2014-06-13 Eric Sandeenbtrfs: fix use of uninit "ret" in end_extent_writepage()
2014-06-13 Eric Sandeenbtrfs: free ulist in qgroup_shared_accounting() error...
2014-06-13 Filipe MananaBtrfs: fix qgroups sanity test crash or hang
2014-06-13 Sasha Levinbtrfs: prevent RCU warning when dereferencing radix...
2014-06-13 Wang ShilongBtrfs: fix unfinished readahead thread for raid5/6...
2014-06-13 Gerhard Heiftbtrfs: new ioctl TREE_SEARCH_V2
2014-06-13 Matthew WilcoxNVMe: Use Log Page constants in SCSI emulation
2014-06-13 Matthew WilcoxNVMe: Define Log Page constants
2014-06-13 Keith BuschNVMe: Fix hot cpu notification dead lock
next