summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sparc: use bitmap_set()Akinobu Mita2011-02-081-3/+2
* sparc32: unaligned memory access (MNA) trap handler bugDaniel Hellstrom2011-02-011-2/+2
* sparc64: Fix bootup regression due to perf init ordering.David S. Miller2011-01-092-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-01-0717-400/+701
|\
| * hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesAnton Salikhmetov2010-12-163-14/+14
| * hfsplus: spaces/indentation clean-upAnton Salikhmetov2010-12-164-14/+14
| * hfsplus: C99 comments clean-upAnton Salikhmetov2010-12-163-13/+16
| * hfsplus: over 80 character lines clean-upAnton Salikhmetov2010-12-1616-123/+260
| * hfsplus: fix an artifact in ioctl flag checkingAnton Salikhmetov2010-12-161-1/+1
| * hfsplus: flush disk caches in sync and fsyncChristoph Hellwig2010-11-234-0/+21
| * hfsplus: optimize fsyncChristoph Hellwig2010-11-236-32/+78
| * hfsplus: split up inode flagsChristoph Hellwig2010-11-234-19/+29
| * hfsplus: write up fsync for directoriesChristoph Hellwig2010-11-233-1/+3
| * hfsplus: simplify fsyncChristoph Hellwig2010-11-231-21/+20
| * hfsplus: avoid useless work in hfsplus_sync_fsChristoph Hellwig2010-11-231-0/+3
| * hfsplus: make sure sync writes out all metadataChristoph Hellwig2010-11-231-1/+19
| * hfsplus: use raw bio access for partition tablesChristoph Hellwig2010-11-232-70/+71
| * hfsplus: use raw bio access for the volume headersChristoph Hellwig2010-11-233-88/+131
| * hfsplus: always use hfsplus_sync_fs to write the volume headerChristoph Hellwig2010-11-231-6/+3
| * hfsplus: silence a few debug printksChristoph Hellwig2010-11-234-5/+3
| * hfsplus: fix option parsing during remountChristoph Hellwig2010-11-073-5/+30
* | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-0745-1365/+1596
|\ \
| * | spi/omap: Fix DMA API usage in OMAP MCSPI driverRussell King - ARM Linux2011-01-071-8/+3
| * | spi/imx: correct the test on platform_get_irq() return valueRichard Genoud2011-01-071-1/+1
| * | spi/topcliff: Typo fix threhold to thresholdJustin P. Mattock2010-12-311-2/+2
| * | spi/dw_spi Typo change diable to disable.Justin P. Mattock2010-12-301-1/+1
| * | spi/fsl_espi: change the read behaviour of the SPIRFMingkai Hu2010-12-291-3/+16
| * | Merge branch 'spi' of git://git.linutronix.de/users/bigeasy/soda into spi/nextGrant Likely2010-12-2927-138/+547
| |\ \
| | * | spi/pxa2xx: pass of_node to spi device and set a parent deviceSebastian Andrzej Siewior2010-12-021-0/+4
| | * | spi/pxa2xx: Modify RX-Tresh instead of busy-loop for the remaining RX bytes.Sebastian Andrzej Siewior2010-12-021-17/+39
| | * | spi/pxa2xx: Add chipselect support for SodavilleSebastian Andrzej Siewior2010-12-022-25/+70
| | * | spi/pxa2xx: Consider CE4100's FIFO depthSebastian Andrzej Siewior2010-12-012-8/+26
| | * | spi/pxa2xx: Add CE4100 supportSebastian Andrzej Siewior2010-12-015-7/+314
| | * | arm/pxa2xx: reorgazine SSP and SPI header filesSebastian Andrzej Siewior2010-12-0123-32/+30
| | * | spi/pxa2xx: Use define for SSSR_TFL_MASK instead of plain numbersSebastian Andrzej Siewior2010-12-012-5/+6
| | * | spi/pxa2xx: add support for shared IRQ handlerSebastian Andrzej Siewior2010-12-011-1/+14
| | * | spi/pxa2xx: register driver properlySebastian Andrzej Siewior2010-11-261-3/+4
| * | | Merge branch 'for-grant' of git://arago-project.org/git/projects/linux-davinc...Grant Likely2010-12-295-799/+587
| |\ \ \
| | * | | spi: davinci: kconfig: add manufacturer name to prompt stringSekhar Nori2010-11-181-2/+5
| | * | | spi: davinci: shorten variable namesSekhar Nori2010-11-181-211/+198
| | * | | spi: davinci: remove unnecessary private data member 'region_size'Sekhar Nori2010-11-181-7/+6
| | * | | spi: davinci: add EF Johnson Technologies copyrightBrian Niebuhr2010-11-181-0/+1
| | * | | spi: davinci: add additional commentsBrian Niebuhr2010-11-182-0/+39
| | * | | spi: davinci: setup the driver ownerBrian Niebuhr2010-11-181-1/+4
| | * | | spi: davinci: enable and power-up SPI only when requiredBrian Niebuhr2010-11-181-2/+6
| | * | | spi: davinci: remove non-useful "clk_internal" platform dataBrian Niebuhr2010-11-184-11/+1
| | * | | spi: davinci: let DMA operation be specified on per-device basisBrian Niebuhr2010-11-182-187/+156
| | * | | spi: davinci: remove usage of additional completion variables for DMABrian Niebuhr2010-11-181-35/+23
| | * | | spi: davinci: handle DMA completion errors correctlyBrian Niebuhr2010-11-181-27/+36
| | * | | spi: davinci: fix EDMA CC errors at end of transfersBrian Niebuhr2010-11-181-3/+25