1. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  2. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  3. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  4. b653788 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  5. 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
  6. 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
  7. 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
  8. 5b917a1 pcmcia: synclink_cs: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  9. 299fb61 virtio: console: Disable lseek(2) for port file operations by Amit Shah · 14 years ago
  10. a461e11 virtio: console: Send SIGIO in case of port unplug by Amit Shah · 14 years ago
  11. 55f6bcc virtio: console: Send SIGIO on new data arrival on ports by Amit Shah · 14 years ago
  12. 3eae0ad virtio: console: Send SIGIO to processes that request it for host events by Amit Shah · 14 years ago
  13. e062013 virtio: console: Reference counting portdev structs is not needed by Amit Shah · 14 years ago
  14. b353a6b virtio: console: Add reference counting for port struct by Amit Shah · 14 years ago
  15. d22a698 virtio: console: Use cdev_alloc() instead of cdev_init() by Amit Shah · 14 years ago
  16. 04950cd virtio: console: Add a find_port_by_devt() function by Amit Shah · 14 years ago
  17. 6bdf2af virtio: console: Add a list of portdevs that are active by Amit Shah · 14 years ago
  18. 8ad37e8 virtio: console: open: Use a common path for error handling by Amit Shah · 14 years ago
  19. 7a28531 virtio: console: remove_port() should return void by Amit Shah · 14 years ago
  20. f402811 virtio: console: Make write() return -ENODEV on hot-unplug by Amit Shah · 14 years ago
  21. b3dddb9 virtio: console: Make read() return -ENODEV on hot-unplug by Amit Shah · 14 years ago
  22. 8529a50 virtio: console: Unblock poll on port hot-unplug by Amit Shah · 14 years ago
  23. 3709ea7 virtio: console: Un-block reads on chardev close by Amit Shah · 14 years ago
  24. 84ec06c virtio: console: Check if portdev is valid in send_control_msg() by Amit Shah · 14 years ago
  25. 96eb872 virtio: console: Remove control vq data only if using multiport support by Amit Shah · 14 years ago
  26. 0223895 virtio: console: Reset vdev before removing device by Amit Shah · 14 years ago
  27. 9b3056c tpm: change 'tpm_suspend_pcr' to be module parameter by Dmitry Torokhov · 14 years ago
  28. 531295e virtio: console: Don't block entire guest if host doesn't read data by Amit Shah · 14 years ago
  29. efbec1c tlclk: remove big kernel lock by Arnd Bergmann · 14 years ago
  30. c4a0472 fix rawctl compat ioctls breakage on amd64 and itanic by Al Viro · 15 years ago
  31. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  32. 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
  33. 613655f drivers: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  34. 06b3a1d pcmcia: avoid messages on module (un)loading by Dominik Brodowski · 14 years ago
  35. 2e9b981 pcmcia: move driver name to struct pcmcia_driver by Dominik Brodowski · 14 years ago
  36. 1cc745d pcmcia: remove the "Finally, report what we've done" message by Dominik Brodowski · 14 years ago
  37. 00990e7 pcmcia: use autoconfiguration feature for ioports and iomem by Dominik Brodowski · 14 years ago
  38. 440eed4 pcmcia: introduce autoconfiguration feature by Dominik Brodowski · 14 years ago
  39. 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
  40. 7feabb6 pcmcia: move config_{base,index,regs} to struct pcmcia_device by Dominik Brodowski · 14 years ago
  41. 37979e1 pcmcia: simplify IntType by Dominik Brodowski · 14 years ago
  42. cdb1380 pcmcia: do not use win_req_t when calling pcmcia_request_window() by Dominik Brodowski · 14 years ago
  43. 561f818 ipmi: fix hardcoded ipmi device exit path warning by Yinghai Lu · 14 years ago
  44. a9e3176 ipmi: fix acpi probe print by Yinghai Lu · 14 years ago
  45. b68e9d4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  46. 371d217 char: Mark /dev/zero and /dev/kmem as not capable of writeback by Jan Kara · 14 years ago
  47. 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
  48. 6574542 virtio: console: Prevent userspace from submitting NULL buffers by Amit Shah · 14 years ago
  49. 6df7aad virtio: console: Fix poll blocking even though there is data to read by Hans de Goede · 14 years ago
  50. 23ac4ae x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NB by Andreas Herrmann · 14 years ago
  51. 900f9ac x86, k8-gart: Decouple handling of garts and northbridges by Andreas Herrmann · 14 years ago
  52. 41a5142 drm/i915,agp/intel: Add second set of PCI-IDs for B43 by Chris Wilson · 14 years ago
  53. aadbd43 viotape: use noop_llseek by Arnd Bergmann · 14 years ago
  54. cb3b9cf raw: use explicit llseek file operations by Arnd Bergmann · 14 years ago
  55. 54066a5 hpet: kill BKL, add compat_ioctl by Arnd Bergmann · 15 years ago
  56. 609146f ipmi: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  57. cc491e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  58. 61f953c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  59. 608a5ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  60. 8554048 intel_agp,i915: Add more sandybridge graphics device ids by Zhenyu Wang · 14 years ago
  61. f8f235e agp/intel: Fix cache control for Sandybridge by Zhenyu Wang · 14 years ago
  62. 93f5f7f agp/intel: use #ifdef idiom for intel-agp.h by Zhenyu Wang · 14 years ago
  63. 8dfc2b1 agp/intel: fix physical address mask bits for sandybridge by Zhenyu Wang · 14 years ago
  64. df51e7a agp/intel: Promote warning about failure to setup flush to error. by Chris Wilson · 14 years ago
  65. 1b13fe6 AGP: Warn when GATT memory cannot be set to UC by Borislav Petkov · 14 years ago
  66. 260133a x86, GART: Disable GART table walk probes by Borislav Petkov · 14 years ago
  67. 57ab43e x86, GART: Remove superfluous AMD64_GARTEN by Borislav Petkov · 14 years ago
  68. 6eb68d6 tty: fix tty_line must not be equal to number of allocated tty pointers in tty driver by Nathael Pajani · 14 years ago
  69. 9fc2b2d vt: Fix console corruption on driver hand-over. by Francisco Jerez · 14 years ago
  70. 2c4e967 Input: use PIT_TICK_RATE in vt beep ioctl by Arnd Bergmann · 14 years ago
  71. 2637d13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  72. 80d04f2 synclink: add mutex_unlock() on error path by Dan Carpenter · 14 years ago
  73. 49bf7ea rocket: add a mutex_unlock() by Dan Carpenter · 14 years ago
  74. 05254a2 ip2: return -EFAULT on copy_to_user errors by Dan Carpenter · 14 years ago
  75. f64ac98 ip2: remove unneeded NULL check by Dan Carpenter · 14 years ago
  76. 4238a41 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  77. 4fefe43 drm/i915,intel_agp: Add support for Sandybridge D0 by Zhenyu Wang · 14 years ago
  78. 877fdac agp/intel: set 40-bit dma mask on Sandybridge by Zhenyu Wang · 14 years ago
  79. f335397 Input: sysrq - drop tty argument form handle_sysrq() by Dmitry Torokhov · 14 years ago
  80. 1495cc9 Input: sysrq - drop tty argument from sysrq ops handlers by Dmitry Torokhov · 14 years ago
  81. 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
  82. 86ea51d Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  83. d996b62 tty: fix fu_list abuse by Nick Piggin · 14 years ago
  84. ee2ffa0 fs: cleanup files_lock locking by Nick Piggin · 14 years ago
  85. f1ca09b of: Fix missing includes by Grant Likely · 14 years ago
  86. beed533 vt,console,kdb: preserve console_blanked while in kdb by Jason Wessel · 14 years ago
  87. fed891c vt: fix regression warnings from KMS merge by Jason Wessel · 14 years ago
  88. 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
  89. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  90. 7b95809 pc8736x_gpio: depends on X86_32 by Randy Dunlap · 14 years ago
  91. 4457d98 kfifo: fix kfifo miss use of nozami.c by Stefani Seibold · 14 years ago
  92. e73790a drivers/char/n_gsm.c: add missing spin_unlock_irqrestore by Julia Lawall · 14 years ago
  93. 7bb671e ipmi: print info for spmi and smbios paths like acpi and pci by Yinghai Lu · 14 years ago
  94. 7faefea ipmi: fix memleaking for add_smi when duplicating happen by Yinghai Lu · 14 years ago
  95. f46c77c drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but not used by Justin P. Mattock · 14 years ago
  96. c8ba6c5 param: update drivers/char/ipmi/ipmi_watchdog.c to new scheme by Rusty Russell · 14 years ago
  97. 549a8a0 Add param ops struct for hvc_iucv driver. by Sachin Sant · 15 years ago
  98. bf9c1fc Char: nozomi, set tty->driver_data appropriately by Jiri Slaby · 14 years ago
  99. ee78bb9 Char: nozomi, fix tty->count counting by Jiri Slaby · 14 years ago
  100. 464eb8f mxser: remove unnesesary NULL check by Kulikov Vasiliy · 14 years ago