1. c74997b serial: 8250_ingenic: Enable FIFO for Ingenic UARTs by Matt Redfearn · 9 years ago
  2. 129a45b serial: 8250_ingenic: Enable hardware flow control by Matt Redfearn · 9 years ago
  3. 20b5af9 serial: sc16is7xx: Remove unnecessary MODULE_ALIAS() by Javier Martinez Canillas · 9 years ago
  4. 57e7e2a serial: mux: Convert to uart_console_device instead of open-coded by Axel Lin · 9 years ago
  5. 7401349 serial: 68328serial: Use NULL for pointers by Fabio Estevam · 9 years ago
  6. 09557c0 serial: samsung: Fix UART status handling in DMA mode by Robert Baldyga · 9 years ago
  7. 01732dd serial: samsung: introduce s3c24xx_serial_rx_drain_fifo() function by Robert Baldyga · 9 years ago
  8. 620bb21 serial: samsung: remove unneded 'ignore_char' label by Robert Baldyga · 9 years ago
  9. e4678af serial: samsung: remove unused 'irq' parameter by Robert Baldyga · 9 years ago
  10. ff44112 serial: sh-sci: Add DT support to DMA setup by Geert Uytterhoeven · 9 years ago
  11. e7327c0 serial: sh-sci: Pause DMA engine and get DMA status again by Muhammad Hamza Farooq · 9 years ago
  12. 3b96304 serial: sh-sci: Do not terminate DMA engine when race condition occurs by Muhammad Hamza Farooq · 9 years ago
  13. 1d3db60 serial: sh-sci: Call dma_async_issue_pending when transaction completes by Muhammad Hamza Farooq · 9 years ago
  14. 371cfed serial: sh-sci: Redirect port interrupts to CPU _only_ when DMA stops by Muhammad Hamza Farooq · 9 years ago
  15. 9ab7655 serial: sh-sci: Remove timer on shutdown of port by Aleksandar Mitev · 9 years ago
  16. 0e5c4b4 serial: sh-sci: Stop calling sci_start_rx() from sci_request_dma() by Geert Uytterhoeven · 9 years ago
  17. 756981b serial: sh-sci: Submit RX DMA from RX interrupt on (H)SCIF by Geert Uytterhoeven · 9 years ago
  18. 67f462b0 serial: sh-sci: Get rid of the workqueue to handle receive DMA requests by Geert Uytterhoeven · 9 years ago
  19. e1910fc serial: sh-sci: Shuffle functions around by Geert Uytterhoeven · 9 years ago
  20. 3575b85 serial: sh-sci: Add device tree support for r8a7795 by Kuninori Morimoto · 9 years ago
  21. 99dc8e4 serial: sh-sci: Don't call sci_dma_rx_push() if no data has arrived by Geert Uytterhoeven · 9 years ago
  22. 8eadb56 serial: sh-sci: Don't kick tx in sci_er_interrupt() when using DMA by Yoshihiro Shimoda · 9 years ago
  23. e6403c1 serial: sh-sci: Don't call sci_rx_interrupt() on error when using DMA by Geert Uytterhoeven · 9 years ago
  24. 7b39d90 serial: sh-sci: Fix NULL pointer dereference if HIGHMEM is enabled by Yoshihiro Shimoda · 9 years ago
  25. ba172c7 serial: sh-sci: Use incrementing pointers instead of stack array by Geert Uytterhoeven · 9 years ago
  26. 47b0e94 serial: sh-sci: Use tty_insert_flip_string() for DMA receive by Geert Uytterhoeven · 9 years ago
  27. 0533502 serial: sh-sci: Pass scatterlist to sci_dma_rx_push() by Geert Uytterhoeven · 9 years ago
  28. 04928b7 serial: sh-sci: Fix race condition between RX worker and cleanup by Geert Uytterhoeven · 9 years ago
  29. 0907c10 serial: sh-sci: Fix exclusion of work_fn_rx and sci_dma_rx_complete by Kazuya Mizuguchi · 9 years ago
  30. 47aceb9 serial: sh-sci: Do not resubmit DMA descriptors by Geert Uytterhoeven · 9 years ago
  31. 658daa9 serial: sh-sci: Simplify sci_submit_rx() error handling by Geert Uytterhoeven · 9 years ago
  32. 32f2ce0 serial: sh-sci: Stop acknowledging DMA transmit completions by Geert Uytterhoeven · 9 years ago
  33. 565dd11 serial: sh-sci: Switch to generic DMA residue handling by Geert Uytterhoeven · 9 years ago
  34. 3e14670 serial: sh-sci: Use DMA submission helpers instead of open-coding by Geert Uytterhoeven · 9 years ago
  35. 2e30147 serial: sh-sci: Fix TX buffer mapping leak by Geert Uytterhoeven · 9 years ago
  36. 7990442 serial: sh-sci: Switch to dma_map_single() for DMA transmission by Geert Uytterhoeven · 9 years ago
  37. 092248a serial: sh-sci: Use min_t()/max_t() instead of casts by Geert Uytterhoeven · 9 years ago
  38. 8e14ba8 serial: sh-sci: Use correct device for DMA mapping with IOMMU by Geert Uytterhoeven · 9 years ago
  39. b925802 serial: sh-sci: Handle DMA init failures inside sci_request_dma() by Geert Uytterhoeven · 9 years ago
  40. f5835c1 serial: sh-sci: Improve comments for DMA timeout calculation by Geert Uytterhoeven · 9 years ago
  41. beb9487 serial: sh-sci: Improve DMA error messages by Geert Uytterhoeven · 9 years ago
  42. 9080307 serial: sh-sci: Return IRQ_HANDLED when overrun if detected by Yoshihiro Shimoda · 9 years ago
  43. e0a12a2 serial: sh-sci: Remove bogus sci_handle_fifo_overrun() call on (H)SCIF by Geert Uytterhoeven · 9 years ago
  44. 4205463 serial: sh-sci: Remove useless memory allocation failure printks by Geert Uytterhoeven · 9 years ago
  45. d3184e6 serial: sh-sci: Make sci_regmap[] const by Geert Uytterhoeven · 9 years ago
  46. d56a91e serial: sh-sci: Make sci_irq_desc[] const by Geert Uytterhoeven · 9 years ago
  47. f84b6bd serial: sh-sci: Improve readability of sampling rate configuration by Geert Uytterhoeven · 9 years ago
  48. b933bd3 serial: sh-sci: Drop path in reference to serial_core.c by Geert Uytterhoeven · 9 years ago
  49. 2944a33 serial: sh-sci: Use SCSMR_CKS instead of hardcoded literal 3 by Geert Uytterhoeven · 9 years ago
  50. 54af500 serial: sh-sci: Use SCIF_DR instead of hardcoded literal 1 by Geert Uytterhoeven · 9 years ago
  51. 5da0f46 serial: sh-sci: Correct SCIF_ERROR_CLEAR for plain SCIF by Geert Uytterhoeven · 9 years ago
  52. a9efeca serial: sh-sci: Prevent compiler warnings on 64-bit by Geert Uytterhoeven · 9 years ago
  53. a1b5b43 serial: sh-sci: Replace buggy big #ifdef by runtime logic by Geert Uytterhoeven · 9 years ago
  54. 9a23a1d serial: 8250: Fix autoconfig_irq() to avoid race conditions by Taichi Kageyama · 9 years ago
  55. e4b4e31 serial: mpc52xx: add delay after resetting transmitter to fix broken chars by Uwe Kleine-König · 9 years ago
  56. 0b1dd99 drivers/tty: make serial 8250_lpc18xx.c Kconfig a tristate by Paul Gortmaker · 9 years ago
  57. 128a3d0 drivers/tty: make serial/mpsc.c driver explicitly non-modular by Paul Gortmaker · 9 years ago
  58. 4b07dd3 drivers/tty: make hvc_console.c explicitly non-modular by Paul Gortmaker · 9 years ago
  59. 3bce6f6 drivers/tty: make sysrq.c slightly more explicitly non-modular by Paul Gortmaker · 9 years ago
  60. 7154988 drivers/tty: make pty.c slightly more explicitly non-modular by Paul Gortmaker · 9 years ago
  61. e4fda3a serial: don't register CIR serial ports by Maciej S. Szmigiero · 9 years ago
  62. 658e2eb serial: 8250_omap: check how many bytes were injected by Sebastian Andrzej Siewior · 9 years ago
  63. 9ffecb1 Linux 4.3-rc3 by Linus Torvalds · 9 years ago
  64. 162e6df Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  65. 5a6bdf0 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  66. c905929 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  67. 685b5f1 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  68. 69ea8b8 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  69. e46fc90 Merge tag 'pxa-fixes-v4.3' of https://github.com/rjarzmik/linux into fixes by Olof Johansson · 9 years ago
  70. b8ba826 Merge tag 'omap-for-v4.3/fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 9 years ago
  71. d8cc397 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  72. c91d707 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  73. bcba282 Merge tag 'usb-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  74. fb740f9 Merge tag 'tty-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  75. b11e7b8 Merge tag 'staging-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  76. 7c1efea Merge tag 'driver-core-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  77. 64b796e Merge tag 'char-misc-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  78. 518a7cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  79. bdb06cb net: Fix panic in icmp_route_lookup by David Ahern · 9 years ago
  80. 59f0697 net: update docbook comment for __mdiobus_register() by Russell King · 9 years ago
  81. b473197 MAINTAINERS: remove amd5536udc USB gadget driver maintainer by Greg Kroah-Hartman · 9 years ago
  82. d4a748a Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  83. 58a89ec ppp: fix lockdep splat in ppp_dev_uninit() by Guillaume Nault · 9 years ago
  84. 21343ac net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selected by Sudip Mukherjee · 9 years ago
  85. 357cd64 phy: marvell: add link partner advertised modes by Russell King · 9 years ago
  86. 03e8f64 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  87. 101688f Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  88. ddff42e Merge tag 'sound-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  89. 966966a Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  90. b6d980f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  91. 57cb635 Merge tag 'powerpc-4.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  92. 920552b KVM: disable halt_poll_ns as default for s390x by David Hildenbrand · 9 years ago
  93. 58c9507 KVM: x86: fix off-by-one in reserved bits check by Paolo Bonzini · 9 years ago
  94. 6fec214 KVM: x86: use correct page table format to check nested page table reserved bits by Paolo Bonzini · 9 years ago
  95. 79a8059 KVM: svm: do not call kvm_set_cr0 from init_vmcb by Paolo Bonzini · 9 years ago
  96. 673681ca iscsi-target: Avoid OFMarker + IFMarker negotiation by Nicholas Bellinger · 9 years ago
  97. 8fa3a86 target: Make TCM_WRITE_PROTECT failure honor D_SENSE bit by Nicholas Bellinger · 9 years ago
  98. f3bb467 target: Fix target_sense_desc_format NULL pointer dereference by Nicholas Bellinger · 9 years ago
  99. eeeb952 target: Propigate backend read-only to core_tpg_add_lun by Nicholas Bellinger · 9 years ago
  100. 3ccd6e8 target: Fix PR registration + APTPL RCU conversion regression by Nicholas Bellinger · 9 years ago