summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior2009-07-312-4/+14
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-303-20/+36
|\
| * tracing/stat: Fix seqfile memory leakLi Zefan2009-07-231-12/+22
| * function-graph: Fix seqfile memory leakLi Zefan2009-07-231-3/+12
| * trace_stack: Fix seqfile memory leakLi Zefan2009-07-231-5/+2
| * profile: Suppress warning about large allocations when profile=1 is specifiedMel Gorman2009-07-181-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-305-12/+28
|\ \
| * | Btrfs: be more polite in the async caching threadsChris Mason2009-07-303-2/+14
| * | Btrfs: preserve commit_root for async cachingYan Zheng2009-07-304-10/+14
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-07-3010-13/+1711
|\ \ \
| * | | dmaengine: at_hdmac: add DMA slave transfersNicolas Ferre2009-07-223-43/+290
| * | | dmaengine: at_hdmac: new driver for the Atmel AHB DMA ControllerNicolas Ferre2009-07-225-0/+1430
| * | | dmaengine: dmatest: correct thread_count while using multiple thread per channelNicolas Ferre2009-07-221-2/+2
| * | | dmaengine: dmatest: add a maximum number of test iterationsNicolas Ferre2009-07-221-1/+14
| * | | drivers/dma: Remove unnecessary semicolonsJoe Perches2009-07-222-2/+2
| * | | drivers/dma/fsldma.c: Remove unnecessary semicolonsJoe Perches2009-07-221-1/+1
| * | | dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMADan Williams2009-07-012-3/+3
| * | | fsldma: do not clear bandwidth control bits on the 83xx controllerIra Snyder2009-06-161-1/+2
| * | | fsldma: enable external start for the 83xx controllerIra Snyder2009-06-161-1/+1
| * | | fsldma: use PCI Read Multiple commandIra W. Snyder2009-06-162-2/+9
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-07-301-0/+12
|\ \ \ \
| * | | | udf: Fix loading of VAT inode when drive wrongly reports number of recorded b...Jan Kara2009-07-301-0/+12
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-07-301-3/+4
|\ \ \ \ \
| * | | | | quota: Silence lockdep on quota_onJan Kara2009-07-301-3/+4
| |/ / / /
* | | | | Merge git://git.infradead.org/users/cbou/battery-2.6.31Linus Torvalds2009-07-304-11/+353
|\ \ \ \ \
| * | | | | Add ds2782 battery gas gauge driverRyan Mallon2009-07-013-0/+338
| * | | | | olpc_battery: Ensure that the TRICKLE bit is checkedAndres Salomon2009-07-011-3/+6
| * | | | | olpc_battery: Fix up eeprom read functionAndres Salomon2009-07-011-8/+9
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2009-07-308-75/+195
|\ \ \ \ \ \
| * | | | | | GFS2: remove dcache entries for remote deleted inodesBenjamin Marzinski2009-07-305-5/+65
| * | | | | | GFS2: Fix incorrent statfs consistency checkBenjamin Marzinski2009-07-301-11/+3
| * | | | | | GFS2: Don't put unlikely reclaim candidates on the reclaim list.Benjamin Marzinski2009-07-301-26/+46
| * | | | | | GFS2: Don't try and dealloc own inodeSteven Whitehouse2009-07-301-3/+6
| * | | | | | GFS2: Fix panic in glock memory shrinkerBenjamin Marzinski2009-07-301-0/+4
| * | | | | | GFS2: keep statfs info in sync on growsBenjamin Marzinski2009-07-303-14/+68
| * | | | | | GFS2: Shrink the shrinkerSteven Whitehouse2009-07-301-18/+5
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-07-3059-2755/+4007
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Update defconfigs for embedded 6xx/7xxx, 8xx, 8{3,5,6}xxxKumar Gala2009-07-2952-2374/+3639
| * | | | | | | powerpc/86xx: Update GE Fanuc sbc310 default configurationMartyn Welch2009-07-291-59/+154
| * | | | | | | powerpc/86xx: Update defconfig for GE Fanuc's PPC9AMartyn Welch2009-07-291-322/+196
| * | | | | | | cpm_uart: Don't use alloc_bootmem in cpm_uart_cpm2.cMark Ware2009-07-291-1/+1
| * | | | | | | powerpc/83xx: Fix PCI IO base address on MPC837xE-RDB boardsAnton Vorontsov2009-07-293-3/+3
| * | | | | | | powerpc/85xx: Don't scan for TBI PHY addresses on MPC8569E-MDS boardsAnton Vorontsov2009-07-291-0/+4
| * | | | | | | powerpc/85xx: Fix ethernet link detection on MPC8569E-MDS boardsAnton Vorontsov2009-07-291-0/+13
| * | | | | | | powerpc/mm: Fix SMP issue with MMU context handling codeKumar Gala2009-07-291-0/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-07-3022-1232/+2422
|\ \ \ \ \ \ \ \
| * | | | | | | | lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell2009-07-308-44/+19
| * | | | | | | | lguest: update commentryRusty Russell2009-07-3011-111/+398
| * | | | | | | | lguest: fix comment styleRusty Russell2009-07-3017-1015/+1906
| * | | | | | | | virtio: refactor find_vqsMichael S. Tsirkin2009-07-301-93/+119
OpenPOWER on IntegriCloud