1. 2637d13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  2. 80d04f2 synclink: add mutex_unlock() on error path by Dan Carpenter · 14 years ago
  3. 49bf7ea rocket: add a mutex_unlock() by Dan Carpenter · 14 years ago
  4. 05254a2 ip2: return -EFAULT on copy_to_user errors by Dan Carpenter · 14 years ago
  5. f64ac98 ip2: remove unneeded NULL check by Dan Carpenter · 14 years ago
  6. 4238a41 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  7. 4fefe43 drm/i915,intel_agp: Add support for Sandybridge D0 by Zhenyu Wang · 14 years ago
  8. 877fdac agp/intel: set 40-bit dma mask on Sandybridge by Zhenyu Wang · 14 years ago
  9. f335397 Input: sysrq - drop tty argument form handle_sysrq() by Dmitry Torokhov · 14 years ago
  10. 1495cc9 Input: sysrq - drop tty argument from sysrq ops handlers by Dmitry Torokhov · 14 years ago
  11. 145c3ae46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  12. 86ea51d Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  13. d996b62 tty: fix fu_list abuse by Nick Piggin · 14 years ago
  14. ee2ffa0 fs: cleanup files_lock locking by Nick Piggin · 14 years ago
  15. f1ca09b of: Fix missing includes by Grant Likely · 14 years ago
  16. beed533 vt,console,kdb: preserve console_blanked while in kdb by Jason Wessel · 14 years ago
  17. fed891c vt: fix regression warnings from KMS merge by Jason Wessel · 14 years ago
  18. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  19. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  20. 7b95809 pc8736x_gpio: depends on X86_32 by Randy Dunlap · 14 years ago
  21. 4457d98 kfifo: fix kfifo miss use of nozami.c by Stefani Seibold · 14 years ago
  22. e73790a drivers/char/n_gsm.c: add missing spin_unlock_irqrestore by Julia Lawall · 14 years ago
  23. 7bb671e ipmi: print info for spmi and smbios paths like acpi and pci by Yinghai Lu · 14 years ago
  24. 7faefea ipmi: fix memleaking for add_smi when duplicating happen by Yinghai Lu · 14 years ago
  25. f46c77c drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but not used by Justin P. Mattock · 14 years ago
  26. c8ba6c5 param: update drivers/char/ipmi/ipmi_watchdog.c to new scheme by Rusty Russell · 14 years ago
  27. 549a8a0 Add param ops struct for hvc_iucv driver. by Sachin Sant · 15 years ago
  28. bf9c1fc Char: nozomi, set tty->driver_data appropriately by Jiri Slaby · 14 years ago
  29. ee78bb9 Char: nozomi, fix tty->count counting by Jiri Slaby · 14 years ago
  30. 464eb8f mxser: remove unnesesary NULL check by Kulikov Vasiliy · 14 years ago
  31. 2b50d24 tty_io: remove casts from void* by Kulikov Vasiliy · 14 years ago
  32. 11dbf20 tty: avoid recursive BTM in pty_close by Arnd Bergmann · 14 years ago
  33. e142a31 tty: release BTM while sleeping in block_til_ready by Arnd Bergmann · 14 years ago
  34. b07471f tty: implement BTM as mutex instead of BKL by Arnd Bergmann · 14 years ago
  35. ddcd9fb tty: remove tty_lock_nested by Arnd Bergmann · 14 years ago
  36. 2036521 tty: untangle locking of wait_until_sent by Arnd Bergmann · 14 years ago
  37. 60af22d tty: reorder ldisc locking by Arnd Bergmann · 14 years ago
  38. be1bc28 tty: introduce wait_event_interruptible_tty by Arnd Bergmann · 14 years ago
  39. 64ba3dc tty: never hold BTM while getting tty_mutex by Arnd Bergmann · 14 years ago
  40. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
  41. 8ce7326 tty: Move the vt_tty field from the vc_data into the standard tty_port by Alan Cox · 14 years ago
  42. ff917ba tty: Make vt's have a tty_port by Alan Cox · 14 years ago
  43. e33ac1c vc: Locking clean up by Alan Cox · 14 years ago
  44. a360fae synclink: reworking locking a bit by Alan Cox · 14 years ago
  45. 7479db0 specialix: Kill the BKL by Alan Cox · 14 years ago
  46. 7cc34fd epca: Kill the big kernel lock by Alan Cox · 14 years ago
  47. 25c3cdf cyclades: Kill off BKL usage by Alan Cox · 14 years ago
  48. f602501 synclink: kill the big kernel lock by Alan Cox · 14 years ago
  49. 417b6e0 rocket: kill BKL by Alan Cox · 14 years ago
  50. ec82db1 isicom: kill off the BKL by Alan Cox · 14 years ago
  51. bf936f9 riscom8: kill use of lock_kernel by Alan Cox · 14 years ago
  52. 8a1e803 istallion: use bit ops for the board flags by Alan Cox · 14 years ago
  53. b4eda9c stallion: prune lock_kernel calls by Alan Cox · 14 years ago
  54. 8fd4bd2 vt/console: try harder to print output when panicing by Jesse Barnes · 14 years ago
  55. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  56. 74c807c vt: clean up the code - use kernel library by Andy Shevchenko · 14 years ago
  57. ea5d023 n_gsm.c: removed duplicated #includes by Andrea Gelmini · 14 years ago
  58. f6cec0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  59. 9e0ba74 drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned long by qiaochong · 14 years ago
  60. 02f0777 drivers/char/vt.c: fix vc->vc_origin on take_over_console() by qiaochong · 14 years ago
  61. b329bec char: add WARN_ON() in misc_deregister() by Akinobu Mita · 14 years ago
  62. d9e1b6c ipmi: fix ACPI detection with regspacing by Yinghai Lu · 14 years ago
  63. 45d7f32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
  64. 1685e63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  65. 31d1d48 Fix init ordering of /dev/console vs callers of modprobe by David Howells · 14 years ago
  66. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  67. ab11b48 Merge branch 'master' into for-linus by Chris Metcalf · 14 years ago
  68. fc1caf6 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  69. 9779714 Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  70. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  71. cdd854b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  72. 81d4450 vt,console,kdb: automatically set kdb LINES variable by Jason Wessel · 14 years ago
  73. b45cfba vt,console,kdb: implement atomic console enter/leave functions by Jesse Barnes · 14 years ago
  74. d7100da ppp: make channel_ops const by stephen hemminger · 14 years ago
  75. 96576a9 agp: intel-agp: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  76. 46cfc58 agp: efficeon-agp: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  77. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  78. b7c8e55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  79. fe445c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  80. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  81. 412a4ac Merge commit 'gcl/next' into next by Benjamin Herrenschmidt · 14 years ago
  82. 0ca724d pcmcia: use struct resource for PCMCIA devices, part 2 by Dominik Brodowski · 14 years ago
  83. b5cb259 pcmcia: remove memreq_t by Dominik Brodowski · 14 years ago
  84. 90abdc3 pcmcia: do not use io_req_t when calling pcmcia_request_io() by Dominik Brodowski · 14 years ago
  85. 9a017a9 pcmcia: do not use io_req_t after call to pcmcia_request_io() by Dominik Brodowski · 14 years ago
  86. d01d075 Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  87. d1d6ca7 drm/agp/i915: trim stolen space to 32M by Jesse Barnes · 14 years ago
  88. 831cd44 agp/intel: Destroy the scatterlist on allocation failure by Chris Wilson · 14 years ago
  89. 2bd34f6 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 14 years ago
  90. a2757b6 agp/intel: Add actual definitions of the Sandybridge PTE caching bits. by Zhenyu Wang · 14 years ago
  91. 3869d4a agp/intel: Support the extended physical addressing bits on Sandybridge. by Zhenyu Wang · 14 years ago
  92. 8699be3 intel_agp: Don't oops with zero stolen memory by Ondrej Zary · 14 years ago
  93. 22ae782 of/address: Clean up function declarations by Grant Likely · 14 years ago
  94. 4015d9a random: Reorder struct entropy_store to remove padding on 64bits by Richard Kennedy · 14 years ago
  95. 53c1f76 Input: keyboard - also match braille-only keyboards by Samuel Thibault · 14 years ago
  96. ac8b422 pcmcia: remove cs_types.h by Dominik Brodowski · 14 years ago
  97. 225aa011 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  98. e7b96f2 agp/intel: Use the correct mask to detect i830 aperture size. by Tim Gardner · 14 years ago
  99. 59f6fbe tpm_tis: fix subsequent suspend failures by Rajiv Andrade · 14 years ago
  100. 1ab1d63 of/platform: remove all of_bus_type and of_platform_bus_type references by Grant Likely · 14 years ago