summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-22lockdep: Replace "Bad BFS generated tree" message with something less crypticSteven Rostedt1-1/+1
2011-04-22lockdep: Print a nicer description for irq inversion bugsSteven Rostedt1-5/+29
2011-04-22lockdep: Print a nicer description for simple deadlocksSteven Rostedt1-0/+21
2011-04-22lockdep: Print a nicer description for normal deadlocksSteven Rostedt1-0/+55
2011-04-22lockdep: Print a nicer description for irq lock inversionsSteven Rostedt1-0/+70
2011-04-21Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-5/+20
2011-04-21ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cdTejun Heo3-2/+12
2011-04-21block: don't propagate unlisted DISK_EVENTs to userlandTejun Heo1-2/+6
2011-04-21elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case tooJens Axboe1-1/+2
2011-04-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+3
2011-04-21Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-56/+20
2011-04-21raid5: fix build error, sector_t usageRandy Dunlap1-1/+1
2011-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds3-18/+9
2011-04-21Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds3-6/+17
2011-04-21Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-37/+45
2011-04-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-12/+43
2011-04-21vfs: Pass setxattr(2) flags properlyJan Kara1-1/+1
2011-04-21virtio: console: Enable call to hvc_remove() on console port removeAmit Shah1-11/+0
2011-04-21virtio_pci: Prevent double-free of pci regions after device hot-unplugAmit Shah1-7/+8
2011-04-21virtio: Decrement avail idx on buffer detachAmit Shah1-0/+1
2011-04-21intel_iommu: disable all VT-d PMRs when TXT launchedJoseph Cihula1-9/+29
2011-04-21x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPSDavid Rientjes3-33/+20
2011-04-21Revert "x86, NUMA: Fix fakenuma boot failure"David Rientjes1-23/+0
2011-04-21agp: fix arbitrary kernel memory writesVasiliy Kulikov1-3/+8
2011-04-21agp: fix OOM and buffer overflowVasiliy Kulikov1-1/+7
2011-04-20Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-31/+331
2011-04-20Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-2/+10
2011-04-20Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-0/+9
2011-04-20Merge branch 'stable/bug-fixes-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+10
2011-04-20Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds3-1/+15
2011-04-20Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-73/+31
2011-04-20xfs: fix duplicate message outputDave Chinner1-1/+3
2011-04-20Open with O_CREAT flag set fails to open existing files on non writable direc...Sachin Prabhu1-1/+8
2011-04-20xen: mask_rw_pte: do not apply the early_ioremap checks on x86_32Stefano Stabellini1-4/+9
2011-04-20xen: do not create the extra e820 region at an addr lower than 4GStefano Stabellini1-1/+1
2011-04-20md: Update documentation for sync_min and sync_max entriesCoolCold1-0/+10
2011-04-20md: Cleanup after raid45->raid0 takeoverKrzysztof Wojcik1-0/+1
2011-04-20md: Fix dev_sectors on takeover from raid0 to raid4/5NeilBrown1-0/+4
2011-04-20md/raid5: remove setting of ->queue_lockNeilBrown1-1/+0
2011-04-19Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds16-92/+102
2011-04-20drm/radeon/kms: fix IH writeback on r6xx+ on big endian machinesCédric Cano2-2/+2
2011-04-20drm/radeon/kms: pll tweaks for r7xxAlex Deucher1-5/+1
2011-04-20Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next ...Dave Airlie11-22/+36
2011-04-20drm/nouveau: fix allocation of notifier objectMarcin Slusarz1-1/+1
2011-04-20drm/nouveau: fix notifier memory corruption bugMarcin Slusarz1-2/+2
2011-04-20drm/nouveau: fix pinning of notifier blockBen Skeggs1-4/+7
2011-04-20drm/nouveau: populate ttm_alloced with false, when it's notBen Skeggs1-0/+1
2011-04-20drm/nouveau: fix nv30 pcie boardsBen Skeggs2-3/+3
2011-04-20drm/nouveau: split ramin_lock into two locks, one hardirq safeBen Skeggs6-12/+22
2011-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds64-203/+330