summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott2005-11-025-4/+23
| * [XFS] Fix signedness issues in dquot ID handling, allowing uids/gids aboveNathan Scott2005-11-023-10/+4
| * [XFS] Add a comment about the use of XFS_SIZE_TOKEN_WANT.Nathan Scott2005-11-021-1/+2
| * [XFS] only mark buffers done when all pages are uptodate in additionChristoph Hellwig2005-11-022-8/+8
| * [XFS] Stack footprint reduction for xfs_swapext (used from xfs_fsr)Eric Sandeen2005-11-021-31/+40
| * [XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig2005-11-0212-59/+190
| * [XFS] fix PBF_NONE handlingChristoph Hellwig2005-11-021-1/+2
| * [XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig2005-11-027-11/+18
| * [XFS] remove unused pagebuf flagsChristoph Hellwig2005-11-022-33/+13
| * [XFS] Make sure the threads and shaker in xfs_buf are de-initialized inChristoph Hellwig2005-11-021-62/+25
* | [PATCH] x86-64: bitops fix for -OsAlexandre Oliva2005-11-021-16/+50
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-0213-57/+250
|\ \
| * | [ARM SMP] Add hotplug CPU infrastructureRussell King2005-11-026-0/+143
| * | [ARM SMP] Fix a couple of warningsRussell King2005-11-021-2/+2
| * | [ARM SMP] Track CPU idle threadsRussell King2005-11-022-7/+14
| * | [ARM] Fix ARM rwlock implementationsRussell King2005-11-021-3/+3
| * | [ARM] AMBA CLCD driver can drive PL110 and PL111 primecellsRussell King2005-11-021-2/+2
| * | [ARM] Fix Realview machine for patch 3016/1Russell King2005-11-021-7/+37
| * | [ARM] Fix mm initialisation with write buffered write allocate cachesRussell King2005-11-021-1/+8
| * | [ARM] 3083/1: include/asm-arm/arch-ixp4xx/io.h: eliminate warnings for pointe...John Bowler2005-11-021-34/+40
| * | [ARM] Fix realview machine type for patch 3060/1Russell King2005-11-021-1/+1
* | | Merge branch 'swiotlb' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2005-11-027-52/+139
|\ \ \
| * \ \ manual update from upstream:Tony Luck2005-10-313129-81109/+171183
| |\ \ \
| * \ \ \ Update from upstream with manual merge of Yasunori Goto'sTony Luck2005-10-201293-15903/+43369
| |\ \ \ \
| * | | | | [PATCH] Removed remaining PCI specific references from swiotlb.cTony Luck2005-09-291-14/+14
| * | | | | [PATCH] x86_64: implement dma_sync_single_range_for_{cpu,device}John W. Linville2005-09-291-4/+27
| * | | | | [PATCH] swiotlb: file header commentsJohn W. Linville2005-09-291-2/+4
| * | | | | [PATCH] swiotlb: support syncing DMA_BIDIRECTIONAL mappingsJohn W. Linville2005-09-291-22/+40
| * | | | | [PATCH] swiotlb: support syncing sub-ranges of mappingsJohn W. Linville2005-09-292-0/+41
| * | | | | [PATCH] swiotlb: cleanup some code duplication cruftJohn W. Linville2005-09-291-23/+22
| * | | | | [PATCH] swiotlb: move from arch/ia64/lib/ to lib/John W. Linville2005-09-295-3/+7
* | | | | | Merge git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2005-11-0213-116/+70
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [BLOCK] aoe: update for combined io statisticsJens Axboe2005-11-011-9/+4
| * | | | | [BLOCK] Unify the seperate read/write io stat fields into arraysJens Axboe2005-11-0112-105/+61
| * | | | | [BLOCK] Update read/write block io statistics at completion timeJens Axboe2005-11-011-8/+11
* | | | | | [PATCH] blk: fix dangling pointer access in __elv_add_requestTejun Heo2005-11-011-1/+6
* | | | | | [PATCH] ibmveth fix panic in initial replenish cycleSantiago Leon2005-11-011-1/+1
* | | | | | [PATCH] missing platform_device.h includesAl Viro2005-11-013-4/+8
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2005-11-0193-19144/+19273
|\ \ \ \ \ \
| * | | | | | drm: remove unused components of drm structuresDave Airlie2005-10-242-8/+0
| * | | | | | drm: fix warning on 64-bit platforms..Dave Airlie2005-10-241-1/+3
| * | | | | | merge linus head to drm-mm branchDave Airlie2005-10-221-1/+1
| * | | | | | merge linus head to drm-mm branchDave Airlie2005-10-2222-103/+135
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge Linus head tree into my drm tree and fix up conflictsDave Airlie2005-10-20895-9123/+29470
| |\ \ \ \ \ \ \
| * | | | | | | | drm: fix drm PCIGARTDave Airlie2005-09-301-1/+2
| * | | | | | | | drm: fix all sparse warning on 32-bit x86Dave Airlie2005-09-3022-73/+75
| * | | | | | | | drm: add option to force writeback off.Dave Airlie2005-09-303-0/+10
| * | | | | | | | drm: fix some lindent damageDave Airlie2005-09-257-173/+86
| * | | | | | | | drm: cast handle to a pointer to avoid warningDave Airlie2005-09-251-1/+1
| * | | | | | | | drm: lindent the drm directory.Dave Airlie2005-09-2593-19151/+19197
OpenPOWER on IntegriCloud