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