1. 0e72039 mfd: Add GPIO pin configuration support for WM8350 by Mark Brown · 16 years ago
  2. c661a0b mfd: Add I2C control support for WM8350 by Mark Brown · 16 years ago
  3. 89b4012 mfd: Core support for the WM8350 AudioPlus PMIC by Mark Brown · 16 years ago
  4. bc558a6 regulator: Export regulator name via sysfs by Mark Brown · 16 years ago
  5. 42fad57 regulator: Add WM8400 regulator support by Mark Brown · 16 years ago
  6. 1d9f9f0 mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMU by Mark Brown · 16 years ago
  7. e5fda26 regulator: Enable regulators marked as always_on by Mark Brown · 16 years ago
  8. e06f5b4 regulator: Additional diagnostics for machine constraints by Mark Brown · 16 years ago
  9. 46fabe1e regulator: check for init_data on registration by Mark Brown · 16 years ago
  10. a5766f1 regulator: core - Rework machine API to remove string based functions. by Liam Girdwood · 16 years ago
  11. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  12. fffdede Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  13. 8d71ff0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  14. 244dc4e Merge git://git.infradead.org/users/dwmw2/random-2.6 by Linus Torvalds · 16 years ago
  15. e7f2f99 Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  16. 11a96d1 tty: rename the remaining oddly named n_tty functions by Alan Cox · 16 years ago
  17. a18992d fs3270: Correct error returns by Alan Cox · 16 years ago
  18. a90610e fs3270: remove extra locks by Alan Cox · 16 years ago
  19. 402fda9 tty: tty_io.c shadows sparse fix by Jason Wessel · 16 years ago
  20. 8440838 serial: fix device name reporting when minor space is shared between drivers by David S. Miller · 16 years ago
  21. a7be18d applicom: Fix an unchecked user ioctl range and an error return by Alan Cox · 16 years ago
  22. 17b8206 tty: Minor tidyups and document fixes for n_tty by Alan Cox · 16 years ago
  23. 51383f6 tty: Remove lots of NULL checks by Alan Cox · 16 years ago
  24. ea1afd2 tty: fix up gigaset a bit by Alan Cox · 16 years ago
  25. 53e8631 tty: Fallout from tty-move-canon-specials by Stephen Rothwell · 16 years ago
  26. 47afa7a tty: some ICANON magic is in the wrong places by Alan Cox · 16 years ago
  27. fe6e29f tty: simplify ktermios allocation by Alan Cox · 16 years ago
  28. 8dff04e pty: simplify unix98 allocation by Alan Cox · 16 years ago
  29. 335adde pty: Fix allocation failure double free by Alan Cox · 16 years ago
  30. fe9cd96 pty: Coding style and polish by Alan Cox · 16 years ago
  31. 15f1a63 Add an instance parameter devpts interfaces by Sukadev Bhattiprolu · 16 years ago
  32. 4a2b5fd Move tty lookup/reopen to caller by Sukadev Bhattiprolu · 16 years ago
  33. bf970ee tty: extract the pty init time special cases by Alan Cox · 16 years ago
  34. 73ec06f tty: Finish fixing up the init_dev interface to use ERR_PTR by Alan Cox · 16 years ago
  35. 8b0a88d tty: More driver operations by Alan Cox · 16 years ago
  36. 7d7b93c tty: kref the tty driver object by Alan Cox · 16 years ago
  37. 99f1fe1 tty: Clean up the tty_init_dev changes further by Alan Cox · 16 years ago
  38. 2349970 tty: Move parts of tty_init_dev into new functions by Sukadev Bhattiprolu · 16 years ago
  39. d81ed10 tty: Remove more special casing and out of place code by Alan Cox · 16 years ago
  40. feebed6 tty: shutdown method by Alan Cox · 16 years ago
  41. bf7a06b vt: remove bogus lock dropping by Alan Cox · 16 years ago
  42. 15582d3 pty: If the administrator creates a device for a ptmx slave we should not error by Alan Cox · 16 years ago
  43. 934e6eb tty: Redo current tty locking by Alan Cox · 16 years ago
  44. 2cb5998 tty: the vhangup syscall is racy by Alan Cox · 16 years ago
  45. 216ba02 mxser: Switch to kref tty by Alan Cox · 16 years ago
  46. d18a750 stallion: Use krefs by Alan Cox · 16 years ago
  47. d450b5a tty: kref usage for isicom and moxa by Alan Cox · 16 years ago
  48. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  49. 95f9bfc tty: Move tty_write_message out of kernel/printk by Alan Cox · 16 years ago
  50. 452a00d tty: Make get_current_tty use a kref by Alan Cox · 16 years ago
  51. f4d2a6c tty: compare the tty winsize by Alan Cox · 16 years ago
  52. 8f52002 tty: Termios locking - sort out real_tty confusions and lock reads by Alan Cox · 16 years ago
  53. 1d65b4a tty: Add termiox by Alan Cox · 16 years ago
  54. 5aaa70a tty: ipw need reworking by Alan Cox · 16 years ago
  55. 6f967f7 tty: use krefs to protect driver module counts by Alan Cox · 16 years ago
  56. 9c9f4de tty: Add a kref count by Alan Cox · 16 years ago
  57. 9e48565 tty: Split tty_port into its own file by Alan Cox · 16 years ago
  58. e049573 tty: split the buffering from tty_io by Alan Cox · 16 years ago
  59. e688510 tty: move tioclinux from a special case by Alan Cox · 16 years ago
  60. b70ac77 serial: allow 8250 to be used on sparc by David Miller · 16 years ago
  61. b5d674a 8250: remove a few inlines of dubious value by Will Newton · 16 years ago
  62. 40836c4 serial_8250: pci_enable_device fail is not fully handled by Alan Cox · 16 years ago
  63. 43b11d3 ftdi: A few errors are err() that should be debug which causes much spewage by Alan Cox · 16 years ago
  64. 4ad6de0 usb: fix pl2303 initialization by Jason Wessel · 16 years ago
  65. 9bde10a serial-make-uart_ports-ioport-unsigned-long-fix by Andrew Morton · 16 years ago
  66. 716da63 nozomi: Fix close on error by Alan Cox · 16 years ago
  67. 7459b6f audit: Handle embedded NUL in TTY input auditing by Miloslav Trmac · 16 years ago
  68. 9d020a2e ip2: avoid add_timer with pending timer by Akinobu Mita · 16 years ago
  69. f1ddfd9 ip2: init/deinit cleanup by Jiri Slaby · 16 years ago
  70. 7ccd702 ip2: fix sparse warnings by Jiri Slaby · 16 years ago
  71. cf176bc ip2: cleanup globals by Jiri Slaby · 16 years ago
  72. 47babd4 Char: merge ip2main and ip2base by Jiri Slaby · 16 years ago
  73. 1361b7d Char: sx, fix io unmapping by Jiri Slaby · 16 years ago
  74. 24e6fd4 Char: cyclades. remove bogus iomap by Jiri Slaby · 16 years ago
  75. 7aef709 Fix oti6858 debug level by Scott Ashcroft · 16 years ago
  76. ab2375f Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupts in PIO mode by Sonic Zhang · 16 years ago
  77. b3ef5ab Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UART by Graf Yang · 16 years ago
  78. 5ffdeea2 Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer. by Sonic Zhang · 16 years ago
  79. 08668ab Blackfin Serial Driver: Remove useless stop by Sonic Zhang · 16 years ago
  80. c9607ec Blackfin Serial Driver: move common variables out of serial headers and into the serial driver by Mike Frysinger · 16 years ago
  81. d273e201 Blackfin Serial Driver: trim trailing whitespace -- no functional changes by Mike Frysinger · 16 years ago
  82. ccfbc3e Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports. by Sonic Zhang · 16 years ago
  83. c111340 Blackfin Serial Driver: use __initdata for data, not __init by Mike Frysinger · 16 years ago
  84. 9ae7b08 epca: call tty_port_init by Alan Cox · 16 years ago
  85. 02f11f3 coldfire: scheduled SERIAL_COLDFIRE removal by Adrian Bunk · 16 years ago
  86. 2571cd6a drivers/char/hvc_console.c: adjust call to put_tty_driver by Julia Lawall · 16 years ago
  87. 41ca732 drivers/serial/crisv10.c: add missing put_tty_driver by Julia Lawall · 16 years ago
  88. e758936 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  89. 239cfbd Fix autoloading of MacBook Pro backlight driver. by David Woodhouse · 16 years ago
  90. c00193f Merge branches 'oprofile-v2' and 'timers/hpet' into x86/core-v4 by Ingo Molnar · 16 years ago
  91. accba5f Merge branch 'linus' into oprofile-v2 by Ingo Molnar · 16 years ago
  92. 4bb03849 acpi: Make ACPI_TOSHIBA depend on INPUT. by David S. Miller · 16 years ago
  93. 0ed0563e net/bfin_mac.c MDIO namespace fixes by Adrian Bunk · 16 years ago
  94. 1947b36 jme: remove unused #include <version.h> by Huang Weiyi · 16 years ago
  95. c6dcb82 smc911x: Add support for LAN921{5,7,8} chips from SMSC by Guennadi Liakhovetski · 16 years ago
  96. 97e92d9d4 qlge: remove duplicated #include by Huang Weiyi · 16 years ago
  97. 1210dde net/au1000_eth.c MDIO namespace fixes by Adrian Bunk · 16 years ago
  98. 51cf756 net/tc35815.c: fix compilation by Adrian Bunk · 16 years ago
  99. 9d731d7 sky2: Fix WOL regression by Rafael J. Wysocki · 16 years ago
  100. 738e1e6 r8169: NULL pointer dereference on r8169 load by Petr Vandrovec · 16 years ago