1. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 5 months ago
  2. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  3. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  4. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  5. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  6. 524acec ubi: Print skip_check in ubi_dump_vol_info() by Stefan Roese · 5 years ago
  7. 386f20c ubi: provide a way to skip CRC checks by Quentin Schulz · 5 years ago
  8. 5ebd3df ubi: fix UBI_SILENCE_MSG by Markus Klotzbuecher · 5 years ago
  9. 661bbc5 mtd: ubi: Remove select for non existent option by Chris Packham · 6 years ago
  10. 734b080 mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit by Eran Matityahu · 6 years ago
  11. 66e78fc mtd: ubi debug: Remove the pid print from ubi_assert by Eran Matityahu · 6 years ago
  12. f8c987f lib: Add hexdump by Alexey Brodkin · 6 years ago
  13. 78306cb mtd: ubi: Add missing newlines in ubi_init() by Stefan Roese · 6 years ago
  14. 65c3d25 ubi: fastmap: Implement produce_free_peb() by Patrice Chotard · 6 years ago
  15. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  16. c0ce4ce Convert CONFIG_UBI_SILENCE_MSG to Kconfig by Petr Vorel · 7 years ago
  17. f82290a mtd: ubi: Fix worker handling by Richard Weinberger · 7 years ago
  18. 2d2d306 ubi: Ensure no fastmap flush after uif_close by Martin Townsend · 7 years ago
  19. cd5f33e ubi: no NULL check needed before kmem_cache_destroy by Heinrich Schuchardt · 7 years ago
  20. f8dc5a0 ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS by Karl Beldan · 7 years ago
  21. fc94f20 ubi: Kconfig: Fix MTD_UBI selection dependency by Karl Beldan · 7 years ago
  22. aa04915 mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry by Boris Brezillon · 8 years ago
  23. 8f2fe0c kconfig: introduce kconfig for UBI by Heiko Schocher · 8 years ago
  24. 68fc449 mtd, ubi: set free_count to zero before walking through erase list by Heiko Schocher · 9 years ago
  25. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  26. 6a45956 UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG defined by Ladislav Michl · 9 years ago
  27. f8fdb81 compat: Remove is_power_of_2() definition by Fabio Estevam · 9 years ago
  28. 248f260 UBI: Fastmap: Fix PEB array type by Heiko Schocher · 9 years ago
  29. 0195a7b ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  30. 40da2a2 ubi: reset mtd_devs when ubi part fail by Heiko Schocher · 10 years ago
  31. 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  32. 4e67c57 mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · 10 years ago
  33. ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  34. 392ba52 drivers/mtd: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  35. 2fc7ef6 drivers: mtd: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  36. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  37. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  38. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  39. 147162d ubi: ubifs: Turn off verbose prints by Joe Hershberger · 12 years ago
  40. 76c1637 ubi: Fix broken cleanup code in attach_by_scanning by Joe Hershberger · 12 years ago
  41. eef1cf2 include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · 12 years ago
  42. d638946 UBI: init eba tables before wl when attaching a device by Holger Brunck · 13 years ago
  43. cac952f GCC4.6: Squash warning in vmt.c by Marek Vasut · 13 years ago
  44. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  45. 86af10c Fix "ubi part" cmd re-entrancy by Karl Beldan · 14 years ago
  46. ceeba00 UBI: initialise update marker by Peter Horton · 14 years ago
  47. 1b1f9a9 UBI: Ensure that "background thread" operations are really executed by Stefan Roese · 14 years ago
  48. d318d0c UBI: Fix build problem noticed on Apollon (arm/testing repo) by Stefan Roese · 15 years ago
  49. 60cfe87 UBI: Add compile-time check for correct malloc area configuration by Stefan Roese · 15 years ago
  50. 455ae7e Coding style cleanup, update CHANGELOG. by Wolfgang Denk · 16 years ago
  51. 8173293 UBI: Return -ENOMEM upon failing malloc by Stefan Roese · 16 years ago
  52. 2ee951b UBI: Enable re-initializing of the "ubi part" command by Stefan Roese · 16 years ago
  53. c91a719 UBI: Add basic UBI support to U-Boot (Part 5/8) by Kyungmin Park · 16 years ago
  54. f412fef UBI: Add basic UBI support to U-Boot (Part 4/8) by Kyungmin Park · 16 years ago
  55. 2d262c4 UBI: Add basic UBI support to U-Boot (Part 3/8) by Kyungmin Park · 16 years ago
  56. 961df83 UBI: Add basic UBI support to U-Boot (Part 2/8) by Kyungmin Park · 16 years ago
  57. f399d4a UBI: Add basic UBI support to U-Boot (Part 1/8) by Kyungmin Park · 16 years ago