summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | drm: Propagate failure from setting crtc base.Chris Wilson2009-02-203-40/+69
| * | | | | | drm: Check for a NULL encoder when reverting on error pathChris Wilson2009-02-201-1/+5
| * | | | | | drm/i915: Cleanup the hws on ringbuffer constrution failure.Chris Wilson2009-02-201-14/+25
| * | | | | | drm/i915: Don't add panel_fixed_mode to the probed modes list at LVDS init.Steve Aarnio2009-02-201-2/+0
| * | | | | | drm: Release user fbs in drm_releaseKristian Høgsberg2009-02-203-3/+5
| * | | | | | drm/i915: Unpin the fb on error during construction.Chris Wilson2009-02-201-3/+5
| * | | | | | drm/i915: Unpin the hws if we fail to kmap.Chris Wilson2009-02-201-0/+1
| * | | | | | drm/i915: Unpin the ringbuffer if we fail to ioremap it.Chris Wilson2009-02-201-0/+1
| * | | | | | drm/i915: unpin for an invalid memory domain.Chris Wilson2009-02-201-0/+2
| * | | | | | drm/i915: Release and unlock on mmap_gtt error path.Chris Wilson2009-02-201-1/+4
| * | | | | | drm/i915: Set framebuffer alignment based upon the fence constraints.Chris Wilson2009-02-201-4/+2
| * | | | | | drm: Do not leak a new reference for flink() on an existing nameChris Wilson2009-02-201-17/+16
| * | | | | | drm/i915: Fix potential AB-BA deadlock in i915_gem_execbuffer()Roland Dreier2009-02-201-9/+12
| * | | | | | drm/i915: refleak along pin() error path.Chris Wilson2009-02-201-0/+1
| * | | | | | drm/i915: hold mutex for unreference() in i915_gem_tiling.cChris Wilson2009-02-201-4/+2
| * | | | | | drm/i915: Cleanup trivial leak on execbuffer error path.Chris Wilson2009-02-201-2/+4
| * | | | | | drm: Free the object ref on error.Chris Wilson2009-02-201-8/+12
| * | | | | | drm: Potential use-after-free on error path.Chris Wilson2009-02-201-1/+1
| * | | | | | drm/i915: Storage class should be before const qualifierTobias Klauser2009-02-202-2/+2
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-202-11/+9
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | x86: use the right protections for split-up pagetablesIngo Molnar2009-02-201-10/+5
| * | | | | | x86, vmi: TSC going backwards check in vmi clocksourceAlok N Kataria2009-02-201-1/+4
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-02-2019-62/+131
|\ \ \ \ \ \
| * | | | | | [SCSI] qla2xxx: Update version number to 8.03.00-k3.Andrew Vasquez2009-02-101-1/+1
| * | | | | | [SCSI] qla2xxx: Mask out 'reserved' bits while processing FLT regions.Andrew Vasquez2009-02-101-1/+1
| * | | | | | [SCSI] qla2xxx: Correct slab-error overwrite during vport creation and deletion.Anirban Chakraborty2009-02-102-8/+7
| * | | | | | [SCSI] qla2xxx: Properly acknowledge IDC notification messages.Andrew Vasquez2009-02-106-13/+87
| * | | | | | [SCSI] qla2xxx: Remove interrupt request bit check in the response processing...Anirban Chakraborty2009-02-105-31/+16
| * | | | | | [SCSI] lpfc: introduce missing kfreeJulia Lawall2009-02-101-0/+1
| * | | | | | [SCSI] libiscsi: Fix scsi command timeout oops in iscsi_eh_timed_outMike Christie2009-02-101-1/+2
| * | | | | | [SCSI] qla2xxx: fix Kernel Panic with Qlogic 2472 Card.Shyam_Iyer@Dell.com2009-02-101-1/+1
| * | | | | | [SCSI] ibmvfc: Increase cancel timeoutBrian King2009-02-101-1/+1
| * | | | | | [SCSI] ibmvfc: Fix rport reloginBrian King2009-02-101-1/+11
| * | | | | | [SCSI] ibmvfc: Fix command timeout errorsBrian King2009-02-101-3/+0
| * | | | | | [SCSI] sg: fix device number in blktrace dataMartin Peschke2009-02-101-1/+1
| * | | | | | [SCSI] scsi_scan: add missing interim SDEV_DEL state if slave_alloc failsJames Smart2009-02-101-0/+1
| * | | | | | [SCSI] ibmvscsi: Correct DMA mapping leakRobert Jennings2009-02-101-0/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-02-201-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Btrfs: check file pointer in btrfs_sync_fileChris Mason2009-02-201-4/+4
* | | | | | | | 8250: fix boot hang with serial console when using with Serial Over Lan portMauro Carvalho Chehab2009-02-204-0/+55
* | | | | | | | atyfb: remove unused local variable `pwr_command'Yang Hongyang2009-02-201-1/+0
* | | | | | | | spi_bitbang: add more lowlevel function documentationMichael Buesch2009-02-201-0/+7
* | | | | | | | vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo2009-02-201-0/+2
* | | | | | | | cpuset: various documentation fixes and updatesLi Zefan2009-02-201-28/+37
* | | | | | | | docsrc: use config instead of menuconfigRandy Dunlap2009-02-201-1/+1
* | | | | | | | sx.c: avoid referencing freed memory if copy_from_user() failsDan Carpenter2009-02-201-1/+1
* | | | | | | | sx.c: fix dbl statement if - add missing bracesIlpo Järvinen2009-02-201-1/+2
* | | | | | | | README: fix a wrong filenameLi Zefan2009-02-201-1/+1
* | | | | | | | slab: introduce kzfree()Johannes Weiner2009-02-202-0/+21
* | | | | | | | mn10300: fix typo && -> || in arch/mn10300/unit-asb2305/pci.cWei Yongjun2009-02-201-1/+1
OpenPOWER on IntegriCloud