summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-06-30bfin: delay IRQ registration until driver is readyMike Frysinger1-15/+15
2009-06-30atyfb: fix alignment for block writesVille Syrjala3-14/+46
2009-06-30atyfb: fix HP OmniBook 500 reboot hangVille Syrjala2-9/+82
2009-06-30gpio: pl061: fix IRQ handling for GPIOs >= PL061_GPIO_NRBaruch Siach1-3/+14
2009-06-30gpio: pl061: fix probe error handling codeBaruch Siach1-1/+2
2009-06-30spi: bitbang bugfix in message setupDavid Brownell1-10/+14
2009-06-30fbdev: add mutex for fb_mmap lockingKrzysztof Helt15-42/+73
2009-06-30spi: add spi_master flag wordDavid Brownell2-0/+8
2009-06-30spi: new spi->mode bitsDavid Brownell1-6/+11
2009-06-30edac: add DDR3 memory type for MPC85xx EDACYang Shi4-1/+14
2009-06-30parport/serial: add support for NetMos 9901 Multi-IO cardMichael Buesch2-1/+10
2009-06-30eventfd: revised interface and cleanupsDavide Libenzi2-3/+3
2009-07-01md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.NeilBrown1-2/+4
2009-07-01md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen6-19/+39
2009-06-30bnx2x: Fix the behavior of ethtool when ONBOOT=noNaohiro Ooiwa1-1/+9
2009-06-30dm table: fix blk_stack_limits arg to use bytes not sectorsMike Snitzer1-1/+1
2009-06-30dm exception store: really fix type lookupMilan Broz1-3/+6
2009-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds8-60/+44
2009-06-30intel-iommu: Performance improvement for dma_pte_free_pagetable()David Woodhouse1-10/+17
2009-06-30intel-iommu: Don't free too much in dma_pte_free_pagetable()David Woodhouse1-1/+1
2009-06-30intel-iommu: dump mappings but don't die on pte already setDavid Woodhouse1-1/+10
2009-06-30intel-iommu: Combine domain_pfn_mapping() and domain_sg_mapping()David Woodhouse1-40/+22
2009-06-30intel-iommu: Introduce domain_sg_mapping() to speed up intel_map_sg()David Woodhouse1-21/+62
2009-06-29net/irda: convert bfin_sir to net_device_opsGraf Yang1-6/+10
2009-06-29ide: memory overrun in ide_get_identity_ioctl() on big endian machines using ...Christian Engelmayer1-1/+2
2009-06-29ide: fix resume for CONFIG_BLK_DEV_IDEACPI=yBartlomiej Zolnierkiewicz2-42/+25
2009-06-29Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds1-1/+1
2009-06-29eeepc-laptop: Fix build failure with HOTPLUG_PCI && !SYSFSIngo Molnar1-2/+1
2009-06-29tty: Fix the leak in tty_ldisc_releaseAlan Cox1-4/+11
2009-06-29intel-iommu: Simplify __intel_alloc_iova()David Woodhouse1-31/+18
2009-06-29intel-iommu: Performance improvement for domain_pfn_mapping()David Woodhouse1-9/+17
2009-06-29intel-iommu: Performance improvement for dma_pte_clear_range()David Woodhouse1-16/+15
2009-06-29intel-iommu: Clean up iommu_domain_identity_map()David Woodhouse1-15/+9
2009-06-29intel-iommu: Remove last use of PHYSICAL_PAGE_MASK, for reserving PCI BARsDavid Woodhouse1-10/+3
2009-06-29intel-iommu: Make iommu_flush_iotlb_psi() take pfn as argumentDavid Woodhouse1-12/+9
2009-06-29intel-iommu: Change aligned_size() to aligned_nrpages()David Woodhouse1-9/+12
2009-06-29intel-iommu: Clean up intel_map_sg(), remove domain_page_mapping()David Woodhouse1-35/+19
2009-06-29intel-iommu: Use domain_pfn_mapping() in intel_iommu_map_range()David Woodhouse1-2/+5
2009-06-29intel-iommu: Use domain_pfn_mapping() in __intel_map_single()David Woodhouse1-10/+8
2009-06-29intel-iommu: Introduce domain_pfn_mapping()David Woodhouse1-14/+24
2009-06-29intel-iommu: Clean up address handling in domain_page_mapping()David Woodhouse1-9/+7
2009-06-29intel-iommu: Change addr_to_dma_pte() to pfn_to_dma_pte()David Woodhouse1-6/+7
2009-06-29intel-iommu: Clean up intel_iommu_unmap_range()David Woodhouse1-9/+5
2009-06-29intel-iommu: Make dma_pte_free_pagetable() take pfns as argumentDavid Woodhouse1-40/+28
2009-06-29intel-iommu: Make dma_pte_free_pagetable() use pfnsDavid Woodhouse1-18/+22
2009-06-29intel-iommu: Make dma_pte_clear_range() take pfns as argumentDavid Woodhouse1-13/+19
2009-06-29intel-iommu: Make dma_pte_clear_range() use pfnsDavid Woodhouse1-13/+9
2009-06-29intel-iommu: Don't just mask out too-big physical addresses; BUG() insteadDavid Woodhouse1-7/+7
2009-06-29intel-iommu: Make dma_pte_clear_one() take pfn not addressDavid Woodhouse1-3/+3
2009-06-29intel-iommu: Change dma_addr_level_pte() to dma_pfn_level_pte()David Woodhouse1-5/+7