aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2005-05-23[JFFS2] Kill GC thread before cleanupArtem B. Bityuckiy1-3/+3
2005-05-23[JFFS2] Suppress annoying debug messagesArtem B. Bityuckiy1-3/+3
2005-05-23[JFFS2] Fix NOR only compileArtem B. Bityuckiy2-7/+5
2005-05-23[MTD] CFI DEBUG_LOCK_BITS fixes for Intel NOR flash:Todd Poynor1-2/+3
2005-05-23[MTD] mtdram: Quick cleanup of the driver:Joern Engel1-169/+96
2005-05-23[JFFS2] Fix inode allocation raceDavid Woodhouse3-6/+13
2005-05-23[MTD] NAND: Fix the broken dynamic array allocationsJarkko Lavinen1-5/+5
2005-05-23[MTD] Fix broken user ABIThomas Gleixner1-2/+2
2005-05-23[JFFS2] Fix race in garbage collectorArtem B. Bityuckiy2-7/+37
2005-05-23[MTD] DiskOnChip: Add some commentsDan Brown1-1/+11
2005-05-23[MTD] DiskOnChip: Fix compile w/o CONFIG_MTD_PARTITIONS.Dan Brown1-3/+1
2005-05-23[MTD] DiskOnChip: Prevent problems with existing filesystemsDan Brown1-2/+2
2005-05-23[MTD] NAND: Fix reading of autoplaced OOB when there are multiple free sections.Dan Brown1-4/+3
2005-05-23[MTD] DiskOnChip: Fix (?) free OOB array info.Dan Brown1-2/+2
2005-05-23[JFFS2] Add KERN_DEBUG level to printksArtem B. Bityuckiy1-3/+3
2005-05-23[JFFS2] Fix race problems with wbuf.Artem B. Bityuckiy2-10/+10
2005-05-23[MTD] NAND: Move the NULL check into the calling functionThomas Gleixner1-8/+8
2005-05-23[MTD] NAND: Fix missing NULL pointer checkDan Brown1-7/+7
2005-05-23[MTD] Fix OTP for top-parameter devicesNicolas Pitre1-2/+14
2005-05-23[MTD] Reset file position when switching OTP modeNicolas Pitre1-1/+2
2005-05-23[MTD] NAND: Fix oob available calculationThomas Gleixner1-7/+4
2005-05-23[MTD] Add reboot notifier to Intel NOR flash driverNicolas Pitre2-3/+47
2005-05-23[MTD] Avoid compile warnings for Intel CFI flash without OTP support.Todd Poynor1-1/+3
2005-05-23[MTD] cfi_cmdset_0001: Skip delay if Instant Block Locking is setTodd Poynor1-4/+12
2005-05-23[MTD] DiskOnChip: Scan the entire device for Media Headers. Dan Brown1-22/+28
2005-05-23[MTD] NAND: Use arrays of needed size instead of constant-sized.Artem B. Bityuckiy1-5/+5
2005-05-23[MTD] sharpsl-flash: Correct error pathsRichard Purdie1-5/+10
2005-05-23[MTD] Add support for more SharpSL machines and fix missing mapping initRichard Purdie1-6/+20
2005-05-23[JFFS2] Prevent deadlock when flushing write bufferArtem B. Bityuckiy1-1/+3
2005-05-23[JFFS2] Forbid to free inode_cache objects if its nlink isn't zero.Artem B. Bityuckiy2-4/+4
2005-05-23[JFFS2] Improve garbage collector block selectionArtem B. Bityuckiy1-1/+7
2005-05-23[MTD] plat-ram: Make it usable on non ARM platformsThomas Gleixner1-2/+2
2005-05-23[MTD] block2mtd: Fix incompatible pointer typeThomas Gleixner1-9/+8
2005-05-23[MTD] cfi_cmdset_0001: Fix compiler warningsThomas Gleixner1-5/+5
2005-05-23[MTD] NAND nandsim: Use NAND_SKIP_BBT optionArtem B. Bityuckiy1-29/+12
2005-05-23[MTD] ixp2000: Remove port setting codeLennert Buytenhek1-6/+1
2005-05-23[MTD] Kernel Janitor fixes.Domen Puncer4-8/+8
2005-05-23[JFFS2] Use function to manipulate superblock dirty flagArtem B. Bityuckiy1-2/+2
2005-05-23[MTD] Fix typo in KconfigThomas Gleixner1-2/+2
2005-05-23[MTD] NAND s3c2410: Simplify command handlingBen Dooks1-106/+12
2005-05-23[MTD] cfi_cmdset_0001: Fix state after syncNicolas Pitre1-1/+2
2005-05-23[MTD] cfi_cmdset_0001: Fix the buggy status check. Thomas Gleixner1-13/+3
2005-05-23[MTD] Add the reverse operation of cfi_build_cmd()Thomas Gleixner1-1/+64
2005-05-23[MTD] plat-ram: removed extraneous debugging codeBen Dooks1-10/+2
2005-05-23[MTD] NAND: Fixed unused loop variableBen Dooks1-2/+2
2005-05-23[MTD] Fixed signed 1bit bitfieldBen Dooks1-3/+3
2005-05-23[MTD] phram: Allow short reads. Joern Engel1-8/+22
2005-05-23[MTD] block2mtd: Remove copyright. Fix offset calculationJoern Engel1-4/+3
2005-05-23[MTD] Remove Elan-104NCDavid Vrabel3-241/+2
2005-05-23[JFFS2] Add symlink caching support.Artem B. Bityuckiy5-70/+117