1. a9a0aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 16 years ago
  2. f67231f drivers/char/applicom.c: use memdup_user by Julia Lawall · 16 years ago
  3. 8757543 drivers/char/ppdev.c: use kasprintf by Julia Lawall · 16 years ago
  4. 56d611a char drivers: RAM oops/panic logger by Marco Stornelli · 16 years ago
  5. a747c5a ipmi: handle run_to_completion properly in deliver_recv_msg() by Jiri Kosina · 16 years ago
  6. 279fbd0 ipmi: update driver to use dev_printk and its constructs by Myron Stowe · 16 years ago
  7. 8c8eae2 ipmi: convert tracking of the ACPI device pointer to a PNP device by Myron Stowe · 16 years ago
  8. ddac44b ipmi: change timeout and event poll to one second by Corey Minyard · 16 years ago
  9. 06ee459 ipmi: attempt to register multiple SIs of the same type by Matthew Garrett · 16 years ago
  10. 3326f4f ipmi: reduce polling by Matthew Garrett · 16 years ago
  11. ea4078c ipmi: reduce polling when interrupts are available by Matthew Garrett · 16 years ago
  12. 754d453 ipmi: change device discovery order by Matthew Garrett · 16 years ago
  13. d8cc526 ipmi: only register one si per bmc by Matthew Garrett · 16 years ago
  14. 2407d77 ipmi: split device discovery and registration by Matthew Garrett · 16 years ago
  15. 5fedc4a ipmi: change addr_source to an enum rather than strings by Matthew Garrett · 16 years ago
  16. 9b71ca2 drivers/char/vt.c: use memdup_user by Julia Lawall · 16 years ago
  17. 31f4671 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  18. 826e8c8 m68k: amiga - Serial port platform device conversion by Geert Uytterhoeven · 17 years ago
  19. 2101d6f agp: amd64, fix pci reference leaks by Jiri Slaby · 16 years ago
  20. ec96e2f Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  21. fa1f68d drivers: misc: pass miscdevice pointer via file private data by Samu Onkalo · 16 years ago
  22. 08a82c6 hvsi: fix messed up error checking getting state name by Phil Carmody · 16 years ago
  23. 940370f hangcheck-timer: fix x86_32 bugs by Yury Polyanskiy · 16 years ago
  24. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 16 years ago
  25. cf9b59e Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 16 years ago
  26. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 16 years ago
  27. 1756ac3 Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  28. 2a8ba8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  29. 59534f7 Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  30. 0dbb567 serial: Tidy REMOTE_DEBUG by Christoph Egger · 16 years ago
  31. 26e1e8d serial: isicomm: handle running out of slots by Dan Carpenter · 16 years ago
  32. ccc5ca8 tty: fix obsolete comment on tty_insert_flip_string_fixed_flag by Johan Hovold · 16 years ago
  33. 972c196 tty: n_gsm: depends on NET by Randy Dunlap · 16 years ago
  34. e1eaea4 tty: n_gsm line discipline by Alan Cox · 16 years ago
  35. 1944cc8 ARM: 6137/1: nomadik hwrng: Add clock support by Srinidhi Kasagar · 16 years ago
  36. a0fe3cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  37. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  38. 5429126 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  39. 96b5b7f 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
  40. e954bc9 random: simplify fips mode by Matt Mackall · 16 years ago
  41. 98c89cd Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 16 years ago
  42. 8d0bc2b Merge commit 'v2.6.34' into next by Dmitry Torokhov · 16 years ago
  43. 0643e4c drivers/char: Eliminate use after free by Julia Lawall · 16 years ago
  44. 8345adb virtio: console: Accept console size along with resize control message by Amit Shah · 16 years ago
  45. 9778829 virtio: console: Store each console's size in the console structure by Amit Shah · 16 years ago
  46. 4038f5b7 virtio: console: Resize console port 0 on config intr only if multiport is off by Amit Shah · 16 years ago
  47. cdfadfc virtio: console: Add support for nonblocking write()s by Amit Shah · 16 years ago
  48. 60caacd virtio: console: Rename wait_is_over() to will_read_block() by Amit Shah · 16 years ago
  49. 1d05160 virtio: console: Don't always create a port 0 if using multiport by Amit Shah · 16 years ago
  50. f909f85 virtio: console: Use a control message to add ports by Amit Shah · 16 years ago
  51. c446f8f virtio: console: Move code around for future patches by Amit Shah · 16 years ago
  52. 99f905f virtio: console: Remove config work handler by Amit Shah · 16 years ago
  53. 69eb9a9 virtio: console: Don't call hvc_remove() on unplugging console ports by Amit Shah · 16 years ago
  54. 6dc69f9 virtio: console: Return -EPIPE to hvc_console if we lost the connection by Amit Shah · 16 years ago
  55. eaeff96 virtio: console: Let host know of port or device add failures by Amit Shah · 16 years ago
  56. 3425e70 virtio: console: Add a __send_control_msg() that can send messages without a valid port by Amit Shah · 16 years ago
  57. b99fa81 virtio: Revert "virtio: disable multiport console support." by Amit Shah · 16 years ago
  58. 28cfc82 virtio-rng: use virtqueue_xxx wrappers by Michael S. Tsirkin · 16 years ago
  59. 505b045 virtio_console: use virtqueue_xxx wrappers by Michael S. Tsirkin · 16 years ago
  60. 6fd0248 amd64-agp: Probe unknown AGP devices the right way by Ben Hutchings · 16 years ago
  61. d831692 sis-agp: Remove SIS 760, handled by amd64-agp by Ben Hutchings · 16 years ago
  62. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 16 years ago
  63. 752f114 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  64. 539c99f Merge branch 'next' into for-linus by James Morris · 16 years ago
  65. f3c7f31 serial167: Kill unused variables by Geert Uytterhoeven · 16 years ago
  66. 5592933 drivers: Push down BKL into various drivers by Arnd Bergmann · 16 years ago
  67. d79b6f4 procfs: Push down the bkl from ioctl by Frederic Weisbecker · 16 years ago
  68. 7f2ab00 TPM: ACPI/PNP dependency removal by Rajiv Andrade · 16 years ago
  69. 77945fe tty: Fix unbalanced BKL handling in error path by Alan Cox · 16 years ago
  70. ad56b07 Merge commit 'v2.6.34-rc7' into tracing/core by Ingo Molnar · 16 years ago
  71. 83897ba agp: use NULL instead of 0 when pointer is needed by Bill Pemberton · 16 years ago
  72. 34dc4d4 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 16 years ago
  73. b498ada pcmcia: dev_node removal (remaining drivers) by Dominik Brodowski · 16 years ago
  74. ded6a1a pcmcia: dev_node removal (drivers with updated printk call) by Dominik Brodowski · 16 years ago
  75. 317b6d6 pcmcia: dev_node removal (write-only drivers) by Dominik Brodowski · 16 years ago
  76. eb14120 pcmcia: re-work pcmcia_request_irq() by Dominik Brodowski · 16 years ago
  77. ec4a162 Revert "TPM: ACPI/PNP dependency removal" by James Morris · 16 years ago
  78. 0ffbe26 Merge branch 'master' into next by James Morris · 16 years ago
  79. b89e66e TPM: ACPI/PNP dependency removal by Rajiv Andrade · 16 years ago
  80. a2d1e35 tty: Fix regressions in the char driver conversion by Alan Cox · 16 years ago
  81. 77a7f2e Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 16 years ago
  82. 61cf059 agp: use scratch page on memory remove and at GATT creation V4 by Jerome Glisse · 16 years ago
  83. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 16 years ago
  84. cecbca9 tracing: Dump either the oops's cpu source or all cpus buffers by Frederic Weisbecker · 16 years ago
  85. 27ee896 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  86. 10fd883 agp/intel: put back check that we have a driver for the bridge. by Dave Airlie · 16 years ago
  87. 97921a5 Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-next by Dave Airlie · 16 years ago
  88. 07a7141 pcmcia: fix error handling in cm4000_cs.c by Dan Carpenter · 16 years ago
  89. e158316 agp/intel-gtt: kill previous_size assignments by Daniel Vetter · 16 years ago
  90. 1ca46bd agp/intel-gtt: kill intel_i830_tlbflush by Daniel Vetter · 16 years ago
  91. 22dd82a agp/intel: split out gmch/gtt probe, part 1 by Daniel Vetter · 16 years ago
  92. 059efc6 agp/intel: kill mutli_gmch_chip by Daniel Vetter · 16 years ago
  93. e5a04d5 agp/intel: uncoditionally reconfigure driver on resume by Daniel Vetter · 16 years ago
  94. f51b766 agp/intel: split out the GTT support by Daniel Vetter · 16 years ago
  95. ff7cdd6 agp/intel: introduce intel-agp.h header file by Daniel Vetter · 16 years ago
  96. 13bd8e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 16 years ago
  97. e078557 Input: keyboard - fix formatting issues by Dmitry Torokhov · 16 years ago
  98. 9272e9a Input: keyboard - switch to using pr_err() and friends by Dmitry Torokhov · 16 years ago
  99. 97f5f0c Input: implement SysRq as a separate input handler by Dmitry Torokhov · 16 years ago
  100. 320718e hvc_console: Fix race between hvc_close and hvc_remove by Anton Blanchard · 16 years ago