1. 1e2b025 mxser: Split close ready for a standard tty_port_close method by Alan Cox · 15 years ago
  2. c146942 riscom8: split open and close methods up by Alan Cox · 15 years ago
  3. 7ca0ff9 tty: Add a full port_close function by Alan Cox · 15 years ago
  4. 6146b9a tty: Fix a typo noted in passing by Alan Cox · 15 years ago
  5. 46fb782 cyclades: remove more duplicated code by Jiri Slaby · 15 years ago
  6. 3aeea5b cyclades: introduce cyy_readb/writeb by Jiri Slaby · 15 years ago
  7. 0d34872 cyclades: tiocm cleanup by Jiri Slaby · 15 years ago
  8. 6c28181 cyclades: ioctls cleanup by Jiri Slaby · 15 years ago
  9. cc7fdf4 cyclades: merge cy_startup tails by Jiri Slaby · 15 years ago
  10. 4d76820 cyclades: use dtr_rts helpers by Jiri Slaby · 15 years ago
  11. f6e208c cyclades: sleep instead busy-wait by Jiri Slaby · 15 years ago
  12. ebdb513 cyclades: overall cleanup by Jiri Slaby · 15 years ago
  13. 2334226 cyclades: close cleanup by Jiri Slaby · 15 years ago
  14. 174e6fe cyclades: switch to tty_port_hangup by Jiri Slaby · 15 years ago
  15. f0eefdc cyclades: avoid addresses recomputation by Jiri Slaby · 15 years ago
  16. f073757 cyclades: remove block_til_ready by Jiri Slaby · 15 years ago
  17. d13549f cyclades: add tty refcounting by Jiri Slaby · 15 years ago
  18. 60479ed tty: includecheck fix: drivers/char, vt.c by Jaswinder Singh Rajput · 15 years ago
  19. 182274f tty-ldisc: get rid of tty_ldisc_try_get() helper function by Linus Torvalds · 15 years ago
  20. f0de0e8 tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscs by Linus Torvalds · 15 years ago
  21. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  22. 985f387 Merge branch 'acpica' into release by Len Brown · 15 years ago
  23. fa877c7 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  24. 202c467 pty_write: don't do a tty_wakeup() when the buffers are full by Linus Torvalds · 15 years ago
  25. bbe5a96 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  26. f7557dc MIPS: hw_random: Add hardware RNG for Octeon SOCs. by David Daney · 15 years ago
  27. ab86e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  28. 09d3f3f sparc: Kill PROM console driver. by David S. Miller · 15 years ago
  29. 723e9db Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  30. 162dd42 mem_class: fix bug by Jin Dongming · 15 years ago
  31. 389e0cb mem_class: use minor as index instead of searching the array by Kay Sievers · 15 years ago
  32. 66a4fe0 Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6 by Linus Torvalds · 15 years ago
  33. a81a8f5 [IA64] mbcs: fix printk format warnings by Randy Dunlap · 15 years ago
  34. 353f6dd cleanup console_print() by Anirban Sinha · 15 years ago
  35. 4142e0d Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  36. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  37. eef9938 vfs: Rename generic_file_aio_write_nolock by Christoph Hellwig · 15 years ago
  38. 1212648 agp/intel: remove restore in resume by Zhenyu Wang · 15 years ago
  39. 989aa44 Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  40. e517a5e agp/intel: Fix the pre-9xx chipset flush. by Eric Anholt · 15 years ago
  41. 332a339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  42. a12e4d3 Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  43. 89af571 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  44. c630493 [S390] proper use of device register by Sebastian Ott · 15 years ago
  45. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  46. d331d83 powerpc/nvram: Enable use Generic NVRAM driver for different size chips by Martyn Welch · 15 years ago
  47. a3c8b97 Merge branch 'next' into for-linus by James Morris · 15 years ago
  48. ec57935 TPM: Fixup boot probe timeout for tpm_tis driver by Jason Gunthorpe · 15 years ago
  49. 38d8a95 agp/intel: Add B43 chipset support by Fabian Henze · 15 years ago
  50. f69fb9c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  51. ac89a91 pty: don't limit the writes to 'pty_space()' inside 'pty_write()' by Linus Torvalds · 15 years ago
  52. 37f81fa n_tty: do O_ONLCR translation as a single write by Linus Torvalds · 15 years ago
  53. 07fb611 agp/intel: support for new chip variant of IGDNG mobile by Zhenyu Wang · 15 years ago
  54. 4c5d502 hdlc: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  55. 948c28f hvc_console: Add __init and __exit to hvc_vio by Peter Huewe · 15 years ago
  56. 15b8dd5 ACPICA: Major update for acpi_get_object_info external interface by Bob Moore · 15 years ago
  57. f480fe3 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  58. 5c58cef tty: make sure to flush any pending work when halting the ldisc by Linus Torvalds · 15 years ago
  59. 7286565 powerpc/hvsi: Avoid calculating possibly-invalid address by Roel Kluin · 15 years ago
  60. e8a5f90 agp/uninorth: Simplify cache flushing. by Michel Dänzer · 15 years ago
  61. 52f072c agp/uninorth: Allow larger aperture sizes on pre-U3 bridges. by Michel Dänzer · 15 years ago
  62. 5b36f1d hvc_console: Drop unnecessary NULL test by Julia Lawall · 15 years ago
  63. 85dfd81 pty: fix data loss when stopped (^S/^Q) by Linus Torvalds · 15 years ago
  64. 5e8d6b8 agp: fix uninorth build by David Woodhouse · 15 years ago
  65. 94aa9b9 Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-next by Dave Airlie · 15 years ago
  66. ba3139f intel-agp: Set dma mask for i915 by David Woodhouse · 15 years ago
  67. b7f3158 Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-next by Dave Airlie · 15 years ago
  68. 9f3eea6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 15 years ago
  69. cbe9352 tty-ldisc: be more careful in 'put_ldisc' locking by Linus Torvalds · 15 years ago
  70. 65b7704 tty-ldisc: turn ldisc user count into a proper refcount by Linus Torvalds · 15 years ago
  71. 18eac1c tty-ldisc: make refcount be atomic_t 'users' count by Linus Torvalds · 15 years ago
  72. 6a12235 agp: kill phys_to_gart() and gart_to_phys() by David Woodhouse · 15 years ago
  73. f692775 intel-agp: fix sglist allocation to avoid vmalloc() by David Woodhouse · 15 years ago
  74. 91b8e30 intel-agp: Move repeated sglist free into separate function by David Woodhouse · 15 years ago
  75. c2980d8 agp: Switch agp_{un,}map_page() to take struct page * argument by David Woodhouse · 15 years ago
  76. 56ec4c1 agp: tidy up handling of scratch pages w.r.t. DMA API by David Woodhouse · 15 years ago
  77. 1766168 intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMU by Zhenyu Wang · 15 years ago
  78. ff663cf agp: Add generic support for graphics dma remapping by Zhenyu Wang · 15 years ago
  79. 2a4ceb6 agp: Switch mask_memory() method to take address argument again, not page by David Woodhouse · 15 years ago
  80. 47cab6a debug lockups: Improve lockup detection, fix generic arch fallback by Ingo Molnar · 15 years ago
  81. c439623 parisc: parisc-agp.c - use correct page_mask function by Helge Deller · 15 years ago
  82. c1dc0b9 debug lockups: Improve lockup detection by Ingo Molnar · 15 years ago
  83. cab8bd3 sysrq, kdump: make sysrq-c consistent by Hidetoshi Seto · 15 years ago
  84. 7d4dd02 Merge branch 'zero-length' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 15 years ago
  85. e043e42 pty: avoid forcing 'low_latency' tty flag by OGAWA Hirofumi · 15 years ago
  86. 68dbcb7 Remove zero-length file drivers/char/vr41xx_giu.c by Jeff Garzik · 15 years ago
  87. 3a54297 pty: quickfix for the pty ENXIO timing problems by Alan Cox · 15 years ago
  88. 23198fd tty: fix chars_in_buffers by Alan Cox · 15 years ago
  89. 2547025 specialix.c: convert nested spin_lock_irqsave to spin_lock by Julia Lawall · 15 years ago
  90. c46a7ae vc: create vcs(a) devices for consoles by Kay Sievers · 15 years ago
  91. ecc2e05 tty_port: Fix return on interrupted use by Alan Cox · 15 years ago
  92. 8077088 n_tty: Fix echo race by Alan Cox · 15 years ago
  93. 9237a81 tty: nozomi, fix tty refcounting bug by Jiri Slaby · 15 years ago
  94. 5c9228f vt: drop bootmem/slab memory distinction by Johannes Weiner · 15 years ago
  95. c8d5004 tty: fix close/hangup race by Alan Cox · 15 years ago
  96. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  97. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  98. d945cb9 pty: Rework the pty layer to use the normal buffering logic by Alan Cox · 15 years ago
  99. ada8e95 Update Yoichi Yuasa's e-mail address by Yoichi Yuasa · 15 years ago
  100. 27fdd32 MIPS: Update VR41xx GPIO driver to use gpiolib by Yoichi Yuasa · 15 years ago