1. 6997af7c Merge commit '371a00448f95adaa612cf1a0b31a11e7093bc706' of 'git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git' by David Woodhouse · 13 years ago
  2. 1749c00 mtd: mtd_nandecctest: ensure alignment requirement for bitops by Akinobu Mita · 13 years ago
  3. c5b8384 mtd: mtd_nandecctest: improve message output by Akinobu Mita · 13 years ago
  4. bb82477 mtd: mtd_nandecctest: make module_init() return appropriate errno by Akinobu Mita · 13 years ago
  5. 1f6edad mtd: mtd_nandecctest: remove unnecessary include by Akinobu Mita · 13 years ago
  6. 74d83be JFFS2: don't fail on bitflips in OOB by Brian Norris · 13 years ago
  7. 6f12f59 mtd: autcpu12-nvram: drop frees of devm_ alloc'd data by Julia Lawall · 13 years ago
  8. fac0077 mtd: cmdlinepart: minor cleanups by Artem Bityutskiy · 13 years ago
  9. 9e0606f mtd: cmdlinepart: revise error handling by Artem Bityutskiy · 13 years ago
  10. 3cf7f13 mtd: bcm47part driver for BCM47XX chipsets by Rafał Miłecki · 13 years ago
  11. aa3c5dc mtd: cmdlinepart: remove unneeded initialization by Artem Bityutskiy · 13 years ago
  12. 4d3d688 mtd: omap2: fix module loading by Andreas Bießmann · 13 years ago
  13. 7d9b110 mtd: omap2: fix omap_nand_remove segfault by Andreas Bießmann · 13 years ago
  14. 7be1f6b mtd: cfi_cmdset_0001: Fix problem with unlocking timeout by Stefan Roese · 13 years ago
  15. a5ff4f1 mtd: nand: Added a device flag for subpage read support by Jeff Westfahl · 13 years ago
  16. 32098f6 mtd: orion_nand: remove <mach/hardware.h> include by Thomas Petazzoni · 13 years ago
  17. f45c299 mtd: mtd_nandecctest: make module_init() return an error code if test fails by Akinobu Mita · 13 years ago
  18. 0ce0060 mtd: mtd_nandecctest: remove unnecessary srandom32() call by Akinobu Mita · 13 years ago
  19. 58d864e mtd: m25p80: add support for the EON EN25Q64 chip by Gabor Juhos · 13 years ago
  20. 3105875 mtd: m25p80: add support for Micron N25Q128 by Jan Luebbe · 13 years ago
  21. 62beee2 mtd: lpc32xx_mlc: Cleanup after DT-only conversion by Roland Stigge · 13 years ago
  22. 10594f6 mtd: lpc32xx_slc: Cleanup after DT-only conversion by Roland Stigge · 13 years ago
  23. e1f5b3f mtd: allow MTD_NAND_GPMI_NAND to be built as module by Fabio Estevam · 13 years ago
  24. d159c4e mtd: nand: nand_bbt: export nand_update_bbt by Fabio Estevam · 13 years ago
  25. eceb84b mtd: nand: rename create_bbt()'s 'len' variable to 'numpages' by Shmulik Ladkani · 13 years ago
  26. 19da415 mtd: s3c2410: Fix compiler warnings by Sachin Kamat · 13 years ago
  27. 6f32a3e mtd: s3c2410: Use devm_* functions by Sachin Kamat · 13 years ago
  28. c83d29f mtd: maps: rbtx4939-flash: delete unneeded test by Julia Lawall · 13 years ago
  29. 25806d3 mtd: fix kernel-doc warning in include/linux/mtd/nand.h by Randy Dunlap · 13 years ago
  30. c51803d mtd: mtdpart: break it as soon as we parse out the partitions by Huang Shijie · 13 years ago
  31. d0788ce mtd: physmap_of: Add "no-unaligned-direct-access" DT property by Stefan Roese · 13 years ago
  32. e1ed147 mtd: spear_smi: use devm_ functions consistently by Julia Lawall · 13 years ago
  33. 99f2b10 mtd: lantiq: Add NAND support on Lantiq XWAY SoC. by John Crispin · 13 years ago
  34. da3888c mtd: check for valid pdata inside plat_nand by John Crispin · 13 years ago
  35. b8c4bf2 defconfigs: remove CONFIG_MTD_NAND_VERIFY_WRITE by Huang Shijie · 13 years ago
  36. 657f28f mtd: kill MTD_NAND_VERIFY_WRITE by Huang Shijie · 13 years ago
  37. 8da2868 mtd: m25p80: add support for Micron N25Q256A by Vivien Didelot · 13 years ago
  38. db68f28 mtd: maps: pci: remove dead code by Wolfram Sang · 13 years ago
  39. 13e8597 mtd: use %*ph[CN] to dump small buffers by Andy Shevchenko · 13 years ago
  40. 513d57e mtd: gpmi: fix the compiler warnings by Huang Shijie · 13 years ago
  41. cdeadd7 mtd: nand: davinci: add OF support for davinci nand controller by Heiko Schocher · 13 years ago
  42. a445f78 JFFS2: fix unmount regression by Artem Bityutskiy · 13 years ago
  43. b05a118 mtd: allow uclinux map driver to be used on any ColdFire CPU platform by Greg Ungerer · 13 years ago
  44. 08a3c4b mtd: fix wrong usage of ioremap_nocache() in uclinux.c map driver by Greg Ungerer · 13 years ago
  45. f938bc5 mtd: s3c2410: Fix line over 80 characters warning by Sachin Kamat · 13 years ago
  46. 54cd020 mtd: s3c2410: Fix checkpatch warnings and errors related to whitespaces by Sachin Kamat · 13 years ago
  47. a68c5ec mtd: s3c2410: Do not initialise statics to 0 or NULL by Sachin Kamat · 13 years ago
  48. d2a89be mtd: s3c2410: Use <linux/io.h> instead of <asm/io.h> by Sachin Kamat · 13 years ago
  49. 92aeb5d mtd: s3c2410: Use pr_* instead of printk by Sachin Kamat · 13 years ago
  50. 056fcab mtd: s3c2410: Use module_platform_driver() by Sachin Kamat · 13 years ago
  51. 27c84fa mtd: nand: Include IMX6 in the list of supported SoCs by Fabio Estevam · 13 years ago
  52. ce55754 mtd: autcpu12-nvram: Convert driver to platform_device by Alexander Shiyan · 13 years ago
  53. d1f55c6 mtd: autcpu12-nvram: Fix compile breakage by Alexander Shiyan · 13 years ago
  54. 4cacbe2 mtd: omap2: fix some typos in comments by Peter Meerwald · 13 years ago
  55. bf7a01b mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver by Brian Norris · 13 years ago
  56. 28446ac mtd: atmel nand: fix gpio missing request by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  57. aa6d01f mtd: docg4: fix oob reads by Mike Dunn · 13 years ago
  58. 036a1ac mtd: spear_smi: fix compilation warning by Artem Bityutskiy · 13 years ago
  59. b517097 mtd: spear_smi: failure test for null rather than negative integer by Julia Lawall · 13 years ago
  60. 9c6f62a mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driver by Roland Stigge · 13 years ago
  61. de20c22 mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driver by Roland Stigge · 13 years ago
  62. af69dcd mtd: nand: rename '_raw' BBT scan functions by Brian Norris · 13 years ago
  63. a7e6883 mtd: nand: use ECC, if present, when scanning OOB by Brian Norris · 13 years ago
  64. 491ed06 mtd: nand_bbt: use string library by Brian Norris · 13 years ago
  65. 7b5a2d4 mtd: nand: remove unused 'int' return codes by Brian Norris · 13 years ago
  66. e47f685 mtd: check for max_bitflips in mtd_read_oob() by Brian Norris · 13 years ago
  67. 8bb8b85 mtd: m25p80: Fix the Spansion chip detection by Marek Vasut · 13 years ago
  68. f728598 mtd: m25p80: add support for Spansion s25sl064p chip by Marek Vasut · 13 years ago
  69. ff50617 mtd: gpmi: change the code for clocks by Huang Shijie · 13 years ago
  70. 894824f mtd: sh_flctl: Only copy OOB data if it is required by Bastian Hecht · 13 years ago
  71. d76236f mtd: sh_flctl: Use memcpy() instead of using a loop by Bastian Hecht · 13 years ago
  72. 2361f73 Merge tag 'v3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David Woodhouse · 13 years ago
  73. 371a004 bcma: detect and register NAND flash device by Rafał Miłecki · 13 years ago
  74. d57ef3a bcma: detect and register serial flash device by Rafał Miłecki · 13 years ago
  75. 01e17da Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 13 years ago
  76. dcf3396 mac80211: clean up ieee80211_subif_start_xmit by Johannes Berg · 13 years ago
  77. fe94fe0 mac80211: pass channel to ieee80211_send_probe_req by Johannes Berg · 13 years ago
  78. c0af073 mac80211: convert ops checks to WARN_ON by Johannes Berg · 13 years ago
  79. 9b86487 mac80211: check operating channel in scan by Johannes Berg · 13 years ago
  80. 4797c7b mac80211: use RX status band instead of current band by Johannes Berg · 13 years ago
  81. 3d01be7 mac80211: don't assume channel is set in tracing by Johannes Berg · 13 years ago
  82. f9e6e95 mac80211: use oper_channel in rate init by Johannes Berg · 13 years ago
  83. 9e99a12 mac80211: remove freq/chantype from debugfs by Johannes Berg · 13 years ago
  84. e31583c mac80211: remove almost unused local variable by Johannes Berg · 13 years ago
  85. 466f310 mac80211: mesh: don't use global channel type by Johannes Berg · 13 years ago
  86. d348f69 mac80211: simplify buffers in aes_128_cmac_vector by Johannes Berg · 13 years ago
  87. 8b3d1cc mac80211_hwsim: add support for P2P Device by Johannes Berg · 13 years ago
  88. 6d71117 mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTF by Johannes Berg · 13 years ago
  89. f142c6b mac80211: support P2P Device abstraction by Johannes Berg · 13 years ago
  90. 98104fde cfg80211: add P2P Device abstraction by Johannes Berg · 13 years ago
  91. cc74c0c mac80211: make ieee80211_beacon_connection_loss_work static by Johannes Berg · 13 years ago
  92. 5bc1420 mac80211: check size of channel switch IE when parsing by Johannes Berg · 13 years ago
  93. 3049000 mac80211: fix CSA handling timer by Johannes Berg · 13 years ago
  94. 57eebdf mac80211: clean up CSA handling code by Johannes Berg · 13 years ago
  95. 90bcf86 mac80211: remove unneeded 'bssid' variable by Johannes Berg · 13 years ago
  96. 4c29867 mac80211: support A-MPDU status reporting by Johannes Berg · 13 years ago
  97. 48613ec wireless: add radiotap A-MPDU status field by Johannes Berg · 13 years ago
  98. e687f61 mac80211: add supported rates change notification in IBSS by Antonio Quartulli · 13 years ago
  99. 4bd4c2d mac80211: clean up mpath_move_to_queue() by Thomas Pedersen · 13 years ago
  100. b22bd52 mac80211: use skb_queue_walk() in mesh_path_assign_nexthop by Thomas Pedersen · 13 years ago