1. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  2. 7e73eca TTY: move cdev_add to tty_register_device by Jiri Slaby · 12 years ago
  3. 0019b40 TTY: add support for unnumbered device nodes by Jiri Slaby · 12 years ago
  4. 16a0208 TTY: move allocations to tty_alloc_driver by Jiri Slaby · 12 years ago
  5. 21aca2f TTY: pty, switch to tty_alloc_driver by Jiri Slaby · 12 years ago
  6. 7f0bc6a TTY: pass flags to alloc_tty_driver by Jiri Slaby · 12 years ago
  7. 2312e4f TTY: tty3270, free tty driver properly by Jiri Slaby · 12 years ago
  8. 536a344 TTY: ttyprintk, initialize tty_port earlier by Jiri Slaby · 12 years ago
  9. ee8b593 TTY: ttyprintk, don't touch behind tty->write_buf by Jiri Slaby · 12 years ago
  10. f06fb54 TTY: ttyprintk, unregister tty driver on failure by Jiri Slaby · 12 years ago
  11. 38daf88 mxser: allow overlapping vector by Jiri Slaby · 12 years ago
  12. c565ee0 misc: pti, use tty_port_register_device by Jiri Slaby · 12 years ago
  13. 5bd4200 misc: pti, fix tty_port count by Jiri Slaby · 12 years ago
  14. fbf1c24 misc: pti, fix fail paths by Jiri Slaby · 12 years ago
  15. 3140bae misc: pti, do the opposite of ->probe in ->remove by Jiri Slaby · 12 years ago
  16. 065185f misc: pti, move ->remove to the PCI code by Jiri Slaby · 12 years ago
  17. dda3f32 misc: pti, stop using iomap's unmap on ioremap space by Jiri Slaby · 12 years ago
  18. c6333cc misc: pti, pci drvdata cannot be NULL in ->remove by Jiri Slaby · 12 years ago
  19. d156842 misc: pti, add const to pci_device_id table by Jiri Slaby · 12 years ago
  20. 86176ed TTY: n_gsm, use tty_port_install by Jiri Slaby · 12 years ago
  21. 3dd332c TTY: 68328serial, fix compilation by Jiri Slaby · 12 years ago
  22. 6f9ea7a TTY: pty, stop passing NULL to free_tty_struct by Jiri Slaby · 12 years ago
  23. 090abf7 n_tty: Don't lose characters when PARMRK is enabled by Jaeden Amero · 12 years ago
  24. 00aaae0 tty: Fix possible race in n_tty_read() by Stanislav Kozina · 12 years ago
  25. 857196e ipoctal: make it compile with the termios changes by Alan Cox · 12 years ago
  26. 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
  27. dc6802a tty: handle NULL parameters in free_tty_struct() by Dan Carpenter · 12 years ago
  28. 4ac5d70 tty: fix missing assignment by Dan Carpenter · 12 years ago
  29. 6b9563a tty: fix the metro-usb change I messed up by Alan Cox · 12 years ago
  30. 9b12daf serqt_usb2: drag screaming into the 21st century by Alan Cox · 12 years ago
  31. 2d8a100 tty: fix up usb serial console for termios change. by Stephen Rothwell · 12 years ago
  32. c87985a Merge tty-next into 3.6-rc1 by Greg Kroah-Hartman · 12 years ago
  33. fc6bdb5 Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc by Linus Torvalds · 12 years ago
  34. 44d82e2 Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  35. 0a276d1 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  36. 25aa6a7 Merge tag 'md-3.6' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  37. a6dc772 Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  38. d9f691c md/dm-raid: DM_RAID should select MD_RAID10 by NeilBrown · 12 years ago
  39. f54a9d0 md/raid1: submit IO from originating thread instead of md thread. by NeilBrown · 12 years ago
  40. 46a0640 raid5: raid5d handle stripe in batch way by Shaohua Li · 12 years ago
  41. 8811b59 raid5: make_request use batch stripe release by Shaohua Li · 12 years ago
  42. d4fdc32 Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  43. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  44. eff0d13 Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  45. 8cf1a3f Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  46. fcff06c Merge branch 'for-next' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  47. dbc6e02 delousing target_core_file a bit by Al Viro · 12 years ago
  48. 63f33b8d DM RAID: Add support for MD RAID10 by Jonathan Brassow · 12 years ago
  49. bb181e2 Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into md by NeilBrown · 12 years ago
  50. f387704 Merge branch 'common/irqdomain' into sh-latest by Paul Mundt · 12 years ago
  51. 1d6a21b sh: intc: initial irqdomain support. by Paul Mundt · 12 years ago
  52. 15cf647 Merge branch 'common/pinctrl' into sh-latest by Paul Mundt · 12 years ago
  53. 1e32dfe sh: pfc: Fix up init ordering mess. by Paul Mundt · 12 years ago
  54. 91ba548 Merge branch 'sh/dmaengine' into sh-latest by Paul Mundt · 12 years ago
  55. 4dc4c51 serial: sh-sci: fix compilation breakage, when DMA is enabled by Guennadi Liakhovetski · 12 years ago
  56. 4f46f8a dmaengine: shdma: restore partial transfer calculation by Guennadi Liakhovetski · 12 years ago
  57. 99ecb01 Platform: OLPC: move global variables into priv struct by Andres Salomon · 12 years ago
  58. 6cca83d Platform: OLPC: move debugfs support from x86 EC driver by Andres Salomon · 12 years ago
  59. 85f90cf x86: OLPC: switch over to using new EC driver on x86 by Andres Salomon · 12 years ago
  60. d278b7a Platform: OLPC: add a suspended flag to the EC driver by Andres Salomon · 12 years ago
  61. ac25041 Platform: OLPC: turn EC driver into a platform_driver by Andres Salomon · 12 years ago
  62. 3d26c20 Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call it by Andres Salomon · 12 years ago
  63. 3bf9428 drivers: OLPC: update various drivers to include olpc-ec.h by Andres Salomon · 12 years ago
  64. 392a325 Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver by Andres Salomon · 12 years ago
  65. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  66. a40a1d3 Merge tag 'vfio-for-v3.6' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 12 years ago
  67. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  68. 941c872 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  69. 8762541 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  70. fd37ce3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  71. 437ea90 rtc/rtc-88pm80x: remove unneed devm_kfree by Devendra Naga · 12 years ago
  72. 7ead551 rtc/rtc-88pm80x: assign ret only when rtc_register_driver fails by Devendra Naga · 12 years ago
  73. 7f338fe nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reserves by Mel Gorman · 12 years ago
  74. 0614002 netvm: propagate page->pfmemalloc from skb_alloc_page to skb by Mel Gorman · 12 years ago
  75. ee6f509 mm: factor out memory isolate functions by Minchan Kim · 12 years ago
  76. c2cddf9 drivers/media/video/v4l2-ioctl.c: fix build by Andrew Morton · 12 years ago
  77. 4b24ff7 Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  78. cc8362b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  79. adfe156 [media] radio-tea5777: use library for 64bits div by Mauro Carvalho Chehab · 12 years ago
  80. 89e1f7d vfio: Add PCI device driver by Alex Williamson · 12 years ago
  81. 73fa0d1 vfio: Type1 IOMMU implementation by Alex Williamson · 12 years ago
  82. cba3345 vfio: VFIO core by Alex Williamson · 12 years ago
  83. 4b1bf58 thermal: Constify 'type' argument for the registration routine by Anton Vorontsov · 12 years ago
  84. e6db06a Merge with upstream to accommodate with thermal changes by Anton Vorontsov · 12 years ago
  85. 0e52d98 Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengine by Russell King · 12 years ago
  86. 04e8c7b ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel request fails by Kevin Hilman · 12 years ago
  87. 2df41d0 mtd: omap2: remove private DMA API implementation by Russell King · 12 years ago
  88. 763e735 mtd: omap2: add DMA engine support by Russell King · 12 years ago
  89. 8c7494a spi: omap2-mcspi: remove private DMA API implementation by Russell King · 13 years ago
  90. 53741ed spi: omap2-mcspi: add DMA engine support by Russell King · 13 years ago
  91. 4e078fb mmc: omap: remove private DMA API implementation by Russell King · 13 years ago
  92. 3451c06 mmc: omap: add DMA engine support by Russell King · 13 years ago
  93. 26b8852 mmc: omap_hsmmc: remove private DMA API implementation by Russell King · 13 years ago
  94. c5c9892 mmc: omap_hsmmc: add DMA engine support by Russell King · 13 years ago
  95. 3a774ea dmaengine: omap: add support for cyclic DMA by Russell King · 12 years ago
  96. 7c836bc dmaengine: omap: add support for setting fi by Russell King · 12 years ago
  97. 3850e22 dmaengine: omap: add support for returning residue in tx_state method by Russell King · 12 years ago
  98. 7bedaa5 dmaengine: add OMAP DMA engine driver by Russell King · 13 years ago
  99. 10af813 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy into for-3.6/drivers by Jens Axboe · 12 years ago
  100. 2fb2ca6 floppy: remove duplicated flag FD_RAW_NEED_DISK by Fengguang Wu · 12 years ago