summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | intel-iommu: Fix tiny theoretical race in write-buffer flush.David Woodhouse2009-05-101-3/+1
| * | | intel-iommu: Clean up handling of "caching mode" vs. IOTLB flushing.David Woodhouse2009-05-103-64/+37
| * | | intel-iommu: Clean up handling of "caching mode" vs. context flushing.David Woodhouse2009-05-103-45/+28
| * | | VT-d: fix invalid domain id for KVM context flushYu Zhao2009-05-101-1/+1
| * | | Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through SupportFenghua Yu2009-05-013-3/+4
| * | | Intel IOMMU Pass Through SupportFenghua Yu2009-04-2910-50/+165
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-06-238-136/+1807
|\ \ \ \
| * | | | firewire: new stack is no longer experimentalStefan Richter2009-06-212-41/+30
| * | | | firewire: net: better FIFO address range check and rcodesStefan Richter2009-06-161-16/+14
| * | | | firewire: net: fix card driver reloadingStefan Richter2009-06-161-8/+10
| * | | | firewire: core: fix iso context shutdown on card removalStefan Richter2009-06-161-7/+11
| * | | | firewire: core: fix DMA unmapping in iso buffer removalStefan Richter2009-06-161-2/+2
| * | | | firewire: net: adjust net_device opsStefan Richter2009-06-141-10/+2
| * | | | firewire: net: remove unused codeStefan Richter2009-06-141-6/+1
| * | | | firewire: net: allow for unordered unit discoveryStefan Richter2009-06-143-253/+207
| * | | | firewire: net: style changesStefan Richter2009-06-143-1083/+969
| * | | | firewire: net: add Kconfig item, rename driverStefan Richter2009-06-144-5/+17
| * | | | firewire: add IPv4 supportJay Fenlason2009-06-146-87/+1926
* | | | | NFS: Correct the NFS mount path when following a referralTrond Myklebust2009-06-231-0/+24
* | | | | NFS: Fix nfs_path() to always return a '/' at the beginning of the pathTrond Myklebust2009-06-231-0/+5
* | | | | NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespaceTrond Myklebust2009-06-231-21/+157
* | | | | VFS: Add VFS helper functions for setting up private namespacesTrond Myklebust2009-06-232-8/+38
* | | | | VFS: Uninline the function put_mnt_ns()Trond Myklebust2009-06-232-10/+7
* | | | | mm/init: cpu_hotplug_init() must be initialized before SLABLinus Torvalds2009-06-233-14/+5
| |_|/ / |/| | |
* | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-06-2349-827/+3133
|\ \ \ \
| * | | | mtd: OneNAND: Allow setting of boundary information when built as moduleAmul Saha2009-06-161-19/+9
| * | | | jffs2: leaking jffs2_summary in function jffs2_scan_mediumChristian Engelmayer2009-06-151-2/+2
| * | | | mtd: nand: Fix memory leak on txx9ndfmc probe failure.Atsushi Nemoto2009-06-091-9/+9
| * | | | mtd: orion_nand: use burst reads with double word accessesNicolas Pitre2009-06-081-0/+23
| * | | | mtd/nand: s3c6400 support for s3c2410 driverPeter Korsgaard2009-06-082-9/+12
| * | | | Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linuxDavid Woodhouse2009-06-08697-5183/+19073
| |\ \ \ \
| | * | | | [MTD] [NAND] S3C2410: Use DIV_ROUND_UPBen Dooks2009-06-081-2/+1
| | * | | | [MTD] [NAND] S3C2410: Deal with unaligned lengths in S3C2440 buffer read/writeBen Dooks2009-06-081-2/+20
| | * | | | [MTD] [NAND] S3C2410: Allow the machine code to get the BBT table from NANDMichel Pollet2009-06-082-0/+11
| | * | | | [MTD] [NAND] S3C2410: Added a kerneldoc for s3c2410_nand_setMichel Pollet2009-06-081-10/+12
| | * | | | [MTD] [NAND] S3C2410: Allow commandline partition processingAndy Green2009-05-301-2/+16
| | * | | | [MTD] [NAND] S3C2410: Fix CFG debug orderAndy Green2009-05-301-2/+2
| | * | | | [MTD] [NAND] S3C2410: Uninitialised variable cleanupNelson Castillo2009-05-301-4/+1
| | * | | | [MTD] [NAND] S3C2410: Small colon cleanupNelson Castillo2009-05-301-2/+2
| | * | | | [MTD] [NAND] S3C2410: NAND ECC by chip rather than globalAndy Green2009-05-301-9/+25
| | * | | | [MTD] [NAND] S3C2410: Basic kerneldoc comment updatesBen Dooks2009-05-301-11/+78
| | * | | | [MTD] [NAND] S3C2410: Move to using platform device tableBen Dooks2009-05-301-52/+26
| * | | | | mtd: physmap_of: Add multiple regions and concatenation supportStefan Roese2009-06-061-56/+143
| * | | | | mtd: nand: max_retries off by one in mxc_nandRoel Kluin2009-06-051-1/+1
| * | | | | mtd: nand: s3c2410_nand_setrate(): use correct macros for 2412/2440Peter Korsgaard2009-06-051-3/+3
| * | | | | mtd: onenand: add bbt_wait & unlock_all as replaceable for some platformKyungmin Park2009-06-052-2/+15
| * | | | | mtd: Flex-OneNAND supportRohit Hagargundgi2009-06-056-87/+913
| * | | | | mtd: nand: add OMAP2/OMAP3 NAND driverVimal Singh2009-06-053-0/+783
| * | | | | mtd: maps: Blackfin async: fix memory leaks in probe/remove funcsMike Frysinger2009-06-051-0/+5
| * | | | | mtd: uclinux: mark local stuff staticMike Frysinger2009-06-051-3/+3