1. b4482a4 more trivial signedness fixes in drivers by Al Viro · 17 years ago
  2. 64a6f95 signedness: module_param_array nump argument by Al Viro · 17 years ago
  3. 64b3361 long vs. unsigned long - low-hanging fruits in drivers by Al Viro · 17 years ago
  4. 51ef9c5 synclink_gt endianness annotations by Al Viro · 17 years ago
  5. 1ccc914 fw-cdev __user annotations by Al Viro · 17 years ago
  6. a39f9d0 mpc5200_wdt: __user annotations by Al Viro · 17 years ago
  7. 47063d6 remove duplicate initializer (macvlan) by Al Viro · 17 years ago
  8. bef1bc9 skb->tail in ibm_newemac should be skb_tail_pointer() by Al Viro · 17 years ago
  9. 52d4e66 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 17 years ago
  10. f248488 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  11. cbe619b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  12. 5dd80d5 mpc52xx-uart: fix compile warning (format type mismatch) by Grant Likely · 17 years ago
  13. 80d4b41 mpc52xx-ata: fix compile warning (unused variable) by Grant Likely · 17 years ago
  14. 86a2249 XilinxFB: typo bugfix by Grant Likely · 17 years ago
  15. 9ec0fd4 more uevent fallout (drivers/base/memory.c) by Al Viro · 17 years ago
  16. 409f243 missing include in ssb by Al Viro · 17 years ago
  17. 97be91c typo in ibm_newemac/rgmii.c by Al Viro · 17 years ago
  18. 7ac0326 uevent environment changes fallout by Al Viro · 17 years ago
  19. e3d18658 Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6 by David Woodhouse · 17 years ago
  20. d057fd4 Merge branch 'hidraw' into for-linus by Jiri Kosina · 17 years ago
  21. 709d27c HID: hidraw_connect() memleak fix by Mariusz Kozlowski · 17 years ago
  22. 86166b7 HID: add hidraw interface by Jiri Kosina · 17 years ago
  23. efc493f USB HID: provide hook for hidraw write() by Jiri Kosina · 17 years ago
  24. a2e1b83 [MTD] fix mtdconcat for subpage-write NAND by Chris Paulson-Ellis · 17 years ago
  25. 3cd3a86 [MTD] [OneNAND] Avoid deadlock in erase callback; release chip lock first. by Adrian Hunter · 17 years ago
  26. 30a7eb2 [MTD] [OneNAND] Return only negative error codes by Adrian Hunter · 17 years ago
  27. 34627f0 [MTD] [OneNAND] Synchronize block locking operations by Adrian Hunter · 17 years ago
  28. bb6c8d8 HID: hiddev: Add 32bit ioctl compatibilty by Philip Langdale · 17 years ago
  29. 4469435 HID: Add GeneralTouch touchscreen to the blacklist by Ilya Frolov · 17 years ago
  30. 3cc5f91 HID: add support for Microsoft Wireless Laser Keyboard 6000 by Khelben Blackstaff · 17 years ago
  31. e2bca07 Input: add KEY_LOGOFF by Khelben Blackstaff · 17 years ago
  32. 08f0617 USBHID: report descriptor fix for MacBook JIS keyboard by Tomoya Adachi · 17 years ago
  33. 0ce1ac3 HID: trivial fixes in hid-debug by Joe Perches · 17 years ago
  34. f14d5d2 HID: fix input mapping for Microsoft Ergonomic Keyboard by Jiri Kosina · 17 years ago
  35. 5edc41e HID: use hid-plff driver for GreenAsia 0e8f:0003 devices by Anssi Hannula · 17 years ago
  36. d500d11 USBHID: Add HID_QUIRK_NOGET for ELO Touch Screen 2700 display by Mike Crowe · 17 years ago
  37. 0ce91cf HID: enable hiddev for the SantaRosa MacBookPro IR receiver by Stelian Pop · 17 years ago
  38. c4025ad USBHID: add CM109 device to blacklist by Alfred E. Heggestad · 17 years ago
  39. c01d50d HID: Report usage codes of keys as EV_MSC scancode events by Jiri Kosina · 17 years ago
  40. 82eb121 HID: ignore all non-LED usages in output fields in hid-input by Jiri Kosina · 17 years ago
  41. 77b2966 HID: fix whitespace damage by Jiri Kosina · 17 years ago
  42. b27c959 HID: add support for Thrustmaster FGT Force Feedback wheel by Dmitry Torokhov · 17 years ago
  43. 933e318 HID: minimal autosuspend support for USB HID devices by Oliver Neukum · 17 years ago
  44. 1fe8736d HID: add support for Microsoft Natural Ergonomic Keyboard 4000 by Jiri Kosina · 17 years ago
  45. cc5f4f2 UBI: return correct error code by Artem Bityutskiy · 17 years ago
  46. 5abde38 UBI: remove useless inlines by Artem Bityutskiy · 17 years ago
  47. e8823bd UBI: fix atomic LEB change problems by Artem Bityutskiy · 17 years ago
  48. 6986646 UBI: use byte hexdump by Artem Bityutskiy · 17 years ago
  49. e88d6e10 UBI: do not use vmalloc on I/O path by Artem Bityutskiy · 17 years ago
  50. 33818bb UBI: allocate memory with GFP_NOFS by Artem Bityutskiy · 17 years ago
  51. ef6075f UBI: use linux print_hex_dump(), not home-grown one by Artem Bityutskiy · 17 years ago
  52. 0169b49 UBI: don't use array index before testing if it is negative by Jesper Juhl · 17 years ago
  53. 8d2d401 UBI: add more prints by Artem Bityutskiy · 17 years ago
  54. 8bc2296 UBI: fix sparse warnings by Artem Bityutskiy · 17 years ago
  55. dcec4c3 UBI: fix leak in ubi_scan_erase_peb by Florin Malita · 17 years ago
  56. f9c97e5 [FFB]: source cleanup by Krzysztof Helt · 17 years ago
  57. a140e94 [CG6]: accelerated copyarea by Krzysztof Helt · 17 years ago
  58. 6993bea [CG6]: code cleanup by Krzysztof Helt · 17 years ago
  59. 4735b37 Fix ohci-ssb with !CONFIG_PM by Al Viro · 17 years ago
  60. d773b33 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  61. ac3f575 i2c-nforce2: Declare PEC as supported by Jean Delvare · 17 years ago
  62. d49584c i2c-nforce2: Abort the transaction on error by Oleg Ryjkov · 17 years ago
  63. 4153549 i2c-nforce2: Move status checking to a separate function by Oleg Ryjkov · 17 years ago
  64. a202707 i2c-au1550: Fix a misused register problem by Chris David · 17 years ago
  65. 6662cbb i2c: Rename the PEC functionality bit by David Brownell · 17 years ago
  66. 24d0fb4 i2c-at91: Mark as broken by David Brownell · 17 years ago
  67. 53be795 i2c: Remove i2c_algorithm.algo_control() by David Brownell · 17 years ago
  68. cdeec3c cx23885: Drop empty i2c algorithm control callback by Jean Delvare · 17 years ago
  69. 3be27d3 i2c: Remove NOP i2c_algorithm.algo_control() methods by David Brownell · 17 years ago
  70. e265cfa i2c-dev: Reject I2C_M_RECV_LEN by David Brownell · 17 years ago
  71. 9d90c1f i2c-stub: Support multiple chips by Jean Delvare · 17 years ago
  72. 567a244 i2c-bfin-twi: Remove useless twi_lock mutex by Francis Moreau · 17 years ago
  73. e07bc67 i2c-i801: Add support for the Intel Tolapai SMBus by Jason Gaston · 17 years ago
  74. a64ec07 i2c: Document struct i2c_msg by David Brownell · 17 years ago
  75. 553515e i2c/pcf8574: No arbitrary initialization by Jean Delvare · 17 years ago
  76. 95a7f10 i2c: Add DaVinci I2C controller support by Vladimir Barinov · 17 years ago
  77. 7589a32 i2c-ibm_iic: Add support for new-style clients by Stefan Roese · 17 years ago
  78. 8056c6c i2c/tps65010: New-style driver updates, part 2 by David Brownell · 17 years ago
  79. b5067f8 i2c/tps65010: New-style driver updates, part 1 by David Brownell · 17 years ago
  80. 83eaaed i2c-core: Make some code static by Adrian Bunk · 17 years ago
  81. 3bbb835 i2c: New-style devices can support driver model wakeup flags by David Brownell · 17 years ago
  82. b027cac mlx4_core: Fix infinite loop on device initialization by Roland Dreier · 17 years ago
  83. cc11942 fallout from elsa setup split by Al Viro · 17 years ago
  84. bcd11ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  85. c8c55bc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  86. 3749c66 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  87. c5d6471 fallout from DECLARE_MAC_BUF patches by Al Viro · 17 years ago
  88. 13bcd5d v4l: copy_to_user() is not a good method name by Al Viro · 17 years ago
  89. dcf397f Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  90. 6faf035 ssb bus needs <linux/io.h> by Geert Uytterhoeven · 17 years ago
  91. 50e36eb b43 wireless needs <linux/io.h> by Geert Uytterhoeven · 17 years ago
  92. 3649ba0 m68k: fix net drivers after recent get_stats updates by Geert Uytterhoeven · 17 years ago
  93. 0dddfd4 dm: emc_endio returns void by Geert Uytterhoeven · 17 years ago
  94. 6615c5b m68k: Atari input drivers cleanup by Geert Uytterhoeven · 17 years ago
  95. 99149a4 alim15x3: remove redundant m5229_revision check by Bartlomiej Zolnierkiewicz · 17 years ago
  96. 88ae4d8 sc1200: fix ->dma_base equal zero handling by Bartlomiej Zolnierkiewicz · 17 years ago
  97. dfb2311 cs5520: fix ->dma_base equal zero handling by Bartlomiej Zolnierkiewicz · 17 years ago
  98. b9d9e61 sgiioc4: add missing ->dma_base check by Bartlomiej Zolnierkiewicz · 17 years ago
  99. 7bda292 cs5535: add missing ->dma_base check by Bartlomiej Zolnierkiewicz · 17 years ago
  100. 76bb778 ide: remove CONFIG_IDEDMA_IVB config option by Bartlomiej Zolnierkiewicz · 17 years ago