summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: SVM: Fix nested msr intercept handlingJoerg Roedel2010-04-251-10/+3
* KVM: SVM: Annotate nested_svm_map with might_sleep()Joerg Roedel2010-04-251-0/+2
* KVM: SVM: Sync all control registers on nested vmexitJoerg Roedel2010-04-251-0/+4
* KVM: SVM: Fix schedule-while-atomic on nested exception handlingJoerg Roedel2010-04-251-4/+19
* KVM: SVM: Don't use kmap_atomic in nested_svm_mapJoerg Roedel2010-04-251-23/+24
* KVM: remove redundant prototype of load_pdptrs()Takuya Yoshikawa2010-04-251-1/+0
* KVM: x86 emulator: Fix x86_emulate_insn() not to use the variable rc for non-...Takuya Yoshikawa2010-04-251-9/+6
* KVM: x86 emulator: X86EMUL macro replacements: x86_emulate_insn() and its hel...Takuya Yoshikawa2010-04-251-33/+29
* KVM: x86 emulator: X86EMUL macro replacements: from do_fetch_insn_byte() to x...Takuya Yoshikawa2010-04-251-9/+9
* KVM: inject #UD in 64bit mode from instruction that are not valid thereGleb Natapov2010-04-251-5/+5
* KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov2010-04-254-66/+61
* KVM: add doc note about PIO/MMIO completion APIMarcelo Tosatti2010-04-251-0/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2010-04-216-6/+12
|\
| * m68knommu: allow 4 coldfire serial portsPhilippe De Muyter2010-04-211-1/+1
| * m68knommu: fix coldfire tcdrainPhilippe De Muyter2010-04-212-1/+8
| * m68knommu: remove a duplicate vector setting line for 68360Greg Ungerer2010-04-211-1/+0
| * Fix m68k-uclinux's rt_sigreturn trampolineMaxim Kuvyrkov2010-04-211-1/+1
| * m68knommu: correct the CC flags for Coldfire M5272 targetsPhilip Nye2010-04-211-1/+1
| * uclinux: error message when FLAT reloc symbol is invalid, v2Jun Sun2010-04-211-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-04-212-2/+9
|\ \
| * | mc13783-regulator: fix a memory leak in mc13783_regulator_removeAxel Lin2010-04-191-0/+3
| * | regulator: Let drivers know when they use the stub APIJean Delvare2010-04-191-2/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds2010-04-216-55/+91
|\ \ \
| * | | [LogFS] Split large truncated into smaller chunksJoern Engel2010-04-201-8/+26
| * | | [LogFS] Set s_bdiJoern Engel2010-04-171-0/+5
| * | | [LogFS] Prevent mempool_destroy NULL pointer dereferenceJoern Engel2010-04-154-7/+11
| * | | [LogFS] Move assertionJoern Engel2010-04-131-1/+1
| * | | [LogFS] Plug 8 byte information leakJoern Engel2010-04-131-10/+14
| * | | [LogFS] Prevent memory corruption on large deletesJoern Engel2010-04-135-1/+34
| * | | [LogFS] Remove unused methodJoern Engel2010-03-303-28/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2010-04-217-16/+33
|\ \ \ \
| * | | | jfs: add jfs specific ->setattr callDmitry Monakhov2010-04-164-4/+17
| * | | | jfs: fix diAllocExt error in resizing filesystemBill Pemberton2010-04-161-1/+5
| * | | | jfs_dmap.[ch]: trivial typo fix: s/heigth/height/gDaniel Mack2010-02-022-11/+11
* | | | | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-04-218-67/+79
|\ \ \ \ \
| * | | | | KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka2010-04-211-1/+5
| * | | | | KVM: Add missing srcu_read_lock() for kvm_mmu_notifier_release()Lai Jiangshan2010-04-211-0/+4
| * | | | | KVM: Increase NR_IOBUS_DEVS limit to 200Sridhar Samudrala2010-04-201-1/+1
| * | | | | KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-205-13/+24
| * | | | | KVM: MMU: fix kvm_mmu_zap_page() and its calling pathXiao Guangrong2010-04-201-4/+7
| * | | | | KVM: VMX: Save/restore rflags.vm correctly in real modeAvi Kivity2010-04-201-9/+15
| * | | | | KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTLAndre Przywara2010-04-201-2/+6
| * | | | | KVM: Don't spam kernel log when injecting exceptions due to bad cr writesAvi Kivity2010-04-201-27/+0
| * | | | | KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa2010-04-201-10/+15
| * | | | | KVM: take srcu lock before call to complete_pio()Gleb Natapov2010-04-201-0/+2
* | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-04-211-12/+7
|\ \ \ \ \ \
| * | | | | | md/raid5: allow for more than 2^31 chunks.NeilBrown2010-04-201-12/+7
* | | | | | | AFS: Don't pass error value to page_cache_release() in error handlingDavid Howells2010-04-211-12/+12
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-04-202-9/+15
|\ \ \ \ \ \
| * | | | | | quota: Convert __DQUOT_PARANOIA symbol to standard config optionJan Kara2010-04-202-9/+15