1. 0b6585c mtd: Fix pointer handling in compat ioctls to use compat_ptr() by David Woodhouse · 15 years ago
  2. 668ff9a mtd: Handle compat ioctls directly; remove all trace from compat_ioctl.c by Kevin Cernekee · 15 years ago
  3. aea7cea mtd: add OOB ioctls for >4GiB devices by Kevin Cernekee · 15 years ago
  4. 9771854 mtd: compat_ioctl cleanup by Kevin Cernekee · 15 years ago
  5. 0dc54e9 mtd: add MEMERASE64 ioctl for >4GiB devices by Kevin Cernekee · 15 years ago
  6. 1f24b5a [MTD] driver model updates by David Brownell · 15 years ago
  7. 402d326 NOMMU: Present backing device capabilities for MTD chardevs by David Howells · 15 years ago
  8. 90160e1 [MTD] Auto-load mtdchar module when device opened. by Scott James Remnant · 15 years ago
  9. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago
  10. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  11. 2be508d Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  12. a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  13. b67c5f8 [MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl() by Zev Weiss · 16 years ago
  14. 34a8244 [MTD] dataflash OTP support by David Brownell · 16 years ago
  15. ff877ea Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 by David Woodhouse · 16 years ago
  16. daea34b device create: mtd: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  17. 175428b [MTD] mtdchar.c remove shadowed variable warnings by Harvey Harrison · 16 years ago
  18. 5f69283 [MTD] mtdchar.c silence sparse warning by Harvey Harrison · 16 years ago
  19. 6071239 mtdchar: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  20. 59018b6 MTD/JFFS2: remove CVS keywords by Adrian Bunk · 16 years ago
  21. c1f3ee1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 17 years ago
  22. a98894a mtd: Convert from class_device to device for MTD/mtdchar by Tony Jones · 17 years ago
  23. e9d8d48 [MTD] mtdchar.c: ioctl always returns 0 as size written for ppc64 by David Scidmore · 17 years ago
  24. ac0c955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  25. 0c1eafd mtdchar build fix by Andrew Morton · 17 years ago
  26. 7eafaed [MTD] Only call mtd->sync() method in mtdchar close if opened for write. by Joakim Tjernlund · 17 years ago
  27. 408b483 [MTD] Fix length comparison in MEMREADOOB by Thomas Gleixner · 17 years ago
  28. 4935361 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  29. d54b1fd [PATCH] mark struct file_operations const 5 by Arjan van de Ven · 17 years ago
  30. 64f6071 [MTD] remove unused ecctype,eccsize fields from struct mtd_info by Artem Bityutskiy · 18 years ago
  31. 9c74034 [MTD] return error code from get_mtd_device() by Artem Bityutskiy · 18 years ago
  32. 95b93a0 [MTD] replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  33. 7014568 [MTD] [NAND] remove len/ooblen confusion. by Vitaly Wool · 18 years ago
  34. d25ade7 [MTD] mtdchar: Fix MEMGETOOBSEL and ECCGETLAYOUT ioctls by Ricard Wanderlöf · 18 years ago
  35. ea59830 [MTD] Use SEEK_{SET,CUR,END} instead of hardcoded values in mtdchar lseek() by Josef 'Jeff' Sipek · 18 years ago
  36. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  37. 1887f51 [MTD] CORE mtdchar.c: fix off-by-one error in lseek() by Herbert Valerio Riedel · 18 years ago
  38. 7bc3312 [MTD] NAND: Fix breakage all over the place by Thomas Gleixner · 18 years ago
  39. 73c619e [MTD] Disconnect struct mtd_info from ABI by Joern Engel · 18 years ago
  40. f1a28c0 [MTD] NAND Expose the new raw mode function and status info to userspace by Thomas Gleixner · 18 years ago
  41. 9a1fcdf [MTD] NAND Signal that a bitflip was corrected by ECC by Thomas Gleixner · 18 years ago
  42. 8593fbc [MTD] Rework the out of band handling completely by Thomas Gleixner · 18 years ago
  43. f4a43cf [MTD] Remove silly MTD_WRITE/READ macros by Thomas Gleixner · 18 years ago
  44. 5bd34c0 [MTD] NAND Replace oobinfo by ecclayout by Thomas Gleixner · 18 years ago
  45. ff268fb [MTD] NAND Consolidate oobinfo handling by Thomas Gleixner · 18 years ago
  46. 493c646 OneNAND: One-Time Programmable (OTP) support by Kyungmin Park · 18 years ago
  47. b802c07 [PATCH] Remove unnecessary kmalloc/kfree calls in mtdchar by Thago Galesi · 18 years ago
  48. 97894cd [MTD] core: Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  49. 15fdc52 [MTD] Tidy up Tims include cleanup by Thomas Gleixner · 19 years ago
  50. 2fc2991 Merge branch 'master' of /home/tglx/work/mtd/git/linux-2.6.git/ by Thomas Gleixner · 19 years ago
  51. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  52. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  53. 8b491d7 [MTD] mtdchar: Return EINVAL for bad seeks instead of fixing up to valid byte by Todd Poynor · 19 years ago
  54. 3a7a882 [MTD] mtdchar: Return the real error code when create_class() failed by Coywolf Qi Hunt · 19 years ago
  55. 9bc7b38 [MTD] mtdchar.c: Replace DEVFS by udev by Todd Poynor · 19 years ago
  56. 81dba48 [MTD] Reset file position when switching OTP mode by Nicolas Pitre · 19 years ago
  57. 045e9a5 [MTD] Unabuse file-f_mode for OTP purpose by Nicolas Pitre · 19 years ago
  58. 31f4233 [MTD] User interface to Protection Registers by Nicolas Pitre · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago