summaryrefslogtreecommitdiffstats
path: root/fs/stack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-16md: remove mddev_to_conf "helper" macroNeilBrown12-103/+79
2009-06-16md: raid0: remove setting of segment boundary.NeilBrown1-5/+0
2009-06-16md: raid0: remove ->dev pointer from strip_zone structureNeilBrown2-11/+11
2009-06-16md: raid0: remove ->sectors from the strip_zone structure.NeilBrown2-15/+19
2009-06-16md: raid0: Fix a memory leak when stopping a raid0 array.Andre Noll1-3/+2
2009-06-16md: raid0: Allocate all buffers for the raid0 configuration in one function.Andre Noll1-30/+17
2009-06-16md: raid0: Make raid0_run() return a proper error code.Andre Noll1-8/+9
2009-06-16md: raid0: Remove hash spacing and sector shift.Andre Noll2-65/+1
2009-06-16md: raid0: Remove hash table.Andre Noll2-13/+0
2009-06-16md/raid0: two cleanups in create_stripe_zones.NeilBrown1-12/+10
2009-06-16md: raid0: Replace hash table lookup by looping over all strip_zones.Andre Noll2-21/+21
2009-06-14.gitignore: ignore *.lzma filesArne Janbu1-0/+1
2009-06-14fusion: fix recent kernel-doc problemsRandy Dunlap2-4/+3
2009-06-14keyboard: advertise KT_DEAD2 extended diacriticalsSamuel Thibault1-0/+1
2009-06-14kbuild: add generic --set-str option to scripts/configMichal Marek1-2/+9
2009-06-14kbuild: simplify argument loop in scripts/configMichal Marek1-28/+16
2009-06-14kbuild: handle non-existing options in scripts/configMichal Marek1-18/+18
2009-06-14kallsyms: generalize text region handlingMike Frysinger1-26/+61
2009-06-14kallsyms: support kernel symbols in Blackfin on-chip memoryRobin Getz1-1/+12
2009-06-14documentation: make version fixAdam Lackorzynski1-2/+2
2009-06-14kbuild: fix a compile warningAmerigo Wang1-2/+3
2009-06-14mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-06-14gitignore: Add GNU GLOBAL files to top .gitignoreJani Nikula1-0/+6
2009-06-14kbuild: fix delay in setlocalversion on readonly sourceNico Schottelius1-2/+4
2009-06-14README: fix misleading pointer to the defconf directoryPatrick Ringl1-1/+9
2009-06-14vmlinux.lds.h updateSam Ravnborg3-16/+11
2009-06-14[ARM] 5545/2: add flush_kernel_dcache_page() for ARMNicolas Pitre1-0/+8
2009-06-14MAINTAINERS: EB110ATX is not ebsa110Russell King1-1/+0
2009-06-14headers_check fix: mn10300, setup.hJaswinder Singh Rajput1-1/+2
2009-06-14headers_check fix: mn10300, ptrace.hJaswinder Singh Rajput1-3/+2
2009-06-14IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-06-13atmel-mci: add MCI2 register definitionsNicolas Ferre1-0/+22
2009-06-13atmel-mci: Integrate AT91 specific definition in header fileNicolas Ferre1-0/+11
2009-06-13tmio_mmc: allow compilation for ASIC3Philipp Zabel2-3/+3
2009-06-13mmc_block: do not DMA to stackBen Dooks1-4/+12
2009-06-13sdhci: Print ADMA status and pointer on debugBen Dooks1-0/+5
2009-06-13tmio_mmc: fix clock setupIan Molton1-10/+5
2009-06-13tmio_mmc: map SD control registers after enabling the MFD cellPhilipp Zabel1-10/+10
2009-06-13tmio_mmc: correct probe return value for num_resources != 3Philipp Zabel1-7/+5
2009-06-13tmio_mmc: don't use set_irq_typePhilipp Zabel1-4/+2
2009-06-13tmio_mmc: add bus_shift supportPhilipp Zabel2-81/+125
2009-06-13MFD,mmc: tmio_mmc: make HCLK configurablePhilipp Zabel5-13/+33
2009-06-13mmc_spi: don't use EINVAL for possible transmission errorsWolfgang Muees1-5/+6
2009-06-13cb710: more cleanup for the DEBUG case.Michał Mirosław3-3/+7
2009-06-13sdhci: platform driver for SDHCIRichard Röjfors3-0/+180
2009-06-13mxcmmc: remove frequency workaroundPierre Ossman1-2/+0
2009-06-13cb710: handle DEBUG define in MakefilePierre Ossman2-4/+4
2009-06-13cb710: add missing parenthesisPierre Ossman1-1/+1
2009-06-13cb710: fix printk format stringPierre Ossman1-1/+1
2009-06-13mmc: Driver for CB710/720 memory card reader (MMC part)Michał Mirosław14-0/+1823