1. 124bf94 ARM: imx: fix name for functions adding sdhci-esdhc-imx devices by Uwe Kleine-König · 14 years ago
  2. c496fa6 ARM: mx3/mx35_3ds: Add watchdog support by Uwe Kleine-König · 14 years ago
  3. d690b4c ARM: mx3: dynamically allocate imx-keypad devices by Uwe Kleine-König · 14 years ago
  4. 742269e ARM: mx3: dynamically allocate imx2-wdt devices by Uwe Kleine-König · 14 years ago
  5. 2d58de2 ARM: mx3: dynamically allocate mxc-ehci devices by Uwe Kleine-König · 14 years ago
  6. 9e1dde3 ARM: mx3: dynamically allocate fsl-usb2-udc devices by Uwe Kleine-König · 14 years ago
  7. fed3d35 ARM: mx3: dynamically allocate mxc_rnga devices by Uwe Kleine-König · 14 years ago
  8. 6a697e3 ARM: mx3: dynamically register mxc-mmc devices by Uwe Kleine-König · 14 years ago
  9. a528bc8 ARM: mx3: introduce SOC_IMX31 and SOC_IMX35 by Uwe Kleine-König · 14 years ago
  10. 86f8efd ARM: mx3: use an MX35 constant in imx35 only code by Uwe Kleine-König · 14 years ago
  11. d7e0951 ARM: mx3: move registration of gpios to plat-mxc/gpio.c by Uwe Kleine-König · 14 years ago
  12. 972cc48 ARM: imx: use SOC_IMX25 instead of ARCH_MX25 for multi-SoC by Uwe Kleine-König · 14 years ago
  13. 36a8cac ARM: imx: let the machines select SOC_IMX{21,27} by Uwe Kleine-König · 14 years ago
  14. fd2fa2e3 ARM: imx: let IMX_HAVE_PLATFORM_IMX_FB select HAVE_FB_IMX by Uwe Kleine-König · 14 years ago
  15. e48ab1c ARM: imx: move mx25 support to mach-imx by Uwe Kleine-König · 14 years ago
  16. 2a8bd56 ARM: mx25: remove now empty devices.h by Uwe Kleine-König · 14 years ago
  17. bb4c853 ARM: mx25: dynamically allocate mx2-camera devices by Uwe Kleine-König · 14 years ago
  18. 0087150 ARM: mx25: dynamically allocate imx2-wdt devices by Uwe Kleine-König · 14 years ago
  19. 194ee8e ARM: mx25: dynamically allocatate imx-fb devices by Uwe Kleine-König · 14 years ago
  20. e7c74b3 ARM: mx25: dynamically allocate imxdi_rtc devices by Uwe Kleine-König · 14 years ago
  21. ab9cee4b ARM: mx25: dynamically allocate imx-keypad devices by Uwe Kleine-König · 14 years ago
  22. d485c7e ARM: mx25: move registration of gpios to plat-mxc/gpio.c by Uwe Kleine-König · 14 years ago
  23. 5f3d109 ARM: mx25: dynamically allocate mxc_pwm devices by Uwe Kleine-König · 14 years ago
  24. 224b8c8 ARM: mx25: dynamically allocate fsl-usb2-udc devices by Uwe Kleine-König · 14 years ago
  25. 2c20b9f ARM: mx25: dynamically allocate mxc-ehci devices by Uwe Kleine-König · 14 years ago
  26. e9f0baf ARM: imx: move registration of gpios to plat-mxc/gpio.c by Uwe Kleine-König · 14 years ago
  27. 3a6f52a ARM: imx: remove now empty devices.h by Uwe Kleine-König · 14 years ago
  28. 9f871469 ARM: imx: dynamically allocate imx21-hcd devices by Uwe Kleine-König · 14 years ago
  29. 3f88014 ARM: imx: dynamically allocate imx-keypad devices by Uwe Kleine-König · 14 years ago
  30. bd455ed ARM: imx: dynamically allocate fsl-usb2-udc devices by Uwe Kleine-König · 14 years ago
  31. 2eb42d5 ARM: imx: dynamically allocate mxc-ehci devices by Uwe Kleine-König · 14 years ago
  32. 9d3d945 ARM: imx: dynamically register mxc-mmc devices by Uwe Kleine-König · 14 years ago
  33. c194daa ARM: mx3/mach-pcm037_eet: Fix section mismatch for eet_init_devices() by Alberto Panizzo · 14 years ago
  34. bf182bc ARM: imx: dynamically allocate mxc_pwm devices by Uwe Kleine-König · 14 years ago
  35. c062465 ARM: mx3: enable SPI_IMX for better compile coverage by Uwe Kleine-König · 14 years ago
  36. ad851bf ARM: imx: dynamically register imx-fb devices by Uwe Kleine-König · 14 years ago
  37. fc40d01 ARM: imx: change the way flexcan devices are registered by Uwe Kleine-König · 14 years ago
  38. e0a1961 ARM: imx: dynamically allocate imx2-wdt devices by Uwe Kleine-König · 14 years ago
  39. b2997cb ARM: imx: dynamically allocate mx2-camera device by Uwe Kleine-König · 14 years ago
  40. 3bde75b ARM: imx/gpio: remove some useless casts by Uwe Kleine-König · 14 years ago
  41. 9bb39b3 ARM: imx: dynamically allocate mx1-camera device by Uwe Kleine-König · 14 years ago
  42. 6332c10 ARM: imx: allow specifying a dma mask when creating a platform device by Uwe Kleine-König · 14 years ago
  43. e083000 ARM: imx: dynamically allocate imx_udc device by Uwe Kleine-König · 14 years ago
  44. 300f86d ARM: imx: remove unused devices by Uwe Kleine-König · 14 years ago
  45. ae71a56 ARM: imx: dynamically allocate mxc_w1 devices by Uwe Kleine-König · 14 years ago
  46. d96801b ARM: imx: remove deprecated symbols as all users are gone now by Uwe Kleine-König · 14 years ago
  47. ac40142 ARM: imx/debug-macro: rework using the new io mapping macro by Uwe Kleine-König · 14 years ago
  48. a996314 ARM: imx: change static io mapping to use a function by Uwe Kleine-König · 14 years ago
  49. cf3a6ab ARM: imx: remove last explicit users of virtual base address defines by Uwe Kleine-König · 14 years ago
  50. 08ff97b ARM: imx: use MXxy_IO_P2V macros to setup static mappings by Uwe Kleine-König · 14 years ago
  51. f5d7a13 ARM: imx: refactor the io mapping macro by Uwe Kleine-König · 14 years ago
  52. 9651b7d ARM: mx3: fix the last users of IMX_NEEDS_DEPRECATED_SYMBOLS by Uwe Kleine-König · 14 years ago
  53. be6786a Merge branch 'l2x0-pull-rmk' of git://dev.omapzoom.org/pub/scm/santosh/kernel-omap4-base into devel-stable by Russell King · 14 years ago
  54. f9cef50 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stable by Russell King · 14 years ago
  55. 9ae21ca Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable by Russell King · 14 years ago
  56. 12ba8d1 fix braino in fs: do not assign default i_ino in new_inode by Al Viro · 14 years ago
  57. c48c43e Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  58. 520045d Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
  59. 135cba0 vmwgfx: Implement a proper GMR eviction mechanism by Thomas Hellstrom · 14 years ago
  60. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  61. 9e5fca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  62. 8f895da drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2 by Alex Deucher · 14 years ago
  63. 56083ab docbook: add idr/ida to kernel-api docbook by Randy Dunlap · 14 years ago
  64. ee2f154 docbook: add more wait/wake/completion to device-drivers docbook by Randy Dunlap · 14 years ago
  65. 003bb8a documentation: update sysrq.txt magic sysrq keys by Randy Dunlap · 14 years ago
  66. d2d8f66 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  67. 474829e Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  68. 27afe58 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  69. 7eb901e Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6 by Linus Torvalds · 14 years ago
  70. e404f91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
  71. 18a043f Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  72. 31453a9 Merge branch 'akpm-incoming-1' by Linus Torvalds · 14 years ago
  73. 93ed0e2 scripts/checkpatch.pl: add check for declaration of pci_device_id by Joe Perches · 14 years ago
  74. cb710ec scripts/checkpatch.pl: add warnings for static char that could be static const char by Joe Perches · 14 years ago
  75. 267ad8f checkpatch: version 0.31 by Andy Whitcroft · 14 years ago
  76. 01464f3 checkpatch: statement/block context analyser should look at sanitised lines by Andy Whitcroft · 14 years ago
  77. 3cbf62d checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar by Andy Whitcroft · 14 years ago
  78. 5eaa20b checkpatch: clean up structure definition macro handline by Andy Whitcroft · 14 years ago
  79. 015830b checkpatch: update copyright dates by Andy Whitcroft · 14 years ago
  80. 03f1df7 checkpatch: Add additional attribute #defines by Joe Perches · 14 years ago
  81. 3bf9a00 checkpatch: check for incorrect permissions by Rabin Vincent · 14 years ago
  82. 9fe287d7 checkpatch: ensure kconfig help checks only apply when we are adding help by Andy Whitcroft · 14 years ago
  83. 0c73b4e checkpatch: simplify and consolidate "missing space after" checks by Andy Whitcroft · 14 years ago
  84. 8cf6de7 checkpatch: add check for space after struct, union, and enum by Andy Whitcroft · 14 years ago
  85. 53a3c44 checkpatch: returning errno typically should be negative by Andy Whitcroft · 14 years ago
  86. 9446ef5 checkpatch: handle casts better fixing false categorisation of : as binary by Andy Whitcroft · 14 years ago
  87. fb2d2c1 checkpatch: ensure we do not collapse bracketed sections into constants by Andy Whitcroft · 14 years ago
  88. d2c0a23 checkpatch: suggest cleanpatch and cleanfile when appropriate by Andy Whitcroft · 14 years ago
  89. e91b6e2 checkpatch: types may sit on a line on their own by Andy Whitcroft · 14 years ago
  90. 6b4c5be checkpatch: fix regressions in "fix handling of leading spaces" by Andy Whitcroft · 14 years ago
  91. 658716d div64_u64(): improve precision on 32bit platforms by Brian Behlendorf · 14 years ago
  92. 5d051de lib/parser: cleanup match_number() by Namhyung Kim · 14 years ago
  93. ea00c30 percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr() by Christoph Lameter · 14 years ago
  94. 041b78f lib/list_sort: test: check element addresses by Artem Bityutskiy · 14 years ago
  95. 014afa9 lib/list_sort: test: unify test messages by Artem Bityutskiy · 14 years ago
  96. f3dc0e3 lib/list_sort: test: improve errors handling by Artem Bityutskiy · 14 years ago
  97. eeee9eb lib/list_sort: test: use generic random32 by Artem Bityutskiy · 14 years ago
  98. bb2ab10 lib/list_sort: test: use more reasonable printk levels by Artem Bityutskiy · 14 years ago
  99. 6d411e6 lib/Kconfig.debug: add list_sort debugging switch by Artem Bityutskiy · 14 years ago
  100. e2852ae percpu_counter: add debugobj support by Tejun Heo · 14 years ago