1. 8724fdb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  2. 0f45339 Merge branches 'futexes-for-linus', 'irq-core-for-linus' and 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  3. 58f02db Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  4. 847f9c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 14 years ago
  5. 8d37a37 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  6. ef1a8de Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  7. eb054e3 m68k: vme_scc - __init annotations by Peter Huewe · 15 years ago
  8. 37d4008 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  9. 874f2f9 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 14 years ago
  10. 6ebdc66 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  11. d693356 virtio: console: Fill ports' entire in_vq with buffers by Amit Shah · 14 years ago
  12. 22a29ea virtio: console: Error out if we can't allocate buffers for control queue by Amit Shah · 14 years ago
  13. 7177876 virtio: console: Add ability to remove module by Amit Shah · 14 years ago
  14. a9cdd48 virtio: console: Ensure no memleaks in case of unused buffers by Amit Shah · 14 years ago
  15. 298add7 virtio: console: show error message if hvc_alloc fails for console ports by Amit Shah · 15 years ago
  16. d99393e virtio: console: Add debugfs files for each port to expose debug info by Amit Shah · 15 years ago
  17. 1f7aa42 virtio: console: Add ability to hot-unplug ports by Amit Shah · 15 years ago
  18. 7f5d810 virtio: console: Handle port hot-plug by Amit Shah · 15 years ago
  19. 88f251a virtio: console: Remove cached data on port close by Amit Shah · 15 years ago
  20. 431edb8 virtio: console: Register with sysfs and create a 'name' attribute for ports by Amit Shah · 15 years ago
  21. 3c7969c virtio: console: Ensure only one process can have a port open at a time by Amit Shah · 15 years ago
  22. 2030fa4 virtio: console: Add file operations to ports for open/read/write/poll by Amit Shah · 15 years ago
  23. fb08bd2 virtio: console: Associate each port with a char device by Amit Shah · 15 years ago
  24. b766cee virtio: console: Prepare for writing to userspace buffers by Amit Shah · 15 years ago
  25. 17634ba virtio: console: Add a new MULTIPORT feature, support for generic ports by Amit Shah · 15 years ago
  26. f997f00b virtio: console: Introduce a send_buf function for a common path for sending data to host by Amit Shah · 15 years ago
  27. 203baab virtio: console: Introduce function to hand off data from host to readers by Amit Shah · 15 years ago
  28. 2658a79 virtio: console: Separate out find_vqs operation into a different function by Amit Shah · 15 years ago
  29. cfa6d37 virtio: console: Separate out console init into a new function by Amit Shah · 15 years ago
  30. 4f23c57 virtio: console: Separate out console-specific data into a separate struct by Amit Shah · 15 years ago
  31. cb06e36 virtio: console: ensure console size is updated on hvc open by Amit Shah · 15 years ago
  32. 1c85bf3 virtio: console: struct ports for multiple ports per device. by Amit Shah · 15 years ago
  33. d8a02bd virtio: console: remove global var by Rusty Russell · 15 years ago
  34. 38edf58 virtio: console: don't assume a single console port. by Amit Shah · 15 years ago
  35. 7395448 virtio: console: use vdev->priv to avoid accessing global var. by Rusty Russell · 15 years ago
  36. a3cde44 virtio: console: introduce a get_inbuf helper to fetch bufs from in_vq by Amit Shah · 15 years ago
  37. e27b519 virtio: console: ensure add_inbuf can work for multiple ports as well by Amit Shah · 15 years ago
  38. fdb9a05 virtio: console: encapsulate buffer information in a struct by Amit Shah · 15 years ago
  39. 21206ed virtio: console: port encapsulation by Rusty Russell · 15 years ago
  40. f550804 virtio: console: We support only one device at a time by Amit Shah · 15 years ago
  41. 1dff399 hvc_console: make the ops pointer const. by Rusty Russell · 15 years ago
  42. 971f339 virtio: console: statically initialize virtio_cons by Rusty Russell · 15 years ago
  43. a23ea92 virtio: console: comment cleanup by Rusty Russell · 15 years ago
  44. c6be9c5 cm4000_cs.c: Remove unnecessary cast by H Hartley Sweeten · 15 years ago
  45. ec144a8 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 14 years ago
  46. 5ea8d37 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  47. 93716b9 tpm_infineon: fix suspend/resume handler for pnp_driver by Marcel Selhorst · 14 years ago
  48. 71a157e of: add 'of_' prefix to machine_is_compatible() by Grant Likely · 14 years ago
  49. 80e1e82 Fix race in tty_fasync() properly by Linus Torvalds · 14 years ago
  50. 0b7024ac Input: add match() method to input hanlders by Dmitry Torokhov · 14 years ago
  51. 06df6da x86/agp: Fix amd64-agp module initialization regression by FUJITA Tomonori · 14 years ago
  52. 119ea10 hvc_console: Remove __devinit annotation from hvc_alloc by Amit Shah · 15 years ago
  53. b511306 hvc_console: Make the ops pointer const. by Rusty Russell · 15 years ago
  54. c85e9a9 devmem: fix kmem write bug on memory holes by Wu Fengguang · 14 years ago
  55. 325fda7 devmem: check vmalloc address on kmem read/write by KAMEZAWA Hiroyuki · 14 years ago
  56. 489b24f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  57. cd1510c random: Remove unused inode variable by Herbert Xu · 14 years ago
  58. a996996 random: drop weird m_time/a_time manipulation by Matt Mackall · 14 years ago
  59. 61684ce x86/agp: Fix agp_amd64_init regression by FUJITA Tomonori · 15 years ago
  60. 99b089c Input: Mac button emulation - implement as an input filter by Dmitry Torokhov · 14 years ago
  61. aca3bb5 x86, UV: Fix RTC latency bug by reading replicated cachelines by Dimitri Sivanich · 15 years ago
  62. 48a719c intel-agp: Switch to wbinvd_on_all_cpus by Borislav Petkov · 15 years ago
  63. 7036251 tty: fix race in tty_fasync by Greg Kroah-Hartman · 15 years ago
  64. eeec32a nozomi: quick fix for the close/close bug by Alan Cox · 15 years ago
  65. 8888be6 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  66. 330a518 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  67. d817cd5 virtio: fix section mismatch warnings by Jeff Mahoney · 15 years ago
  68. 33f724e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  69. 9b974cc drm/i915: enable 36bit physical address for hardware status page by Zhenyu Wang · 15 years ago
  70. aa8b83c powerpc/hvc: Driver build breaks with !HVC_CONSOLE by Kamalesh Babulal · 15 years ago
  71. 42590a7 x86/agp: Fix agp_amd64_init and agp_amd64_cleanup by FUJITA Tomonori · 15 years ago
  72. 00fdb75 Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6 by Linus Torvalds · 15 years ago
  73. 3d4a788 agp/hp: fail gracefully if we don't find an IOC by Bjorn Helgaas · 15 years ago
  74. 67fe63b agp/hp: fixup hp agp after ACPI changes by Bjorn Helgaas · 15 years ago
  75. 3f50b02 agp: correct missing cleanup on error in agp_add_bridge by Kevin Winchester · 15 years ago
  76. 3e8d95d tosh: Use non bkl ioctl by Alan Cox · 15 years ago
  77. 6432e73 sony_pi: Remove the BKL from open and ioctl by John Kacur · 15 years ago
  78. 2d959e9 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  79. 08d869a Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  80. f39edad Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  81. f405d2c x86/agp: Fix agp_amd64_init() initialization with CONFIG_GART_IOMMU enabled by FUJITA Tomonori · 15 years ago
  82. 27d0567 ACPI: fix ACPI=n allmodconfig build by Ingo Molnar · 15 years ago
  83. 756fe28 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  84. f590826 hwrng: core - Fix double unlock in rng_dev_read by Herbert Xu · 15 years ago
  85. 9842c38 kfifo: fix warn_unused_result by Stefani Seibold · 15 years ago
  86. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
  87. e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
  88. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  89. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
  90. cdd90fb ARM: add missing include to nwflash.c by Russell King · 15 years ago
  91. bc85b25 hwrng: nomadik - Add hardware RNG driver by Alessandro Rubini · 15 years ago
  92. 288f02b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  93. 525995d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 15 years ago
  94. 238ccbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  95. d1da96a drivers/char/ipmi: Use KCS_IDLE_STATE by Julia Lawall · 15 years ago
  96. f29627c efirtc: explicitly set llseek to no_llseek by John Kacur · 15 years ago
  97. 9ea9a88 vt: make the default cursor shape configurable by Clemens Ladisch · 15 years ago
  98. 4365a56 oom-kill: fix NUMA constraint check with nodemask by KAMEZAWA Hiroyuki · 15 years ago
  99. 1a544d2 Merge branch 'ipmi' into release by Len Brown · 15 years ago
  100. 18f7ad5 Input: keyboard - don't override beep with a bell by Dmitry Torokhov · 15 years ago