1. 65cc21b ia64: Add accept4() syscall by Émeric Maschino · 13 years ago
  2. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  3. 9e20393 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  4. 993ecff Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  5. 2429f7a net: introduce netif_addr_lock_nested() and call if when appropriate by Jiri Pirko · 13 years ago
  6. ab16ebf net: correct lock name in dev_[uc/mc]_sync documentations. by Jiri Pirko · 13 years ago
  7. 12e5550 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  8. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  9. 5983faf Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  10. 21a2cb5 Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 13 years ago
  11. 074b1d1 NFSv4: Change the default setting of the nfs4_disable_idmapping parameter by Trond Myklebust · 13 years ago
  12. b60ef99 mtd: Fix dependency for MTD_DOC200x by Fabio Estevam · 13 years ago
  13. 800ffd3 mtd: do not use mtd->block_markbad directly by Artem Bityutskiy · 13 years ago
  14. d58b27e logfs: do not use 'mtd->block_isbad' directly by Artem Bityutskiy · 13 years ago
  15. 8f461a7 mtd: introduce mtd_can_have_bb helper by Artem Bityutskiy · 13 years ago
  16. 079c985 mtd: do not use mtd->suspend and mtd->resume directly by Artem Bityutskiy · 13 years ago
  17. 3813456 mtd: do not use mtd->lock, unlock and is_locked directly by Artem Bityutskiy · 13 years ago
  18. 327cf29 mtd: do not use mtd->sync directly by Artem Bityutskiy · 13 years ago
  19. 1dbebd3 mtd: harmonize mtd_writev usage by Artem Bityutskiy · 13 years ago
  20. e2936b2a mtd: do not use mtd->lock_user_prot_reg directly by Artem Bityutskiy · 13 years ago
  21. 27c151a mtd: mtd->write_user_prot_reg directly by Artem Bityutskiy · 13 years ago
  22. b6de3d6 mtd: do not use mtd->read_*_prot_reg directly by Artem Bityutskiy · 13 years ago
  23. 87e858a9 mtd: do not use mtd->get_*_prot_info directly by Artem Bityutskiy · 13 years ago
  24. dac2639 mtd: do not use mtd->read_oob directly by Artem Bityutskiy · 13 years ago
  25. 016c129 mtd: mtdoops: do not use mtd->panic_write directly by Artem Bityutskiy · 13 years ago
  26. 4991e72 romfs: do not use mtd->get_unmapped_area directly by Artem Bityutskiy · 13 years ago
  27. cd62127 mtd: do not use mtd->get_unmapped_area directly by Artem Bityutskiy · 13 years ago
  28. 1093447 mtd: do use mtd->point directly by Artem Bityutskiy · 13 years ago
  29. fc002e3 mtd: introduce mtd_has_oob helper by Artem Bityutskiy · 13 years ago
  30. 33c87b4 mtd: mtdcore: export symbols cleanup by Artem Bityutskiy · 13 years ago
  31. 52b0203 mtd: clean-up the default_mtd_writev function by Artem Bityutskiy · 13 years ago
  32. 4ccf2f1 jffs: remove custom mtd_fake_writev function by Artem Bityutskiy · 13 years ago
  33. bac9727 mtd: remove unused default_mtd_readv prototype by Artem Bityutskiy · 13 years ago
  34. d81a32f mtd: sst25l: kill unused variable by Artem Bityutskiy · 13 years ago
  35. ee16f2a mtd: onenand: kill unused variable by Artem Bityutskiy · 13 years ago
  36. d5de20a mtd: kill dev_to_mtd helper by Artem Bityutskiy · 13 years ago
  37. 30fa984 mtd: remove extra retlen assignment by Artem Bityutskiy · 13 years ago
  38. 9cf075f mtd: always initialize retlen to zero by Artem Bityutskiy · 13 years ago
  39. bea7fe0 mtd: doc: do not initialize mtd_info fields to 0 or NULL by Artem Bityutskiy · 13 years ago
  40. 122f81d mtd: docprobe: use kzalloc instead by Artem Bityutskiy · 13 years ago
  41. a88d2dc mtd: move mtd->{get,put}_device functions up by Artem Bityutskiy · 13 years ago
  42. 5942ddb mtd: introduce mtd_block_markbad interface by Artem Bityutskiy · 13 years ago
  43. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  44. ead995f mtd: introduce mtd_resume interface by Artem Bityutskiy · 13 years ago
  45. 3fe4bae mtd: introduce mtd_suspend interface by Artem Bityutskiy · 13 years ago
  46. e95e978 mtd: introduce mtd_is_locked interface by Artem Bityutskiy · 13 years ago
  47. b66005c mtd: introduce mtd_unlock interface by Artem Bityutskiy · 13 years ago
  48. 7799f9a mtd: introduce mtd_lock interface by Artem Bityutskiy · 13 years ago
  49. 85f2f2a mtd: introduce mtd_sync interface by Artem Bityutskiy · 13 years ago
  50. b0a31f7 mtd: introduce mtd_writev interface by Artem Bityutskiy · 13 years ago
  51. 4403dbfb mtd: introduce mtd_lock_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  52. 482b43a mtd: introduce mtd_write_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  53. 4ea1cab mtd: introduce mtd_read_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  54. 855e5d8 mtd: introduce mtd_get_user_prot_info interface by Artem Bityutskiy · 13 years ago
  55. d264f72 mtd: introduce mtd_read_fact_prot_reg interface by Artem Bityutskiy · 13 years ago
  56. a750b5c mtd: introduce mtd_get_fact_prot_info interface by Artem Bityutskiy · 13 years ago
  57. a2cc5ba mtd: introduce mtd_write_oob interface by Artem Bityutskiy · 13 years ago
  58. fd2819b mtd: introduce mtd_read_oob interface by Artem Bityutskiy · 13 years ago
  59. 7ae79d7 mtd: introduce mtd_panic_write interface by Artem Bityutskiy · 13 years ago
  60. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  61. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  62. 04c601b mtd: introduce mtd_get_unmapped_area interface by Artem Bityutskiy · 13 years ago
  63. 7219778 mtd: introduce mtd_unpoint interface by Artem Bityutskiy · 13 years ago
  64. d35ea20 mtd: introduce mtd_point interface by Artem Bityutskiy · 13 years ago
  65. 7e1f0dc mtd: introduce mtd_erase interface by Artem Bityutskiy · 13 years ago
  66. 969e57a mtd: mtdchar: rename functions by Artem Bityutskiy · 13 years ago
  67. 48d3610 logfs: rename functions starting with mtd_ by Artem Bityutskiy · 13 years ago
  68. cdfe5ed mtd: lpddr: drop unnecessary zeroing by Artem Bityutskiy · 13 years ago
  69. 4a42243 mtd: map.h: fix arm cross-build failure by Artem Bityutskiy · 13 years ago
  70. bca7f5f mtd: txx9ndfmc: use devm_request_and_ioremap by Julia Lawall · 13 years ago
  71. af32b36 mtd: lantiq-flash: drop iounmap for devm_ allocated data by Julia Lawall · 13 years ago
  72. 775c3220 mtd: gpio-nand: add device tree bindings by Jamie Iles · 13 years ago
  73. f98872f mtd: bcm63xxpart: check the image tag's crc32 by Jonas Gorski · 13 years ago
  74. 8051667 MIPS: BCM63XX: bcm963xx_tag.h: make crc fields integers by Jonas Gorski · 13 years ago
  75. 327c62c mtd: bcm63xxpart: don't assume NVRAM is always the fourth partition by Jonas Gorski · 13 years ago
  76. 678eb9b mtd: bcm63xxpart: make sure CFE and NVRAM partitions are at least 64KiB by Jonas Gorski · 13 years ago
  77. f2d9739 mtd: bcm63xxpart: check version marker string for newer CFEs by Jonas Gorski · 13 years ago
  78. f9fbcdc mtd: sm_ftl: fix module parameter by Rusty Russell · 13 years ago
  79. e10019b mtd: docg3: remove unused function by Robert Jarzmik · 13 years ago
  80. f57eb5c mtd: nand: Add ONFI support for FSL NAND controller by Shengzhou Liu · 13 years ago
  81. d825110 mtd: nand: fixup for fmr initialization of Freescale NAND controller by Shengzhou Liu · 13 years ago
  82. 2b00668 mtd: document that MEMWRITE ioctl is NAND-specific by Artem Bityutskiy · 13 years ago
  83. 9ae84fe mtd: fsl_elbc_nand: set Nand flash page address to FBAR and FPAR correctly by Liu Shuo · 13 years ago
  84. 556f063 mtdoops: fix the oops_page_used array size by Roman Tereshonkov · 13 years ago
  85. 5346671 jffs2: fix up error handling for insert_inode_locked by Eric Sandeen · 13 years ago
  86. fa3ae71 mtd: maps: remove the now unused bcm963xx-flash by Jonas Gorski · 13 years ago
  87. f4aa7ad MIPS: BCM63XX: use the new bcm63xxpart parser by Jonas Gorski · 13 years ago
  88. 529688f mtd: maps: physmap: allow partition parsers for physmap_flash_data by Jonas Gorski · 13 years ago
  89. 70a3c16 mtd: maps: bcm963xx-flash: make CFE partition parsing an mtd parser by Jonas Gorski · 13 years ago
  90. ca105f4 mtd: maps: bcm963xx-flash: clean up printk usage by Jonas Gorski · 13 years ago
  91. 6ae9c1c mtd: maps: bcm963xx-flash: remove superfluous semicolons by Jonas Gorski · 13 years ago
  92. 35096cb mtd: maps: bcm963xx-flash: fix word order for spare partition by Jonas Gorski · 13 years ago
  93. 47882d7 mtd: davinci: if no amif timing is passed, don; t setup cscfg register by Heiko Schocher · 13 years ago
  94. e32de76 mtd: nand: set correct length to FBCR for a non-full-page write by Liu Shuo · 13 years ago
  95. a9a552f mtd: nand: use elbc_fcm_ctrl->oob to set FPAR_MS bit of FPAR by Liu Shuo · 13 years ago
  96. b604436 mtd: docg3: fixes and cleanups by Robert Jarzmik · 13 years ago
  97. 3538c56 mtd: mtdoops: skip reading initially bad blocks by Roman Tereshonkov · 13 years ago
  98. 2f4478c mtd: tests: stresstest: bail out if device has not enough eraseblocks by Wolfram Sang · 13 years ago
  99. f99640d mtd: convert drivers/mtd/* to use module_platform_driver() by Axel Lin · 13 years ago
  100. 1f9327f Documentation: add sysfs entries for mtd docg3 chips by Robert Jarzmik · 13 years ago