1. 2d2fa49 lib: Add hexdump by Alexey Brodkin · Tue Jun 05 17:17:57 2018 +0300
  2. d6d0901 mtd: ubi: Add missing newlines in ubi_init() by Stefan Roese · Tue May 29 15:28:54 2018 +0200
  3. 04285db ubi: fastmap: Implement produce_free_peb() by Patrice Chotard · Tue May 22 10:10:51 2018 +0200
  4. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  5. 3d668df Convert CONFIG_UBI_SILENCE_MSG to Kconfig by Petr Vorel · Sat Mar 24 01:49:24 2018 +0100
  6. fc16868 mtd: ubi: Fix worker handling by Richard Weinberger · Thu Feb 08 07:29:52 2018 +0100
  7. 3a81dab ubi: Ensure no fastmap flush after uif_close by Martin Townsend · Thu Jan 18 08:07:33 2018 +0000
  8. 222e09a ubi: no NULL check needed before kmem_cache_destroy by Heinrich Schuchardt · Wed Nov 08 22:30:59 2017 +0100
  9. 8cf55fa ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS by Karl Beldan · Wed Jul 12 16:11:45 2017 +0000
  10. 16f125c ubi: Kconfig: Fix MTD_UBI selection dependency by Karl Beldan · Wed Jul 12 16:11:43 2017 +0000
  11. 627dc18 mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry by Boris Brezillon · Mon Feb 27 18:22:05 2017 +0100
  12. 09dbb85 kconfig: introduce kconfig for UBI by Heiko Schocher · Wed Sep 21 07:58:19 2016 +0200
  13. 11b825f mtd, ubi: set free_count to zero before walking through erase list by Heiko Schocher · Tue Feb 02 11:54:35 2016 +0100
  14. 78eeb91 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · Sun Jan 24 23:27:48 2016 +0900
  15. 6e18f4b UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG defined by Ladislav Michl · Sun Jan 03 22:05:03 2016 +0100
  16. 0297d1e compat: Remove is_power_of_2() definition by Fabio Estevam · Thu Nov 05 12:43:39 2015 -0200
  17. 7f2a481 UBI: Fastmap: Fix PEB array type by Heiko Schocher · Thu Oct 22 06:19:22 2015 +0200
  18. 94b66de ubi,ubifs: sync with linux v4.2 by Heiko Schocher · Thu Oct 22 06:19:21 2015 +0200
  19. 131a824 ubi: reset mtd_devs when ubi part fail by Heiko Schocher · Tue Jan 20 09:05:23 2015 +0100
  20. 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · Sun Aug 31 15:16:53 2014 +0900
  21. 081fe9e mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · Tue Jul 15 16:08:43 2014 +0200
  22. f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · Tue Jun 24 10:10:04 2014 +0200
  23. 136cfe3 drivers/mtd: descend into sub directories only when it is necessary by Masahiro Yamada · Thu Nov 28 12:22:17 2013 +0900
  24. 25bb3af drivers: mtd: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:55 2013 +0900
  25. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · Fri Oct 04 17:43:24 2013 +0200
  26. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  27. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · Mon Jan 14 03:46:50 2013 +0000
  28. 47550fc ubi: ubifs: Turn off verbose prints by Joe Hershberger · Mon Apr 08 10:32:49 2013 +0000
  29. c3a8779 ubi: Fix broken cleanup code in attach_by_scanning by Joe Hershberger · Mon Apr 08 10:32:46 2013 +0000
  30. a1b457a include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · Mon Oct 29 13:34:23 2012 +0000
  31. e5db8e7 UBI: init eba tables before wl when attaching a device by Holger Brunck · Mon Oct 10 13:08:19 2011 +0200
  32. 2a8db69 GCC4.6: Squash warning in vmt.c by Marek Vasut · Fri Sep 30 12:19:42 2011 +0200
  33. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  34. 01a3aea Fix "ubi part" cmd re-entrancy by Karl Beldan · Thu Sep 23 10:46:31 2010 +0200
  35. 3ca9a93 UBI: initialise update marker by Peter Horton · Sat Jun 12 10:11:56 2010 +0900
  36. 9e35514 UBI: Ensure that "background thread" operations are really executed by Stefan Roese · Mon May 17 10:00:51 2010 +0200
  37. d4f92ac UBI: Fix build problem noticed on Apollon (arm/testing repo) by Stefan Roese · Mon Jun 29 13:30:50 2009 +0200
  38. cb65dc7 UBI: Add compile-time check for correct malloc area configuration by Stefan Roese · Thu Jun 04 16:55:34 2009 +0200
  39. 55334c7 Coding style cleanup, update CHANGELOG. by Wolfgang Denk · Tue Dec 16 01:02:17 2008 +0100
  40. 920863d UBI: Return -ENOMEM upon failing malloc by Stefan Roese · Wed Dec 10 10:28:33 2008 +0100
  41. 1b20eb8 UBI: Enable re-initializing of the "ubi part" command by Stefan Roese · Thu Nov 27 14:07:09 2008 +0100
  42. 7f88f00 UBI: Add basic UBI support to U-Boot (Part 5/8) by Kyungmin Park · Wed Nov 19 16:28:06 2008 +0100
  43. 82f184e UBI: Add basic UBI support to U-Boot (Part 4/8) by Kyungmin Park · Wed Nov 19 16:27:23 2008 +0100
  44. a598345 UBI: Add basic UBI support to U-Boot (Part 3/8) by Kyungmin Park · Wed Nov 19 16:26:54 2008 +0100
  45. c880c53 UBI: Add basic UBI support to U-Boot (Part 2/8) by Kyungmin Park · Wed Nov 19 16:25:44 2008 +0100
  46. 1d8dca6 UBI: Add basic UBI support to U-Boot (Part 1/8) by Kyungmin Park · Wed Nov 19 16:23:06 2008 +0100