1. c3b92ce ramoops: use the platform data structure instead of module params by Kyungmin Park · 14 years ago
  2. e89d67c drivers/char/mxser.c: fix compilation warning in mxser.c by Rakib Mullick · 14 years ago
  3. 5a780fc drivers/char/rio/Makefile: replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  4. a222945 drivers/char/pcmcia/ipwireless/Makefile: Makefile: replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  5. cb299ba8 drivers/char/mwave/Makefile: clean up by Tracey Dent · 14 years ago
  6. 7fa5174 drivers/char/ipmi/Makefile: replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  7. 44cd4df drivers/char/ip2/Makefile: replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  8. 9807224 drivers/char/synclink_gt.c: add extended sync feature by Paul Fulghum · 14 years ago
  9. ed77ed6 drivers/char/synclink_gt.c: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  10. b9b1134 drivers/char/ppdev.c: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  11. 19714a8 drivers/char/applicom.c: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  12. ffd7d6b synclink_gt: fix per device locking by Paul Fulghum · 14 years ago
  13. dcade5e SGI Altix IA64 mmtimer: eliminate long interval timer holdoffs by Dimitri Sivanich · 14 years ago
  14. 656e17e drivers/char/hvc_console.c: remove unneeded __set_current_state(TASK_RUNNING) by Andrew Morton · 14 years ago
  15. 713efa9 drivers/char/rocket.c: release_region or error path by Dan Carpenter · 14 years ago
  16. 60ee6d5 ipmi: fix __init and __exit attribute locations by Corey Minyard · 14 years ago
  17. 1e0ad28 drivers/char/vt_ioctl.c: fix VT_OPENQRY error value by Graham Gower · 14 years ago
  18. c48c43e 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
  19. 520045d Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
  20. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  21. e404f91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
  22. dae512e drivers/char/hpet.c: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  23. 0ca0176 hpet: fix style problems by Jaswinder Singh Rajput · 14 years ago
  24. 96e9694 hpet: fix unwanted interrupt due to stale irq status bit by Clemens Ladisch · 14 years ago
  25. a56d531 hpet: unmap unused I/O space by Jiri Slaby · 14 years ago
  26. de5e2dd ipmi: proper spinlock initialization by Eric Dumazet · 14 years ago
  27. 4a3956c vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos by KAMEZAWA Hiroyuki · 14 years ago
  28. c4a6eb3b Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  29. 3a99c63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  30. c77f7cf [S390] hvc_iucv: do not call iucv_unregister if iucv_register failed by Hendrik Brueckner · 14 years ago
  31. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  32. 73ecf3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  33. 403a85f xen/hvc: only notify if we actually sent something by Jeremy Fitzhardinge · 14 years ago
  34. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  35. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  36. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  37. 432c9ed vcs: invoke the vt update callback when /dev/vcs* is written to by Nicolas Pitre · 14 years ago
  38. 47725ac vcs: add poll/fasync support by Nicolas Pitre · 14 years ago
  39. 0587102 tty: icount changeover for other main devices by Alan Cox · 14 years ago
  40. d281da7 tty: Make tiocgicount a handler by Alan Cox · 14 years ago
  41. b670bde tty_io: check return code of tty_register_device by Vasiliy Kulikov · 14 years ago
  42. df48051 Char: mxser, call pci_disable_device from probe/remove by Jiri Slaby · 14 years ago
  43. 24b4b67 add ttyprintk driver by Samo Pogacnik · 14 years ago
  44. f573bd1 tty: Remove __GFP_NOFAIL from tty_add_file() by Pekka Enberg · 14 years ago
  45. 30004ac tty: add tty_struct->dev pointer to corresponding device instance by Dmitry Eremin-Solenikov · 14 years ago
  46. 85ccc35 agp/intel: Restore valid PTE bit for Sandybridge after bdd3072 by Chris Wilson · 14 years ago
  47. b653788 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  48. 2f0384e Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  49. 1053e6b Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  50. a8fe150 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  51. 5b917a1 pcmcia: synclink_cs: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  52. 299fb61 virtio: console: Disable lseek(2) for port file operations by Amit Shah · 14 years ago
  53. a461e11 virtio: console: Send SIGIO in case of port unplug by Amit Shah · 14 years ago
  54. 55f6bcc virtio: console: Send SIGIO on new data arrival on ports by Amit Shah · 14 years ago
  55. 3eae0ad virtio: console: Send SIGIO to processes that request it for host events by Amit Shah · 14 years ago
  56. e062013 virtio: console: Reference counting portdev structs is not needed by Amit Shah · 14 years ago
  57. b353a6b virtio: console: Add reference counting for port struct by Amit Shah · 14 years ago
  58. d22a698 virtio: console: Use cdev_alloc() instead of cdev_init() by Amit Shah · 14 years ago
  59. 04950cd virtio: console: Add a find_port_by_devt() function by Amit Shah · 14 years ago
  60. 6bdf2af virtio: console: Add a list of portdevs that are active by Amit Shah · 14 years ago
  61. 8ad37e8 virtio: console: open: Use a common path for error handling by Amit Shah · 14 years ago
  62. 7a28531 virtio: console: remove_port() should return void by Amit Shah · 14 years ago
  63. f402811 virtio: console: Make write() return -ENODEV on hot-unplug by Amit Shah · 14 years ago
  64. b3dddb9 virtio: console: Make read() return -ENODEV on hot-unplug by Amit Shah · 14 years ago
  65. 8529a50 virtio: console: Unblock poll on port hot-unplug by Amit Shah · 14 years ago
  66. 3709ea7 virtio: console: Un-block reads on chardev close by Amit Shah · 14 years ago
  67. 84ec06c virtio: console: Check if portdev is valid in send_control_msg() by Amit Shah · 14 years ago
  68. 96eb872 virtio: console: Remove control vq data only if using multiport support by Amit Shah · 14 years ago
  69. 0223895 virtio: console: Reset vdev before removing device by Amit Shah · 14 years ago
  70. 9b3056c tpm: change 'tpm_suspend_pcr' to be module parameter by Dmitry Torokhov · 14 years ago
  71. 531295e virtio: console: Don't block entire guest if host doesn't read data by Amit Shah · 14 years ago
  72. efbec1c tlclk: remove big kernel lock by Arnd Bergmann · 14 years ago
  73. c4a0472 fix rawctl compat ioctls breakage on amd64 and itanic by Al Viro · 15 years ago
  74. 3dde04b agp/intel: Also add B43.1 to list of supported devices by Chris Wilson · 14 years ago
  75. f608613 agp/amd-k7: Allow binding user memory to the AGP GART. by Francisco Jerez · 14 years ago
  76. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  77. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  78. 6496a5c char: hvc: check for error case by Vasiliy Kulikov · 14 years ago
  79. 3d8a1a6 Merge branch 'amd-iommu/2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommu by Ingo Molnar · 14 years ago
  80. 9a170ca Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next by Dave Airlie · 14 years ago
  81. 613655f drivers: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  82. 1966cb2 Input: sysrq - add locking to sysrq_filter() by Dmitry Torokhov · 14 years ago
  83. 06b3a1d pcmcia: avoid messages on module (un)loading by Dominik Brodowski · 14 years ago
  84. 2e9b981 pcmcia: move driver name to struct pcmcia_driver by Dominik Brodowski · 14 years ago
  85. 1cc745d pcmcia: remove the "Finally, report what we've done" message by Dominik Brodowski · 14 years ago
  86. 00990e7 pcmcia: use autoconfiguration feature for ioports and iomem by Dominik Brodowski · 14 years ago
  87. 440eed4 pcmcia: introduce autoconfiguration feature by Dominik Brodowski · 14 years ago
  88. 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
  89. 7feabb6 pcmcia: move config_{base,index,regs} to struct pcmcia_device by Dominik Brodowski · 14 years ago
  90. 37979e1 pcmcia: simplify IntType by Dominik Brodowski · 14 years ago
  91. cdb1380 pcmcia: do not use win_req_t when calling pcmcia_request_window() by Dominik Brodowski · 14 years ago
  92. e61cb0d some clean up to intel-gtt.c by Jan Beulich · 14 years ago
  93. 561f818 ipmi: fix hardcoded ipmi device exit path warning by Yinghai Lu · 14 years ago
  94. a9e3176 ipmi: fix acpi probe print by Yinghai Lu · 14 years ago
  95. b68e9d4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  96. 371d217 char: Mark /dev/zero and /dev/kmem as not capable of writeback by Jan Kara · 14 years ago
  97. 0ffe37d Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Linus Torvalds · 14 years ago
  98. 6f0b31c Fix typo interrest[ing|ed] => interest[ing|ed] by Thomas Weber · 14 years ago
  99. 817f2c8 Fix various typos of valid in comments by Nikanth Karthikesan · 14 years ago
  100. ae83dd5 intel-gtt add a cleanup function for chipset specific stuff by Daniel Vetter · 14 years ago