summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* misdn: use nonseekable_open()Andrew Morton2008-10-131-1/+1
* net: fix driver build errors due to missing net/ip6_checksum.h includeKamalesh Babulal2008-10-133-0/+3
* net/mac80211/rx.c: fix build errorIngo Molnar2008-10-121-1/+4
* acpi: Make ACPI_TOSHIBA depend on INPUT.David S. Miller2008-10-121-1/+1
* net/bfin_mac.c MDIO namespace fixesAdrian Bunk2008-10-121-13/+13
* jme: remove unused #include <version.h>Huang Weiyi2008-10-121-1/+0
* netfilter: remove unused #include <version.h>Huang Weiyi2008-10-121-1/+0
* net: Fix off-by-one in skb_dma_mapDimitris Michailidis2008-10-121-1/+1
* smc911x: Add support for LAN921{5,7,8} chips from SMSCGuennadi Liakhovetski2008-10-122-6/+14
* qlge: remove duplicated #includeHuang Weiyi2008-10-122-2/+0
* wireless: remove duplicated #includeHuang Weiyi2008-10-121-1/+0
* net/au1000_eth.c MDIO namespace fixesAdrian Bunk2008-10-121-13/+14
* net/tc35815.c: fix compilationAdrian Bunk2008-10-121-1/+1
* sky2: Fix WOL regressionRafael J. Wysocki2008-10-121-14/+5
* r8169: NULL pointer dereference on r8169 loadPetr Vandrovec2008-10-121-1/+2
* smc911x: Fix external PHY detectionGuennadi Liakhovetski2008-10-111-0/+3
* e1000: allow VLAN devices to use TSO and CSUM offloadPatrick McHardy2008-10-111-0/+5
* gre: Initialise rtnl_link tunnel parameters properlyHerbert Xu2008-10-111-1/+1
* ipvs: Add proper dependencies on IP_VS, and fix description header line.David S. Miller2008-10-111-2/+2
* Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/l...Linus Torvalds2008-10-1125-346/+803
|\
| *---. Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for...Ingo Molnar2008-10-1025-346/+803
| |\ \ \
| | | | * AMD IOMMU: use iommu_device_max_index, fixThomas Gleixner2008-10-061-0/+5
| | | | * AMD IOMMU: use iommu_device_max_indexFUJITA Tomonori2008-10-021-7/+3
| | | | * x86: add PCI IDs for AMD Barcelona PCI devicesIngo Molnar2008-10-011-0/+5
| | | | * x86/iommu: use __GFP_ZERO instead of memset for GARTJoerg Roedel2008-09-271-8/+5
| | | | * x86/iommu: convert GART need_flush to boolJoerg Roedel2008-09-271-5/+5
| | | | * x86/iommu: make GART driver checkpatch cleanJoerg Roedel2008-09-272-8/+11
| | | | * x86 gart: remove unnecessary initializationFUJITA Tomonori2008-09-251-6/+0
| | | | * x86: restore old GART alloc_coherent behaviorFUJITA Tomonori2008-09-251-23/+20
| | | | * revert "x86: make GART to respect device's dma_mask about virtual mappings"FUJITA Tomonori2008-09-251-28/+11
| | | | * x86: export pci-nommu's alloc_coherentFUJITA Tomonori2008-09-253-38/+35
| | | | * iommu: remove fullflush and nofullflush in IOMMU generic optionFUJITA Tomonori2008-09-228-21/+32
| | | | * x86: remove set_bit_string()FUJITA Tomonori2008-09-221-10/+0
| | | | * iommu: export iommu_area_reserve helper functionFUJITA Tomonori2008-09-225-6/+6
| | | | * AMD IOMMU: use coherent_dma_mask in alloc_coherentJoerg Roedel2008-09-191-7/+22
| | | | * add AMD IOMMU tree to MAINTAINERS fileJoerg Roedel2008-09-191-0/+1
| | | | * AMD IOMMU: use cmd_buf_size when freeing the command bufferJoerg Roedel2008-09-191-1/+2
| | | | * AMD IOMMU: calculate IVHD size with a functionJoerg Roedel2008-09-191-2/+10
| | | | * AMD IOMMU: remove unnecessary cast to u64 in the init codeJoerg Roedel2008-09-191-1/+1
| | | | * AMD IOMMU: free domain bitmap with its allocation orderJoerg Roedel2008-09-191-1/+2
| | | | * AMD IOMMU: simplify dma_mask_to_pagesJoerg Roedel2008-09-191-2/+1
| | | | * AMD IOMMU: replace memset with __GFP_ZERO in alloc_coherentJoerg Roedel2008-09-191-1/+1
| | | | * AMD IOMMU: avoid unnecessary low zone allocation in alloc_coherentFUJITA Tomonori2008-09-191-2/+3
| | | | * AMD IOMMU: some set_device_domain cleanupsJoerg Roedel2008-09-192-4/+8
| | | | * AMD IOMMU: don't assign preallocated protection domains to devicesJoerg Roedel2008-09-192-5/+44
| | | | * AMD IOMMU: add dma_supported callbackJoerg Roedel2008-09-191-0/+25
| | | | * AMD IOMMU: allow IO page faults from devicesJoerg Roedel2008-09-191-1/+0
| | | | * AMD IOMMU: enable event loggingJoerg Roedel2008-09-191-0/+8
| | | | * AMD IOMMU: add event handling codeJoerg Roedel2008-09-193-2/+108
| | | | * AMD IOMMU: add MSI interrupt supportJoerg Roedel2008-09-195-1/+120