index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-15
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
1
-1
/
+1
2006-01-10
[PATCH] turn "const static" into "static const"
Jesper Juhl
3
-3
/
+3
2006-01-07
[ARM] Move asm/hardware/clock.h to linux/clk.h
Russell King
1
-1
/
+1
2006-01-03
[ARM] Remove clk_use()/clk_unuse()
Russell King
1
-2
/
+0
2005-11-29
[MTD] Make functions static, include header files with prototypes
Adrian Bunk
1
-1
/
+1
2005-11-17
[ARM] Drivers should not make use of architecture private __ioremap
Russell King
1
-1
/
+1
2005-11-11
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
1
-38
/
+39
2005-11-10
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
1
-38
/
+39
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
2
-1
/
+1
2005-11-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6
Linus Torvalds
17
-765
/
+849
2005-11-07
[PATCH] kfree cleanup: drivers/mtd
Jesper Juhl
1
-3
/
+2
2005-11-07
[MTD] NAND: Clean up trailing white spaces
Thomas Gleixner
17
-695
/
+695
2005-11-07
[MTD] NAND Kconfig: Simplify dependencies
Thomas Gleixner
1
-6
/
+6
2005-11-07
[MTD] NAND: nand_write_ecc memory and OOB corruption
Todd Poynor
1
-0
/
+1
2005-11-07
[MTD] NAND nand_base: Fix shift for bad block check (16bit devices only)
Vitaly Wool
1
-1
/
+1
2005-11-07
[MTD] NAND sharpsl.c: Add support for akita and borzoi models
Richard Purdie
1
-3
/
+24
2005-11-07
[MTD] NAND s3c2410.c: Fix timing calculation bugs
Ben Dooks
1
-9
/
+12
2005-11-07
[MTD] NAND s3c2410.c: Fix missing dev parameter to dev_err
Ben Dooks
1
-2
/
+2
2005-11-07
[MTD] NAND: s3c2410.c Initialize owner in device_driver struct
Ben Dooks
1
-1
/
+3
2005-11-07
[MTD] NAND: s3c2410 use dev_err() to report errors instead of printk()
Ben Dooks
1
-7
/
+7
2005-11-07
[MTD] NAND: Alchemy board driver cleanup
Pete Popov
2
-49
/
+72
2005-11-06
[MTD] NAND: Add suspend/resume functionality
Vitaly Wool
1
-6
/
+40
2005-11-06
[MTD] NAND: Use correct mask for OOB size calculation
Thomas Gleixner
1
-2
/
+2
2005-10-31
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
1
-1
/
+1
2005-10-31
[PATCH] fix missing includes
Tim Schmielau
1
-0
/
+1
2005-10-29
Create platform_device.h to contain all the platform device details.
Russell King
1
-1
/
+1
2005-09-29
[ARM] Don't include mach-types.h unnecessarily
Russell King
1
-1
/
+0
2005-09-17
[PATCH] MTD: Update SharpSL partition definitions
Richard Purdie
1
-2
/
+8
2005-09-08
[PATCH] detect soft lockups
Ingo Molnar
1
-0
/
+1
2005-07-16
[MTD] NAND: Fix broken bad block scan for 16 bit devices
Thomas Gleixner
2
-22
/
+20
2005-07-07
[MTD] NAND s3c2410: Add missing NULL pointer check
Ben Dooks
1
-2
/
+3
2005-07-06
[MTD] NAND: Remove unmaintained tx49xx board drivers
Thomas Gleixner
4
-838
/
+0
2005-07-06
[MTD] NAND: sharpsl.c set correct file permissions
Thomas Gleixner
1
-0
/
+0
2005-06-29
[MTD] NAND: Add ST chip IDs.
Thomas Gleixner
1
-2
/
+11
2005-06-29
[MTD] NAND: s3c24xx updates
Ben Dooks
2
-35
/
+152
2005-06-29
[MTD] NAND: Change exports to _GPL
Thomas Gleixner
1
-3
/
+3
2005-06-29
[MTD] NAND: Fix broken bad block table scan
Thomas Gleixner
1
-10
/
+43
2005-06-29
[MTD] NAND: Reorganize chip locking
Thomas Gleixner
1
-28
/
+29
2005-05-27
[MTD] NAND: Add Hynix to manufacturer list
Nicolas S. Dade
1
-0
/
+1
2005-05-23
[MTD] NAND: Honour autoplacement schemes supplied by the caller
Thomas Gleixner
1
-2
/
+8
2005-05-23
[MTD] NAND: Fix the broken dynamic array allocations
Jarkko Lavinen
1
-5
/
+5
2005-05-23
[MTD] DiskOnChip: Add some comments
Dan Brown
1
-1
/
+11
2005-05-23
[MTD] DiskOnChip: Fix compile w/o CONFIG_MTD_PARTITIONS.
Dan Brown
1
-3
/
+1
2005-05-23
[MTD] DiskOnChip: Prevent problems with existing filesystems
Dan Brown
1
-2
/
+2
2005-05-23
[MTD] NAND: Fix reading of autoplaced OOB when there are multiple free sections.
Dan Brown
1
-4
/
+3
2005-05-23
[MTD] DiskOnChip: Fix (?) free OOB array info.
Dan Brown
1
-2
/
+2
2005-05-23
[MTD] NAND: Move the NULL check into the calling function
Thomas Gleixner
1
-8
/
+8
2005-05-23
[MTD] NAND: Fix missing NULL pointer check
Dan Brown
1
-7
/
+7
2005-05-23
[MTD] NAND: Fix oob available calculation
Thomas Gleixner
1
-7
/
+4
2005-05-23
[MTD] DiskOnChip: Scan the entire device for Media Headers.
Dan Brown
1
-22
/
+28
[next]