aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: x86: notifier for clocksource changesMarcelo Tosatti2012-11-271-1/+93
* time: export time information for KVM pvclockMarcelo Tosatti2012-11-272-0/+59
* KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-275-9/+9
* x86: vdso: pvclock gettime supportMarcelo Tosatti2012-11-273-11/+101
* x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti2012-11-273-12/+61
* x86: pvclock: generic pvclock vsyscall initializationMarcelo Tosatti2012-11-274-0/+91
* sched: add notifier for cross-cpu migrationsMarcelo Tosatti2012-11-272-0/+23
* x86: pvclock: add note about rdtsc barriersMarcelo Tosatti2012-11-271-0/+6
* x86: pvclock: introduce helper to read flagsMarcelo Tosatti2012-11-272-0/+14
* x86: pvclock: create helper for pvclock data retrievalMarcelo Tosatti2012-11-272-14/+30
* x86: pvclock: remove pvclock_shadow_timeMarcelo Tosatti2012-11-271-46/+11
* x86: pvclock: make sure rdtsc doesnt speculate out of regionMarcelo Tosatti2012-11-271-2/+2
* x86: kvmclock: allocate pvclock shared memory areaMarcelo Tosatti2012-11-271-11/+47
* KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti2012-11-271-7/+13
* KVM: remove unnecessary return value checkGuo Chao2012-11-132-62/+0
* KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao2012-11-131-1/+1
* KVM: do not kfree error pointerGuo Chao2012-11-132-13/+8
* Merge branch 'for-queue' of https://github.com/agraf/linux-2.6 into queueMarcelo Tosatti2012-10-3113-626/+880
|\
| * PPC: ePAPR: Convert hcall header to uapi (round 2)Alexander Graf2012-10-312-419/+517
| * Merge commit 'origin/queue' into for-queueAlexander Graf2012-10-317494-142491/+281052
| |\
| * | KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte()Paul Mackerras2012-10-301-1/+1
| * | KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0Paul Mackerras2012-10-301-3/+2
| * | KVM: PPC: Book3S HV: Fix accounting of stolen timePaul Mackerras2012-10-302-15/+117
| * | KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can runPaul Mackerras2012-10-302-39/+40
| * | KVM: PPC: Book3S HV: Fixes for late-joining threadsPaul Mackerras2012-10-302-6/+15
| * | KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lockPaul Mackerras2012-10-302-34/+34
| * | KVM: PPC: Book3S HV: Fix some races in starting secondary threadsPaul Mackerras2012-10-302-20/+32
| * | KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming onlinePaul Mackerras2012-10-303-2/+64
| * | PPC: ePAPR: Convert header to uapiAlexander Graf2012-10-304-55/+100
| * | KVM: PPC: Move mtspr/mfspr emulation into own functionsAlexander Graf2012-10-301-100/+121
| * | KVM: Documentation: Fix reentry-to-be-consistent paragraphAlexander Graf2012-10-301-1/+2
| * | KVM: PPC: 44x: fix DCR read/writeAlexander Graf2012-10-301-0/+2
* | | KVM: SVM: update MAINTAINERS entryJoerg Roedel2012-10-311-2/+2
| |/ |/|
* | KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-299-20/+32
* | Merge remote-tracking branch 'master' into queueMarcelo Tosatti2012-10-297487-141954/+280603
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-10-292-2/+6
| |\ \
| | * | ceph: fix dentry reference leak in encode_fh()David Zafman2012-10-291-0/+2
| | * | libceph: avoid NULL kref_put when osd reset races with alloc_msgSage Weil2012-10-241-1/+2
| | * | rbd: reset BACKOFF if unable to re-queueAlex Elder2012-10-091-1/+2
| * | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-285-40/+40
| |\ \ \
| | * | | i2c-i801: Fix commentJean Delvare2012-10-281-1/+1
| | * | | i2c-i801: Simplify dependency towards GPIOLIBJean Delvare2012-10-282-4/+6
| | * | | i2c-stub: Move to drivers/i2cJean Delvare2012-10-283-35/+33
| * | | | Linux 3.7-rc3Linus Torvalds2012-10-281-1/+1
| * | | | Merge tag 'ktest-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-281-2/+4
| |\ \ \ \
| | * | | | ktest: Fix ktest confusion with CONFIG_MODULES_USE_ELF_RELASteven Rostedt2012-10-261-2/+4
| * | | | | Merge tag 'spi-mxs' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds2012-10-281-1/+2
| |\ \ \ \ \
| | * | | | | spi: mxs: Terminate DMA in case of DMA timeoutMarek Vasut2012-10-171-0/+1
| | * | | | | spi: mxs: Assign message status after transfer finishedMarek Vasut2012-10-171-1/+1
| * | | | | | Merge tag 'fixes-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-2856-87/+225
| |\ \ \ \ \ \