aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | ath9k: set 40 Mhz rate only if hw is configured in ht40Rajkumar Manoharan2011-05-261-1/+2
| | | | * | | ath9k_hw: disable phy restart on baseband panic caused by RXSMRajkumar Manoharan2011-05-263-1/+28
| | | | * | | ath9k: Reset chip on baseband hangRajkumar Manoharan2011-05-261-1/+3
| | | | * | | b43: N-PHY: initialize last var in calibration functionRafał Miłecki2011-05-261-1/+1
| | | | * | | rtlwifi: Use order 2 RX buffer allocation only if necessaryLarry Finger2011-05-261-0/+7
| | | | * | | rtlwifi: Fix kernel panic resulting from RX buffer allocation failureLarry Finger2011-05-261-13/+15
| | | | * | | mwifiex: correct event header lengthYogesh Ashok Powar2011-05-261-2/+2
| | * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-06-043-8/+27
| | |\ \ \ \ \
| | | * | | | | xen/blkback: potential null dereference in error handlingDan Carpenter2011-06-011-4/+6
| | | * | | | | xen/blkback: don't call vbd_size() if bd_disk is NULLLaszlo Ersek2011-06-011-2/+1
| | | * | | | | nbd: adjust 'max_part' according to part_shiftNamhyung Kim2011-05-281-1/+12
| | | * | | | | nbd: limit module parameters to a sane valueNamhyung Kim2011-05-281-0/+6
| | | * | | | | nbd: pass MSG_* flags to kernel_recvmsg()Namhyung Kim2011-05-281-1/+2
| | * | | | | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-06-043-22/+11
| | |\ \ \ \ \ \
| | | * | | | | | dmaengine: shdma: fix a regression: initialise DMA channels for memcpyGuennadi Liakhovetski2011-06-021-1/+1
| | | * | | | | | dmaengine: shdma: Fix up fallout from runtime PM changes.Paul Mundt2011-05-311-1/+6
| | | * | | | | | Revert "clocksource: sh_cmt: Runtime PM support"Paul Mundt2011-05-311-10/+2
| | | * | | | | | Revert "clocksource: sh_tmu: Runtime PM support"Paul Mundt2011-05-311-10/+2
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-0419-123/+111
| | | |_|_|_|/ | | |/| | | |
| * | | | | | spi/rtc-m41t93: Use spi_get_drvdata() for SPI devicesGeert Uytterhoeven2011-06-081-1/+1
| * | | | | | spi/omap2: fix uninitialized variableGovindraj.R2011-06-031-1/+1
| |/ / / / /
| * | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2011-06-023-47/+212
| |\ \ \ \ \
| | * | | | | intel-iommu: Fix off-by-one in RMRR setupDavid Woodhouse2011-06-011-2/+2
| | * | | | | intel-iommu: Add domain check in domain_remove_one_dev_infoMike Habeck2011-06-011-2/+2
| | * | | | | intel-iommu: Remove Host Bridge devices from identity mappingMike Travis2011-06-011-0/+5
| | * | | | | intel-iommu: Use coherent DMA mask when requestedMike Travis2011-06-011-2/+1
| | * | | | | intel-iommu: Dont cache iova above 32bitChris Wright2011-06-011-2/+10
| | * | | | | intel-iommu: Speed up processing of the identity_mapping functionMike Travis2011-06-011-3/+3
| | * | | | | intel-iommu: Check for identity mapping candidate using system dma maskChris Wright2011-06-011-2/+13
| | * | | | | intel-iommu: Only unlink device domains from iommuAlex Williamson2011-06-011-4/+7
| | * | | | | intel-iommu: Enable super page (2MiB, 1GiB, etc.) supportYouquan Song2011-06-011-18/+139
| | * | | | | intel-iommu: Flush unmaps at domain_exitAlex Williamson2011-05-241-0/+4
| | * | | | | intel-iommu: Remove obsolete comment from detect_intel_iommuJan Kiszka2011-05-241-6/+1
| | * | | | | intel-iommu: fix VT-d PMR disable for TXT on S3 resumeJoseph Cihula2011-05-241-6/+25
| * | | | | | block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds2011-06-023-3/+0
| * | | | | | kgdbts: only use new asm-generic/ptrace.h api when neededMike Frysinger2011-06-011-1/+4
| * | | | | | virtio_net: delay TX callbacksMichael S. Tsirkin2011-05-301-1/+1
| * | | | | | virtio: add api for delayed callbacksMichael S. Tsirkin2011-05-301-0/+27
| * | | | | | vhost: support event indexMichael S. Tsirkin2011-05-304-50/+127
| * | | | | | virtio_ring: support event idx featureMichael S. Tsirkin2011-05-301-2/+24
| * | | | | | virtio balloon: kill tell-host-first logicDave Hansen2011-05-301-13/+8
| * | | | | | virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.Rusty Russell2011-05-301-5/+0
| * | | | | | drivers, block: virtio_blk: Replace cryptic number with the macroLiu Yuan2011-05-301-1/+2
| * | | | | | virtio_blk: allow re-reading config space at runtimeChristoph Hellwig2011-05-301-10/+78
| | |/ / / / | |/| | | |
* | | | | | dma: at_hdmac.c: use resource_sizeH Hartley Sweeten2011-06-061-2/+2
* | | | | | dma: ipu_idmac.c: use resource_size in ioremapH Hartley Sweeten2011-06-061-4/+2
* | | | | | spi/ep93xx: add DMA supportMika Westerberg2011-06-061-12/+291
* | | | | | dmaengine: add ep93xx DMA supportMika Westerberg2011-06-063-0/+1363
* | | | | | pch_dma: fix DMA issue(ch8-ch11)Tomoya MORINAGA2011-06-011-14/+55
|/ / / / /
* | | | | arm gpio drivers: make them 'depends on ARM'Linus Torvalds2011-05-291-0/+4