summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/clock: pull in the implementation from all over the placeBen Skeggs2012-10-0328-1213/+1328
* drm/nouveau/clk: implement stub clock subdevBen Skeggs2012-10-0315-0/+437
* drm/nouveau/i2c: port to subdev interfacesBen Skeggs2012-10-0329-555/+1347
* drm/nouveau/gpio: port gpio to subdev interfacesBen Skeggs2012-10-0333-503/+933
* drm/nouveau/oldbios: remove shadowing support, use bios subdev's imageBen Skeggs2012-10-035-249/+15
* drm/nouveau/bios: pull in basic vbios subdev, more to come laterBen Skeggs2012-10-0315-0/+660
* drm/nouveau: have non-core mmio accesses go through device objectBen Skeggs2012-10-035-109/+99
* drm/nouveau: implement module init functions in nouveau_drm.cBen Skeggs2012-10-0328-91/+381
* drm/nouveau/core: pull in most of the new core infrastructureBen Skeggs2012-10-0342-6/+4052
* drm/nouveau/agp: move all agp stuff into its own source fileBen Skeggs2012-10-037-161/+173
* drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs2012-10-03111-168/+208
* drm/nouveau/gem: use bo.offset rather than mm_node.startBen Skeggs2012-10-031-6/+3
* drm/nvc0/fence: restore pre-suspend fence buffer context on resumeBen Skeggs2012-10-031-0/+25
* Merge tag 'iommu-fixes-v3.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-09-291-2/+4
|\
| * iommu/amd: Fix wrong assumption in iommu-group specific codeJoerg Roedel2012-09-281-2/+4
* | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2012-09-291-50/+103
|\ \
| * | NVMe: Cancel outstanding IOs on queue deletionMatthew Wilcox2012-08-071-23/+32
| * | NVMe: Free admin queue memory on initialisation failureMatthew Wilcox2012-08-031-9/+19
| * | NVMe: Use ida for nvme device instanceQuoc-Son Anh2012-07-311-5/+26
| * | NVMe: Fix whitespace damage in nvme_initMatthew Wilcox2012-07-311-2/+2
| * | NVMe: handle allocation failure in nvme_map_user_pages()Dan Carpenter2012-07-311-0/+2
| * | NVMe: Fix uninitialized iod compiler warningKeith Busch2012-07-271-1/+1
| * | NVMe: Do not set IO queue depth beyond device maxKeith Busch2012-07-271-4/+6
| * | NVMe: Set block queue max sectorsKeith Busch2012-07-261-0/+7
| * | NVMe: use namespace id for nvme_get_featuresKeith Busch2012-07-261-2/+2
| * | NVMe: replace nvme_ns with nvme_dev for user adminKeith Busch2012-07-261-3/+2
| * | NVMe: Fix nvme module init when nvme_major is setKeith Busch2012-07-261-2/+4
| * | NVMe: Set request queue logical block sizeKeith Busch2012-07-251-0/+1
* | | mtdchar: fix offset overflow detectionLinus Torvalds2012-09-281-6/+42
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-287-15/+40
|\ \ \
| * | | netdev: octeon: fix return value check in octeon_mgmt_init_phy()Wei Yongjun2012-09-281-3/+1
| * | | qlcnic: Fix scheduling while atomic bugNarendra K2012-09-281-2/+2
| * | | bnx2: Clean up remaining iounmapNeil Horman2012-09-281-1/+1
| * | | net: phy: smsc: Implement PHY config_init for LAN87xxMarek Vasut2012-09-281-1/+27
| * | | smsc75xx: fix resume after device resetSteve Glendinning2012-09-271-0/+1
| * | | netdev: pasemi: fix return value check in pasemi_mac_phy_init()Wei Yongjun2012-09-271-2/+2
| * | | team: fix return value checkWei Yongjun2012-09-271-6/+6
* | | | Merge tag 'dm-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds2012-09-286-78/+209
|\ \ \ \
| * | | | dm verity: fix overflow checkMikulas Patocka2012-09-271-4/+4
| * | | | dm thin: fix discard support for data devicesMike Snitzer2012-09-271-30/+57
| * | | | dm thin: tidy discard supportMike Snitzer2012-09-271-25/+39
| * | | | dm: retain table limits when swapping to new table with no devicesMike Snitzer2012-09-273-1/+50
| * | | | dm table: clear add_random unless all devices have it setMilan Broz2012-09-271-4/+22
| * | | | dm: handle requests beyond end of device instead of using BUG_ONMike Snitzer2012-09-271-18/+38
| * | | | dm mpath: only retry ioctl when no paths if queue_if_no_path setMike Snitzer2012-09-271-4/+7
| * | | | dm thin: do not set discard_zeroes_dataMike Snitzer2012-09-271-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-09-286-4/+14
|\ \ \ \
| * \ \ \ Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-09-272-2/+4
| |\ \ \ \
| | * | | | drm/nvc0/fifo: ignore bits in PFIFO_INTR that aren't set in PFIFO_INTR_ENBen Skeggs2012-09-272-2/+4
| * | | | | drm/udl: limit modes to the sku pixel limits.Dave Airlie2012-09-261-0/+7