summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 2.6.34-rc5v2.6.34-rc5Linus Torvalds2010-04-191-2/+2
* rmap: add exclusively owned pages to the newest anon_vmaRik van Riel2010-04-191-11/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-04-195-100/+118
|\
| * eCryptfs: Turn lower lookup error messages into debug messagesTyler Hicks2010-04-191-6/+6
| * eCryptfs: Copy lower directory inode times and size on linkTyler Hicks2010-04-191-2/+2
| * ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inodeJeff Mahoney2010-04-191-1/+0
| * ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher2010-04-191-4/+4
| * eCryptfs: Decrypt symlink target for stat sizeTyler Hicks2010-04-191-48/+52
| * eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks2010-03-233-4/+22
| * eCryptfs: Clear buffer before reading in metadata xattrTyler Hicks2010-03-232-0/+2
| * eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks2010-03-234-20/+15
| * eCryptfs: Fix metadata in xattr feature regressionTyler Hicks2010-03-234-18/+18
* | Fix ISDN/Gigaset build failureLinus Torvalds2010-04-191-0/+1
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-04-196-31/+121
|\ \
| * | rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney2010-04-192-4/+8
| * | rcu: Update docs for rcu_access_pointer and rcu_dereference_protectedPaul E. McKenney2010-04-144-22/+58
| * | rcu: Better explain the condition parameter of rcu_dereference_check()David Howells2010-04-141-5/+23
| * | rcu: Add rcu_access_pointer and rcu_dereference_protectedPaul E. McKenney2010-04-141-0/+32
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-1918-28/+35
|\ \ \
| * | | gigaset: include cleanup cleanupTilman Schmidt2010-04-189-20/+1
| * | | packet : remove init_net restrictionDaniel Lezcano2010-04-161-2/+0
| * | | WAN: flush tx_queue in hdlc_ppp to prevent panic on rmmod hw_driver.Krzysztof Halasa2010-04-161-0/+6
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-04-151-0/+12
| |\ \ \
| | * | | iwlwifi: work around bogus active chains detectionJohannes Berg2010-04-091-0/+12
| * | | | ip: Fix ip_dev_loopback_xmit()Eric Dumazet2010-04-152-2/+2
| * | | | net: dev_pick_tx() fixEric Dumazet2010-04-151-2/+6
| * | | | fib: suppress lockdep-RCU false positive in FIB trie.Eric Dumazet2010-04-141-1/+3
| * | | | tun: orphan an skb on txMichael S. Tsirkin2010-04-141-0/+4
| * | | | forcedeth: fix tx limit2 flag checkAyaz Abdulla2010-04-131-1/+1
* | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-04-1918-19/+139
|\ \ \ \ \
| * | | | | drm/radeon/kms: add FireMV 2400 PCI ID.Dave Airlie2010-04-191-0/+1
| * | | | | drm/radeon/kms: allow R500 regs VAP_ALT_NUM_VERTICES and VAP_INDEX_OFFSETMarek Olšák2010-04-195-6/+20
| * | | | | drivers/gpu/radeon: Add MSPOS regs to safe list.Corbin Simpson2010-04-194-0/+8
| * | | | | drm/radeon/kms: disable the tv encoder when tv/cv is not in useAlex Deucher2010-04-191-2/+6
| * | | | | drm/radeon/kms: adjust pll settings for tvAlex Deucher2010-04-191-0/+4
| * | | | | drm/radeon/kms: fix tv dac conflict resolverAlex Deucher2010-04-191-0/+5
| * | | | | drm/radeon/kms/evergreen: don't enable hdmi audio stuffAlex Deucher2010-04-192-1/+10
| * | | | | drm/radeon/kms/atom: fix dual-link DVI on DCE3.2/4.0Alex Deucher2010-04-191-0/+4
| * | | | | drm/radeon/kms: fix rs600 tlb flushJerome Glisse2010-04-191-1/+1
| * | | | | drm/radeon/kms: print GPU family and device id when loadingJerome Glisse2010-04-192-2/+54
| * | | | | drm/radeon/kms: fix calculation of mipmapped 3D texture sizesMarek Olšák2010-04-121-5/+10